Advertisement
Guest User

Untitled

a guest
Oct 24th, 2010
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. //MENUDEF.AED (fixed version)
  2.  
  3. //-------------------------------------------------------------------------------------------
  4. //
  5. // Controls Menu
  6. //
  7. //-------------------------------------------------------------------------------------------
  8.  
  9. OptionMenu "CustomizeControls"
  10. {
  11. Title "CUSTOMIZE CONTROLS"
  12. ScrollTop 2
  13. StaticTextSwitchable "ENTER to change, BACKSPACE to clear", "Press new key for control, ESC to cancel", "ControlMessage"
  14. StaticText ""
  15. StaticText "Controls", 1
  16. Control "Fire", "+attack"
  17. Control "Secondary Fire", "+altattack"
  18. Control "Use / Open", "+use"
  19. Control "Move forward", "+forward"
  20. Control "Move backward", "+back"
  21. Control "Strafe left", "+moveleft"
  22. Control "Strafe right", "+moveright"
  23. Control "Turn left", "+left"
  24. Control "Turn right", "+right"
  25. Control "Jump", "+jump"
  26. Control "Crouch", "+crouch"
  27. Control "Crouch Toggle", "crouch"
  28. Control "Fly / Swim up", "+moveup"
  29. Control "Fly / Swim down", "+movedown"
  30. Control "Stop flying", "land"
  31. Control "Mouse look", "+mlook"
  32. Control "Keyboard look", "+klook"
  33. Control "Look up", "+lookup"
  34. Control "Look down", "+lookdown"
  35. Control "Center view", "centerview"
  36. Control "Zoom", "Zoom" //will need to make this work a bit better...
  37. Control "Run", "+speed"
  38. Control "Strafe", "+strafe"
  39. Control "Show Scoreboard", "+showscores"
  40. StaticText ""
  41. StaticText "Chat", 1
  42. Control "Say", "messagemode"
  43. Control "Team say", "messagemode2"
  44. StaticText ""
  45. StaticText "Weapons", 1
  46. Control "Next weapon", "weapnext"
  47. Control "Previous weapon", "weapprev"
  48. Control "Drop Weapon", "puke 800"
  49. Control "Toggle Weapon Limits", "puke 801"
  50. StaticText ""
  51. StaticText "Inventory", 1
  52. Control "Activate item", "invuse"
  53. Control "Activate all items", "invuseall"
  54. Control "Next item", "invnext"
  55. Control "Previous item", "invprev"
  56. Control "Drop item", "invdrop"
  57. Control "Query item", "invquery"
  58. StaticText ""
  59. StaticText "AEons of Death Items", 1
  60. Control "Boom Bunny", "use AEodTNTBunny"
  61. Control "Medikit", "use HealthBottle"
  62. Control "Armor Bracers", "use Bracers"
  63. Control "Radiation Suit", "use radsuititem"
  64. Control "Red Mine", "use RedMine"
  65. Control "Gold Mine", "use GoldMine"
  66. Control "Rune of Fear", "use FearRune"
  67. Control "Rune of Life Drain", "use DrainRune"
  68. Control "Rune of Invisibility", "use InvisibilityRune"
  69. Control "Rune of Time", "use TimeRune"
  70. Control "Symbol of Fire", "use FireSymbol"
  71. Control "Symbol of Air", "use AirSymbol"
  72. Control "Symbol of Earth", "use EarthSymbol"
  73. Control "Symbol of Water", "use WaterSymbol"
  74. Control "Stone of Temperance", "use StoneOfTemperance"
  75. Control "Stone of Quickening", "use StoneOfQuickening"
  76. Control "Stone of Restoration", "use StoneOfRestoration"
  77. Control "AntiChickenator", "use AntiChickenator"
  78. Control "Diabolical Dice", "use DiabolicalDice"
  79. Control "Icon of Summoning", "use IconOfSummoning"
  80. Control "Mana Cup", "use CupOfMana"
  81. Control "Life Urn", "use LifeUrn"
  82. Control "Ice Shield", "use IceShield"
  83. Control "ThunderStorm Rune", "use ThunderstormRune"
  84. Control "Pentagram of Protection", "use PentagramOfProtection"
  85. StaticText ""
  86. StaticText "Other", 1
  87. Control "Toggle automap", "togglemap"
  88. Control "Chasecam", "chase"
  89. Control "Coop spy", "spynext"
  90. Control "Screenshot", "screenshot"
  91. Control "Open console", "toggleconsole"
  92. }
  93.  
  94. //=========================================================
  95. //=========================================================
  96. //The following were adjusted simply to reflect the max
  97. //values of AEons of Death statistics.
  98. //=========================================================
  99. //=========================================================
  100. OptionMenu "AltHUDOptions"
  101. {
  102. Title "Alternative HUD"
  103. //Indent 220
  104. Option "Enable alternative HUD", "hud_althud", "OnOff"
  105. Option "Show secret count", "hud_showsecrets", "OnOff"
  106. Option "Show monster count", "hud_showmonsters", "OnOff"
  107. Option "Show item count", "hud_showitems", "OnOff"
  108. Option "Show stamina and accuracy", "hud_showstats", "OnOff"
  109. Slider "Red ammo display below %", "hud_ammo_red", 0, 500, 1, 0
  110. Slider "Yellow ammo display below %", "hud_ammo_yellow", 0, 500, 1, 0
  111. Slider "Red health display below", "hud_health_red", 0, 500, 1, 0
  112. Slider "Yellow health display below", "hud_health_yellow", 0, 500, 1, 0
  113. Slider "Green health display below", "hud_health_green", 0, 500, 1, 0
  114. Slider "Red armor display below", "hud_armor_red", 0, 500, 1, 0
  115. Slider "Yellow armor display below", "hud_armor_yellow", 0, 500, 1, 0
  116. Slider "Green armor display below", "hud_armor_green", 0, 500, 1, 0
  117. StaticText " "
  118. StaticText "Alternative Automap HUD", 1
  119. option "Map title color", "hudcolor_titl", "TextColors"
  120. option "Hub time color", "hudcolor_time", "TextColors"
  121. option "Map time color", "hudcolor_ltim", "TextColors"
  122. option "Total title color", "hudcolor_ttim", "TextColors"
  123. option "Coordinate color", "hudcolor_xyco", "TextColors"
  124. option "Coordinate mode", "map_point_coordinates", "AMCoordinates"
  125. option "Map title color", "hudcolor_titl", "TextColors"
  126. option "Statistics name color", "hudcolor_statnames", "TextColors"
  127. option "Statistics color", "hudcolor_stats", "TextColors"
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement