You can use console commands in Her New Memory to give yourself unlimited Zodiac Coins, max relationship, health, mood, energy, and change the day or hour. To use these cheats, you must first enable the game’s developer console by editing a single file.
Keep in mind that using cheats disables achievements.
How to Enable Cheats
- Open the game folder.
- Go to:
renpy > common > 00console.rpy - Open 00console.rpy with a text editor such as Notepad.
- Find:
config.console = False - Change it to:
config.console = True - Save the file.
- Launch the game.
- Press Shift + O to open the console.
You can now enter console commands.
Her New Memory Console Commands
Replace X with the value you want.
zodiac_coins = X
relationship = X
energy = X
health = X
mood = X
day = X
hour = XExample
zodiac_coins = 5000
relationship = 100
health = 100
mood = 100What Each Command Does
- zodiac_coins – Adds money to buy furniture and other items.
- relationship – Increases your relationship level.
- energy – Refills your energy.
- health – Restores your health.
- mood – Improves your mood.
- day – Changes the current day.
- hour – Changes the current in-game time.
Tips for Faster Progress
- Setting 5,000 Zodiac Coins is usually enough to buy important furniture, including a larger bed and a better sofa needed for some events.
- Max your important stats, then play 4–5 in-game days to trigger and unlock additional content.
- You can enter the commands as many times as needed.
How to Disable Cheats
If you no longer want access to the console:
- Open 00console.rpy again.
- Change:
config.console = Trueback to:config.console = False - Save the file and restart the game.