CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Croatoan118

Newbie
Dec 16, 2019
18
4
I'm a big fan of the game, but it's criminal the typing of moves. Like the Bear doesn't get any beast type attacks (if at all, not until a waaay late level).
 

Ancentris

New Member
Jun 26, 2022
3
0
I don't know. Might be an issue with this game (I wouldn't be surprised if it is), especially if it only happens with this game. Or some drivers problem maybe.



I don't know much about C#/dnspy/Aes Encryption Algorithm, so I can only provide keys.
You don't have permission to view the spoiler content. Log in or register now.

I've created a sandbox where you can encrypt/decrypt your saves online.

  1. Load it - after opening the link it should start in the right part of the screen (should be something like screenshot below)
  2. Choose your save file. On Windows the saves are located at C:\Users\User\AppData\LocalLow\OttersideGames\SpiritValley\slot2, or save1 or save 3, whatever slot you were using
  3. Click decrypt button. The link to download the file will appear to the right of the button, click it. You can edit the downloaded save in any text editor, then encrypt it (in sandbox again) and replace the original save with the encrypted one (don't forget to make backups of your saves just in case).
View attachment 4253379
This is all the help I can offer.
It's giving me this error

PayloadTooLargeError: request entity too large
at readStream (/home/projects/spirit-valley-decrypt-save/node_modules/raw-body/index.js:163:17)
at getRawBody (/home/projects/spirit-valley-decrypt-save/node_modules/raw-body/index.js:116:12)
at read (/home/projects/spirit-valley-decrypt-save/node_modules/body-parser/lib/read.js:79:3)
at jsonParser (/home/projects/spirit-valley-decrypt-save/node_modules/body-parser/lib/types/json.js:138:5)
at Layer.handle (/home/projects/spirit-valley-decrypt-save/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/home/projects/spirit-valley-decrypt-save/node_modules/express/lib/router/index.js:328:13)
at eval (/home/projects/spirit-valley-decrypt-save/node_modules/express/lib/router/index.js:286:9)
at Function.process_params (/home/projects/spirit-valley-decrypt-save/node_modules/express/lib/router/index.js:346:12)
at next (/home/projects/spirit-valley-decrypt-save/node_modules/express/lib/router/index.js:280:10)
at expressInit (/home/projects/spirit-valley-decrypt-save/node_modules/express/lib/middleware/init.js:40:5)

how can I solve it?
 
Apr 29, 2022
107
195
PayloadTooLargeError: request entity too large
Updated the size limit, now it should work with files up to 50Mb. Try again:
Limit set on the line 6 in server.js: app.use(express.json({ limit: 1024 * 1024 * 50 }));
 
3.70 star(s) 22 Votes