home *** CD-ROM | disk | FTP | other *** search
/ Total Meltdown / dukenukemtotalmeltdown.img / doco / duke3d.txt < prev    next >
Text File  |  1996-02-20  |  2KB  |  44 lines

  1. ======================================================
  2. =                                                    =
  3. = Controlling Duke Nukem 3D with an External Device  =
  4. = Version 1.0                                        =
  5. = February 19, 1996                                  =
  6. = Written by Mark Dochtermann                        =
  7. =                                                    =
  8. ======================================================
  9.  
  10.  
  11. Duke Nukem 3D supports only 3 analog degrees of freedom, these are:
  12.  
  13.   analog_turning (yaw)
  14.   analog_moving (translation in z)
  15.   analog_strafing (translation in x)
  16.  
  17. All other control must be accomplished through the button states.
  18.  
  19. There are 2048 units in 360 degrees in DN3D.
  20.  
  21. 1 DN3D unit corresponds to 32 control units.
  22. DN3D limits your maximum change in yaw per frame to 127 units.
  23. This put's an effective maximum on analog_turning of +/- 4064 control
  24. units.  The normal keyboard turning speed in DN3D is 30 DN3D units and 60
  25. DN3D units while holding down the "run" button.
  26.  
  27. 1 DN3D analog_moving unit corresponds to 64 control units.
  28. DN3D limits your maximum change in z per frame to 90 units.
  29. This put's an effective maximum on analog_moving of +/- 5760 control
  30. units.  The normal keyboard move speed in DN3D is 40 DN3D units (2560
  31. control units) and 80 DN3D units (5120 control units) while holding down
  32. the "run" button.
  33.  
  34. 1 DN3D analog_strafing unit corresponds to 1 control unit.
  35. DN3D limits your maximum change in x per frame to 90 units.
  36. This put's an effective maximum on analog_strafing of +/- 90 control
  37. units.  The normal keyboard strafe speed in DN3D is 40 DN3D units (40
  38. control units) and 80 DN3D units (80 control units) while holding down the
  39. "run" button.
  40.  
  41. When "Mouse Aiming" is active in DN3D all analog_moving information will
  42. be intercepted by DN3D and used to control the pitch of the character.
  43.  
  44.