This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
-
-
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.
Signed-off-by: bigfinfrank <[email protected]>
- Loading branch information
1 parent
1fb34cd
commit ef5f993
Showing
15 changed files
with
98 additions
and
26 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
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
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
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
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
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
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
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
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
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
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
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,14 @@ | ||
echoln "[skill_container.cfg] Start of skill_container.cfg"; | ||
|
||
|
||
|
||
echoln "[skill_container.cfg] Triggering on-load convars"; | ||
sv_unlockedchapters "2147483647"; // Highest unlocked game chapter. | ||
cl_new_user_phase "-1"; // 0: Not Started, 1: Needs Training, 2: Training Complete, -1: Disabled | ||
sv_cheats "true"; // Allow cheats on server | ||
mat_fullbright "3"; | ||
mat_disable_normal_mapping "true"; | ||
|
||
|
||
|
||
echoln "[skill_container.cfg] End of skill_container.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,10 @@ | ||
echoln "[skill1.cfg] Start of skill1.cfg"; | ||
|
||
|
||
|
||
echoln "[skill1.cfg] Loading skill container config"; | ||
exec "./config/utility/skill_container.cfg"; | ||
|
||
|
||
|
||
echoln "[skill1.cfg] End of skill1.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,10 @@ | ||
echoln "[skill2.cfg] Start of skill2.cfg"; | ||
|
||
|
||
|
||
echoln "[skill2.cfg] Loading skill container config"; | ||
exec "./config/utility/skill_container.cfg"; | ||
|
||
|
||
|
||
echoln "[skill2.cfg] End of skill2.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,10 @@ | ||
echoln "[skill3.cfg] Start of skill3.cfg"; | ||
|
||
|
||
|
||
echoln "[skill3.cfg] Loading skill container config"; | ||
exec "./config/utility/skill_container.cfg"; | ||
|
||
|
||
|
||
echoln "[skill3.cfg] End of skill3.cfg"; |