VincentL
Vivacious Visitor
- Joined
- Apr 24, 2014
A request for help from experienced dialogue writers and/or DialogueActions/Animtools developers before I commit seppuku with my keyboard.
Taking a short break from the endless task of working on my second dialogue, I decided to work on massively improving my first one. The new version is pretty much all ready for release, except one issue which just refuses to go away and which I can't get rid of.
The idea is that the dialogue begins with oral sex with the option of transition to vaginal sex whenever you like, and after a certain point, the option to go back to oral appears. Everything works flawlessly except the button of transition back to oral.
The code is the following:
However, I get an empty dialogue box and nothing happens (the brief fade/in out from animtools doesn't happen either) after pressing the button8, every single time.
For comparison, the button for transition to vaginal sex is coded in an almost identical way:
...and this button has worked flawlessly every single time the last 4534642 times I've tested the dialogue.
- I use DA v.4.01 and animtools V14
- both positions are in Settings -> animtools_positions, and named exactly as in the dialogue triggers. I've tried using different ones, the "fuck" position is always fine, the "oral" one never works.
- at first, before I moved the triggers around, at least the dialogue kept working properly with the "post-sex" lines as intended if I changed the position manually. Now just the empty box happens regardless of anything.
- as above, I've tried moving stuff around in all possible ways, and ended up trying to make it as similar to the button that works properly as possible, but yet it refuses to work.
- the "position" parameter exists only to trigger the right dialogue lines later, it's pretty much irrelevant to how the button itself works
- the SDT dialogue log only says "playing line" as if nothing wrong happened.
I've seriously checked every single angle I could think of, and the damn thing just won't work. I really don't know what I'm missing here, it's the most resilient bug I've encountered so far. Any help is greatly appreciated, and if you'd like the full dialogue file to take a closer look, let me know.
Taking a short break from the endless task of working on my second dialogue, I decided to work on massively improving my first one. The new version is pretty much all ready for release, except one issue which just refuses to go away and which I can't get rid of.
The idea is that the dialogue begins with oral sex with the option of transition to vaginal sex whenever you like, and after a certain point, the option to go back to oral appears. Everything works flawlessly except the button of transition back to oral.
The code is the following:
button8:"[oral2][ANIMTOOLS_Loving_Wife_oral]"
which leads to one of three identical (besides what she says) "oral2" lines:
oral2:"[BUTTON8_OFF][BUTTON9_OFF][BUTTON10_ON]her speech before giving another blowjob" {"set":{"position":"oral2"}}
which leads to one of three identical (besides what she says) "oral2" lines:
oral2:"[BUTTON8_OFF][BUTTON9_OFF][BUTTON10_ON]her speech before giving another blowjob" {"set":{"position":"oral2"}}
For comparison, the button for transition to vaginal sex is coded in an almost identical way:
button10:"[transition][ANIMTOOLS_Loving_Wife_fuck]" {"check":{"position":"oral"},"style":"thought"}
which again, leads to one of several identical (besides her speech) "transition" lines:
transition:"[AHEGAO_MOOD][BUTTON10_OFF][BUTTON9_ON]her very enthusiastic speech" {"set":{"position":"fuck","da.clothes.panties":"none,0,0,0,1"}}
which again, leads to one of several identical (besides her speech) "transition" lines:
transition:"[AHEGAO_MOOD][BUTTON10_OFF][BUTTON9_ON]her very enthusiastic speech" {"set":{"position":"fuck","da.clothes.panties":"none,0,0,0,1"}}
- I use DA v.4.01 and animtools V14
- both positions are in Settings -> animtools_positions, and named exactly as in the dialogue triggers. I've tried using different ones, the "fuck" position is always fine, the "oral" one never works.
- at first, before I moved the triggers around, at least the dialogue kept working properly with the "post-sex" lines as intended if I changed the position manually. Now just the empty box happens regardless of anything.
- as above, I've tried moving stuff around in all possible ways, and ended up trying to make it as similar to the button that works properly as possible, but yet it refuses to work.
- the "position" parameter exists only to trigger the right dialogue lines later, it's pretty much irrelevant to how the button itself works
- the SDT dialogue log only says "playing line" as if nothing wrong happened.
I've seriously checked every single angle I could think of, and the damn thing just won't work. I really don't know what I'm missing here, it's the most resilient bug I've encountered so far. Any help is greatly appreciated, and if you'd like the full dialogue file to take a closer look, let me know.