Navigation.vbs
Posted: September 5th, 2007, 11:44 am
I do not use the standard wasd for movement. So, I went and edited the navigation.vbs file and saved a new one with my changes. I then set it to load instead of the default one, however, it is still using the wasd movement scheme.
I guess the question is, how come after changing the:
const NAVIGATE_FORWARD = &H57
const NAVIGATE_LEFT = &H41
const NAVIGATE_RIGHT = &H44
to something else - it is still trying to use wad for those keys. Im sure it is something simple I am missing, can anyone educate me?
I guess the question is, how come after changing the:
const NAVIGATE_FORWARD = &H57
const NAVIGATE_LEFT = &H41
const NAVIGATE_RIGHT = &H44
to something else - it is still trying to use wad for those keys. Im sure it is something simple I am missing, can anyone educate me?