afterburners when enabled can also increase the power of lateral and vertical thrusters, as well as main.
Wait, what? How do you enable that (so that AB works on non-forward thrusters)?
+Aburn Max Vel: 90.0, 90.0, 175.0
the first to vector components are lateral and vertical max speeds respectively, im not sure how acceleration is delt with. the reason afterburner cancels out strafing as its called (in error

) is because those two numbers are left at zero. in general they should be larger than the normal vels.
as for hat switches, support for 8 way seems to never work in most games. sdl as far as i know only recognizes 4 way hats, as does direct input. the fact of the mater is 8 way hats dont exist. when a joystick says it has an 8 way hat, it doesnt, unless you map them to functions in the joystick profiler. there is no api level support for such things. if your joystick software allows, set it up as a 4 way hat, this way the software wont override the inputs and do something else. also most joystick's key emulation is rather limited and cant process simultaneous keystrokes, which seems to be the case with my ch gear. joysticks also use button matrices, and sometimes they are cheap about it and dont use a switching diode for every button. they do this especially on hat switchs. frankly i think hat switches suck, sad thing is i have 8 of them

what is really necessary is new input code to allow for (mouse/js) axis bindings to those controls, which has been asked for time and again since the start of the scp. pilot file code apparently is slowing the process.
its also now possible to script around input without screwing up physics. so things can be done. such as using the mouse for lateral thruster control (i use the thumbstick on my throttle as a virtual mouse for this), or using the trackir to control stuff (like the ship or turrets). another idea i just thought of (and will implement over the next 10 minutes) is splitting the throttle up to control forward and reverse thrust. the cockpit demo will have all these features.