Copy Soulmask current game… for AMP game server
FROM: Windows
TO: Linux
- create a new clean Soulmask instance on Linux.
- Leave the instance shoutdown (or shut it down) at best.
- Extract your desired backup zip on Windows.
- Copy ONLY 2 files from the extracted zip to linux.
From Windows
-
GameXishu.json
C:\AMPDatastore\Instances{yourInstance}\Backups{extractedZipFolder}\WS\Saved\GameplaySettings -
world.db
C:\AMPDatastore\Instances{yourInstance}\Backups{extractedZipFolder}\WS\Saved\Worlds\Dedicated\Level01_Main
File target on Linux
-
GameXishu.json
/home/amp/.ampdata/instances/{yourInstance}/soulmask/server/WS/Saved/GameplaySettings -
world.db
/home/amp/.ampdata/instances/{yourInstance}/soulmask/server/WS/Saved/Worlds/Dedicated/Level01_Main
- Restart AMP and this instance and you are done.
Notes:
- I do not have to change user rights Linux.
- Maybe you have to do some Ports stuff to make your Server visible.
(see: Soulmask Dedicated Server Guide)