Green Hell

Green Hell

View Stats:
Fresh Clean Start, How To?
I think my progress from 300+ days up to 550 days, have been somehow, corrupted. If not a clean start (i'm thinking of backing up and deleting everything in the remote game files) and all previous file from in game if, they still exist to try and insure nothing is left behind and my only other problem would be with, Steam's Cloud.

If I use the option in game, to delete saves, will it also delete them form the Steam Cloud? I'm mixed up about all this due to not wanting to mess the actual game files up. I hope I explained it right?
Last edited by HunterKiller; Mar 5, 2023 @ 8:01am
< >
Showing 1-12 of 12 comments
HunterKiller Mar 5, 2023 @ 9:37am 
OK then, I'll ask it this way. Can I save then delete all save files except, the achievements file and get a clean start?
Jaunitta 🌸 Mar 5, 2023 @ 2:17pm 
Hi, Hunterkiller, go to your saves folder in remote>cut and paste all the saves including the remotecache in >C:\Program Files (x86)\Steam\userdata\148981505\815370<< this folder is one back from remote thats your cloud storage.
rightclick green hell and disable remote saves for just this start.
That will remove everything.
Launch game and start a new game. Select you game level>survival or Story etc use the additional mode to customize your game. Once you have built a roof save at teh roof then exit game renable remote saves.
Personally I have always disablled it as cloud can corrput our saves. Backup saves is easier more reliable.
Last edited by Jaunitta 🌸; Mar 5, 2023 @ 2:19pm
HunterKiller Mar 5, 2023 @ 2:58pm 
I think the cloud is what's cause it too, myself.
HunterKiller Mar 5, 2023 @ 3:17pm 
Are you saying that remote saves is the cloud? So, this is done from the game library for Green Hell?
Skarmo Mar 5, 2023 @ 5:15pm 
On the General tab of the game's properties (right-click in your library) you can choose whether cloud save is activated or not.
HunterKiller Mar 5, 2023 @ 5:40pm 
Right. I thought that.
HunterKiller Mar 5, 2023 @ 5:41pm 
Thanks. I started a new game but my other saves are still there. I'm on my 3rd save slot for the new game.
Last edited by HunterKiller; Mar 5, 2023 @ 5:41pm
Jaunitta 🌸 Mar 5, 2023 @ 6:00pm 
If you backed up the saves just replace those saves with new :) Cloud off will nolonger store them. cheers
HunterKiller Mar 5, 2023 @ 6:19pm 
I took everything out of that one folder and copied it to another one.
oxynaum Mar 14, 2023 @ 9:53am 
If you are on PC, you can try my script for save/restore saving files https://github.com/oxynaum/green-hell-saves. Enjoy! :-)
HunterKiller Mar 14, 2023 @ 10:58am 
I'm good, thanks.
@oxynaum (Just suggestion)

@echo off
setlocal
REM Get date time in format YYYY-MMM-DD-HH:MM:SS
for /f %%I in ('wmic os get localdatetime /format:list ^| find "="') do set "%%I"
set "YYYY=%localdatetime:~0,4%"
set /a "MMM=1%localdatetime:~4,2% - 100"
REM need to -100 because 01 (Jan) 1 digit and 12(Dec) 2 digit.
set "DD=%localdatetime:~6,2%"
for /f "tokens=%MMM%" %%I in ("JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC") do set "MMM=%%I"
set /a "HH=1%localdatetime:~8,2% -100"
set /a "MM=1%localdatetime:~10,2% -100"
set /a "SS=1%localdatetime:~10,2% -100"

echo %DD%-%MMM%-%YYYY%(%HH%:%MM%:%SS%)
endlocal
pause
< >
Showing 1-12 of 12 comments
Per page: 1530 50

Date Posted: Mar 5, 2023 @ 8:01am
Posts: 12