home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.13 / 1998-04_Disc_3.13.iso / Quake2 / Jailbrk.zip / JAILBRK.TXT next >
Text File  |  1998-01-21  |  7KB  |  144 lines

  1.  
  2.                              JailBREAK v1.0
  3.                               for Quake2!
  4.  
  5.                          Coded by David Wallin
  6.                              (White Noise)
  7.  
  8. 0. Installing & Running
  9.  
  10.         You should have unzipped this file into your quake2\ directory.
  11. The zip already includes the 'Jail' subdirectory in its structure, so make
  12. sure you preserve pathnames when you unzip. To run the game just start quake
  13. with the following command line:
  14.  
  15. quake2 +set game "jail"
  16.  
  17. And then you're on your way.
  18.  
  19. 1. What Is Jailbreak?
  20.  
  21.         Jailbreak is a deathmatch mod in the tradition of CTF. There are two
  22. teams, red and blue. Each team has a base, and in his base is a Jail. When
  23. you kill an enemy, he goes to your Jail. Likewise, when you are killed you
  24. will go to their Jail. Once you have team mates in Jail, you can free them
  25. by penetrating the enemy's base and hitting the switch to open the Jail
  26. doors. Other things of note: When your entire team is in Jail, you are all
  27. automatically EXECUTED and each member of the other team's score increases
  28. by the number of players on your team. You will then be spawned out of Jail.
  29. Getting Executed is bad, so try not to let it happen by freeing your teammates.
  30. Fraglimit is measured against your TEAM score, not indidual score. Note that
  31. you also recieve points (frags) for freeing people from jail.
  32.  
  33. 2. New screen elements
  34.  
  35. Your team picture is included in the upper left hand corner. Look at this
  36. if you are unsure what team you are on. Next to it, on the right, will be
  37. your team's current score. If someone on your team is in Jail, then bars
  38. will appear overtop of your team picture. This means you should go rescue
  39. them.
  40.  
  41. 3. Additional Controls
  42.  
  43.         You can use "/cmd changeteam" at the console to change teams if things
  44. look a little unfair. However, I recommend that you do not abuse this feature
  45. because that just sucks and people will hate you.
  46.         A feature for server operators - The file maps.txt is included and
  47. placed in your Quake2 directory. You can add other map names to this file
  48. and they will get randomly loaded. The max number of map names is somewhere
  49. around 16, so try not to go past that. Note that the map name does not
  50. include extension or path. Players in the game can get a list of maps by doing
  51. "/cmd showmaps". Note that if a map already has an exit, maps.txt will be
  52. ignored, and the map defined exit will be used.
  53.         To fire the turrets you will need to bind a key to "+use". Spacebar
  54. works well. To get off a turret, hit jump. It is easiest to get off if the
  55. turret is leveled or pointed slightly up.
  56.  
  57. 4. For map makers..
  58.  
  59.         There are a few things to know if you intend to make a map. First
  60. are the special spawn spots. Here is a list of special spawns:
  61.  
  62. 1 = red, 2 = blue
  63.  
  64. info_team1_start        // Spots where team1 starts
  65. info_team2_start        // spots where team2 starts
  66. info_team1_jail         // Places where team1 members appear in jail
  67. info_team2_jail         // same for team2
  68.  
  69. For the jails, I recommend an enclosed area with a door triggerable with a
  70. switch. You can use the trigger_speaker to play a sound effect when the
  71. button is hit like I have in my map. Another thing that is very important:
  72. I determine if someone is in jail if they are in the LINE OF SIGHT of an
  73. 'info_teamX_jail' for their team. The line of sight ray is blocked by windows
  74. and by things which have the MONSTERCLIP flag. This last bit about the monster
  75. clip is important. You must put a MONSTERCLIP brush (preferably with NODRAW
  76. set) in front of the door of the jail. This will act to block the Line of
  77. Sight test for anyone which is standing outside of the door (especially for
  78. when the door has been opened. This keeps people who are out of jail from
  79. being declared that they are IN jail.) The monsterclip flag can be set along
  80. with the different face attributes for a brush. See your specific editor for
  81. details.
  82.  
  83. Another thing of note: for the switches which free the prisoners, you must
  84. set the spawnflags according to which team you are freeing. For example,
  85. if a switch is freeing team 1 (red team), then set the spawnflags to 1. Like
  86. wise, if you are freeing team 2 (blue) set it to 2. This assures that the
  87. team gets points for doing a jailbreak.
  88.  
  89. These are the new sounds used in jailbeak:
  90.  
  91. jail/jailbrk1   - "prison break in red base"
  92. jail/jailbrk2   - "prison break in blue base"
  93. jail/jailbrk3   - easy listening music for the poor souls waiting in jail.
  94.  
  95. To play a sound, use target_speaker... Go find a tutorial somewhere on using
  96. this. It's pretty easy, but there are a bunch of options. Jailbrk3 is played
  97. as an ambient sound ("attenuation" "3").
  98.  
  99. I will be releasing the source for my map to aid others in making JailBreak
  100. maps.
  101.  
  102. 5. For server ops
  103.  
  104. If you are running a jailbreak server, you must put a fraglimit, since this
  105. is the point of the whole game. A good fraglimit is 100 (for a 4v4 game).
  106. Bigger games deserve higher fraglimits.
  107.  
  108. Also, be sure to see the above section in 'additional controls' which talks
  109. about the maps.txt file. With that you can easy add new maps to your server.
  110.  
  111. 6. Notes
  112.  
  113.         Turrets are flaky. They can sometimes hurt the person riding them,
  114. they are tough to aim, occasionally tough to get off, and sometimes if you
  115. die and respawn too quickly you will appear back on the turret. Use at your
  116. own risk. I am also aware of the 'no frame for xxxx' bug.. I don't think this
  117. is something I can fix - it's a ID left in the game (they've probably fixed it
  118. by now, I just need the newer version of the source). If you get this bug,
  119. don't worry, it will stop printing error messages after a few minutes (heh),
  120. but if you want, you can restart the level and the problem will go away.
  121.  
  122. 7. Credits
  123.  
  124. Coding, sound, and concept by Dave Wallin (White Noiz)
  125. Thanks to all the people in #staff who helped me test this, and had a definate
  126.         impact on the final product. You know who the you are.
  127. Thanks to the makers of Loki's Minion's CTF for the awesome player skins
  128.         (and LM CTF!)
  129. Extreme thanks to Ridah for releasing his player controlled Turret code, and
  130.         for his work in general in the Quake community.
  131. Also thanks to DeathPain who did the web page, and Tin who made the Jailbreak
  132.         logo (site is at www.planetquake.com/rxn/jail/)
  133. Whoever the musician is who wrote "It's only just begun" and the respective
  134.         music company.. I downloaded the midi off a music page and I don't
  135.         really know who it is, so I can't thank them properly. This is the
  136.         song played in the jails.
  137. Also, thanks to Planetquake for all the wonderful services they've provided
  138.         me and other similiar Quake fanatics with. ;)
  139.  
  140.  
  141. You can email me at dwallin@planetquake.com
  142. The JailBreak page is: www.planetquake.com/rxn/jail/
  143.  
  144.