| |

 |
| GUEST |
|
POWERED by |
 |
 |
|

//clearing config and turning pb on
rcon pb_sv_enable
wait 125
rcon pb_sv_cvarempty
wait 125
rcon pb_sv_kicklen 1
wait 125
//adding netsettings checks
rcon pb_sv_cvar cl_maxpackets in 30 100
wait 125
rcon pb_sv_cvar cl_timenudge in -50 0
wait 125
rcon pb_sv_cvar rate in 3000 25000
wait 125
rcon pb_sv_cvar snaps in 20 40
wait 125
// adding visual checks rcon pb_sv_cvar r_picmip in 0 5
wait 125
rcon pb_sv_cvar r_picmip2 in 0 5
wait 125
rcon pb_sv_cvar r_mapoverbrightbits in 0 4
wait 125
rcon pb_sv_cvar r_overbrightbits in 0 4
wait 125
rcon pb_sv_cvar r_uifullscreen in 0
wait 125
rcon pb_sv_cvar r_ext_NV_fog_dist in 0
wait 125
rcon pb_sv_cvar com_maxfps out 0.00001 40
wait 125
// adding bob checks
rcon pb_sv_cvar cg_bobup in 0 0.005
wait 125
rcon pb_sv_cvar cg_bobpitch in 0 0.002
wait 125
rcon pb_sv_cvar cg_bobroll in 0 0.002
wait 125
How 2 use:
- 1st of all u are gonna need the rconpassword of the server
- 2nd check the existing pbcvar-checks with the following command (pb_cvarlist)
- 3rd if these arent the ones demanded then proceed to the next step
- after entering the rconpass type /exec cupcvar
U will be imobile for a few seconds, the duration depends on your frame rate.
Afterwards retype the pb_cvarlist command 2 check if all checks where entered
correctly.
Some might wonder why i used the high values for wait. Wel this is because pb cant take a lot of commands directly after each other. The high value of wait will allow admins with high frame rates to add all commands
|
|
|