Активация Консоли: 1.Открыть файл renpy/common/00console.rpy 2.Найти строку config.console = False и изменить на True 3.Сохранить изменение 4.В игре нажмите Shift+O чтобы вызвать консоль, если консоль не открывается нажмите Shift+Alt затем Shift+O. How to activate and open the console: either u modify ur 00console.rpy with note, which u can find at FourElementsTrainer\renpy\common\, open it and search for "config.console = False" and change it into "config.console = True" Enter cheats by typing them into the console. Use them at your own risk. They may or may not break your game: —PLAYER—? Gold: gold=Y Mana: mana=Y Attention: attention=Y —PARTY—? Strength: roster[X].str=Y Dexterity: roster[X].dex=Y Constitution: roster[X].con=Y Intelligence: roster[X].int=Y Wisdom: none available. Charisma: not available. Sexuality: roster[X].sexuality=Y Hit Points: ??? Spell Points: ??? Experience: roster[X].experience=Y Affection: roster[X].affection=Y Lust: roster[X].lust=Y Alignment: good, bad or somewhere in-between? Add Trait: roster[X].traits.append("Trait") Remove Trait: roster[X].traits.remove("Trait") Add Fetish: roster[X].fetishes.append("Fetish") Remove Fetish: roster[X].fetishes.remove("Fetish") Name Change: ??? Class Change: ??? —HELP— X is character slot number (0–whatever); Y is desired amount. The names of traits & fetishes can be found in-game using the help menu. —NOTE— Not sure if traits.append works, because you can add something like: "roster[X].traits.append("Mega Bitch")"