Jump to content

AA v2.8.3 Issues


Merlintime

Recommended Posts

With the new release of AA v2.8.3 the pre-2.8.3 CVAR checks are now kicking for the M84 Stun violations.

 

Example:

ScriptLog: Console Message: *WARNING*: Cvar Throw_M84_Stun _fEffectDuration * (=12) must be EQUAL TO 20

Log: *WARNING*: Cvar Throw_M84_Stun _fEffectDuration * (=12) must be EQUAL TO 20

 

Here are the M84 CVAR check if see in the AA CVAR checks file:

 

pb_sv_cvar "Throw_M84_Stun _fEffectDuration *" IN 20.000000

pb_sv_cvar "Throw_M84_Stun _fMaxAudIntensity *" IN 1.000000

pb_sv_cvar "Throw_M84_Stun _fMaxVisIntensity *" IN 1.000000

pb_sv_cvar "Throw_M84_Stun cExplosionEmitter *"

 

I've removed the CVAR checks for now but have several questions.

 

How are the correct CVAR settings determined?

How many current CVAR checks will need to be adapted to the new v2.8.3 release?

 

Thanks,

Link to comment
Share on other sites

pb_sv_cvar "Throw_M84_Stun _fEffectDuration *" IN 20.000000

 

Has to be changed to:

 

pb_sv_cvar "Throw_M84_Stun _fEffectDuration *" IN 12.000000

 

That was the one and only violation i got kicked for from my server after the update to 2.8.3, And since i changed it all wors well as it should.

 

Also make sure you are running the latest scripts from AON or wherever, Not sure if PBBans updated the checks already.

Edited by ReQuieM.ZodiaC
Link to comment
Share on other sites

It seems both AON and PBBANS (04FEB08 Checks) have removed all M84 checks. My concern is, if the checks were in place before most likely they should be in place now but with updated settings matching v2.8.3.

 

How can the default settings be determined? I noticed the Throw_M84_Stun_fEffectDuration had been changed to 12 and I read about it on the AON fourms while PBBANS was coming back online. What is the command to see the settings?

Link to comment
Share on other sites

afaik there is no option to run pb_sv_cvar #1 for Version #1, and at the same time pb_sv_cvar #2 for Version #2. So we remove unsupported suggestions; server admins: your turn.

Link to comment
Share on other sites

What is the process to determine what checks should be in place?

 

What is the process to determine what the settings should be?

 

Example:

pb_sv_cvar "Throw_M84_Stun _fEffectDuration *" IN 20.000000

 

A player with a setting other than 20 would receive a warning and probably kicked from the server. How is it decided that 20 is the correct setting?

 

I apologize in advance for my ignorance. I'm new to server administration but would like to learn more and attempt to contribute to the anti-cheat community.

 

Thanks,

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.