Hello guys what's up how's life ? I have a problem about showing my server at first when i want to connect i mean header image and description and title
Here is my batch file !
is there any problem with my batch file ?
CAN YOU HELP ME ?
tnx :) Take care
echo off
:start
C:\Rust\steamcmd\steamcmd.exe +login anonymous +force_install_dir C:\Rust\myserver +app_update 258550 +quit
RustDedicated.exe -batchmode ^
+server.ip *.*.*.* ^
+server.port 28015 ^
+server.level "Procedural Map" ^
+server.seed 156346170 ^
+server.worldsize 4530 ^
+server.maxplayers 85 ^
+server.hostname "my server have fun and enjoy" ^
+server.description "5x Gather Rate | 3x Quarry Gather | Squad 4 | Quick Smelt" ^
+server.url "" ^
+server.headerimage "" ^
+server.identity "myserver" ^
+rcon.port 28016 ^
+app.port 28082 ^
+rcon.password 123456789 ^
+rcon.web 1 ^
+server.saveinterval 600 ^
+spawn.min_rate 1.5 ^
+spawn.max_rate 1.6 ^
+spawn.min_density 1.5 ^
+spawn.max_density 1.6 ^
+server.secure "0" ^
+server.encryption "0" ^
+server.tags Weekly,Procedural,RolePlay,SoftCore ^
+relationshipmanager.maxteamsize 4
goto start