-
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.
Showing
9 changed files
with
54 additions
and
349 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
"Resource/UI/HudBowCharge.res" | ||
{ | ||
"ChargeMeter" | ||
{ | ||
"xpos" "9999" | ||
|
||
"visible" "1" | ||
"enabled" "1" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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,23 @@ | ||
"Resource/UI/HudPlayerHealth.res" // the first file to be redone!! | ||
{ | ||
"PlayerStatusHealthValueShadow22" | ||
{ | ||
"ControlName" "CExLabel" | ||
"fieldName" "PlayerStatusHealthValueShadow22" | ||
"xpos" "-2" | ||
"ypos" "-2" [$WIN32] | ||
"zpos" "5" | ||
|
||
"wide" "150" | ||
"tall" "50" | ||
|
||
"visible" "1" | ||
"enabled" "1" | ||
"labeltext" "I FOUND AMONG US" | ||
"textAlignment" "center" | ||
"font" "hudfont48" | ||
"fgcolor" "healthshadow" | ||
|
||
"pin_to_sibling" "PlayerStatusHealthValue" | ||
} | ||
} |
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 @@ | ||
alias hudplayerhealth_clear "sixense_clear_bindings; sixense_write_bindings hud_hudplayerhealth.txt" | ||
alias hudplayerhealth_log "con_filter_text #base; con_filter_enable 1; con_logfile cfg/hud_hudplayerhealth.txt" | ||
alias hudplayerhealth_unlog "con_logfile console.log" | ||
|
||
alias hudplayerhealth_alt "hudplayerhealth_clear; hudplayerhealth_log; exec hud/hudplayerhealth_alt.cfg; hudplayerhealth_unlog; hud_reloadscheme" | ||
alias hudplayerhealth_def "hudplayerhealth_clear; hud_reloadscheme" |
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 @@ | ||
echo "#base ../_test/resource/ui/hudplayerhealth_alt.res" |
Oops, something went wrong.