My save file is too big for Steam Cloud

So I wrote a post before saying mods should optimize player save file sizes instead of re-drawing trolls over and over. Now my save file is 300mb and Steam Cloud only can hold 150, so now I cannot close Steam without turning my computer off and I can't play any other game because Steam still tries to sync the save file, but there is no space, so it's infinite. Any idea how to reduce the size?
5:13 pm, June 12, 2021
CHAO 0 comments 0 likes

Lil Puppy replied to My save file is too big for Steam Cloud June 12, 2021 @ 8:12:37 pm PDT

Each game has a limit designated by the game developers.
Each cloud save call from the API has 2 configurable limits, but this applies only to the code in the game if it chooses to do cloud saving itself instead of letting Steam do it after the game closes so these don't apply.

This game has a limit of about 1GB for total save storage.

If you go here and login (it's steam's official site, it's fine) you can look at your entire steam cloud and download whatever files you want.
https://store.steampowered.com/account/remotestorage
You can't delete any of them from the site, but you can view and download the files.

Anyway, if your save file is too big for steam, you can turn off the steam cloud for the game by right clicking on the game, selecting Properties, and then unchecking the steam cloud sync option. This will make it ignore Valheim saves.
11:13 am, June 13, 2021
0 comments 0 likes

HAHAHuH? replied to My save file is too big for Steam Cloud June 12, 2021 @ 8:22:52 pm PDT

I personally turn cloud save off for a lot of my games, opting to have a shortcut to the save game folder and manually backing up my games to an external HDD. Takes 1 minute, tops.
11:13 am, June 13, 2021
0 comments 0 likes

jonnin replied to My save file is too big for Steam Cloud June 12, 2021 @ 11:15:34 pm PDT

Originally posted by Mharr:
Compression isn't the only quality a file can have though. A more raw format can be faster to access, cause less cpu load, or allow partial on-the-fly changes. Redundant data can be intentional to allow self healing.

of course, it is just a crude measurement, as i said the first time. Without hex editing it and reverse engineering it, this gives a less enthused person a data point, is all.

if it were binary record based with on the fly changes it would not take long at all to do world saves as it would only need to write what you had changed, which in the grand scheme of the entire world is going to be near zero changed records per save cycle.

self healing is fine but using tricks like CRC you can repair somewhat without full redundancy. The whole point of NTFS is that it avoids disk errors, though. If there is corruption, it was bug induced, most likely, rather than hardware problems or network hiccups.
11:13 am, June 13, 2021
0 comments 0 likes

jonnin replied to My save file is too big for Steam Cloud June 12, 2021 @ 4:33:02 pm PDT

Originally posted by Rocksalt:
Originally posted by CHAO:
So I wrote a post before saying mods should optimize player save file sizes instead of re-drawing trolls over and over. Now my save file is 300mb and Steam Cloud only can hold 150, so now I cannot close Steam without turning my computer off and I can't play any other game because Steam still tries to sync the save file, but there is no space, so it's infinite. Any idea how to reduce the size?
I don't know much about this. Is having a save file over 300mb a bad thing? :steamsad:

If you want to know if a file format is bad just run a normal zip over it. The poorer the file format, the smaller the zip file will be -- that means it is full of redundant information, like xml tags or in binary format, empty spacer bytes or whatnot. Its not a perfect idea, sure, but its one way to know if the data is being stored somewhat efficiently. (the hard core compressors will make a smaller file but that isn't the point, zip's blandness actually helps here because it is finding things that likely could be fixed by the coder whereas the advanced ones may find things hard to eliminate).

you will note if you play with it that mp3, jpeg images, and things like that do not compress much. Those formats are already pretty solidly packed.
to save you some time, my main world went from over 60mb to 20. So the format is full of redundancy and inefficiency.
2:13 am, June 13, 2021
0 comments 0 likes

Mharr replied to My save file is too big for Steam Cloud June 12, 2021 @ 5:01:42 pm PDT

Compression isn't the only quality a file can have though. A more raw format can be faster to access, cause less cpu load, or allow partial on-the-fly changes. Redundant data can be intentional to allow self healing.
2:13 am, June 13, 2021
0 comments 0 likes

ec928 replied to My save file is too big for Steam Cloud June 12, 2021 @ 10:31:08 am PDT

Not sure what you're on about "redrawing trolls" nor where you got the 150 figure.

There should be no need to reduce the save game file because steam cloud lets most people store 1 GB for a typical game like this, more than enough to save a small set of files.

Check your steam setup.
8:13 pm, June 12, 2021
0 comments 0 likes

Wariat117 replied to My save file is too big for Steam Cloud June 12, 2021 @ 10:42:50 am PDT

1) disable steam cloud
2) keep removing the backup file before you close game, it will halve the space taken in cloud
3) you mean world or character?
if world then I think there is no way
if character then just make new character and move all items onto it (maybe cheat the skills too and screenshot the map)

why?
because map is saved on character
each world has separate map
so each world you visit has map saved on your character (well, when it's not explored it takes small bit of space because it's optimized) but if you cheat command "exploremap" on multiple worlds then character size is going to explode

Originally posted by ec928:
where you got the 150 figure.
No idea how it looks in english version of steam... but in polish language steam poorly displays size of cloud ;D

my valheim has 950MB steam cloud
steam displays it as "taken: 50MB / avaible: 900MB"
this "avaible" part might be confused as "max" because of the "/"
it doesn't specify whether it's remaining avaible or max avaible so the "/" makes important mark there

usually max is on the right side of "/" when you display numbers
8:13 pm, June 12, 2021
0 comments 0 likes

Rocksalt replied to My save file is too big for Steam Cloud June 12, 2021 @ 12:48:49 pm PDT

Originally posted by CHAO:
So I wrote a post before saying mods should optimize player save file sizes instead of re-drawing trolls over and over. Now my save file is 300mb and Steam Cloud only can hold 150, so now I cannot close Steam without turning my computer off and I can't play any other game because Steam still tries to sync the save file, but there is no space, so it's infinite. Any idea how to reduce the size?
I don't know much about this. Is having a save file over 300mb a bad thing? :steamsad:
8:13 pm, June 12, 2021
0 comments 0 likes