Another way to increase the exploration cheat.
Use unren and console setting.
Type Shift+o during gameplay
Type : npc.dict_skill['Exploration'] = 2.0 #If you want to increase the exploration and enjoy.
AS i found using my Notepad++ Editor that NPC stands for name variable. use it for love or any other cheat.
The "npc.dict_skill['Exploration']" helped me find the values to edit in the followed quote below, so the values to look for are:
npc.dict_skill['Exploration']
npc.dict_skill['Love']
npc.dict_skill['Friend/Anger']
npc.dict_skill['Submission']
npc.dict_skill['Depravity/Modesty']
If curious, main area to start edting values is on
Line 10337 of the
my_calls.rpy
Yours is in russian, i changed mine to show both russian and english on the comments
Throughout the finds, you will see "
+=" or "
-=". The Plus is added Action, negative is Negative Action
So like this section of Action starting at
Line 10589:
You will see the positive and negatives, and his values are like 0.0x
Change the negatives to 0, and the positive to a whole number, like i did 5 for mine.
Do this through the entire thing, you are good.. But max value in his game is basically 8 or -8. So go 5 all way or play with values.
FREE Cheat edited files
place them to game folder, remember to copy older those 2. Start new game with skills
objects.rpy editable
GG = Player()
GG.money = 999999999
GG.features = []
GG.dict_skill['Writing'] = 999999999.0
GG.dict_skill['Writing_pract'] = 999999999.0
GG.dict_skill['Writing_icon'] = 'other/literature_icon.png'
GG.dict_skill['Programming'] = 999999999.5
GG.dict_skill['Programming_pract'] = 999999999.0
GG.dict_skill['Programming_icon'] = 'other/programming_icon.png'
GG.dict_skill['Intelligence'] = 999999999.0
GG.dict_skill['Intelligence_icon'] = 'other/intelligence_icon.png'
GG.dict_skill['Talk'] = 999999999.0
GG.dict_skill['Talk_icon'] = 'other/talk_icon.png'
my_calls.rpy editable
+100 love etc
stats food water etc dsnt end, unlimited time interactions...
have nice game....
This was very helpful to show what can be edited. Down side is new Game after applying these settings, however I was successful on editing my version. Lol no cheat table need. Only have to carry around one Mineral Water and Honey and Vitamins now. Removed all the negative effects of actions as well and only allowed positives. Game is playable. Though there is also a trigger to enable fantasy mode, I may test it to see if i comment out the "Check if True" for fantasy mode, or just say "Is True" to allow fantasy mode without doing paywall.
If want, i can put my two edited files, just know, you will have to start a new game. And in order for the files to work, before you run the game... delete the corresponding
objects.rpyc and
my_calls.rpyc After every edit of the file. The game will recreate those files when launched so dont worry about anything breaking.