How To: Create a RUST Private Server! *UPDATED*

Опубликовано: 29 Сентябрь 2024
на канале: Cipher
30,506
436

#Rust #FreePrivateServer #Updated
Here is a nice quick video on creating your very own rust server!


Discord
-   / discord  

Generate Server Map
- http://playrust.io/gallery/
(Under the image it shows Size / Seed)

_______________________________________________________________

Google SteamCMD or visit then download
https://developer.valvesoftware.com/w...

Run Steam CMD - use the following command when fully loaded

-login anonymous

After you logged in this next command to download rust

app_update 258550 validate

_______________________________________________________________

-- RustUpdate.bat file --

steamcmd.exe +login anonymous + app_update 258550 validate +quit

_______________________________________________________________

-- Start.bat file --

echo off
:start
RustDedicated.exe -batchmode ^
+server.port 28015 ^
+server.level "Procedural Map" ^
+server.seed 9876513 ^
+server.worldsize 6000 ^
+server.maxplayers 175 ^
+server.hostname "Youtube - TehhGerman" ^
+server.description "Youtube Tutorial by\n    / tehhgerman  " ^
+server.url "   / tehhgerman  " ^
+server.headerimage "" ^
+server.identity "TehhGerman" ^
goto start

_______________________________________________________________