Problem my own server not show server list ı need help
start command
-console -game garrysmod -condebug -nohltv -maxplayers 20 +ip 88.99.0.69 -port 27185 +map gm_flatgrass +heartbeat 1 +sv_lan 0 +gamemode sandbox
server cfg
hostname "test"
//Steam Server List
heartbeat "1"
heartbeat 1
sv_lan "0"
sv_region "255"
sv_max_queries_sec "5"
sv_max_queries_sec_global "4"
sv_max_queries_window "4"
sbox_godmode 0
sbox_noclip 1
sbox_maxprops 100
sbox_maxragdolls 5
sbox_maxnpcs 10
sbox_maxballoons 10
sbox_maxeffects 50
sbox_maxdynamite 10
sbox_maxlamps 20
sbox_maxthrusters 30
sbox_maxwheels 20
sbox_maxhoverballs 20
sbox_maxvehicles 6
sbox_maxbuttons 20
sbox_maxsents 20
sbox_maxemitters 5
net_maxfilesize "128"
//Network CVARS
net_splitpacket_maxrate "30000"
sv_minrate "150000"
sv_maxrate "0"
exec banned_ip.cfg
exec banned_user.cfg
use this start.bat. i fixed it so it wil work!.
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +gamemode sandbox +map gm_flatgrass +maxplayers 128 -tickrate 120 +port 27185
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
sooo. its + port not -port... and this one works for me... you also have to remember to port forward. here is a youtube video that shows what to do it [url]https://youtu.be/v7zlPbHKHbY[/url] . remember you are using the port 27185 so you have to use that port. then use this server config that ill make for you.
hostname "Test"
//change the rcon password
rcon_password "myrcon"
//SandBox Settings
sbox_allownpcs 0
sbox_godmode 0
sbox_plpldamage 0
sbox_playergod 0
sbox_noclip 1
sbox_maxprops 100
sbox_maxragdolls 10
sbox_maxnpcs 10
sbox_maxballoons 10
sbox_maxeffects 50
sbox_maxdynamite 10
sbox_maxlamps 20
sbox_maxthrusters 30
sbox_maxwheels 20
sbox_maxhoverballs 20
sbox_maxvehicles 6
sbox_maxbuttons 20
sbox_maxsents 20
sbox_maxemitters 5
sbox_maxspawners 3
sbox_maxturrets 2
Can you test this on dev branch?
Sorry, you need to Log In to post a reply to this thread.