server configuration

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
mattb
This is my homepage
This is my homepage
Posts: 86
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Aug 05, 2010 7:44 pm

server configuration

Post by mattb »

1. There's something wrong with the server keeps resetting my admins.cfg and
admin_groups.cfg

2. And now when I bring up the server its a console not that valve thing
anymore.

I've spent all day trying to figure out why its doing this.
User avatar
Edge100x
Founder
Founder
Posts: 13126
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: server configuration

Post by Edge100x »

Are you editing the admins.cfg file outside the game? If so, your plugin is probably overwriting it later, if you aren't doing it with the server off.

As far as the GUI, make sure that you're not starting the game server with the -console option.
mattb
This is my homepage
This is my homepage
Posts: 86
Joined: Thu Aug 05, 2010 7:44 pm

Re: server configuration

Post by mattb »

First what I did I edited the admins.cfg when the server is off, the config is ok, but when i turn on the server I go to check the admins.cfg and admin_groups.cfg it shows

"Groups"{} - admin_groups.cfg

"Admins"{} - admins.cfg

for the GUI I have:

Code: Select all

C:\Windows\System32\cmd.exe /c start /high /d"c:\game installs\sourcebase\orangebox" "Game server" "c:\game installs\sourcebase\orangebox\srcds.exe" -game cstrike -ip 0.0.0.0 -port 27015 +map de_dust2 -maxplayers 24 -console -nocrashdialog
GUI doesn't really matter?
User avatar
Edge100x
Founder
Founder
Posts: 13126
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: server configuration

Post by Edge100x »

If those files are being blanked, it is because the plugin is writing out empty ones. Have you updated your plugins since the latest game release? If not, this is something that you should try first. If you have, then it is possible that your files aren't in the correct format or something similar; checking the logs for your plugins and the game server itself should give you more information.

To see the Valve GUI, you'll need to remove the -console option.
mattb
This is my homepage
This is my homepage
Posts: 86
Joined: Thu Aug 05, 2010 7:44 pm

Re: server configuration

Post by mattb »

I'm running the latest sourcemod and metamod version

sourcemod 1.3.4

metamod 1.8.3
User avatar
Edge100x
Founder
Founder
Posts: 13126
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: server configuration

Post by Edge100x »

If you're running the most recent Orangebox release, you need to go beyond that version of Sourcemod, and run the latest snapshot: http://www.sourcemod.net/snapshots.php
Post Reply