Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

TAKE MY MONEY!   where's the buy now or pay now option?

Also, where are the save games?  In the file system?   Requesting option to move Saves state directly into the game files containing folder.

Thank you so much! Your comment means a lot to me. 😊

Your save data can be found at the following location:
C:\user\<user name>\AppData\LocalLow\Studio Skomb\SPOLOUS2\savedata.dat
Sorry, but you'll need to manage the save data manually.

Yep.... here's how you do it:

@echo off

set dt=%date:~10,4%-%date:~4,2%-%date:~7,2%_%time:~0,2%_%time:~3,2%_%time:~6,2%

robocopy "%USERPROFILE%\AppData\LocalLow\Studio Skomb\SPOLOUS2" ".\Saves\%COMPUTERNAME%\%dt%" /e /v

".\SPOLOUS2.exe"

Another option you can use is to run SyncThing on the machines you play the game on, in order to sync the save data across those machines. I did that with Spolous EX on my Steam Deck, my laptop, and my desktop.