home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 104 / DPPCZ0701B.7z / DPPCZ0701B.ISO / modwatch / ddaybeta3.exe / dday / dday.cfg < prev    next >
Text File  |  2001-03-01  |  3KB  |  96 lines

  1. //To use this file:
  2. //Start D-Day, then bring down the console (hit the ~ key)
  3. //then type: exec dday.cfg
  4.  
  5. // GENERAL
  6. bind h        "ddhelp"        // Print a general list of commands
  7. bind r        "reload"        // Once your ammo runs out you need to reload, or put in another clip
  8. bind mouse2        "use weapon"         
  9.                         //            T R U E - S I G H T
  10.                               // When used, scopes and binoculars will go into zoom mode, and 
  11.                         // and regular weapons will bring your gun up to the eye sights for a realistic
  12.                         // experience of actually "looking down the sites" of a gun.
  13. // STANCE
  14. bind c     "stance"        // switch between stand/prone/crawl
  15.  
  16. //Team-Specific Grenades
  17. bind g "use usa grenade; wait; use potato masher"
  18.  
  19. // CHAT
  20. bind t     "messagemode"      // Chat to anyone
  21. bind y     "messagemode2"     // Team Chat
  22.  
  23. // AUTO-PICKUP
  24. bind q     "autopickup"    // Toggle if you pickup items (Default OFF)
  25.  
  26. // ARTY
  27. bind v    "arty"        //Call for artillary (officer class only)
  28.  
  29. //SHOUTS
  30.     //Yes Sir
  31. bind F2 "a1"    
  32. alias a1 "shout yes1;wave 1; bind F2 a2"
  33. alias a2 "shout yes2;wave 1; bind F2 a1"
  34.     //No
  35. bind F3 "b1"
  36. alias b1 "shout no1;wave 0; bind F3 b2"
  37. alias b2 "shout no2;wave 0; bind F3 b1"
  38.     //Get Down and Fire
  39. bind F4 "c1"
  40. alias c1 "shout cover1;wave 0; bind F4 c2"
  41. alias c2 "shout cover2;wave 0; bind F4 c1"
  42.     //Move out
  43. bind F5 "d1"
  44. alias d1 "shout move1;wave 4; bind F5 d2"
  45. alias d2 "shout move2;wave 4; bind F5 d1"
  46.     //Left
  47. bind F6 "e1"
  48. alias e1 "shout left1; wave 4;bind F6 e2"
  49. alias e2 "shout left2; wave 4;bind F6 e1"
  50.     //Right
  51. bind F7 "f1"
  52. alias f1 "shout right1; wave 4;bind F7 f2"
  53. alias f2 "shout right2; wave 4;bind F7 f1"
  54.     //Medic
  55. bind F8  "say_team Medic!!; shout medic; wave 3; medic"
  56.     //Attack
  57. bind F9 "g1"
  58. alias g1 "say_team Attack!!; shout attack1; wave 4; bind F9 g2"
  59. alias g2 "say_team Attack!!; shout attack2; wave 4; bind F9 g1"
  60.     //Retreat
  61. bind F10 "h1"
  62. alias h1 "say_team Retreat!!; shout retreat1;wave 3; bind F10 h2"
  63. alias h2 "say_team Retreat!!; shout retreat2;wave 3; bind F10 h1"
  64.     //Shoulders
  65. bind F11 "i1"
  66. alias i1 "say_team Get on my shoulders!; shout shoulders1; bind F11 i2"
  67. alias i2 "say_team Get on my shoulders!; shout shoulders2; bind F11 i1"
  68.     //Incoming
  69. bind F12 "j1"
  70. alias j1 "say_team Incoming!!!; shout incoming1; bind F12 j2"
  71. alias j2 "say_team Incoming!!!; shout incoming2; bind F12 j1"
  72.     //Follow
  73. bind p "k1"
  74. alias k1 "shout follow1;wave 3; bind p k2"
  75. alias k2 "shout follow2;wave 3; bind p k1"
  76.     //The Blood
  77. bind o  "shout blood; wave 2"
  78.     //Sniper
  79. bind i "l1"
  80. alias l1 "say_team Sniper!!!; shout sniper1; wave 4; bind i l2"
  81. alias l2 "say_team Sniper!!!; shout sniper2; wave 4; bind i l1"
  82.  
  83. // MENUS
  84. bind b    "dday_menu_main"    // Bring up the D-Day Main menu
  85. bind n    "dday_menu_team"    // Bring up the D-Day Team Choose menu
  86. bind m    "dday_menu_class"    // Bring up the D-Day Class Choose menu
  87.  
  88. // PLAYER ID
  89. bind l    "id"            // Toggle player ID's
  90.  
  91. // Misc Stuff
  92. // This is an overall brightness factor for people using video cards. set it from 1 to 3
  93. set gl_modulate "1"
  94.  
  95. set cl_maxfps 40
  96. set s_loadas8bit "0"