- Nov 20, 2018
- 268
- 337
It's actually AppData\Roaming\RenPy\LoSeSb<root directory of game>/game/saves
example:
c:/games/losesb/game/saves
Turns out I'm a coding genius
Python:
if 'casual' in attr:
if male >= 80:
attr.add('blackjacket')
attr.add('camopants')
if game.season == 3:
attr.add('beanie')
elif game.season == 0:
attr.add('tilted')
elif game.season == 1:
attr.add('straight')
Also attr.add('straight'). Eh? Get it?
Last edited: