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