Its possible with GUI or script, but you gotta make your own functions. (Easier with script IMO) You'd need to do something that involves tracelines and the directional movement (I assume the direction your mouse is facing will determine the forward direction) Keep in mind 2 constraints though.. Unless you're using data for WASD, WASD tends to generate network traffic and may be unresponsive.
Either that or just use wasd + 2 keys that allow Z movement.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
@CriscoCube: Go
Its possible with GUI or script, but you gotta make your own functions. (Easier with script IMO) You'd need to do something that involves tracelines and the directional movement (I assume the direction your mouse is facing will determine the forward direction) Keep in mind 2 constraints though.. Unless you're using data for WASD, WASD tends to generate network traffic and may be unresponsive.
Either that or just use wasd + 2 keys that allow Z movement.