home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 November / 26_11_1999.iso / Patches / ReadMe / DarkStoneUS.txt next >
Text File  |  1999-10-04  |  4KB  |  84 lines

  1. Patch Beta 1.0.3 Darkstone US: 
  2. -------------------------------------
  3. 1- What you must know before installing this patch ?
  4. With this patch, characters and single player save games are compatible with the previous
  5. versions. (However it's possible some objects may disappear from your inventory as we are now checking duplicated
  6. objects).
  7. The network save game is not compatible. (You can load it, but you may have some problems)
  8. Installation of this patch is irreversible.
  9.  
  10. 2- This should be done before installing this patch:
  11.  
  12. You must copy the folder "Darkstone/save"(the save games and the characters) somewhere else on your computer,
  13. in case you want to reinstall the version 1.0.0 later. 
  14.  
  15. The save games that have been made with this patch cannot be used with the version 1.0.0.
  16.  
  17. 3- What's new about this patch ?
  18.  -The difficulty level has been increased:
  19.     -The monsters open the doors.
  20.     -Some of them have new spells (Reflection...)
  21.     -Their resistance and their speed movements have been increased.
  22.  
  23.  -There is a new difficulty level,"Heros", also playable on the network:
  24.     -More difficult.
  25.     -Some new monsters are waiting for you.    
  26.     -And new weapons too.
  27.  
  28.  -Some new character functions have been added :
  29.     -Change of memory spells of the 2nd character with the shortcut key.
  30.     -Call for help and your 2nd character attacks your closest attacker.
  31.     -The automatic spells for the second character are more intelligent.
  32.     -Characters can now be exported from saved game files.
  33.        
  34.  -The network has been improved:
  35.     -The chat box supports up to 80 characters.
  36.     -Chat messages are now visible by the sender.
  37.     -The server is able to end the session of another player using "K" followed by the player number.
  38.     -In cooperative mode, your character can't be attacked by another player.
  39.     -Moving the mouse on a multiplayer character will display his experience level.
  40.     -The disconnect  problems have been corrected .
  41.  
  42. 4-What you must know about the network :
  43.  If you play on Windows 95 you must install Winsock 2 (Not for 98 it's already on it) 
  44.  Installing Directplay 6.1A may correct some problems.
  45.  If  again you have some problems ,try with these differents command lines (Each PC in the session 
  46.  must have started the game with the same command line):
  47.  
  48. In IPX protocol:
  49. ---------------
  50. -nooptimizelatency : remove the bandwidth optimization for latency delays
  51.  to send information less often as it is packed bigger . 
  52.  
  53. -noguarantee : remove the guarantee messages of  directPlayprotocol
  54.  The information you send is not guaranteed, so if it is lost (Collision) it will not be sent again.
  55.  This may cause desynchronization problems.
  56.  
  57. -noasync : remove the asynchrone network messages of  directPlayprotocol
  58.  The program waits for the guarantee messages and the game look freezes until the message arrives.
  59.  
  60. -nodirectPlayprotocol : disable the DirectPlayProtocol 
  61.  Use the normal IPX protocol (disable the guarantee messages,wait for reply)
  62.  Could be better in some cases.
  63.  
  64. In TCP/IP protocol:
  65. ------------------
  66. -nooptimizelatency : remove the bandwidth optimization for latency delays
  67.  to send information less often as it is packed bigger.
  68.  
  69. -keepalive : enable the DirectPlay keepAlive option.
  70.  Let Direct X manage  the disconnection problems.(if the other players do not answer within 6 seconds,
  71.  the player will be disconnected).
  72.  You could activate this option if you have a good bandwidth ,otherwise ,
  73.  if someone is disconnected,the host has to kill the disconnected player from the game with the 'K' key.
  74.  
  75. -directplayprotocol : enable the DirectPlayProtocol (off in TCP/IP ).
  76.  
  77. -noguarantee : remove the guarantee messages of  directPlayprotocol.
  78.  The information you send is not guaranteed, so if it is lost (Collision) it will not be sent again.
  79.  This may cause desynchronization problems.
  80.  
  81. -noasync : remove the asynchrone network messages of  directPlayprotocol
  82.  The program waits for the guarantee messages and the game look freezes until the message arrives.
  83.  
  84. See the updated Readme.txt file for more information about this patch.