Scripts
Scripts are a good way, especially for beginners, to get the hang of the game or at least get the most out of it. For example, although Digital Paint has no sniper zoom mode, using a script, such a zoom mode can be made possible.
To install these scripts, either type each line into the
console or enter them into
config.cfg in your Digital Paint configs
directory (probably C:\Games\Paintball2\pball\configs).
NOTE: Some players look down on script using players.
Sniper Zoom
Zoom will be binded to the Z key. It will
also change your crosshair type (change the script if you want
to fix that).
alias +zoom "crosshair 2;fov 30;sensitivity 3"
alias -zoom "crosshair 16;fov 90;sensitivity 10"
bind z +zoom
Double Jump
A trick jumping technique in Digital Paint is the double jump: the execution of two jumps in quick succession. This script does it for you by binding it to the space key.
alias waitlong "wait;wait;wait;wait"
alias +doublejump "+moveup;waitlong;-moveup;waitlong;+moveup;waitlong"
alias -doublejump "-moveup"
bind "SPACE" "+doublejump"
More Scripts
Visit our bind script database for more scripts.
