Yep, part of them were Bad ending, until nowdamn was thinking about giving this a try until i read the latest review. are there really a bunch of dream/fantasy sex scenes?
nice. you finally have vaginal sex in the game.Version: 0.8.1
This game is very grindy, but rather than stat grinding you are supposed to grind money.Boweniscool said:- if you want to succeed all or even just most of the skill checks then you really do have to grind, and I mean Grind. I don't mind some grind but having to spend in-game weeks just boosting one stat so I can see what happens to change in one conversation felt a bit much! Maybe if there was more In the game it could feel more natural but not as it is
There are save editors for this. And you need to edit the Savetoken file in the Renpy folder. open it with the simple texteditor, and then look for this:Anyone got a cheat mod for this? The grind for money just to even be able to level up skills is fucking ridiculous.
Anyone got a cheat mod for this? The grind for money just to even be able to level up skills is fucking ridiculous.
You can follow the above or use the:There are save editors for this. And you need to edit the Savetoken file in the Renpy folder. open it with the simple texteditor, and then look for this:
def verify_data(data, signatures, check_verifying=True):
"""
Verifies that `data` has been signed by the keys in `signatures`.
"""
for i in signatures.splitlines():
kind, key, sig = decode_line(i)
if kind == "signature":
if key is None:
continue
if check_verifying and key not in verifying_keys:
continue
try:
vk = ecdsa.VerifyingKey.from_der(key)
if vk.verify(sig, data):
return True
except Exception:
continue
return False
change the last entry to "True" save , restart the game and then your edited save work.
You must be registered to see the links