Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- robocopy "%appdata%\Godot\app_userdata\webfishing_2_newver" "%userprofile%\Desktop\wf_bck" "webfishing_migrated_data.save" /r:3 /w:2
- @echo off
- break>"%userprofile%\Desktop\wf_bck\wf_bck.bat"
- (
- echo robocopy "%%appdata%%\Godot\app_userdata\webfishing_2_newver" "." "webfishing_migrated_data.save" /r:3 /w:2
- ) > "%userprofile%\Desktop\wf_bck\wf_bck.bat"
- break>"%userprofile%\Desktop\wf_bck\rplc_sv.bat"
- (
- echo robocopy "." "%%appdata%%\Godot\app_userdata\webfishing_2_newver" "webfishing_migrated_data.save" /r:3 /w:2
- ) > "%userprofile%\Desktop\wf_bck\rplc_sv.bat"
- break>"%userprofile%\Desktop\wf_bck\readme.txt"
- (
- echo ^+------------------------^+
- echo ^| WEBFISHING save backup ^|
- echo ^| by Goatie ^|
- echo ^+------------------------^+
- echo.
- echo This is a simple, and perhaps messy, batch script to make a quick
- echo backup of your WEBFISHING save file. I'm sure someone can clean it
- echo up and make it even better.
- echo.
- echo I made this because lamedeveloper currently have disabled Steam
- echo cloud saves for the game which prevents players from continuing
- echo their save on another PC.
- echo.
- echo ^+------------------------^+
- echo ^| How it works ^|
- echo ^+------------------------^+
- echo.
- echo When you run the initial script it will create a new folder on your
- echo desktop named wf_bck, copy your save file to it, create this
- echo readme.txt file, create a clean slim version of wf_bck.bat without all
- echo this nonsense and also create rplc_sv.bat which will take the save
- echo file from this folder and replace the one currently used by the game.
- echo.
- echo ^+------------------------^+
- echo ^| Example use: ^|
- echo ^| Home PC ^> laptop ^|
- echo ^+------------------------^+
- echo.
- echo 1. Run the initial wf_bck.bat file on your home PC and delete it when done
- echo 2. Transfer the wf_bck folder from your desktop onto a USB key
- echo 3. Plug the USB key into your laptop and run rplc_sv.bat and continue fishing
- echo 4. When done fishing run wf_bck.bat to make a new backup of your save
- echo 5. When you go to your home PC simply repeat step 3 and 4
- ) > "%userprofile%\Desktop\wf_bck\readme.txt"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement