Thread: Need some help
View Single Post
  #1 (permalink)  
Old July 18th, 2003, 09:59 PM
coop coop is offline
Registered User
 
Join Date: Jul 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to coop Send a message via MSN to coop Send a message via Yahoo to coop
Default Need some help

I need help programing somthing in C++. I need a movement engine that the movements are the following...could somone tell me...teach me...or write me the code for all this.

This is the commands I want the movement engine to have(they are all keys on the key board)

w = forward
s = backwards
a = stafe left
d = strafe right
space = jump
left ctrl = crouch
e = operate (will explain more in detail below)
r = reload
q = voice chat (in multiplayer)
v = commands menu (for your teammates (both multiplayer & single player))
f = use conversion parts (if equipped)
v = special vision (if equipped)
mouse movement = look
left mouse button = fire selected weapon
right mouse button = zoom (if available on weapon (up to two zoom views,) if a bladed weapon, it will do a slash instead of a chop)
1 = Main Gun
2 = Secondary Gun
3 = Blade
4 = Grenade

I would like to try & include the following abilities...
If the player double taps the following buttons, the effect will occure...
w = boost forward
w held down = glide over the land
s = jump backwards
a = left side jump
d = right side jump
space = double jump


~Get out of my way or die trying~
Reply With Quote