There are no male characters at all in this game, period. Whether there ever will be depends on Snake's plans and what his patrons want to see.
Yeah. Give me a bag of money and I'll draw even GodzillaThere are no male characters at all in this game, period. Whether there ever will be depends on Snake's plans and what his patrons want to see.
Thx. I take a look at the scripts and post the fix in day or two.Minor bug in v0.4: After talking to the elf I immediately have the "bring her to orgasm using only anal toys" checked off, even before I have actually done it. This doesn't affect my ability to complete the task, fortunately.
Ehm... No. They are activated automatically.Is there some way I'm supposed to activate passive spells?
No its fine, I asked too soon. Apparently I just hadn't progressed far enough yet. I just assumed since it appeared in my spell book that I already had the ability to open things... so I was confused why it wasn't working. Might keep that in mind by the way.Ehm... No. They are activated automatically.
Some doors must be locked. It's normal; you can open them in the course of the plot.
But you can open things after Vespa taught you lockpicking spell. It must be look like this:No its fine, I asked too soon. Apparently I just hadn't progressed far enough yet. I just assumed since it appeared in my spell book that I already had the ability to open things... so I was confused why it wasn't working. Might keep that in mind by the way.
Oh, stop itAlso fun game.
Right, no problems there.But you can open things after Vespa taught you lockpicking spell.
I think that was the problem for me. The lockpicking spell appears (under passive tab) in the spellbook after you first read the book on the pedestal, same time you gain the mirror and dispel spells, that was the point of confusion for me.P.S. Maybe I did not clearly show that the ability has not yet been studied? I'll fix this in hot fix.
Yeah, some elements of the interface came out not very successful. I will redo them.Right, no problems there.
I think that was the problem for me. The lockpicking spell appears (under passive tab) in the spellbook after you first read the book on the pedestal, same time you gain the mirror and dispel spells, that was the point of confusion for me.
I just hadn't reached the point where Vespa actually teaches you how to use it I guess. Its not a huge deal, its just a little confusing at first you get spells so naturally you're like, "Hey I got spells lets see what I got..." see passive: lockpicking "Oh cool I have a lockpick spell now, (remembering all those locked chests, barrels, and crates) lets go open shit!" ...and then nothing opens, so you're like, "Uhmm WHAT?"
I gotta say though, I wasn't sure about this game when I first saw it. The art style was a bit off from what I'm used to, but i found myself not being able to put it down until I finished it (or finished what is available). The game play is good enough to warrant much more, and I hope you stick with it. Hopefully even beyond the confines of this dungeon. I could see a whole RPG of hermaphroditic epicness ahead.
Thx.Love the game. If you want any help with any aspect of it I would love to help.
Half of BDSM clothing hidden in containers fits Zesthara. Talk to her about clothes and be able to change her look in the dressing room.Let's see, I found the latex panties (at least they appeared in the loot box when I first opened it) and collected all items, yet they never appeared in my apparel. Any ideas?
Very strange. These branches of the dialogue are not related to each other. And the scripts do not intersect with each other anywhere.Funny, I didn't get that option until I talked with her again and started the Handjob scene then ended it. Now I can change her outfit.
Sadly no, I already overwrote the save.Very strange. These branches of the dialogue are not related to each other. And the scripts do not intersect with each other anywhere.
Maybe you just did not pay attention to this option?
Anyway, if you still have a save before HJ scne, with the inaccessible option "I found some clothes...", I would love to look at it.
You can find saves in the folder Documents/My Games/AcmeOfAbyss
Theoretically, the trigger attached to picking up the item may not work.Sadly no, I already overwrote the save.
Are you checking the 'object_id_flag' at the end of each interaction with that NPC?Theoretically, the trigger attached to picking up the item may not work.
You are not the first for whom this script does not work correctly; freeschtyler previously wrote about a similar problem. Unfortunately, I could not reproduce this bug on my PC. I will think about ways to fix it; perhaps using several workarounds. Checking at the beginning / end of the scene is one of the methods I added in this build. I'll see what else to do.
Anyway, thx for the report.
No, everything is much simpler there.Are you checking the 'object_id_flag' at the end of each interaction with that NPC?
It seemed like it only triggered after the HJ scene (even though I had talked with her prior and received no quest update)
I hadn't seen the option until you'd mentioned it and I loaded my save up and tried again.No, everything is much simpler there.
You can talk about clothes only if status of task "Talk with Zesthara about BDSM..." eqal "inProcess". The script that sets this value binds to event dispathcher "OnPickup", that works when you pick up an item. Specifically, this script checks for the presence in the inventory items from the list. And if all the conditions are met, it runs the task. During the debug, I made this trigger work even when the control / scene was changed.
And, apparently, the event dispatcher does not work.
I don’t know why: I haven’t reproduced this bug.
I'll see what I can do about it.
UPD:
Did you loading the game between these events? If so, then I am most likely looking in the wrong place.
...But if you play without loadings, then I seem to have solved the problem.