Forums » Bugs
jettison and ship control..
i jettison using a function.. for example
function things() JettisonAll() end
RegisterUserCommand("stuff", things)
i have the function bound to "J".. (shift j)
if im strafing or otherwise maneuvering and i trigger the function, my ship gets locked into that motion..
so if im strafing left when i jettison, my ship gets locked into a hard left strafe
windows 10, current, etc etc
function things() JettisonAll() end
RegisterUserCommand("stuff", things)
i have the function bound to "J".. (shift j)
if im strafing or otherwise maneuvering and i trigger the function, my ship gets locked into that motion..
so if im strafing left when i jettison, my ship gets locked into a hard left strafe
windows 10, current, etc etc
We'll take a look, thanks.
With that same command and bind, I was unable to reproduce the locked maneuver.
Is it possible that you are releasing the strafe button (for example) while the Shift key is pressed? That would exhibit the issue you're having.
Is it possible that you are releasing the strafe button (for example) while the Shift key is pressed? That would exhibit the issue you're having.
its entirely possible yea, was kind of a quick succession of key presses each time ive done it and i might have got the order incorrect.. ill try it a few more times
supposing i did, is that expected behavior?
supposing i did, is that expected behavior?