Kenny567

Well-Known Member
Oct 10, 2017
1,870
1,001
When adjusting Lona's Morality, you also need to change $game_player.actor.morality_plus

When the game itself updates $game_player.actor.morality (what is shown in the menu) it does so using this formula: [in function recalculateStats]
Code:
$game_player.actor.morality = $game_player.actor.morality_lona + ($game_player.actor.morality_plus-200)
Note: In the actual function code, it uses self. instead of $game_player

Cheat Menu's Morality Editor also uses this same formula as the editor is used.
However, if the $game_player.actor.morality_plus variable is less than 200 the shown value is inaccurate.

ie: $game_player.actor.morality_plus is where the permanent reduction is stored.
While it is 200, it doesn't affect Lona's Morality (because ($game_player.actor.morality_plus-200) would be 0)
The variable has a value range of 0 to 200.
 
Last edited:

Moya621

Newbie
Apr 3, 2025
18
1
When adjusting Lona's Morality, you also need to change $game_player.actor.morality_plus

When the game itself updates $game_player.actor.morality (what is shown in the menu) it does so using this formula: [in function recalculateStats]
Code:
$game_player.actor.morality = $game_player.actor.morality_lona + ($game_player.actor.morality_plus-200)
Note: In the actual function code, it uses self. instead of $game_player

Cheat Menu's Morality Editor also uses this same formula as the editor is used.
However, if the $game_player.actor.morality_plus variable is less than 200 the shown value is inaccurate.

ie: $game_player.actor.morality_plus is where the permanent reduction is stored.
While it is 200, it doesn't affect Lona's Morality (because ($game_player.actor.morality_plus-200) would be 0)
The variable has a value range of 0 to 200.
It worked.
Thanks.
However, why did this happen? A bug?
 

Kenny567

Well-Known Member
Oct 10, 2017
1,870
1,001
It worked.
Thanks.
However, why did this happen? A bug?
Whenever you do something that adds a permanent reduction, it changes that morality_plus value.

I was just testing things out and for some reason morality_plus keeps resetting back to 200, which is weird.
To be fair though, I haven't checked into how that value actually gets updated...
 

Kenny567

Well-Known Member
Oct 10, 2017
1,870
1,001
To be honest, I don't understand why it is needed at all?
What does "permanent reduction" mean?
A reduction that cannot normally be undone.

Also, I've looked into morality_plus a bit more and most of the edits I found seem to be on the max limit of the stat (mostly equipment modifiers)

That explains why it was being weird.
 

Moya621

Newbie
Apr 3, 2025
18
1
I already asked on the forum, but no one answered me... Is it possible to return the forest sprites in version 0.9.8 to what they were in version 0.9.7?
 

Yukihirou

Well-Known Member
Feb 4, 2018
1,406
1,269
Woah the game comes with shell scripts to run it through wine or proton, that's cool (it works too!). LinuxStart.bin is wrongly named though, should be LinuxStart.sh. Doesn't impair functionality in any way, linux is good at detecting formats regardless of extension, but that is not a binary, that is a shell script, so sh it should be.

Game won't actually start though, just get stuck on some political bs

View attachment 4736964

Weird thing to put in a hardcore hentai game, but all right, I have no skin in the game of taiwan v china anyway but i do prefer taiwan being independent. but pressing z does nothing. Is there a way to skip this screen?

Version 8.9.2.1 was playable for me tho.

Edit: idk what I did but after restarting it like 10 times it worked, and the screen doesn't come up again
I don't know your operating system, but next time it happens to this game or any game that loses focus, do the equivalent of Task Manager -> specified app name -> expand -> switch to/bring to font
 

MrCharismo

Newbie
Feb 28, 2023
75
251
i saw that but still npclue
anyone can help me understand sex battle system?
Assign juice skill to prefer hotkey. Hold up arrow and hotkey for vaginal, side for blowjob, down for anal. Once it starts, just spam A key for vag, S for anal, D for blowjob, F for handjob. You have to choose the right key for what sex move you're doing.
 
  • Like
Reactions: Merlin2013
4.10 star(s) 214 Votes