mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
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
This commit is contained in:
+8
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user