- Apr 29, 2017
- 325
- 115
Thank you for sharing the new update as always, I bet Dev will release a few more bugfixes before we can play this update without much major bugs so I'll wait a couple more days but still thank you regardlessFor now only the change log, game is bugged (well as usual now haha) so waiting for the bugfixes version.
You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.
Works so far for me, TV is fixed, only one standing picture bug i ran into.Thank you for sharing the new update as always, I bet Dev will release a few more bugfixes before we can play this update without much major bugs so I'll wait a couple more days but still thank you regardless
I found what the problem is, in the "zMenu_Edits.js" file on line 118 (and on line 138) there is an "=" missing in the if-statements. Adding another one fixed the bug for me.i got the following error by drinking the lust surpressang View attachment 1328065
Alışveriş biriki arzudaki dükkanındaki soyunma odasını denemekte deneyime başka biri var mı?
[/ALINTI]
evet alışverişki mağazadan alışveriş yapamam
Same.i got the following error by drinking the lust suppressant
THanks a lot!I found what the problem is, in the "zMenu_Edits.js" file on line 118 (and on line 138) there is an "=" missing in the if-statements. Adding another one fixed the bug for me.
The file is located at "Succulence 2[0.5.1]\www\js\plugins\zMenu_Edits.js". So just open the file with any text editor, and add a "=" after the one that is already present on lines 118 and 138. You should be left with this:
Line 118: "if ($gameVariables.value(2) == 0){"
Line 138: "if ($gameVariables.value(2) == 0){"
(without the " of course)
After you've changed that, just save the file and restart the game! Now it should work like it's supposed to
I found what the problem is, in the "zMenu_Edits.js" file on line 118 (and on line 138) there is an "=" missing in the if-statements. Adding another one fixed the bug for me.
The file is located at "Succulence 2[0.5.1]\www\js\plugins\zMenu_Edits.js". So just open the file with any text editor, and add a "=" after the one that is already present on lines 118 and 138. You should be left with this:
Line 118: "if ($gameVariables.value(2) == 0){"
Line 138: "if ($gameVariables.value(2) == 0){"
(without the " of course)
After you've changed that, just save the file and restart the game! Now it should work like it's supposed to