anotheruser

Newbie
Sep 1, 2018
51
78
The description mentions animations. I occasionally get a screen with a still image and a "Faster" button, but the only thing that happens when I press "Faster" is that a "Finish" button appears.

I'm guessing that an animation loop is supposed to play at that point, anybody know how to make it work?

Playing version "B.1" as extracted from LeftHandMagic-B.1-pc.zip on Linux.
 

Brannon

Well-Known Member
Nov 2, 2017
1,165
1,556
Since on windows the animations play the issue lies somewhere in your linux installation.
I'm relatively certain you know that but there is not one "linux" but there are several hundred "linux derivates" with many of them having customized files that generally are unimportant to this case.

It might be that one or several modules your linux installation has either conflicts with something else or has issues.
If other RenPy games that have animations work it can be that the code is not as inclusive as it should be.
I'm leaning towards the former.
 

anotheruser

Newbie
Sep 1, 2018
51
78
Since on windows the animations play the issue lies somewhere in your linux installation.
I'm relatively certain you know that but there is not one "linux" but there are several hundred "linux derivates" with many of them having customized files that generally are unimportant to this case.

It might be that one or several modules your linux installation has either conflicts with something else or has issues.
If other RenPy games that have animations work it can be that the code is not as inclusive as it should be.
I'm leaning towards the former.
It's Debian 11, and yes I've played many RenPy games with animations that work.

I was under the impression that RenPy is supposed to be a platform-agnostic Python framework, but I suppose this game may be doing something specific to the author's Python environment.

Can anybody confirm if the animations work in OSX or Android?
 

Jimbog

Member
Feb 27, 2018
275
463
It's Debian 11, and yes I've played many RenPy games with animations that work.

I was under the impression that RenPy is supposed to be a platform-agnostic Python framework, but I suppose this game may be doing something specific to the author's Python environment.

Can anybody confirm if the animations work in OSX or Android?
The animations work in OSX.
 

Brannon

Well-Known Member
Nov 2, 2017
1,165
1,556
The animations work in OSX.
And I downloaded the .apk and installed on my tablet.
The animations do work on android as well.

So the only remaining possible culprit is the linux. Specifically your install anotheruser
Simply because the combined code for the windows AND linux version is not differing.
It is the same file with the same code that is interpreted by the operating system and its processes.
 

anotheruser

Newbie
Sep 1, 2018
51
78
And I downloaded the .apk and installed on my tablet.
The animations do work on android as well.

So the only remaining possible culprit is the linux. Specifically your install anotheruser
Simply because the combined code for the windows AND linux version is not differing.
It is the same file with the same code that is interpreted by the operating system and its processes.
Fair enough. Thanks for your input.
 

NovusPeregrine

Member
Game Developer
Nov 27, 2017
324
582
View attachment 1693229

Overview:
A talented Battlemage, you are struggling to find work for your type of magic in a post-industrial
(Magitek/Magic Punk) world that no longer has much need for battle magic. To be fair, you were warned about this.
Your parents, your friends, even your instructors at university all pointed out that Battle Magic,
once the most important of all fields, has long lost its purpose.
The monsters are all dead or uplifted to being civilized.
Dungeons all long since discovered, looted, and destroyed.
Even warfare is now dominated by magitek warmachines and tools, all the products of artificers and enchanters.
You don't have permission to view the spoiler content. Log in or register now.
Thread Updated: 2022-03-08
Release Date: 2022-03-08
Developer: Novus -
Censored: No
Version: B.1
OS: Windows, Linux, Mac, Android
Language: English
Other Games: Link
Genre:
Oh, sweet! I didn't actually have to ask for the game to be added this time :p. Someone beat me to it.
Begging to be trolled.. :sneaky: :coffee:

PS: Seem like an interesting concept, i like me some magic.
One of my favorite themes, actually. Looks like this could be worth bookmarking.
I may or may not have cackled manically when I named the company. I mean, officially it's a reference to their . But unofficially... ;-)

