home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2002 April / GSSH42002.iso / PATCHES / Q3A / Readme132.txt < prev   
Text File  |  2002-10-10  |  8KB  |  172 lines

  1. Quake III Arena Point Release 1.32
  2.  
  3. --Index--
  4. 1 - Note to users
  5. 2 - PunkBuster implementation and funtionality
  6. 3 - What's changed
  7.  
  8.  
  9.  
  10. --- 
  11.  
  12. NOTE TO USERS PLANNING TO UNINSTALL OR REINSTALL QUAKE III, TEAM ARENA, ANY VERSION OF A POINT RELEASE: If you are planning to uninstall Quake III we STRONGLY recommend following these steps.
  13.  
  14. -         Remove any and all point releases from the Windows Control Panel Add/Remove Programs application. 
  15.  
  16. -         Remove Quake III Team Arena from the same application.
  17.  
  18. -         Remove Quake III from the same application.
  19.  
  20. -         Delete the Quake III Arena directory on your hard drive. 
  21.  
  22.  
  23. Note:  If you install Quake 3: Team Arena after installing this point release, you will experience problems running the game.  If you wish to install Team Arena after applying the point release, please reinstall the download version of this point release after properly installing Team Arena (the auto-updater will not function in this situation, so you will need to have the downloaded point release file to properly install).  
  24.  
  25.  
  26. If you run into ANY problems with Quake III and itÆs point releases, we advise removing everything Quake III related on your system (see above for instructions), and starting from scratch. To reinstall the original versions of Quake III and Team Arena see (A). To reinstall the Ultimate Quake or Quake III: Gold versions of Quake III see (B).
  27.  
  28.  
  29.  
  30. (A)         Reinstall the game from the original disks, then download and install the 1.32 version of the point release. From this point, you will be able to check for updates by running the "Check for Quake III Arena Updates" program in your Windows start menu. We recommend using the Auto-Updater when updating Quake III. 
  31.  
  32. (B)         Reinstall the game from the original disks, then simply run ôCheck for Quake III Arena Updatesö in the Quake III Arena folder in the Windows Start Menu.  
  33.  
  34.  
  35. For a comprehensive list of whatÆs changed recently with Quake III Arena and Team Arena, please see the readme included with the 1.30 point release. This release is primarily a security release aimed a combating cheating.
  36.  
  37.  
  38.  
  39. ---
  40.  
  41. A note on PunkBuster and how it works...
  42.  
  43. PunkBuster is an automatically self-updating Anti-Cheat software system. The PunkBuster system is designed to hold all participants accountable by scanning the game computers looking for known cheats, game hacks, and exploits similar to the way Anti-Virus software would scan a computer looking for a virus. PunkBuster is optional, however, without it you will not be able to play multiplayer on PunkBuster enabled servers.
  44.  
  45. When first installed, PunkBuster will be disabled. To enable PunkBuster so that you can join PunkBuster enabled servers, click 'Multiplayer' from the main menu. Find the clickable item in the upper right portion of the in-game server browser screen that says PunkBuster: Disabled and click it. If you have any problems getting PunkBuster enabled or any issues related to PunkBuster during gameplay, please visit <http://www.evenbalance.com> for support. The website contains documentation (including a FAQ), forums and contact information for email-based support.
  46.  
  47. ----------------
  48.  
  49.  
  50.  
  51.  
  52. CHANGES 1.32
  53. 8/26/2002
  54.  
  55. General:
  56.  
  57. - new network protocol, 68
  58.  
  59. - network code:
  60.   improved fragmented messages handling
  61.   map change while client loads map no longer causes an 'Invalid .PK3' error
  62.   map_restart while client loads map no longer causes a reload
  63.   fixing donedl being ignored after autodl if map_restart'ed
  64. - the demo command has a list of compatible protocols, it will loop through 66 67 68
  65.   you can do '/demo four' and it will try four.dm_66 four.dm_67 four.dm_68
  66.   or you can explicitely give a '/demo demoname.dm_??'
  67.  
  68. - added mousewheel support in the console: 
  69.   wheel to scroll, ctrl+wheel to scroll faster, shift+wheel to scroll history
  70.  
  71. - UI in baseq3/ and missionpack/ for PunkBuster configuration
  72.   punkbuster server in server creation dialog (sv_punkbuster)
  73.   punkbuster client in server browser (cl_punkbuster)
  74.   added PB Yes/No to the browsers
  75. - removed obsolete MPlayer UI stuff
  76. - bumped server browser to handle up to 4096 servers
  77.  
  78. - IP maintained in userinfo
  79. - cl_guid in userinfo (as part of PB integration)
  80. - printing ports as unsigned ints, no longer printing negative port numbers
  81. - cleaned up the legacy IP banning code
  82.   use * for IP pattern matching now instead of 0 (fixes some confusion)
  83.     ex: 192.246.12.*
  84.   made it safe from overflowing and crashing
  85.   NOTE: using PunkBuster's banning system is advised instead though
  86. - rcon: some fixes to the buffering to avoid overflowing and dropping parts of the message 
  87. - rcon: now supports quoting /rcon g_motd "foo bar"
  88. - added SVF_CLIENTMASK (0x00000002), works only with <= 32 players
  89.     set bitmask of players to which send entity
  90. - pushed cl_maxpackets upper limit to 125
  91. - added [skipnotify] from RTCW, use to display in the console only, but not on client screen
  92.     (also fixes pb_msgprefix and pb_sv_msgprefix)
  93.  
  94. - new cvar sv_lanForceRate (defaults 1):
  95.   forces LAN clients to the maximum rate instead of accepting client setting
  96.   (1 is the default behaviour, backward compatible)
  97.  
  98. - new cvar sv_strictAuth (defaults 1):
  99.   server side variable to control wether strict CDKEY auth should be performed with the auth server
  100.   this is required if you want reliable cl_guid for the server (for users tracking)
  101.  
  102. - filesystem:
  103.   client re-orders it's pk3s according to the order given by server
  104.   (fixes some 'Invalid .PK3 files referenced' situations
  105.  
  106. - fixed invisible entities/players bug (thanks goes to Rick Johnson / Raven for this one!)
  107. - update x86 VM code (better and safer optimisations) (Richk Johnson / Raven too)
  108. - clearing client gentity before GAME_INIT call
  109. - failing vote if there's only one voting client (fixes exploit on 2-player server where one player votes then disconnects, forcing vote to pass)
  110.  
  111. - added trap_FS_Seek
  112.  
  113. - renderer fix:
  114.   if client game code registers a shader after drawsurfaces are generated but before frame is rendered
  115.   had a one-frame visual glitch (shader indexes messed up)
  116. - renderer fix:
  117.   r_roundImagesDown 0 + map q3dm1 -> crash (buffer overflow fix)
  118. - renderer fix:
  119.   fixed a crash in widescreen displays (q3dm11)
  120. - renderer fix:
  121.   MAX_SHADERS up to 2^12  
  122. - renderer fix:
  123.   moved screenshot from frontend to backend, fixes broken r_smp 1 screenshots
  124.  
  125. - TA fixes:
  126.   MOD_KAMIKAZE MOD_JUICED logging properly to games.log
  127.   fixed bot taunt spamming
  128. - fixed typo in scripts/models2.shader (shader error Ursula head)
  129.  
  130. Win32 specific:
  131.  
  132. - fixed the DirectInput mouse init procedure
  133. - rcon:
  134.   fixed rcon not working on NT/2000/XP workstations that have a long uptime
  135.  
  136. Linux specific:
  137.  
  138. - no longer trying to load libMesaVoodooGL.so
  139.   obsolete code, was confusing when trying to setup correct OpenGL acceleration
  140. - SMP support in the renderer. Detects CPU count, r_smp 1 default if available. (thanks to Gareth Hughes for contributing this)
  141. - changed default GL driver from libGL.so to libGL.so.1
  142.   see LSB 1.2 spec: http://www.linuxbase.org/spec/refspecs/LSB_1.2.0/gLSB/libgl.html
  143. - Handle Ctrl and Space key together correctly (Ctrl was disabling Space)    
  144. - sub-frame timing of input events (key/mouse) (input timing quality now equivalent to win32)
  145.  
  146.  
  147. -------------------------------------
  148.  
  149.  
  150. 12-14-01 - Notable Changes and WhatÆs New
  151.  
  152.  
  153. Windows Fixes:
  154.  
  155. - fixed Doppler effect
  156. - changed protocol from 66 to 67
  157. - fixed simple developer 1 cvar cheat hack
  158. - changed a few warnings to developer warnings
  159. - rcon commands no longer fragment, sent buffered to the rcon client
  160. - fixed connection issues / broken userinfo
  161. - only printing R_AddPolyToScene warnings with +set developer 1
  162. - various dedicated server issues fixed 
  163.  
  164.  
  165. Linux only:
  166. - fixed sound crash, going around memset bug in glibc i586/i686
  167.  
  168.  
  169.  
  170.  
  171.  
  172.