Hello, I run a dark rp server. When ever I try to use a darkrp map, though, such as downtown, the server name shows as just garrys mod and the game mod reverts to sandbox. Anyone have any ideas why?
you should add this to your server launch options
== WARNING == putting these options into server.cfg will have no effect
[quote]+map rp_downtown_v2 +sv_defaultgamemode darkrp[/quote]
all cvars that must be set BEFORE the server.cfg executes should be in the launch parametrs
[editline]21st January 2012[/editline]
I forgot something again...
you can try to add [quote]+exec somefile.cfg[/quote] and this cfg file (probably?) will be executed almost after server start
My launch parametrs:
[quote]srcds.exe -port 27015 +map rp_downtown_v2 +maxplayers 24 +sv_defaultgamemode darkrp -ip 0.0.0.0 +log on -nocrashdialog -console -game garrysmod +sv_loadingurl "hosthidden.tld/path/?steamid=%s&mapname=%m" +sv_scriptenforcer 1[/quote]
[editline]21st January 2012[/editline]
oh wait. forgot something again!
- always change map with [U]changelevel <mapname>[/U] and never use [U]map[/U] command
[quote]the server name shows as just garrys mod[/quote]
- i hope you have correct server.cfg with line:
[quote]hostname "some server name"[/quote]
- i hope you didn't trying to make listen darkrp server..
[QUOTE=Sanya_Zol;34312207]you should add this to your server launch options
== WARNING == putting these options into server.cfg will have no effect
all cvars that must be set BEFORE the server.cfg executes should be in the launch parametrs
[editline]21st January 2012[/editline]
I forgot something again...
you can try to add and this cfg file (probably?) will be executed almost after server start
My launch parametrs:
[editline]21st January 2012[/editline]
oh wait. forgot something again!
- always change map with [U]changelevel <mapname>[/U] and never use [U]map[/U] command
- i hope you have correct server.cfg with line:
- i hope you didn't trying to make listen darkrp server..[/QUOTE]
Thanks! I found out that it was that my command line didn't execute the config file. It works, now. Thank you.
Sorry, you need to Log In to post a reply to this thread.