Hmmm . . . Pregnancy ? Impregnate ? Tags missing :unsure: . . . After all, there IS a Futa ! :devilish:
Hate to disappoint, but that's one fetish you won't see in any of my games. Frankly, while I know a lot of people like it, it doesn't appeal to me at all. Like, several dozen levels of negative appeal. So, yeah...sorry...but nope.

Interesting so far. Love to see more female protag games. Looking forward to more!
Glad you think it looks interesting! It will be getting an update every two months, as it's being developed at the same time as another game of mine (Haven's Port) which is considerably farther along.

Operating the computer mouse?
*cough* Exactly *cough*

The description mentions animations. I occasionally get a screen with a still image and a "Faster" button, but the only thing that happens when I press "Faster" is that a "Finish" button appears.

I'm guessing that an animation loop is supposed to play at that point, anybody know how to make it work?

Playing version "B.1" as extracted from LeftHandMagic-B.1-pc.zip on Linux.
As several people said after this post, it's got to be your Linuxness. Unfortunately, I'm not very knowledgeable about Linux in general, so I can't say even as much as the others that replied to you have. The one thing I will point out, that could theoretically be the culprit, is that the animations are actually webm video with varying speeds. It was the easiest way I could figure out how to make the speed variants work. Renpy's native animation handling is really made for simpler, low-frame-count animations. Since most of mine are a minimum 30 frames, with at least one being 120 and quite a few being 50-60 frames, using Renpy's animation tools would have been cumbersome. I simplified things, as well as somewhat streamlining the size without compromising on the quality, by turning the animations into webm format video. There's honestly probably a better solution, but this one works for me. The point being, I'm not sure what Linux's default support is like for the Webm compression format. If your distribution doesn't support it natively, it might be the source of the issue? That's mostly just a wild guess, though.
 
  • Like
Reactions: ♍VoidTraveler

♍VoidTraveler

Forum Fanatic
Apr 14, 2021
5,357
13,743
I may or may not have cackled manically when I named the company. I mean, officially it's a reference to their . But unofficially... ;-)
Interesting. I didn't know that right-left hand stuff was actually a thing, even tho i've read my fair share of stuff like Solomon's keys before. I'm looking forward to seeing what you'll do with this game even more now. :unsure::coffee:

Hate to disappoint, but that's one fetish you won't see in any of my games. Frankly, while I know a lot of people like it, it doesn't appeal to me at all. Like, several dozen levels of negative appeal. So, yeah...sorry...but nope.
Awesome, at least one game where we will not have preggo. (y)
 

Snafu

Member
Jul 21, 2017
111
104
...Glad you think it looks interesting! It will be getting an update every two months, as it's being developed at the same time as another game of mine (Haven's Port) which is considerably farther along...
Was wondering why the game dev was calling out Haven's Port specifically... I'm a goddamn moron :p
 
  • Haha
Reactions: NovusPeregrine

Brannon

Well-Known Member
Nov 2, 2017
1,165
1,556
No argument from me :eek:
One of the first things I did was following the link at "other games" and checking them out.


Awesome, at least one game where we will not have preggo. (y)
Well to be fair only 1/4th of the met NPCs is theoretically capable of that. Depending on the lore futa often have no balls and thus are infertile.
But regardless I am quite happy to be alive. When a battlemage, lich, bloodmage, spiritualist, ..., tells me not to cum into her I don't do it.
Self preservation. :oops:
 
Last edited:
  • Like
Reactions: NovusPeregrine

Brannon

Well-Known Member
Nov 2, 2017
1,165
1,556
I don't think that's quite right.
The no-ball futas simply have dem family jewels on the inside, or so the lore usually goes.
So both futa archetypes are technically capable of producing offspring.
As I said depending on the lore.

It can be a futa has a fully functioning womb and can get pregnant.
It can be a futa has outside or inside balls and can knock somebody up.
It very rarely can be that both is the case. (Basically a space issue if the balls are inside)
It can be that a futa does not have a functioning womb nor sperm producing balls and only is capable for "fun without consequences".

