Server not taking values from gamemodes_server.txt?

Post Reply
Figgsy
A semi-regular
A semi-regular
Posts: 15
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Aug 22, 2012 8:30 am

Server not taking values from gamemodes_server.txt?

Post by Figgsy »

Thread title.

I was adding some custom maps today, but now the values I set in my gamemodes_server.txt are being overridden by gamemodes.txt. Stuff like mp_forcecamera, sv_alltalk, etc. Did an update come out or something?
User avatar
Edge100x
Founder
Founder
Posts: 13109
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Server not taking values from gamemodes_server.txt?

Post by Edge100x »

There has not been a game update today.

Are you certain that gamemodes_server.txt has a perfectly valid format? If there's any mistake, the server will not load it, and it will only use gamemodes.txt, instead.
Figgsy
A semi-regular
A semi-regular
Posts: 15
Joined: Wed Aug 22, 2012 8:30 am

Re: Server not taking values from gamemodes_server.txt?

Post by Figgsy »

I don't see anything wrong with the gamemodes_server.txt, plus, some of the values are still overriding gamemodes.txt, so why would other just be ignored?
finn
A regular
A regular
Posts: 59
Joined: Sat Aug 25, 2012 3:48 pm

Re: Server not taking values from gamemodes_server.txt?

Post by finn »

Chances are there is a missed bracket or quotation mark somewhere... Happened to me once, missed a " around a map name and the rotation didn't work at all.
LittleB
This is my homepage
This is my homepage
Posts: 160
Joined: Mon Feb 06, 2012 4:14 am
Location: US
Contact:

Re: Server not taking values from gamemodes_server.txt?

Post by LittleB »

Figgsy wrote:I don't see anything wrong with the gamemodes_server.txt, plus, some of the values are still overriding gamemodes.txt, so why would other just be ignored?
Did you try them in server/autoexec.cfg?It could be that the commands are broken atm.
Image
Figgsy
A semi-regular
A semi-regular
Posts: 15
Joined: Wed Aug 22, 2012 8:30 am

Re: Server not taking values from gamemodes_server.txt?

Post by Figgsy »

What do you mean littleb, like type out sv_alltalk "1" for example in autoexec.cfg?
LittleB
This is my homepage
This is my homepage
Posts: 160
Joined: Mon Feb 06, 2012 4:14 am
Location: US
Contact:

Re: Server not taking values from gamemodes_server.txt?

Post by LittleB »

Figgsy wrote:What do you mean littleb, like type out sv_alltalk "1" for example in autoexec.cfg?
You can try that in the server.cfg or autoexec,but i remember reading that they changed or added some new new commands for that..I included some links you can check.

Known Issues:http://developer.valvesoftware.com/wiki ... ed_Servers
Bug Thread=http://forums.steampowered.com/forums/f ... php?f=1188
CSGO News & Updates=http://store.steampowered.com/news/?appids=730
Image
LittleB
This is my homepage
This is my homepage
Posts: 160
Joined: Mon Feb 06, 2012 4:14 am
Location: US
Contact:

Re: Server not taking values from gamemodes_server.txt?

Post by LittleB »

Bug Fixes:
• Updated the radio command panel so that the radio panel doesn't end up at the top of the screen during a mode that doesn't have a money panel.
• Set Classic Casual deadtalk to 0 to encourage fair play.
• Fixed the freeze panel dynamic positioning that would allow it to go too high.
• Fixed a missing text string displayed when player is not connected to Steam in leaderboards.
• Fixed a bug where the Mag7 could be bought by Ts via console commands.
• Fixed a bug where adding favorite server was not functional in the Community Server UI.
• Fixed a bug in the Play With Friends lobby where using left and right on keyboard or gamepad made the screen unresponsive.
• Fixed a bug in the Play With Friends lobby where typing in the Chat window would cause player names to flicker in the friends list.
• Fix for voice/chat/radio messages. Better unified the handling of voice and chat messages.
-- Chat messages now correctly use sv_allchat (instead of sv_alltalk), which should be more consistent with other source games.
-- Team-only communications now are not affected by sv_allchat/sv_alltalk, which means that private communications to one's team stay private, regardless of game mode.
-- Team-only communication is also not overridden by sv_full_alltalk, which allows teams to privately communicate strategy during warmup time and intermission.
-- Radio commands are considered team-only, so these should still be usable for tactics during games with sv_alltalk enabled (e.g. casual).
-- Spectators no longer hear team-only communications, except when sv_spec_hear is mode 2 (hear/see comms of the spectated teams).
Image
Post Reply