-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #374 from sopparus/master
add end2/schloss and some totmode configs
- Loading branch information
Showing
5 changed files
with
26 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,5 @@ | ||
timelimit 3 | ||
deathmatch 4 | ||
set k_overtime 2 | ||
set k_disallow_weapons 80 // disallow gl + lg | ||
set k_noitems 1 // disable items |
5 changes: 5 additions & 0 deletions
5
resources/example-configs/ktx/configs/usermodes/schlossdmm4.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,5 @@ | ||
timelimit 3 | ||
deathmatch 4 | ||
set k_overtime 2 | ||
set k_disallow_weapons 80 // disallow gl + lg | ||
set k_noitems 1 // disable items |
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 @@ | ||
k_fb_break_on_death 0 | ||
k_disallow_weapons 16 | ||
set dq 1 | ||
set k_pow 1 | ||
timelimit 5 | ||
deathmatch 4 |
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 @@ | ||
k_fb_break_on_death 1 | ||
set dq 0 | ||
set k_pow 1 | ||
timelimit 5 | ||
deathmatch 4 |
5 changes: 5 additions & 0 deletions
5
resources/example-configs/ktx/configs/usermodes/tot/schloss.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,5 @@ | ||
k_fb_break_on_death 1 | ||
set dq 0 | ||
set k_pow 1 | ||
timelimit 5 | ||
deathmatch 4 |