The later very likely is the case here.

Ultimately it completely depends on the artist and the lore, in this case the futa produces something of white color with cum like texture but we do not know whether or not this cum actually contains living sperm.
 
  • Thinking Face
Reactions: Highland_Hunter

gojira667

Member
Sep 9, 2019
260
240
It's Debian 11, and yes I've played many RenPy games with animations that work.
No trouble with playback here (Debian sid). They are VP9 encoded WebM vids. See if you can get them working first in a standalone media player: LeftHandMagic-B.1-pc/game/images/Intro/Animations/. You could just be missing some underlying libs...
 

NovusPeregrine

Member
Game Developer
Nov 27, 2017
324
582
Interesting. I didn't know that right-left hand stuff was actually a thing, even tho i've read my fair share of stuff like Solomon's keys before. I'm looking forward to seeing what you'll do with this game even more now. :unsure::coffee:
I'm not surprised :). I myself have only run across the term in a few Urban-fantasy style novel works, despite being fairly well read (and played, and watched, etc) in fantasy overall. I actually wondered if anyone would even ever catch the reference, and I'll probably stick an explanation into the story somewhere, when there's a point that it makes sense. Even doing preperation for this game, I quickly realized that the definition of the 'paths' isn't universally accepted. That just meant I could inject the idea into my own lore even easier, though, since I have some flexibility in deciding what this specific society would consider Left or Right hand magic.

Was wondering why the game dev was calling out Haven's Port specifically... I'm a goddamn moron :p
What? I mean, obviously I wasn't engaged in shameless self-promotion! How silly would that be...

..
...
....

Also, if you believed that, I have this really nice bridge in Brooklyn I could sell you... ;-)

As I said depending on the lore.

It can be a futa has a fully functioning womb and can get pregnant.
It can be a futa has outside or inside balls and can knock somebody up.
It very rarely can be that both is the case. (Basically a space issue if the balls are inside)
It can be that a futa does not have a functioning womb nor sperm producing balls and only is capable for "fun without consequences".

The later very likely is the case here.

Ultimately it completely depends on the artist and the lore, in this case the futa produces something of white color with cum like texture but we do not know whether or not this cum actually contains living sperm.
*blink* *blink* Hmm, honestly, I hadn't considered infertility specifically an issue. Because...magic! That said, I did think through the 'why no pregnancy' when writing up the story. You know, aside from it really not being my thing. In this case it honestly comes down to 'this is an advanced (modern equivelent at least) magical society, so I assume they have birth control, which means it would be up to the characters to choose.' And the various characters would react basically like thus if you asked them:
------
The Protagonist:
*blinks in confusion and looks at you like you're crazy*

"You know I'm barely over 100, right? I'm only barely old enough to be out on my own and just got my very first stable job! Well, hopefully stable. I'm not that irresponsible!"

Arianna:

"Hmmm, kids? Oh, maybe someday, but I'm barely 250, dear. I supposed kids are okay...so long as they go home with their parents at the end of the day. Maybe I'll change my mind in a another couple of centuries. Mother always said I would, anyway. Though she also thought I'd grow out of the whole spiritualist thing quite a while ago."

Trix:

"Err...you know I'm a submissive lesbian, right? I mean, kids might be a thing I want someday, magic can solve the lesbian bit if it needs to. But right now it would kinda put a crimp in my lifestyle choices..."

Revina:

*blinking distractedly as you pull her away from her research*

"Kids? Oh. Well, I suppose I should try that at some point to make sure my process is full working, I guess? But I haven't even started on restoring that part of living functionality. The sex part was much more important. People can always adopt after all, or have kids before using my immortality formula! But they'll always want to have kinky sex. What else would they do with all those extra centuries? Hmmm, I suppose the space program could use some long lived people that don't need to breathe. Maybe I should include that in my eventual pitch for more funding?"

Talia (By far the oldest of the characters):

"Oh! Kids! My youngest just turned forty! She sent me pics just the other day of this really well hung dude she met at an orgy! I'm so proud of her! Oh, but you meant do I want to have more? Not right now! I'm too busy with the company! Wait. Unless being pregnant means I don't have to do as much paperwork?"

