Hanako Games

News, Walkthroughs, and Chat about Anime Games

CHEAT MODE now up


hanako

CHEAT MODE now up

#1 by hanako - Oct 28 2021

The latest update (1.4) now available on Steam and Itch includes unlocking the RenPy developer-mode tools, so those of you with experience hacking around inside games can now start messing with your stats directly.

Of course, as usual, some things may not be named exactly what you expect them to be named, and hack at your own risk because it's definitely possible to crash your game by entering too many random codes.

(For an example of 'not named what you think' - the top bar says Money: but the stat you actually want to change is gold. Hit shift-O to bring up the command console, then enter
gold = 400
and hit return, then hit escape to exit the console, and voila! You have 400 crowns.)

Karlminion

Re: CHEAT MODE now up

#2 by Karlminion - Oct 28 2021

Is there a code to restore mind and body?

Also, you can still unlock achievements even after using cheats, so be careful to those trying to do it honestly.

EDIT: Never mind on the health code, I realized I can give myself lots of money and then spam blood pops at the market.

hanako

Re: CHEAT MODE now up

#3 by hanako - Oct 28 2021

You CAN spam popsicles but that's pretty boring Very Happy

So yeah, Mind and Body are another thing that works behind the scenes in a way you might not expect. There isn't really a Mind stat at all. Instead, there's Temperance and Mental Stress. The "Mind" you see displayed on the top bar is double your temperance minus your mental stress.

So to give yourself "full" Mind, mstress = 0

But boosting what your maximum Mind value would be involves raising your Temperance. Which isn't called temperance in code either, it's called willpower Very Happy

Adjusting stats requires a lot of being able to read my mind, so giving yourself a ton of money and just using that to take the classes you want might be easier.

Franka

Re: CHEAT MODE now up

#4 by Franka - Oct 29 2021

Since I already cracked open the script, it shouldn't be too much of a hassle listing interesting stats. All stuff is changed by entering the console with SHIFT+o and typing stat to mess with = # (example: beauty = 200) (example: ShelfJob.wage = 100)
You can absolutely break stuff by typing things wrong or setting stats to numbers that don't compute. Everything is case sensitive.

Crowns (money) = gold
Awareness = aware
Insight = insight
Strength = strength
Grace = grace
Style = beauty
Endurance = stamina
Dominance = dominance
Temperance = willpower
Fighting = fighting
Sensitivity = sense
Technology = technology
Etiquette = etiquette
Mischief = mischief
Occult = occult
History = history
Science = science
Classical Arts = classical
Pop Culture = pop
Business = business
Law = law

Full mind is mstress = 0
Full Body is pstress = 0

Other fun stats you could mess with:

If that butler resentment is really messing with your stress and endings: anti_butler

Another fun way to gain money could be to alter the wages:
Reception = HotelJob.wage
Store Stocker = ShelfJob.wage
Coat Check = CoatJob.wage
Night Baker = BakingJob.wage
Animal Shelter = AnimalJob.wage
Psychic = FortuneJob.wage
Accounting = CountJob.wage
Child Model = ModelJob.wage
IT Helpdesk = ITJob.wage
Library Shelver = LibraryJob.wage
Security = SecurityJob.wage
Filing Clerk = ClerkJob.wage
Fact Checker = FactJob.wage

Victims for hunting if you start to run out or just want a lot of doctors or something:
Nurse = nurses
Doctor = doctors
Bunny Girl = bunnies
Club Dancer = clubbers
Hunter = hunters -set to -999 or something if you don't want the hunter in the game
Rocker = rockers
Drunk Woman = lushes
Cashier = cashiers
Cook = cooks
Little Old Lady = lols
Delinquent = teens

If you're very brave, you can try to mess with time, but I'm sure you're likely to break something. There are checks for both number of days and weeks played.
Number of weeks played = week
Number of days played = day

Karlminion

Re: CHEAT MODE now up

#5 by Karlminion - Oct 29 2021

Wow, that's a lot of variables. Could you put it under spoilers though, please? Do like Hanako does it and put it under white text?

Franka

Re: CHEAT MODE now up

#6 by Franka - Oct 29 2021

Karlminion:

Wow, that's a lot of variables. Could you put it under spoilers though, please? Do like Hanako does it and put it under white text?
Not that I can't, but is that really necessary in a topic specifically about cheating?
Hanako forum archive - Topic list