Page MenuHomeFeedback Tracker

Additional server information
Feedback, NormalPublic

Description

Arma server should have more information about it self such as if the server is password protected or locked
A command could return this information in hashmap object

example:

getServerInformation get "hasPassword"; // returns true if password protected server

Details

Severity
Trivial
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Server
Additional Information

While steam query can also be used to obtain this information sometimes having this information in server it self is more straightforward when doing custom server listing/browser for example

Event Timeline

gc8 created this task.Tue, Dec 31, 11:19 AM
gc8 updated the task description. (Show Details)Tue, Dec 31, 11:29 AM
dedmen set Ref Ticket to AIII-56759.Mon, Jan 6, 3:38 PM
dedmen added a subscriber: dedmen.EditedTue, Jan 7, 3:05 PM

If server has no config file (like player hosted server) many config dependent entries will be missing.

[
["persistent",true],
["requiredBuild",0],
["motd",[]],
["isLocked",false],
["estimateTimeLeft",15],
["disconnectTimeout",0],
["autoSelectMission",false],
["password",""],
["maxDesync",90000],
["randomMissionOrder",false],
["overrideHazeQuality",0],
["missionHeader",[["fileName","DbgZeus4P.VR"],["name","DbgConsole4PZeus"],["description",""],["fileSize","7461"],["steamId","0"],["fileCRC","99816a4"]]],
["hasPasswordAdmin",true],
["forcedDifficulty","Wolf"],
["verifySignatures",0],
["maxPlayers",64],
["maxPing",8000],
["zeusCompositionScriptLevel",2],
["maxPacketLoss",2000],
["hostname","Test Server"],
["battlEye",false]
]

Anything missing? for now the password you wanted is just included as text. Because everyone on the server, who can see the results of this, will already have the password so I don't consider it a security issue to tell the password.

I know mission rotation information is missing, that is too much effort for now. Maybe some other time.

dedmen changed the task status from New to Feedback.Tue, Jan 7, 4:57 PM