home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 54 / ClassicFond54.iso / games / stars.rar / ted.vol / console.cs < prev    next >
Text File  |  1999-02-19  |  2KB  |  57 lines

  1. #
  2. #
  3. #
  4. set ConsoleWorld::DefaultSearchPath ".;..\art;"
  5.  
  6. # Load in default GFXFont
  7. set Console::GFXFont console.pft
  8.  
  9. # Default MoveObject to move the camera around
  10. # Only works with example plugin
  11. set ActionTarget "camera"
  12. newMoveObj $ActionTarget
  13.  
  14. set DirectionalVelocity 100
  15. set PositiveRotation 1.0
  16. set NegativeRotation -1.0
  17. alias action postAction '$ActionTarget'
  18.  
  19. #bind make  a action MoveLeft '$DirectionalVelocity'
  20. #bind break a action MoveLeft 0'
  21. #bind make  d action MoveRight '$DirectionalVelocity'
  22. #bind break d action MoveRight 0'
  23. #bind make  s action MoveBackward '$DirectionalVelocity'
  24. #bind break s action MoveBackward 0
  25. #bind make  w action MoveForward '$DirectionalVelocity'
  26. #bind break w action MoveForward 0'
  27. #bind make  e action MoveUp '$DirectionalVelocity'
  28. #bind break e action MoveUp 0'
  29. #bind make  c action MoveDown '$DirectionalVelocity'
  30. #bind break c action MoveDown 0'
  31.  
  32. #bind make  Left  action MoveYaw '$PositiveRotation'
  33. #bind break Left  action MoveYaw 0'
  34. #bind make  Right action MoveYaw '$NegativeRotation'
  35. #bind break Right action MoveYaw 0'
  36. #bind make  Up    action MovePitch '$PositiveRotation'
  37. #bind break Up    action MovePitch 0'
  38. #bind make  Down  action MovePitch '$NegativeRotation'
  39. #bind break Down  action MovePitch 0'
  40. #bind make  r  action MoveRoll '$PositiveRotation'
  41. #bind break r  action MoveRoll 0'
  42. #bind make  R  action MoveRoll '$NegativeRotation'
  43. #bind break R  action MoveRoll 0'
  44.  
  45. detail
  46. loadShow
  47. #showGfx
  48.  
  49. activate
  50. alias close "echo"
  51.  
  52.  
  53. #ted
  54. loadVolume mv ..\art\mars.sim.vol
  55. loadVolume tv tedsc.vol
  56. ted
  57.