Message Boards

Topic: Launcher protocol question  (Read 4689 times)

Offline bond

  • Posts: 6
    • View Profile
    • IDE home
Launcher protocol question
« on: March 29, 2014, 13:52:18 »
In the data that the server sends the launcher, there is a list of cvars. Where can i find this list?

Offline Manc

  • Administrator
  • Posts: 77
  • Fist to the face!
    • View Profile
    • odamex.net
Re: Launcher protocol question
« Reply #1 on: April 01, 2014, 18:27:28 »
Our launcher protocol document is woefully out of date, but below are all the cvars marked CVAR_SERVERINFO, which are the ones that get sent.  Note also that for the time being those with a value of empty or 0 are not sent.

This list reflects 0.7.0 and is subject to change in upcoming versions:

Code: [Select]
co_fineautoaim
co_zdoomsoundcurve
co_zdoomswitches
co_zdoomphys
co_boomsectortouch
co_boomlinecheck
co_allowdropoff
co_blockmapfix
co_fixzerotags
co_fixweaponimpacts
co_nosilentspawns
co_realactorheight
co_level8soundfeature

sv_gametype
sv_hostname
sv_website
sv_email
sv_motd
sv_waddownload

sv_maxclients
sv_maxplayers
sv_maxplayersperteam
sv_teamsinplay
sv_scorelimit
sv_fraglimit
sv_timelimit
sv_intermissionlimit

sv_unblockplayers
sv_spawndelaytime
sv_forcerespawntime
sv_forcerespawn
sv_weaponstay
sv_keepkeys
sv_infiniteammo

sv_unlag
sv_maxunlagtime
sv_ticbuffer

sv_skill
sv_itemsrespawn
sv_itemrespawntime
sv_doubleammo
sv_monstershealth
sv_nomonsters
sv_monstersrespawn
sv_monsterdamage
sv_fastmonsters

sv_allowtargetnames
sv_fragexitswitch
sv_forcewater
sv_weapondamage
sv_friendlyfire
sv_teamspawns

sv_freelook
sv_allowshowspawns
sv_allowwidescreen
sv_allowpwo
sv_allowredscreen
sv_allowmovebob
sv_allowjump
sv_allowexit
sv_allowcheats

sv_splashfactor
sv_aircontrol
sv_gravity

ctf_flagtimeout
ctf_flagathometoscore
ctf_manualreturn
« Last Edit: April 01, 2014, 18:32:23 by Manc »
Odamex Web Administrator

Offline bond

  • Posts: 6
    • View Profile
    • IDE home
Re: Launcher protocol question
« Reply #2 on: April 02, 2014, 00:42:40 »
thanks
so how can i find it myself in upcoming versions? search in source all cvars with CVAR_SERVERINFO? or may be they are all in one place?

Offline Manc

  • Administrator
  • Posts: 77
  • Fist to the face!
    • View Profile
    • odamex.net
Re: Launcher protocol question
« Reply #3 on: April 07, 2014, 18:40:58 »
There is also an updated query protocol document on the source tree @ trunk/documentation/tech/query_protocol.odt.

We are working on making this something you obviously shouldn't need to search the source for.
Odamex Web Administrator