If you have a Hytale world on your PC, you can upload it to your server and set the server to load that world. This is useful if you have been playing locally and now want to continue the same world with friends.

Before you start: stop your server and take a backup. Uploading or changing worlds while the server is running can cause it to save over your changes.

 

  1. Find your local Hytale world folder on your PC. On Windows, Hytale data is usually stored in %AppData%\Hytale\UserData. Inside that folder, look for your world/save data. You want the full world folder, not just the config.json file inside it.
  2. You should see the Hytale UserData folder similar to this:

    Hytale UserData folder on Windows

  3. Go to your server in the control panel, then click the Files tab.
  4. Open universe/worlds/. This is where your world folders are stored.

    universe/worlds folder showing world folders

  5. Upload your world folder into universe/worlds/. If your world is large, zip it first, upload the zip, then extract it using the file manager. You can also drag and drop the upload into the file manager.
  6. Go back to the server root and open the main config.json file.

    Opening the main config.json in the file manager

  7. Find the Defaults section and set World to the exact folder name you uploaded.

    For example, if your uploaded folder is called survival, set it like this:

    "Defaults": {
      "World": "survival",
      "GameMode": "Adventure"
    }
  8. Save the file, then start your server again.

 

If the server creates a new world instead, the folder name in Defaults.World probably does not match the folder you uploaded. Check spelling and capital letters carefully.

If the server will not start after editing config.json, the JSON formatting is probably broken. Check for missing commas or extra brackets, then try again.

  • 0 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

How to restore your Hytale Server from a backup

If something goes wrong with your Hytale Server Hosting, you may want to restore it back to a...

How to join a Hytale Server

Hytale has just been released and the best way to play the game is with your own Hytale Server on...

How to backup your Hytale Server

When you've spent a long time playing Hytale, the last thing you want is to loose your progress...

What are the Hytale Console Commands

Commands in Hytale let you manage players, run backups, and control your server without touching...

Modifying the settings of your Hytale server

Hytale has two different config.json files. One controls the server itself, and the other...