(Incomplete) Moving game Save Windows to Linux or Linux to Linux
- Windows to Linux
- Linux to Linux
Windows to windows( not tested or working)
Windows/Linux To Linux
Programs used WinSCP. Its a windows program to transfer files from windows to Linux. save file World ID B699DCF848A43BCBEF2B81AD62E95E4C
and user pwserver
will be use in examples. Please replace with you own info.
- Find save World ID that you want to move
serverfiles/Pal/Saved/SaveGames/0/B699DCF848A43BCBEF2B81AD62E95E4C
(Win/Linux) - copy to new server in
serverfiles/Pal/Saved/SaveGames/0/
- Navigate to
cd serverfiles/Pal/Saved/SaveGames/0/
- Change permissions
sudo chmod 777 B699DCF848A43BCBEF2B81AD62E95E4C
- Change Owner
sudo chown pwserver:pwserver B699DCF848A43BCBEF2B81AD62E95E4C
- Start server and connect. Create new player and exit the server.
- Stop server and navigate to
serverfiles/Pal/Saved/SaveGames/0/
. There will be another World ID. Copy all data fromB699DCF848A43BCBEF2B81AD62E95E4C
to new World ID. Start Server. - Connect and you will see the starting video but will load with all items and world save.
WinSCP (testing)
- Find save World ID that you want to move
serverfiles/Pal/Saved/SaveGames/0/B699DCF848A43BCBEF2B81AD62E95E4C
(Win/Linux) - copy to new server in
serverfiles/Pal/Saved/SaveGames/0/
- Navigate to
cd serverfiles/Pal/Saved/SaveGames/0/
- Change permissions as shown in picture above. Might not have permission to do so.
- Start server and connect. Create new player and exit the server.
- Stop server and navigate to
serverfiles/Pal/Saved/SaveGames/0/
. There will be another World ID. Copy all data fromB699DCF848A43BCBEF2B81AD62E95E4C
to new World ID. Start Server. - Connect and you will see the starting video but will load with all items and world save.
Command Line
Find save World ID that you want to moveserverfiles/Pal/Saved/SaveGames/0/B699DCF848A43BCBEF2B81AD62E95E4C(Win/Linux)copy to new server inserverfiles/Pal/Saved/SaveGames/0/Navigate tocd serverfiles/Pal/Saved/SaveGames/0/Change permissionssudo chmod 777 B699DCF848A43BCBEF2B81AD62E95E4CChange Ownersudo chown pwserver:pwserver B699DCF848A43BCBEF2B81AD62E95E4CStart server and connect. Create new player and exit the server.Stop server and navigate toserverfiles/Pal/Saved/SaveGames/0/. There will be another World ID. Copy all data fromB699DCF848A43BCBEF2B81AD62E95E4Cto new World ID. Start Server.Connect and you will see the starting video but will load with all items and world save.