Page 1 of 1

Navigation.vbs

Posted: September 5th, 2007, 11:44 am
by strabomeeks
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?

Posted: September 5th, 2007, 1:07 pm
by wyvernx
I suggest testing out each function and finding out which one is still using the old constants.

Posted: September 5th, 2007, 1:14 pm
by strabomeeks
moveto x,y
movetomob

both are still trying to use W instead of what I set it to.

Posted: September 5th, 2007, 5:06 pm
by wyvernx
Any functions that use VG have internal commands that are using the WASD commands.

You would have to add a Tracker Item on gforge if you wan that logic changed.

Posted: September 5th, 2007, 5:50 pm
by strabomeeks
ok, was just wondering, its not a huge deal, just have to change a few controls when I use someting involving movement is all. Thanks again wyv