Craftopia
0 of 0

File information

Last updated

Original upload

Created by

Kodycode

Uploaded by

Kodycode

Virus scan

Safe to use

About this mod

Simple WinForm application to transfer Craftopia worlds

Permissions and credits
Mirrors
Changelogs
If nothing happens when you try to open the application, you may be missing .Net Core 3.0 runtime and will need to download and install it from here: https://dotnet.microsoft.com/download/dotnet-core/3.0

Instructions:


NOTE: `SaveData.ocs` file is typically found in `<LetterDrive>:\Users\<Computer Username Here>\AppData\LocalLow\PocketPair\Craftopia\Save`


To import a world from one saved file to another:

1. Browse and select a source `SaveData.ocs` file
2. Browse and select a destination `SaveData.ocs` file
3. Select a world from the left list box
4. Click the Transfer button
5. The selected world should then be imported into the designated save file

If you just want to export a world to distribute:

1. Browse and select a source `SaveData.ocs` file
2. Select a world from the left list box
3. Click the Export button

You'll get a .json file with the name of your world, to which you can distribute to other people. If you want to import the world.json file to a saved file, follow the same steps as you would to import a world from one saved file to another.

Source Code: https://github.com/kodycode/CraftopiaWorldTransferApp/