PDA

View Full Version : [Error] LightTweakAmbient


d@rkne$$
05-29-2006, 09:06 PM
Hello :)

When i put for example the map called "mp_pursuit5.iwd" on our server, after the reboot of this one, when i go on the server and i load this custom map, after having to play 1 min, pb want to kick me, coz the variable "r_lightTweakAmbient" has been modified :( I encountered this problem with fews maps :rolleyes:

I would like to know if somebody know the solution for this problem please, what i must to do to fix this problem if it's possible of course :P

xGrunt
05-30-2006, 07:15 PM
You should be able to alter the punkbuster setting to prevent kicks from that cvar.

InfinityDevils
05-31-2006, 06:37 PM
Yes, we had that happen to us with a few maps, the LightTweekAmbient settings were off for that map. Just find that in your servers PBSV.cfg. file and make an adjustment. When you were kicked it will give you a value. If the value is .3 and the map says it needs .5, just change it. I always look up the kick code and see exacty what that setting does thru google.

Before-

pb_sv_cvar r_lighttweakambient IN 0 0.2

After-

pb_sv_cvar r_lighttweakambient IN 0 0.5

Then restart the server for it to take effect. You should not get booted any more.