- Servertux
- Rust
- How to install a custom map on your Rust server
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.
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.
- First of all you should upload your custom map to a file hoster of your choice.
- Stop your gameserver now, and open your server.cfg (/server/server/my_server_identity/cfg/). If it does not exist, create it.
- Then insert the following line: levelurl "URL"
- Now replace the URL with the URL of the previously uploaded file.
- When you are done, save the file and restart your gameserver.
- Now your custom map should be loaded.