Post Reply Home » Forums » Vanguard » VGExtreme General Discussion

Navigation.vbs : VGExtreme General Discussion

Posted: September 5th, 2007
Total Posts:266 Joined:2007
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
User avatar
Premium
Total Posts:6718 Joined:2004
I suggest testing out each function and finding out which one is still using the old constants.

_________________
Use Search first, ask questions later!
Posted: September 5th, 2007
Total Posts:266 Joined:2007
moveto x,y
movetomob

both are still trying to use W instead of what I set it to.
Posted: September 5th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
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.

_________________
Use Search first, ask questions later!
Posted: September 5th, 2007
Total Posts:266 Joined:2007
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
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 12 guests
Post Reply