rtcwmp-com / rtcwPro

RtcwPro - Competition Mod for Return to Castle Wolfenstein
http://rtcwpro.com
GNU General Public License v3.0
26 stars 6 forks source link

Check cvar configs before qcon #334

Closed krazykaze81 closed 3 years ago

krazykaze81 commented 3 years ago

match_timeoutlength Time in seconds before it auto expires. Currently 180 sec (3 mins) match_timeoutcount How many pauses can each team call. Currently 3 (for pub it should be zero) g_hitsounds Will be solved shortly and should be 0 .. if it's 1 then clients can toggle them off or on via cg_hitsounds.

wh_active Should be always 0 - but we need it in cfg so owners are aware of its existence.

sv_wwwDownload Should be "" but will later on offer default map repo which we will set up for it. There are more but we'll add them when we set maps endpoint.

sv_AuthEnabled It's implemented and working in code but we have no endpoint (website) functionality atm so should be 0 sv_AuthStrictMode Depending on sv_AuthEnabled being on. Should be 0 for pub and 1 for Comp .. It address the scenario where auth failes to respond because it's offline. In such scenarios having this set to 0, will let clients in.. if it's enabled it will only let clients in if they're successfully validated/authenticated by auth server and refuse all else. sv_StreamingSelfSignedCert We have a valid certificate but before it's tested it should be set to 1

remind to self to default primitives to 2 and hunk to 256 before final build

reminder to default rate to 25000, snaps 40, maxpackets 125, shadows 0

reminder to add cg_thirdPersonRange in cvar checks to have default value