From 0e0ffd5eab166f4c27019ed1a8759351eb952bcc Mon Sep 17 00:00:00 2001 From: Wanne Date: Sun, 8 Jun 2008 13:57:42 +0000 Subject: [PATCH] new exe build (2222) *** This version contains the multiplayer code integration **** *** You have to start a new game with this EXE *** *** If you would like to continue your current games, you have to use the ja2_2124.exe *** For german and russian users, you can download the multiplayer package here: http://ja2.h758491.serverkompetenz.net/Wanne/MP/ja2_113_mp_2008_06_08.rar git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1018 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Ja2_mp.ini | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gamedir/Ja2_mp.ini b/gamedir/Ja2_mp.ini index 352c88dfa..9b0d43747 100644 --- a/gamedir/Ja2_mp.ini +++ b/gamedir/Ja2_mp.ini @@ -30,6 +30,12 @@ CLIENT_NAME = "Your_Name" ; 0 = north, 1 = south, 2 = east, 3 = west SECTOR_EDGE = 0 +; Would you like to use old or new inventory? +; 0 = Use old inventory +; 1 = Use new inventory +; If ALLOW_CUSTOM_NIV = 0 (see server settings), only the server can decide which inventory mode all clients have to use +INVENTORY_MODE = 0 + ;----------------------------------------------------------------------------------------- ; THE FOLLOWING SECTION ONLY NEEDS TO BE SET BY THE SERVER. SETTINGS FROM CLIENTS ARE IGNORED! @@ -69,14 +75,13 @@ SAME_MERC = 1 ; Should other clients see the name of your hired mercs? ; 1 = true, 0 = false -REPORT_NAME = 0 +REPORT_NAME = 1 ; Which game style (mode) would you like to play? ; 0 = All vs All Only (Deathmatch), ; 1 = Team's Allowed, (as per client TEAM variable lsited above, Team-Deathmatch) ; 2 = Only Co-Op -GAME_MODE = 1 - +GAME_MODE = 0 ; Disable Bobby Rays website? ; 1 = true, 0 = false