From 8a86cd3f600140e9553a806ca12a03d1ada5bf78 Mon Sep 17 00:00:00 2001
From: Phil <phil@philphonic.de>
Date: Tue, 5 Jan 2016 21:42:22 +0100
Subject: [PATCH 1/2] lobby size

Ability to adjust lobby size for cooperative gamemodes
---
 Insurgency/cfg/lgsm-default.cfg | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/Insurgency/cfg/lgsm-default.cfg b/Insurgency/cfg/lgsm-default.cfg
index 7b56d44e5..add0dac2d 100644
--- a/Insurgency/cfg/lgsm-default.cfg
+++ b/Insurgency/cfg/lgsm-default.cfg
@@ -1,7 +1,7 @@
 // ****************************************************************************
 //                                                                            *
 //     Ingurgency - server.cfg                                                *
-//     Version 150815                                                         *
+//     Version 050116                                                         *
 //                                                                            *
 // ****************************************************************************
 
@@ -59,6 +59,7 @@ sv_playlist "nwi/coop"
 // "mapcycle_attackdefend.txt" - push & strike maps
 // "mapcycle_checkpoint.txt" - all checkpoint maps
 // "mapcycle_comp.txt" - firefight & elimination maps
+// "mapcycle_conquer.txt" - conquer gamemode
 // "mapcycle_cooperative.txt" - survival, coop, hunt maps
 // "mapcycle_firefight.txt" - all firefight maps
 // "mapcycle_flashpoint.txt" - all flashpoint maps
@@ -78,6 +79,13 @@ sv_playlist "nwi/coop"
 //
 //mapcyclefile "mapcycle.txt"
 
+// .......................... Coop mode sesstings ........................... //
+
+// Set the maximum number of human players in Cooperative modes
+// Maximum Value: 8
+// Default: mp_coop_lobbysize = 6
+// mp_coop_lobbysize = 6
+
 // ............................. Fast Download .............................. //
 // info: Allows custom maps to be downloaded to the client.
 

From d5114d63581248092d09f2ef2d3c9a7e1ac2bc3c Mon Sep 17 00:00:00 2001
From: Phil <phil@philphonic.de>
Date: Tue, 5 Jan 2016 21:44:09 +0100
Subject: [PATCH 2/2] typo

---
 Insurgency/cfg/lgsm-default.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Insurgency/cfg/lgsm-default.cfg b/Insurgency/cfg/lgsm-default.cfg
index add0dac2d..ef8739d35 100644
--- a/Insurgency/cfg/lgsm-default.cfg
+++ b/Insurgency/cfg/lgsm-default.cfg
@@ -79,7 +79,7 @@ sv_playlist "nwi/coop"
 //
 //mapcyclefile "mapcycle.txt"
 
-// .......................... Coop mode sesstings ........................... //
+// .......................... Coop mode settings ........................... //
 
 // Set the maximum number of human players in Cooperative modes
 // Maximum Value: 8