forked from Krevik/Kether.pl-L4D2-Server
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cfgogl kether_coop – for coop and survival
maybe some mutations as well
- Loading branch information
Showing
8 changed files
with
1,877 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
// ReadyUp Cvars | ||
confogl_addcvar l4d_ready_cfg_name "Kether Campaign / Coop" | ||
|
||
// Confogl Cvars | ||
//confogl_addcvar mp_gamemode "coop" // Force Versus for the config. | ||
|
||
|
||
// NextMod Shared Cvars | ||
exec cfgogl/kether_coop/shared_cvars.cfg | ||
|
||
// Config Cvars | ||
exec cfgogl/kether_coop/kether_coop.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// Unlock Plugins and reload defaults | ||
confogl_resetclientcvars | ||
confogl_resetcvars | ||
//pred_unload_plugins | ||
|
||
sm_forcematch kether_coop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
//------------------------------------------- | ||
// Shared Plugins | ||
//------------------------------------------- | ||
exec cfgogl/kether_coop/shared_plugins.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
// Shared Settings | ||
exec cfgogl/kether_coop/shared_settings.cfg |
Oops, something went wrong.