*runs out of the office, in the distance you hear...*

Talia: "Trrrrriiiiixxxx, if I get knocked up can I skip my paperwork?"

Trix: "NO! And I'm checking with your doctor to make sure you don't try it! I remember you trying to get him to write you a note about you being allergic to paperwork! He told me to remind you that 'the blowjob was nice, but not nice enough to risk his medical license.'

Talia: "Awwwww..."

------

Of course, there's also the fact that the entire VN is only intended to span like two months of game-world time. A very busy two months, but since I'm actually actively tracking time in this game, there won't be random time skips to explain away long periods of time passing. When you actually stop and look at most Visual Novels, the spans of time they cover actually usually aren't actively that long. A summer, or semester, or similar time frames. And Left Hand Magic is no different. With the exception of a few that contained lots of time skipping, I can't think of any VNs I've played (and I've played lots of them) where the story covered more than a single scholastic year at most. Which just makes the fact that some of them include pregnancies even weirder to me. Unless that's the specific focus of the game at least.
 
Last edited:
  • Like
Reactions: ♍VoidTraveler

AlliebuttDK

Member
Jun 8, 2021
163
307
This seems super interesting! I was admittedly a little skeptical to begin with due to the style of the renders, since those are normally not something I enjoy, but the worldbuilding and characters plenty make up for that! Seeing the amount of love poured into the worldbuilding in particular, really shows that this is a project of passion, and not just a simple in-&-out porn game with little to it outside of the porn. Trix is wonderful so far, and I can't wait to see where her route ends up going with how she's caught in the duality of her crush, and her finding the protagonist super attractive and (at least on the dom path) domineering. And my god, the animations doing the lewd scenes are so smooth! A lot of devs just use choppy stop motion type of animation, so to see some that's as smooth and seamless as this one, is definitely always a massive plus in my book. I'll have to join your Patreon too, once my own financial situation improves in the future.
 
  • Like
Reactions: NovusPeregrine

NovusPeregrine

Member
Game Developer
Nov 27, 2017
324
582
this is a really nice and fun looking game i hope i see more of it
You will :). I'm working on Build 3 right now, for release in a week or so (maybe a little longer, there were some small delays this month) to my patrons. Said patrons already have Build 2 and that build will go public as soon as I release Build 3 to them.
 
  • Red Heart
Reactions: assasin1598

assasin1598

Newbie
Mar 5, 2021
18
7
You will :). I'm working on Build 3 right now, for release in a week or so (maybe a little longer, there were some small delays this month) to my patrons. Said patrons already have Build 2 and that build will go public as soon as I release Build 3 to them.
Oh boy i cant wait for build 2, i bet it will be great.
 
  • Like
Reactions: NovusPeregrine

Comproser

Newbie
Nov 6, 2020
45
79
No full review yet, this is early days...

Possibly too early, there really isn't much here - but, what's there so far is - good. There is clearly going to be some depth to the lore and story - whether that turns out well is another question, but the start is promising. Renders are good, and the mechanics look like it will be the standard gain points with character x to progress their story. And, I don't say that as a bad thing - what might be interesting, is if there are time constraints, or missable scenes if the story progresses past them, while you were looking at another character. I don't usually like that, but it can make things more interesting, and make your choices matter.

All in all - for what's there, a good 4/5 stars if I'm being critical, 5/5 for futa/trans tag, I'd say wait until it develops, but if you have 10 minutes you can check out what's there. I've got this watched to see what's next
 
  • Like
Reactions: NovusPeregrine

spikesagitta

Member
Oct 18, 2020
122
119
I like it! The premise is actually really interesting! in a world where tech have caught up to magic, what happen to those powerful and dangerous magic? And there's actually some interesting idea to how the magic is apply too!

Oh, and the sexy bits are nice too ^^
 
  • Red Heart
Reactions: NovusPeregrine
4.70 star(s) 7 Votes