How to install a custom map on your Rust server

In diesem Forum können nur Servertux-Teammitglieder Beiträge erstellen.
Auf dieses Thema können nur Servertux-Teammitglieder antworten.
MrMarco
Servertux

61 Beiträge

4584 TuxTokens

13.11.22 14:30 - vor 10 Monaten

In this article we want to show you how to add a custom map to your Rust gameserver.

  1. First of all you should upload your custom map to a file hoster of your choice.
  2. Stop your gameserver now, and open your server.cfg (/server/server/my_server_identity/cfg/). If it does not exist, create it.
  3. Then insert the following line: levelurl "URL"
  4. Now replace the URL with the URL of the previously uploaded file.
  5. When you are done, save the file and restart your gameserver.
  6. Now your custom map should be loaded.