AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   gamemode_competitive_server.cfg (https://forums.alliedmods.net/showthread.php?t=302757)

sphinx 11-10-2017 03:02

gamemode_competitive_server.cfg
 
i'm running a csgo server on centos.
gamemodes.txt file is untouched and the server is running in the competitive mode.
i just tried to see if settings in gamemode_competitive_server.cfg overwrite those in gamemode_competitive.cfg.
it seems that they DO NOT, even if according to Valve (https://developer.valvesoftware.com/...icated_Servers) they should.

problem solved partly: i just deleted sm_cvar from settings.

L.E.: only the settings that do not need sm_cvar are changed, those reported as unknown command do not change even if sm_cvar is used.

do you have any ideea?

Bacardi 11-11-2017 03:49

Re: gamemode_competitive_server.cfg
 
sm_cvar is sourcemod plugin command.

either you are not running that sourcemod plugin what create sm_cvar command (unknow command)

or you have in cfg file "new line" characters/symbols mixed between windows and linux. (happens sometime with copy/paste)
or are you trying change hidden cvar or invalid cvars without sm_cvar command.






helps if you just post your config

sphinx 11-11-2017 16:25

Re: gamemode_competitive_server.cfg
 
i'm running sourcemod, of course.
the hidden settings specifically refuse to change.
what sourcemod plugin are you talking about?

Bacardi 11-11-2017 17:41

Re: gamemode_competitive_server.cfg
 
basecommands

sphinx 11-11-2017 17:45

Re: gamemode_competitive_server.cfg
 
basecommands plugins is installed.

[email protected] 11-11-2017 18:00

Re: gamemode_competitive_server.cfg
 
Quote:

Originally Posted by sphinx (Post 2559505)
i'm running a csgo server on centos.
gamemodes.txt file is untouched and the server is running in the competitive mode.
i just tried to see if settings in gamemode_competitive_server.cfg overwrite those in gamemode_competitive.cfg.
it seems that they DO NOT, even if according to Valve (https://developer.valvesoftware.com/...icated_Servers) they should.

problem solved partly: i just deleted sm_cvar from settings.

L.E.: only the settings that do not need sm_cvar are changed, those reported as unknown command do not change even if sm_cvar is used.

do you have any ideea?

use notepad++ to edit cfg files:)

https://notepad-plus-plus.org

one or2 spacebar & cfg will be not readable (unreadable)for the server.

https://forums.alliedmods.net/custom...ar282576_1.gif

sphinx 11-11-2017 19:32

Re: gamemode_competitive_server.cfg
 
i edit in mc.
double checked and no spacebar.
:(

[email protected] 11-11-2017 20:16

Re: gamemode_competitive_server.cfg
 
Quote:

Originally Posted by sphinx (Post 2559912)
i edit in mc.
double checked and no spacebar.
:(

--------------
mc :)
--------------
maybe

sudo yum install dos2unix

dos2unix gamemode_competitive_server.cfg

https://stackoverflow.com/questions/...ctory-tree-git

https://forums.alliedmods.net/custom...ar282576_1.gif

Bacardi 11-12-2017 03:07

Re: gamemode_competitive_server.cfg
 
so are you gonna post your congif or do we still continue guessing... ?

sphinx 11-12-2017 03:38

Re: gamemode_competitive_server.cfg
 
@[email protected]: i already done that long ago.

@bacardi: everything is alright if i "exec configfile.cfg" from hlsw console, so in my opinion the problem isn't the config.
more of that, the workaround was to install a mapconfig plugin and place the settings in the corresponding cfg of that plugin.
but i still consider that the proper solution is by using the gamemode_competitive_server.cfg, which doesn't work.


All times are GMT -4. The time now is 09:36.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.