## 서버 업데이트 구문 ##
steamcmd.exe +login anonymous +app_update 258550 +quit
## 서버 실행 구문 ##
cd .\steamapps\common\rust_dedicated
start RustDedicated.exe -batchmode +server.port 28015 +server.level "Procedural Map" +server.seed 1234 +server.worldsize 4000 +server.maxplayers 10 +server.hostname "Name of Server as Shown on the Client Server List" +server.description "Description shown on server connection window." +server.url "http://yourwebsite.com" +server.headerimage "http://yourwebsite.com/serverimage.jpg" +server.identity "server1" +rcon.port 28016 +rcon.password letmein +rcon.web 1 -logfile rustserverlog.txt
(참조) start.bat 명령어 파라미터 정리
Setting
Function
Notes
-batchmode
Tells the server to run without a GUI
+server.port 28015
Sets the port people will use to connect to the game
28015 is default. This port is UDP.
+server.level "Procedural Map"
Sets the type of map.
+server.seed 1234
Sets the random seed for how the map is generated
This number can be any value 0-2147483647
+server.worldsize 4000
Sets the world size.
The larger the map, the more disk space and memory you need. Use 1000 to 6000
+server.maxplayers 10
Sets the max number of players connecting at one time
The more players, the faster your computer CPU needs to be
+server.hostname "Tom Server"
Sets a server name
Name of server as shown on the client server list
+server.description "Awesome!"
Sets a description for your server
Description shown on server connection window, for example you could show the size or intent of the server.