- Posts
- 283
- Likes
- 386
What went wrong?
Last night we noticed that after changing to a map that forces a specific gamemode using the new MBModesAllowed .siege variable the next map that didn't have this variable set would retain the MBMode. This means that savvy players have a way to change the MBMode without RTM being enabled.
Scenario
RTV is enabled.
RTM is disabled.
MBMode is Open (g_Authenticity = 0)
Map is mb2_smuggler
Enough players RTV triggering a vote.
Players vote for um_superdeatharena.
The server changes the map to um_superdeatharena (RTV/RTM rcon -> mbmode 0 um_superdeatharena)
MBMode is FA (g_Authenticity = 2)
Enough players RTV triggering a vote.
Players vote for mb2_cmp_telos.
The server changes map to mb2_cmp_telos (RTV/RTM rcon -> mbmode 2 mb2_cmp_telos)
MBMode is FA (g_Authenticity = 2)
What should have happened?
In my case I want RTV/RTM to switch back to Open mode once it switches from a map that forces a different game mode. I want this to prevent the server from being locked to a certain game mode until an admin arrives to switch it back to Open.
Last night we noticed that after changing to a map that forces a specific gamemode using the new MBModesAllowed .siege variable the next map that didn't have this variable set would retain the MBMode. This means that savvy players have a way to change the MBMode without RTM being enabled.
Scenario
RTV is enabled.
RTM is disabled.
MBMode is Open (g_Authenticity = 0)
Map is mb2_smuggler
Enough players RTV triggering a vote.
Players vote for um_superdeatharena.
The server changes the map to um_superdeatharena (RTV/RTM rcon -> mbmode 0 um_superdeatharena)
MBMode is FA (g_Authenticity = 2)
Enough players RTV triggering a vote.
Players vote for mb2_cmp_telos.
The server changes map to mb2_cmp_telos (RTV/RTM rcon -> mbmode 2 mb2_cmp_telos)
MBMode is FA (g_Authenticity = 2)
What should have happened?
In my case I want RTV/RTM to switch back to Open mode once it switches from a map that forces a different game mode. I want this to prevent the server from being locked to a certain game mode until an admin arrives to switch it back to Open.
Last edited: