To drive the vehicle, right click it and select the option from the pie menu. Click on the vehiclefor the menu. From here you can access the customization options and position adjust as well as the lock system and handling options.
If the vehicle is not yours but is unlocked, you must be seated on it to be able to access the menu.
RIDING
Use the arrow keys to accelerate, brake, and steer.
For sharp turns at speed, skid out by holding the back arrow while turning.
QUICK-START key combo, if you are in park mode and press the up and down arrow keys, the bike will un-park and the engine will start.
When mouselook is activated: Left mouse button is for acceleration and left/right arrow keys shift gears.
SHIFTING
Choose between two shifting styles from the Vehicle Menu.
KCP Classic: To shift gears, hold the SHIFT key and tap the left or right arrow key.
Old School: Shift with E/C or PageUp/PageDown keys
To drive in reverse you will need to select reverse gear
When mouselook is activated: Left mouse button is for acceleration and left/right arrow keys shift gears.
NOS/RECOVER
Holding the forward/backward arrow together can activate NOS Boost or Recover, depending on what is set in the Vehicle Menu.
NOS applies a momentary extra forward boost as set in the menu.
Recover lifts the bike up to un-sticks it from hazards.
WHEELIE
For wheelie, use the E key or PageUp, use C or PageDown to nose down.
If using Old School shift style, to activate wheelie you can hold down the back arrow then press E or PageUp.
PARK POSES
While the bike is parked, the Left/Right Arrow keys will cycle through the park pose list if additional park poses are set up.
Also when parked, holding the forward/backward arrow together will start up the engine.
BURNOUT
To activate burnout, hold down back arrow and tap C key or Page Down.
FLIGHT MODE
To engage Flight Mode, press both left and right arrows at the same time!
In flight, use the E key or PageUp fo fly up, use C or PageDown to fly down.
Customize your Key Controls
Although switchable via the menu, you can set your forward+back arrow key combination to trigger nitrous boost instead of the recover mode at the top of the Engine script
integer RECOVER = FALSE; //FALSE makes up+down arrow keys trigger NOS boost. TRUE makes up+down arrow keys RECOVER/lift the bike to unstick it from hazards.
Although switchable via the menu, you can choose your gear shifting style at the top of the ** Engine** script around line 48:
integer O_S_C = FALSE; //SHIFT STYLE. Default FALSE. Set to TRUE to use E/C keys for gear shifting instead of shift + arrowkeys. Use back arrow plus E for wheelie.