-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ff725b
commit 4cdff23
Showing
5 changed files
with
57 additions
and
3 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 @@ | ||
epic |
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,24 @@ | ||
"Resource/HudLayout.res" | ||
{ | ||
Hitmarker | ||
{ | ||
"controlName" "CExLabel" | ||
"fieldName" "Hitmarker" | ||
"zpos" "1" | ||
"wide" "f0" | ||
"tall" "f0" | ||
"textAlignment" "center" | ||
"enabled" "1" | ||
|
||
"visible" "1" | ||
|
||
"labelText" "6" // changes to what style you want | ||
"font" "hitmarkerfont" // inside '_ckHUD/resource/scheme/clientscheme_fonts', then ctrl+f hitmarkerfont | ||
|
||
"xpos" "cs-0.4999" // changes these if the crosshair/hitmarker is off (very sensitive) | ||
"ypos" "cs-0.4999" // cs-0.5 standard, cs-0.4999 default | ||
|
||
"fgcolor" "255 0 0 0" // color determined by scripts/hudanimations_custom | ||
|
||
} | ||
} |
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,22 @@ | ||
// load the base configuration | ||
//exec default.cfg | ||
r_decal_cullsize 1 | ||
|
||
// Setup custom controller | ||
exec joystick.cfg | ||
|
||
// run a user script file if present | ||
exec autoexec.cfg | ||
|
||
// | ||
// stuff command line statements | ||
// | ||
stuffcmds | ||
|
||
// display the startup level | ||
startupmenu | ||
|
||
sv_unlockedchapters 99 | ||
|
||
// hud stuff | ||
cl_hud_minmode 0 |