home *** CD-ROM | disk | FTP | other *** search
/ ftp.lokigames.com / ftp.lokigames.com.zip / ftp.lokigames.com / installers / ut / ut-install-436.run.txt < prev   
Text File  |  2010-11-26  |  7KB  |  250 lines

  1.  
  2.                             Unreal Tournament
  3.                                Version 436
  4.                              October 31, 2000
  5.  
  6.  
  7.  
  8.  
  9.           TABLE OF CONTENTS
  10.  
  11.           1 System Requirements
  12.           2 Installation
  13.           3 Playing The Game
  14.           4 Linux specific Changelog
  15.           5 Known Issues
  16.           6 Troubleshooting
  17.           7 Contacting Loki Entertainment Software
  18.  
  19.  
  20.  
  21. -----------------------
  22. (1) SYSTEM REQUIREMENTS
  23. -----------------------
  24.  
  25.   Linux kernel version 2.2.X
  26.   Pentium II with 3D accelerator card (see below)
  27.   64 MB RAM required (128 MB recommended)
  28.   Video card capable of 640x480 resolution
  29.   XFree86 3.3.5 or newer at 16bpp
  30.   OSS compatible sound card
  31.   Hard disk with at least 550 MB of space
  32.  
  33. This product is not intended for use with any version of the Windows
  34. operating system.
  35.  
  36. This product supports 3D accelerators through OpenGL. Consult
  37. http://lokigames.com/support/gldrivers for the latest news on drivers
  38. and installation.
  39.  
  40.  
  41. ----------------
  42. (2) INSTALLATION
  43. ----------------
  44.  
  45. Before starting the installation process with "sh ut-install-436.run"
  46. you must have your Unreal Tournament CDROM in your CDROM drive and have
  47. it mounted.
  48.  
  49. For example:
  50.  
  51. $mount /cdrom
  52. $sh ut-install-436.run
  53.  
  54.  
  55. If you want to install Unreal Tournament remotely you can use the
  56. SETUP_CDROM environment variable to point to your CDROM drive.
  57.  
  58. For example:
  59.  
  60. $export SETUP_CDROM=/path/to/cdrom
  61. $sh ut-install-436.run
  62.  
  63.  
  64. To make use of the S3TC compression feature, install 436 and then
  65. manually copy over the files from your Textures directory from your
  66. 2nd UT CD to the Textures directory in your INSTALL_DIR/Textures
  67. directory overwriting existing files (except credits.utx).
  68.  
  69.  
  70. --------------------
  71. (3) PLAYING THE GAME
  72. --------------------
  73.  
  74. Run 'ut' to start the game.
  75.  
  76. The first time you run Unreal Tournament it will create a ~/.loki/ut
  77. directory. Preferences, etc., will be stored here.
  78.  
  79.  
  80. ----------------------------
  81. (4) LINUX SPECIFIC CHANGELOG
  82. ----------------------------
  83.  
  84. THIS VERSION IS ONLY COMPATIBLE WITH VERSION 432+
  85.  
  86. OpenGL Renderer
  87.  
  88. - implemented detail textures
  89. - additional implementation (using vertex arrays)
  90. - fixed minor visual artifacts (in conjunction with fog)
  91.  
  92. Input
  93.  
  94. - fixed keyrepeat (this time for real ;))
  95.  
  96. Misc
  97.  
  98. - changed signal handlers
  99.  
  100. Networking
  101.  
  102. - solved ngWorldStats problems
  103. - fixed http download redirection
  104.  
  105.  
  106. ----------------
  107. (5) KNOWN ISSUES
  108. ----------------
  109.  
  110. OpenGL Renderer
  111.  
  112. - Z Buffer artifacts with 16 bit rendering
  113.  
  114.  
  115. Software Renderer
  116.  
  117. - slow in 32bpp mode!!!
  118.  
  119. GUI
  120.  
  121. - some menu entries are nooped. They are not removed to ensure mod
  122.   compatibility.
  123.  
  124. -------------------
  125. (6) TROUBLESHOOTING
  126. -------------------
  127.  
  128. The following are some of the more common problems you might have, and
  129. recommended solutions. For more details see the support section on
  130. www.lokigames.com and visit our bug reporting system at
  131.  
  132. http://fenris.lokigames.com.
  133.  
  134.    
  135. Q: The game segfaults when trying to use windowed mode with the Glide
  136.    renderer.
  137.  
  138. A: Glide doesn't support rendering in a window.
  139.  
  140.  
  141. Q: Most of the time when I connect to a server on the internet it starts
  142.    downloading "multimesh".
  143.  
  144. A: It is strongly advised that you install the official Bonuspack available
  145.    at http://download.cnet.com/downloads/0-10044-108-58371.html?bt.dl-10008.EpicMegaGames.10044-108-58371 
  146.    which includes the required files to play on most internet servers nowadays.
  147.  
  148.  
  149. Q: I am rendering in windowed mode and the mouse is grabbed in the window.
  150.  
  151. A: You can press CTRL-G to change between grabbing or not. Alternatively 
  152.    you can change the UnrealTournament.ini file
  153.  
  154.  
  155. Q: The game crashes and I can't switch back to my normal resolution using
  156.    CTRL-ALT- +/-
  157.  
  158. A: After running "xvidtune -unlock" you can change resolutions normally.
  159.  
  160.  
  161. Q: I installed the Glide[OpenGL] Renderer as default but now want to use 
  162.    the OpenGL[Glide] renderer.
  163.  
  164. Q: I want to use the Software Renderer.
  165.  
  166. A: Edit the following lines in either 
  167.    (INSTALL_PATH)/System/UnrealTournament.ini or
  168.    (HOME)/.loki/ut/System/UnrealTournament.ini
  169.  
  170.    To use the OpenGL renderer:
  171.  
  172.    [Engine.Engine]
  173.    GameRenderDevice=SDLGLDrv.SDLGLRenderDevice
  174.    WindowedRenderDevice=SDLGLDrv.SDLGLRenderDevice
  175.    RenderDevice=SDLGLDrv.SDLGLRenderDevice
  176.  
  177.    To use the Glide renderer:
  178.  
  179.    [Engine.Engine]
  180.    GameRenderDevice=GlideDrv.GlideRenderDevice
  181.    WindowedRenderDevice=GlideDrv.GlideRenderDevice
  182.    RenderDevice=GlideDrv.GlideRenderDevice
  183.  
  184.    To use the Software renderer:
  185.  
  186.    [Engine.Engine]
  187.    GameRenderDevice=SDLSoftDrv.SDLSoftwareRenderDevice
  188.    WindowedRenderDevice=SDLSoftDrv.SDLSoftwareRenderDevice
  189.    RenderDevice=SDLSoftDrv.SDLSoftwareRenderDevice
  190.  
  191.    Global settings are made in (INSTALL_PATH)/... and local ones in your
  192.    home directory. When you first run Unreal Tournament it will copy the
  193.    version of UnrealTournament.ini from (INSTALL_PATH)/... to your home
  194.    directory and from there on only use the one in your home directory.
  195.  
  196.  
  197. Q: How can I specify my OpenGL library?
  198.  
  199. A: You can choose the OpenGL library Unreal Tournament tries to use
  200.    by specifying the path to it in your UnrealTournament.ini
  201.  
  202.    [SDLGLDrv.SDLGLRenderDevice]
  203.  
  204.    OpenGLLibName=libGL.so.1
  205.  
  206.    or 
  207.  
  208.    OpenGLLibName=/opengl/library/path/libMYGL.so
  209.  
  210.  
  211. Q: I am using XF 4.0 with my 3dfx card and the textures look really
  212.    weird. When I exit the game I can see a "No space for texture"
  213.    error message.
  214.  
  215. A: This is a bug in DRI that got fixed recently (07/31/00). You have 
  216.    to use the CVS version of DRI.
  217.  
  218.  
  219. Q: The towers seem to flicker in CTF-FACE.
  220.  
  221. A: If you have a 3dfx card please choose the Glide renderer. Otherwise
  222.    try to use 32 bit renderering which should resolve the issues you 
  223.    are seeing and also will enhance the display quality.
  224.  
  225.  
  226. ------------------------------------------
  227. (7) CONTACTING LOKI ENTERTAINMENT SOFTWARE
  228. ------------------------------------------
  229.  
  230. Technical Support
  231.   
  232. Support for Unreal Tournament for Linux is available from
  233. Loki Entertainment Software at:
  234.  
  235.     Bug Tracking Database:  http://fenris.lokigames.com
  236.  
  237.     FAQ:     http://faqs.lokigames.com
  238.  
  239.     Email:   support@lokigames.com
  240.  
  241.     Phone:   714-508-2140. Telephone support is available 
  242.              Monday through Friday, 9 A.M. to 5 P.M. Pacific 
  243.              Standard Time.
  244.  
  245. General Discussion
  246.  
  247. You can also communicate with other Unreal Tournament players at:
  248.  
  249.     Usenet:  news://news.lokigames.com/loki.games.ut
  250.