forcevar vs punkbuster kicks

Discussion for Admins of ETPro/BayonET servers.
If you don't run a server, please don't post here...

Moderators: Forum moderators, developers

Post Reply
BroQ
Posts: 21
Joined: Mon Nov 17, 2003 11:56 am

forcevar vs punkbuster kicks

Post by BroQ »

Hey,

I have this realy anoying problem.
On our server we want to turn foliage and wolffog OFF.

All looking good till here :)

so what do we do:

we change the punkbuster values of wolffog and foliage to 0 and we force those 2 vars to 0.

When we join the server, we can stay for +- 30 secs before we get pb kicked with the message "game integrity #20006"

other situation:

we delete the pb check's r_drawfoliage and r_wolffog and join the server ( forcevars aren't in the game yet )
We can stay without being kicked untill we force the 2 vars to 0.
result: kick after 30 secs
msg: game integrity kick

My question, what is the solutions to this situation?

I saw it working on other servers
Your help would be appreciated
Last edited by BroQ on Mon Jun 21, 2004 9:30 am, edited 1 time in total.
DG
Posts: 513
Joined: Thu Jul 24, 2003 4:16 am

Post by DG »

PB checks certain cheat-protected cvars by default, combatting cvar unlockers. Only thing you can do AFAIK is disable PB.
BroQ
Posts: 21
Joined: Mon Nov 17, 2003 11:56 am

Post by BroQ »

hm, isn't efterlyst foliage-free?
User avatar
KingJackaL
Posts: 666
Joined: Thu Jan 08, 2004 3:47 pm
Location: ChCh, NZ
Contact:

Post by KingJackaL »

You can't change a PB cvar check. You can add, or you can delete. My money's on you adding a check for r_foliage = 1, then adding another for r_foliage = 0. So now you get kicked either way :lol:.

Check through your PB cvar list carefully, then delete ALL slots referring to r_foliage. Although personally, I'd just delete the lot - ETPro does a much better job of cvar monitoring than PB does. I'd be desperate before I'd use PB to monitor any cvars again...
Vio
Posts: 28
Joined: Wed Sep 24, 2003 9:57 am
Location: Stockholm, Sweden
Contact:

Post by Vio »

BroQ wrote:hm, isn't efterlyst foliage-free?
Yes it is. It's ok to disable foliage but you can't disable wolffog if you want pb enabled.
BroQ
Posts: 21
Joined: Mon Nov 17, 2003 11:56 am

Post by BroQ »

KingJackaL wrote:You can't change a PB cvar check. You can add, or you can delete. My money's on you adding a check for r_foliage = 1, then adding another for r_foliage = 0. So now you get kicked either way :lol:.
I wish it was only this ;)

tnx vio, i'll give it a shot
Post Reply