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
5
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
196
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 }));
 

kifflomx

New Member
Nov 5, 2018
7
39
Any chance of getting the new 1.1.1 update here? My PC screen is fucked so I need to play on a smaller resolution and 1.1.1 adds that option.
 

Narayan88

Member
Feb 5, 2024
165
244
Any chance of getting the new 1.1.1 update here? My PC screen is fucked so I need to play on a smaller resolution and 1.1.1 adds that option.
I tried to "steam crack" it. Probably didn't do it right. Let us know.




New players

  • You may still encounter the problem where achievements are not unlocking in real time during first game session.
  • However, data is now stored locally and synced to Steam next time game is launched. Your achievements will unlock then.


Existing players

  • Achievements are unlocked retrospectively during first launch, provided its unlock condition is met.
  • Keep in mind that some data is lost and not all achievements can be restored. However, these should be easy enough to unlock just by playing the game once next content update drops.


This patch should alleviates the most severe symptoms of this issue.
We continue to monitor the situation and react accordingly.

Other Changes & fixes

  • Added 144Hz FPS option to screen settings
  • Allow user to select any resolution supported by the game (was previously filtered to leave out resolutions that user's screen didn't support).
  • Text fixes
  • Fixed Item effect descriptions not fitting in UI in some languages.
  • Fixed bug where Spirit's current HP could end up larger than maximum HP when removing equipment from the Spirit.
 
3.70 star(s) 22 Votes