bb favs

are you sure you use bbfav 1.4?

nevertheless.....search your config for
IDACTION_TURNLEFT
and
IDACTION_TURNRIGHT

and see if you can find it. (it´s probably turnleft since i remember recoding it to turnright to solve happyjump issues but presto originally coded turnleft)
 
Nope...easy fix :)

just open Prestoprefs.cs in notepad and put False instead of True for the "Invcamera" thing...that's what turns you around etc

$PrestoPref::InvCamera = False; is what it should be :)
 
Back
Top