- Jul 7, 2017
- 168
- 511
I've definitely seen the limit on mouth development go up with the relevant titles, so I don't know what to tell you as far as that issue is concerned. On the other hand:Note: in the case of "mouth" (blowjobs, kisses, etc) actions it's not merely the dialogue that's bugged; she is completely "immune" to those interactions as they give her no pleasure "damage" and the development level is stuck at "0/0" (not even 0/3 !). Titles oddly *do* unlock.
Good news: I finally figured out how this works!What do the L and E in L2E1 and L3E3 even mean? And why would my game not be choosing the right dialogues in this situation?
L is based on your lust level, but it's screwed up -- you need lust level 3 for L2 and lust level 5 for L3. But as far as I know, your lust level cannot go above 3 in-game.
The E value is based on different stats depending on the action. Due to the added complexity I'll need to look into it more carefully to see which parts of that -- if any -- are also bugged. The ones that use arousal or pleasure look fine, but the variable IDs for the other ones are unfamiliar to me right now.
Fixing the L2 & L3 bug is actually really easy. Use a text editor to open the file www/js/plugins/CallAM.js. Change "LustLV >= 3" to "LustLV >= 2", change "LustLV >= 5" to "LustLV >= 3", and save your changes. If you had the game open, then close & reopen it to make sure the changes take effect.
Edit: Okay, after looking into it for all of two minutes I've determined that the very first E type I looked into is fucked up, in the sense that getting E2 or E3 is impossible. Based on how this looks, a max Mouth limit of 5 was supposed to be possible, so I'll need to figure out why exactly that's starting at 0 instead of 3.
Final edit: Scroll two posts down for my bugfix patch that corrects these issues.
Last edited: