actionquake / aq2-tng

Action Quake 2: The Next Generation (including CVS history from SF.net)
http://aq2-tng.sourceforge.net/
5 stars 6 forks source link

Cleanup serverinfo #40

Closed darkshade9 closed 1 year ago

darkshade9 commented 1 year ago

Removed from serverinfo: gamename -- we already have game and gamedir, they have the same value of action allweapon allitem server_id -- kind of useful but takes up a ton of space sv_limp_highping -- per Reki ltk_skill -- will be shown only if ltk_loadbots is 1, otherwise do not show

darkshade9 commented 1 year ago

Cleanup serverinfo now looks like this:

actionversion=TNG 2.82 2022-09-02 49acc0e,capturelimit=0,cheats=0,deathmatch=1,dmflags=768,fraglimit=0,game=action,gamedate=Sep 2 2022,gamedir=action,gamename=action,gm=tp,gmf=0,items=1,maptime=0:00,matchmode=0,needpass=0,port=27910,protocol=34,roundlimit=0,roundtimelimit=0,sv_antilag=1,sv_antilag_interp=0,t1=0,t2=0,t3=0,tgren=0,timelimit=0,use_randoms=0,version=q2proded r2324~8cc5dd0f Aug 22 2022 Darwin x86_64,weapons=1

Added: gm is a string, should be jump,dm,ctf,tp,dom,tdm,tourney, and then gmf is an integer with the game modes added up in dmflag fashion (3teams, domination, matchmode, darkmatch)