|
-
Oct 20th, 2002, 10:02 PM
#1
Thread Starter
Addicted Member
Need standard list of key functions!
Hi,
I know to use the arrow keys to move around in a 3D world and to use the mouse vertical motion to lookup/down. What other keys are used in most games for standard motion?
Shooting I suppose is done with Space button. How about picking up items or 'ducking' to avoid being hit or even jumping?
I am working a game concept and need to setup a standard set of keys.
I am not a great game player so my experience is fairly limited to cursors and spacebars.
Regards,
ChuckB
-
Oct 20th, 2002, 10:12 PM
#2
Good Ol' Platypus
Usually you have First Mouse Button = Fire, 2nd Mouse Button = Alt. Fire or Zoom (or Throw Grenade, something of that nature) Scrollwheel = Weapon Scrollthrough or Item Scrollthrough.
Note that also the horizontal axis of the mouse is used for looking around;
And left/right arrow would strafe, not turn to look. For me, I use Shift as ducking (hold, not toggle), Control as jump, 3rd mouse (scrollwheel click-down) as USE or ACTIVATE key, the number keys above the letters for weapon selection (ex. 0 = knife category, 1 = pistol). F as flashlight, M as medicine.
If there are any others... don't hesitate!
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Oct 21st, 2002, 12:21 AM
#3
Originally posted by Sastraxi
I use Shift as ducking (hold, not toggle), Control as jump(
I would probably use shift as jumping and ctrl as ducking because shift is located above the ctrl...more logic in that way...but why not let the player choose...????
-
Oct 21st, 2002, 06:41 AM
#4
Thread Starter
Addicted Member
Hi,
Sas, by 'Strafe' do you mean sideways movement like that of a crab?
NoteMe, I agree with allowing the user to config. I do need to learn how to capture the Ctrl and Shift key presses using GLUT/C++.
Regards,
ChuckB
-
Oct 21st, 2002, 07:03 AM
#5
Good Ol' Platypus
Yes, like the movement of the crab.
You might also want to know that in the old days, the first 3D games (like Wolf3D) used the mouse for movement and the left and right arrow keys for turning.
Usually games auto-pickup items that you are in range to (ex. you are on top of them). But sometimes they require you to look at them and select them by use of a USE or ACTIVATE key. Games with slower pace (Thief, Thief II, Morrowind) use this method, while games with faster pace (Q3A, UT) let you run over and pickup items automatically.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|