home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2001 May / maximum-cd-2001-05.iso / Gore / gore_test_patch125.exe / README.TXT < prev    next >
Encoding:
Text File  |  2001-03-12  |  8.5 KB  |  177 lines

  1. ------------------------------------------------------------
  2. README for Gore Multi-Player Test
  3. March 2001
  4. ------------------------------------------------------------
  5.  
  6. (c) Copyright 4DRulers Software Inc, 2001
  7. All Rights Reserved
  8.  
  9.  
  10. Table of Contents
  11.  
  12. Introduction                            
  13. Bug Reporting Procedure
  14. Fixes in the Gore 1.25 patch
  15. Known Issues                            
  16. Video Card Compatibility                
  17. Video Card Drivers                      
  18. Voodoo Video Card Users
  19. Desktop Settings                        
  20. System Requirements                     
  21. Command Converter                       
  22. Standalone Server                       
  23. Default Server Port
  24. Change Server Port
  25. Server Browser Port
  26. Multiple Servers
  27. Maxconnect
  28. Contact Information                     
  29.  
  30. Introduction
  31. This document provides complementary or late-breaking information to supplement the documentation.  It contains important information you may need to know to run the program correctly.
  32.  
  33. It is important to remember that Gore is a work in progress and this version is classed as a test of networking, hardware and gameplay issues. Full compatibility, optimization, and stability work is not completed.  In general, this version of Gore should provide fun gameplay when used with fairly modern machines, connected via a reliable network connection that supports TCP/IP protocol, and utilizing the proper OpenGL compliant 3D acceleration hardware and drivers (see below).  Performance may vary depending on the speed of the machine and video card, the number of players in the game, and whether or not a stand-alone server is being used.
  34.  
  35. For further information read the Gore Multi-Player Test Documentation.html in the Docs directory.
  36.  
  37.  
  38. Bug Reporting Procedure
  39. Your help in reporting bugs is extremely appreciated.  The better your description, the better chance we have fixing problems for the final release for you and others to enjoy.
  40.  
  41. To report a bug, write a description of the exact problem you have and the circumstances that surrounded it.  If the program crashes it will attempt to write out an "exit.log" file to the main gore directory.
  42.  
  43. If there was no exit.log created, then the crash was not in gore and could likely be a video driver problem, or hardware lockup.
  44.  
  45. Email the description and attached exit.log (if appropriate) to gorebugs@4drulers.com.
  46.  
  47. Remove the exit.log from your gore directory to ensure you have a fresh exit.log the next time the program crashes.
  48.  
  49.  
  50. Fixes in the Gore 1.25 patch
  51.  
  52. 1) Server stability greatly improved.  Specifically, fixed a crash with large games.
  53.  
  54. 2) Fixed problem with clients randomly disconnecting.
  55.  
  56. 3) Fixed binding for left ctrl and shift keys.
  57.  
  58.  
  59. Known Issues
  60. * Limited video card compatibility testing has been performed, please see the Video Card Compatibility section for details. 
  61. * Check the Gore F.A.Q. at www.4drulers.com web site for problems and workarounds.
  62. * The voodoo5500 would not initialise in 800x600 resolution, but succeeded in 640x480.
  63.  
  64. Video Card Compatibility
  65. We recommend the use of the video chipset manufacturers latest released drivers. Please note, only 100% OpenGL compliant video cards are supported, please refer to the videocard compatibility chart for more information.
  66.  
  67. If the Gore client is crashing on startup or if you suspect that you have video card incompatibilities Gore can be forced to start in windowed mode using the --windowed command line option.
  68.  
  69. Video Card Drivers
  70. In general, any OpenGL driver for the supported video cards should work.  If you have any problems running the program on your video card, we recommend you get the latest OpenGL compliant drivers from the manufactures website.
  71.  
  72. Voodoo Video Card Users
  73. *Very Important*
  74. Open the client_system.cfg file in the Settings directory, and alter the driver setting to:
  75.  
  76. driver 3dfxogl
  77.  
  78. This specifies that gore will utilise the 3dfxoGL.dll for rendering rather than the standard OpenGL.DLL
  79.  
  80.  
  81. Desktop Settings
  82. For best performance, ensure that you're desktop color palette is set to 16-bit (65535) Colors.  If you have 32-bit (True Color) set, the game will still run, however it will have decreased performance.
  83.  
  84. System Requirements
  85. Processor:        Pentium II 200Mhz or better.
  86. Operating System:    Windows NT 4
  87.             Windows 98
  88.             Windows 95
  89.             Windows 2000
  90. RAM:            64mb
  91. Disk Space:        200mb
  92. Video Card:        100% OpenGL Compliant Card
  93.  
  94. Command Converter
  95. The Gore Command Converter program has been included in the installation to assist you setting up Gore for your key binding preferences.  This version of the program supports the following configuration types:
  96.  
  97. * Quake III Arena
  98. * Unreal Tournament
  99. * Soldier Of Fortune
  100. * Half-Life
  101.  
  102. The program can scan your system for installations of these program types, automatically import their settings into Gore, or provide an Advanced interface to find and convert the config files yourself.
  103.  
  104. If you don't have any configuration files to import or you would prefer not to, you still have the option of setting your key binding preferences in the Gore game itself through the menu system.
  105.  
  106. Standalone Server
  107. Gore automatically starts in client mode and creates a second process to run in server mode when you click on the "Create" button, then load a map by clicking on the "Create Game" button.  For large games, it is recommended that the server be run on its own machine.
  108.  
  109. To run Gore in Standalone Server Mode, start Gore from a DOS command prompt with the following arguments:
  110.  
  111. Gore --server --map dm1.ss
  112.  
  113. Where,
  114. Gore            = The name of the application
  115. --server        = Directs the application to start in Server Mode
  116. --map           = Directs the application to load a level/map
  117. dm1.ss          = The name of the level to load (dm1.ss,dm11.ss or dm18.ss)
  118.  
  119. You can also initialize the server with appropriate commands kept in a config file, by loading with the -load command. Eg:
  120.  
  121. Gore --server --map dm1.ss --load standalone.cfg
  122.  
  123. Where, 
  124. --load          = Directs the application to load a config file
  125. standalone.cfg  = A custom made config file which contains gore commands
  126.  
  127.  
  128. Default Server Port
  129. The default server port is 10051.  When connecting to a server running the default port you do not need to append the port number to the host value.
  130.  
  131. Change Server Port
  132. In order to change the port that the server listens on, you need to change the gore value of "host".  To set the port to 10060, at the server console type:
  133.  
  134. Host *:10060
  135.  
  136. Where,
  137. *               = The ip address of the server (this could be specified explicitly such as                   123.456.789.123)
  138. :10060          = The port number the server will listen for connections, prefixed by a                     colon.
  139.  
  140. This will save the value to the autoserver.cfg, and the next time you start the server the new port will take effect.
  141.  
  142. Server Browser Port
  143. The server listens on a port which is one more than the host port for server browsers.  So in the above example the server will attempt to listen on port 10061.  If this port is unavailable, it will incrementally attempt the 100 ports above the one specified.
  144.  
  145.  
  146. Multiple Servers
  147. To run multiple servers on a single box, you will need to load a custom config file for each server instance.  Specify a different port number for the host value for each server instance, ensuring to leave the browser port above each server's port free.  The custom config will also be the place to set the different server names.  An example config:
  148.  
  149. Host *:10060
  150. Servername Mantis Manhole
  151. Maxconnect 8
  152.  
  153. Where,
  154. Host *:10060                    = The port the server will listen on
  155. Servername Mantis Manhole       = Specifies the name of the server that will appear in                                                                     browser lists.
  156. Maxconnect 8                    = Specifies on 8 players can connect at any point in time
  157.  
  158. Custom config files that are loaded from the command line, must be placed in the Settings sub folder of the main Gore directory.
  159.  
  160. Maxconnect
  161. It is recommended that server operators limit maxconnect to a value of 12 or less for the demo version.
  162.  
  163. Contact Information
  164. Feel free to contact the support staff at 4DRulers if you have any technical difficulties:
  165.  
  166. Email:                gorebugs@4drulers.com
  167.                 feedback@4drulers.com
  168. Phone USA Office:        +1 402-228-2183
  169. Fax USA Office:            +1 402-228-2113
  170. Phone Australian Office:    +61 7 3899 9466
  171. Fax Australian Office:        +61 7 3899 9566
  172. Post:                4DRulers Inc.
  173.                 112 North 4th Street 
  174.                 Beatrice, NE 68310
  175.  
  176.  
  177.