bitsybobs3

Ultimate Torrent Dude
Donor
Jun 13, 2021
3,773
2,111
ScarletLaw-0.3.16
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.
Want to join the team? Read more here!
 

B00G1E

Newbie
Jan 17, 2021
51
118
itd be more interesting and have better input if most of the good content wasn't locked behind a dev code.. or for whatever reason locked from being save edited .. do you trust the person who modified this save ,, click yes ,, nothing but endless loop of clicking yes so fix this issue and I bet you'll see more positives if you give the ppl what they want
Thats the new Renpy engine messing with saves not the dev of this game damn annoying tho i will give you that.
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
9,382
82,799
Scarlet Law [v0.3.16] [JYP Games] - Compressed

Win/Linux [1,30 GB]
- - - -

Mac [1,29 GB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 

6joker6

Member
Jun 25, 2019
116
111
Thats the new Renpy engine messing with saves not the dev of this game damn annoying tho i will give you that.
Edit your savegame with change money to whatever you want

'file \renpy\savetoken.py'
open the one thats titled 'savetoken.py not the one that has a 'o' at the end open this file in notepad then hit crtl+f which opens a search menu thing and type in 'if token_dir is None:' which will send u to that area then replace 'if token_dir is None:' with 'if True:'

there are 3 search results, the middle one is the correct one


# Determine the current save token, and the list of accepted save tokens.
token_dir = renpy.__main__.path_to_saves(renpy.config.gamedir, "tokens")

if token_dir is None:
return

keys_fn = os.path.join(token_dir, "security_keys.txt")

if not os.path.exists(keys_fn):
create_token(keys_fn)

change to

# Determine the current save token, and the list of accepted save tokens.
token_dir = renpy.__main__.path_to_saves(renpy.config.gamedir, "tokens")

if True:
return

keys_fn = os.path.join(token_dir, "security_keys.txt")

if not os.path.exists(keys_fn):
create_token(keys_fn)

or take the file in the attachment and save some grind time
 
2.80 star(s) 51 Votes