Tap 4 Sex
Этот центр сообщества отмечен как содержащий контент только для взрослых и отображается для вас, поскольку ваши настройки позволяют показывать подобный контент.
Недостаточно оценок
Cheating
От Semeicardia
How to use the Renpy console to cheat
4
   
Наградить
В избранное
В избранном
Удалить
Enabling the Console
Edit the file [GAME DIRECTORY] -> Renpy -> Common -> 00console.rpy with any text editor:
change Line 108 from
config.console = False
to
config.console = True
Save the change.
Entering the Console
During any scene, press the "Shift" button and the "o" button simultaneously, which will open the Renpy console.
Using the Console
Enter console commands

Total Taps:
store.persistent.tap_total = {desired value}
Example:
store.persistent.tap_total = 499999
then finish by pressing the "enter" button

Red hearts:
store.persistent.hearts_actual = {desired value}
Example:
store.persistent.hearts_actual = 499999
then finish by pressing the "enter" button

Golden hearts:
store.persistent.ghearts_actual = {desired value}
Example:
store.persistent.ghearts_actual = 499999
then finish by pressing the "enter" button

Hearts per Click:
store.persistent.hpc = {desired value}
Example:
store.persistent.hpc= 499999
then finish by pressing the "enter" button

Hearts per Second:
store.persistent.hps = {desired value}
Example:
store.persistent.hps = 499999
then finish by pressing the "enter" button
Exiting the Console
Exit the console with the "ESC" button.
Curator Page and Group
If you like this guide, please considering following my Steam Curator Page and joining my Curation Group
Комментариев: 2
Semeicardia  [создатель] 22 мар в 9:31 
Was the game running when you enabled the console?
Terror 22 мар в 5:34 
The cheat did not work, i entered the exact value in the console field, clicked on "shift" + o and nothing happends. Please help