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

Updated r wolffog and default configs closes #268 #291

Closed crmbs closed 3 years ago

crmbs commented 3 years ago
natelo commented 3 years ago

Hi @crmbs, Before accepting this release can you also add/update following to configs accordingly. I will provide description and bit of explanation for each but feel free to set any values you want.. just leave Auth disabled atm as we do not have listeners set on our end yet.

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

krazykaze81 commented 3 years ago

I can do the changes above - are they still needed @natelo

natelo commented 3 years ago

Hi @krazykaze81, Actually no. As due cvar restrictions branch that I am working on, cvar names for restrictions were changed.

Let's just keep this PR open due visibility and I will after I finish my bit check this out and adjust it accordingly.