BakkesMod Wiki
Advertisement

This is the wiki page for the cvar

sv_training_var_loc

The cvar determines the amount of variance in the horizontal location of the ball in custom training. Only works when variance is enabled.

 Attributes[]

Default value Min Max Saveable
(-100, 100) -5000 5000 true

Default quicksettings value[]

Very low variance Low variance Medium variance High variance
0 (-50, 50) (-150, 150) (-250, 250)

Usage[]

To change the amount of variance in the horizontal location of the ball in custom training, open the console and type

sv_training_var_loc (-200, 200)

On every shot attempt in custom training, BakkesMod will sample two numbers between -200 and 200 (uniform) and use them as X and Y offset for the starting location of the ball. Only works when variance is enabled.

Advertisement