home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / quake / programs / mhfsv22 / server.txt < prev    next >
Encoding:
Text File  |  1996-08-25  |  5.1 KB  |  147 lines

  1. =========================================
  2. Happy Fun Quake Server v0.22
  3. =========================================
  4.  
  5. This document is designed to be a "user manual" for this server.  I have
  6. tried to split things up into their proper categories and stuff.
  7.  
  8. WARNING!
  9. This patch is a mess.  Just about everything works, but some things might
  10. not.  What does work is poorly documented.  The next version of the patch 
  11. will be out whenever i get back into town next week.  I am leaving town
  12. tomorrow and i wanted to get "something" released so i could start getting
  13. feedback.  I haven't really had time to comment the code and write up big
  14. drawn out docs, but I will for future version.
  15.  
  16. Features
  17. ============
  18.  
  19. Allows remote administration of server in addition to adding features
  20. to local control.
  21.  
  22. All commands can be done remotely unless otherwise stated:
  23.  
  24. -- Allows kicking of players
  25. -- Allows direct access to all levels
  26. -- Allows dropping of weapons into level
  27. -- Allows switching between team, co-op and deathmatch
  28. -- Allows multiple team and deathmatch modes
  29. -- Allows variable item respawn timings (setable in def.qc)
  30. -- Allows switching of skill level
  31. -- Allows toggling of noexit
  32. -- Allows changing of timelimit and fraglimit
  33. -- Does not allow normal exit in first n minutes (n setable in def.qc)
  34. -- Allows admin to get all weapons
  35. -- Allows admin to enter following modes:
  36.     - Unlimited Ammo Mode Toggle
  37.     - God Mode Toggle 
  38.     - Noclip Mode Toggle
  39.     - Fly Mode Toggle
  40. -- Supports MultiSkin 1.5
  41. -- New weapons
  42. -- Mouse Mode - allows observing of games without interferring
  43.  
  44. Serverops:
  45.  
  46. There are two steps to using the serverop functions.  Type in the
  47. access code to become a serverop, and use the commands to do stuff.
  48. BTW, the game forgets that you're a serverop when you change levels,
  49. so you have to relogin each level.
  50.  
  51. To authorize yourself, just hit the 3 impulses that make up your code
  52. one by one, in order.  It should tell you that you're oped, if it 
  53. doesn't, then you screwed up.  
  54.  
  55. To use commands, just hit the key that you've mapped to the correct impulse.
  56. BTW, some of the commands use the number keys, so if you have remapped your
  57. number keys, you're in trouble.  Some of the keys are toggles, hit them once
  58. to turn them on, hit them again to turn off.  Some commands, like deploy 
  59. weapon, level warp, time limit and frag limit require you to hit number
  60. keys after hitting the first key.  
  61.  
  62. Example:  you have "d" mapped to impulse 120
  63. hit d and then hit a number key.  A backpack containing the weapon will
  64. be dropped in front of you.  
  65.  
  66. Example:  you have "m" mapped to impulse 130
  67. hit m then the episode number, then the level number.  The level will then
  68. change to the appropriate level.
  69. Note:  deathmatch levels are episode 5 and start is episode 6, don't ask,
  70. i just hacked out the code, i didn't think about logical links.
  71.  
  72. There are now two seperate access levels.  Sysop and Admin.  Admin should 
  73. only be those people that you know pretty well.  Sysop's you can be less 
  74. picky about.  All sysops and admins have access to all the important 
  75. commands, but only admin's have access to the cheats, (god mode, unlimited
  76. ammo, weapon cheat).  I decided that there was a big opportunity for a 
  77. sysop to be a real jerk on a level so i made it so that you can give sysop
  78. access to people who are on alot, but you don't have to give them the 
  79. ability to cheat and piss everyone off.
  80.  
  81. Some minor changes from previous version:
  82. Server "forgets" that you're an op less now.  You should only have to
  83. authorize yourself once per login.
  84. Once you've authorized yourself, you can op and deop yourself using the
  85. impulse 199
  86.  
  87. Impulse Commands 
  88. =========================
  89.  
  90. 1-8     Weapon switching
  91. 9       All weapons cheat
  92. 10      Cycle Weapon
  93. 23    Detonate all pipebombs
  94.  
  95. 200     Cycle forward through skins
  96. 201     Cycle backward through skins
  97.  
  98. 210     Toggle Mouse Mode
  99. 211     Toggle Between Mouse and Moth Mode
  100.     In Moth Mode, you fly at a constant altitude, control
  101.     your altitude with Swim Up/Swim Down
  102.     Yes, i'm aware that this sucks, but i haven't been able
  103.     to tie into the mouse look yet.
  104.  
  105. Impulse Commands (ServerOps)
  106. =========================
  107.  
  108. 110     set movetype to normal
  109. 111     Toggle Noclip Mode
  110. 112     Toggle Fly Mode
  111.  
  112. 120     Deploy weapon
  113.  
  114. 130     Warp to new level
  115. 131      Toggle NoExit
  116. 132      Toggle Co-op/DeathMatch
  117. 133      Set Deathmatch Mode 1/2
  118. 134      Set Teamplay Mode  0/1/2/3
  119. 135      Set Skill 1/2/3/4/5 
  120.  
  121. 140     Give the admin all weapons and ammo
  122. 141     Toggles Admin God Mode
  123. 142     Toggles Unlimited Ammunition
  124.  
  125. 150     Start the kick sequence
  126. 151     Kick the person (bind this to "y")
  127. 152     Do not kick the person (bind this to "n") and search for the next
  128.         player to kick
  129.  
  130. 160      Set TimeLimit to (x10 minutes)
  131. 161      Set FragLimit to (x10)
  132.  
  133. 199     Toggle your op status
  134.  
  135. Deathmatch Modes 
  136. =========================
  137.  
  138. 1 - Normal
  139. 2 - Weapons no longer picked up if you already have weapon
  140.  
  141. Team Modes
  142. =========================
  143.  
  144. 0 - Team Mode Off
  145. 1 - normal, pant color determines team
  146. 2 - skin determines team
  147. 3 - both pant color and skin determine team