This time we've got the Werewolf Oral Knot animation, which includes multiple variants for expressions, X-ray and non-Xray variants, and a lovely shot of the knot inflating and breaking Hiro's choker.
The in-battle animations still need to have X-ray and other variant support added, so we'll be working on that as well.
We're still working on the Ogre Wanderer encounter - in particular the Hiro Adoption scenes and extended game over. It's taking longer than expected because of unrelated technical issues, but we are still working on it. We're still steadily making progress on some less interesting stuff like backgrounds and the technique system, but once we're through onto the other side of that, we're going to catch up on the feature backlog and story mode!
Next up is the Ghost Doggy-Style art and the Ogre Adoption scenario!
As always, changelog is below, and convenience downloadlinks below that. Support Majalis on
That should be %USERPROFILE%\AppData\Roaming\TalesOfAndrogyny , actually. Because C:\Users\ %USERPROFILE% \AppData\Roaming\TalesOfAndrogyny would expand to something like C:\Users\ C:\Users\johndoe \AppData\Roaming\TalesOfAndrogyny
That's not the only point, LOL... and not eve the main one; %USERPROFILE% environment variable already expands to the full path of the user profile directory (e.g. "C:\users\johndoe"), thus prefixing it with "C:\users\" would result in "C:\users\C:\users\johndoe", which would obviously lead to an error.
That's not the only point, LOL... and not eve the main one; %USERPROFILE% environment variable already expands to the full path of the user profile directory (e.g. "C:\users\johndoe"), thus prefixing it with "C:\users\" would result in "C:\users\C:\users\johndoe", which would obviously lead to an error.
I am experiencing a bug with the werewolf where my character is getting trapped in an infinite swallow knot scene. No matter how many times I click next it never ends, the only change being my characters lust going up and back down. Also when this is happening the game gets super laggy each time I click the swallow knot button.
Well, maybe they've implemented some features in the newer versions to correct some common user fuck-ups, LOL. Never actually tried it, since my early experience with MS-DOS and UNIX shell thought me pretty well not to fuck-up my commands
Well, maybe they've implemented some features in the newer versions to correct some common user fuck-ups, LOL. Never actually tried it, since my early experience with MS-DOS and UNIX shell thought me pretty well not to fuck-up my commands
As my super duper knowledge of all that stuff. YEP (none). I just tried it to test And haven't had other complains that it didn't work.
C:\Users\ %USERPROFILE% \AppData\Roaming\TalesOfAndrogyny --> Doesnt work.
C:\Users\%USERPROFILE%\AppData\Roaming\TalesOfAndrogyny --> Works.
C:\Users\%USERPROFILE% \AppData\Roaming\TalesOfAndrogyny --> Doesnt work. %USERPROFILE% \AppData\Roaming\TalesOfAndrogyny --> Works %USERPROFILE%\AppData\Roaming\TalesOfAndrogyny --> Works
Without the spaces it would work most of the time.
As my super duper knowledge of all that stuff. YEP (none). I just tried it to test And haven't had other complains that it didn't work.
C:\Users\ %USERPROFILE% \AppData\Roaming\TalesOfAndrogyny --> Doesnt work.
C:\Users\%USERPROFILE%\AppData\Roaming\TalesOfAndrogyny --> Works.
C:\Users\%USERPROFILE% \AppData\Roaming\TalesOfAndrogyny --> Doesnt work. %USERPROFILE% \AppData\Roaming\TalesOfAndrogyny --> Works %USERPROFILE%\AppData\Roaming\TalesOfAndrogyny --> Works
Without the spaces it would work most of the time.
Except that it works in #4; Windows seems to be able to catch either a misplaced "C:\Users\" or stray spaces, but not both at once, apparently At any rate, #5 is the only proper syntax not relying on any foolproof features of the shell.