Admin actions absent on rented i3d server


(Firefret) #1

Hi there. A few days ago i rented my very own Dirty Bomb server, looked through JSON documentation, made a server config and figured out how to login as admin.

However, I stumbled upon very strange issue, as when I logged in as admin (tried both default login and Level 2), there are no admin actions I can perform using f8 in-game admin menu (both f8 and f5>3).
I can only see “Swap Teams” option, and it doesn’t do anything. Could you please maybe point out what I am doing wrong? I will describe my actions:

  1. Joining my server as usual through server browser
  2. Waiting when I am loaded into the map
  3. Opening console > AdminLogin [Password] or AdminLevelLogin 2 [Level2Password]

Here is my config, just in case, cause maybe some things may interfere, such as Cyrillic server name?

{
“ServerName” : “A.T.D | СеРвЕр ДлЯ ЛюБиТеЛеЙ ПиВа”,
“AdminPassword” : “[REDACTED]”,
“AdminLevel2Password” : “[REDACTED]”,
“BadgesEnabled” : true,
“CountdownDuration” : 20,
“DemoPrefix”: “”,
“FixedWarmupDuration” : 30,
“FriendlyFireEnabled” : false,
“GameDifficulty” : “1.0”,
“GamePassword” : “”,
“GameReviewDuration” : 20,
“KillLimit” : 20,
“LobbyMapVotingEnabled” : true,
“LobbyMapVotingTime” : 25,
“LobbyReadyUpGameStartEnabled” : true,
“LobbyTime” : 35,
“MaxAccountLevelLock” : 0,
“MinAccountLevelLock” : 0,
“MaxPlayers” : 12,
“MidGameReviewDuration” : 20,
“MinPlayers” : 1,
“MOTDShort” : “Сынок, газуй за пивком, шляпик.”,
“ProgressionSystemEnabled” : false,
“LobbyLockInDuration” : 35,
“LobbyReadyPercent” : 100,
“RoundLimit” : 11,
“ReadyPercent” : 100,
“SpectateOtherTeamProhibited” : true,
“SpectateWhileDeadProhibited” : false,
“TeamBalanceEnabled” : true,
“TeamBalanceOnMatchStart” : true,
“TimeLimit” : 15,
“VSayEnabled” : true,
“VoteKickEnabled” : true,
“VoteSurrenderEnabled” : false,
“VoteSurrenderDelay” : 0,
“AutoSurrenderEnabled” : false,
“VotePauseEnabled” : false,
“VoteRestartMapEnabled” : true,
“VoteRestartMapTime” : 180,
“AllowQuickjoin” : true,
“FeaturedMap” : “”,
“RotatingMaps”:[
{
“Map”: “OBJ_Bridge”,
“GameMode”: “ShooterGame.SGGameInfoStopWatch”
},
{
“Map”: “OBJ_Castle”,
“GameMode”: “ShooterGame.SGGameInfoStopWatch”
},
{
“Map”: “OBJ_CanaryWharf”,
“GameMode”: “ShooterGame.SGGameInfoStopWatch”
},
{
“Map”: “OBJ_DomeRedux”,
“GameMode”: “ShooterGame.SGGameInfoStopWatch”
},
{
“Map”: “OBJ_Heist”,
“GameMode”: “ShooterGame.SGGameInfoStopWatch”
},
{
“Map”: “OBJ_TerminalRedux”,
“GameMode”: “ShooterGame.SGGameInfoStopWatch”
},
{
“Map”: “OBJ_Trainyard”,
“GameMode”: “ShooterGame.SGGameInfoStopWatch”
},
{
“Map”: “OBJ_Whitechapel”,
“GameMode”: “ShooterGame.SGGameInfoStopWatch”
}
]
}


(Firefret) #2

upd. Cyrillic MOTD and server name has nothing to do with it. Tried resetting server config to default, still experiencing the same issue.


(Firefret) #3

Nevermind, the issue was ShooterUI.ini file that was in read-only since 2016 and I didn’t update it. In the newer file there are literally coordinates of Admin menu options, while they are absent in the old one.