-
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
Showing
51 changed files
with
69 additions
and
74 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 |
---|---|---|
|
@@ -22,4 +22,4 @@ if %WEAPON_ITEM != #WEAP_GUNBLADE | |
endif | ||
endif | ||
endif | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -17,4 +17,4 @@ if %CHASING != #NOTSET | |
|
||
setColor 1 1 1 1 | ||
drawPlayerName %CHASING | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -211,4 +211,4 @@ if %ITEM_TIMER7 | |
endif | ||
|
||
endif | ||
endif //if %SCOREBOARD == 0 | ||
endif //if %SCOREBOARD == 0 |
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 |
---|---|---|
|
@@ -50,4 +50,4 @@ setSize 18 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 18 //for numbers | |
drawNum %TEAM_BETA_SCORE | ||
endif | ||
endif | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -124,4 +124,4 @@ endif | |
|
||
endif //if %RACE | ||
endif //if %SPEED != #NOTSET | ||
endif //if %SHOW_SPEED > 0 | ||
endif //if %SHOW_SPEED > 0 |
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 |
---|---|---|
|
@@ -17,4 +17,4 @@ if %STUNNED | |
|
||
setColor 1 0 0 1 | ||
drawString ">.<" | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -62,4 +62,4 @@ if %MESSAGE_BETA | |
setColorToTeamColor #TEAM_BETA | ||
drawStatString %MESSAGE_BETA | ||
endif | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -86,4 +86,4 @@ if %PROGRESS_OTHER | |
endif | ||
setSize 16 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 16 | ||
drawNum %PROGRESS_OTHER | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -41,4 +41,4 @@ endif | |
|
||
endif | ||
endif | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -19,4 +19,4 @@ if %INSTAGIB == 0 | |
drawNum %AMMO | ||
endif | ||
endif | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -38,4 +38,4 @@ if %WEAPON_ITEM != #WEAP_GUNBLADE | |
endif | ||
endif | ||
endif | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -54,4 +54,4 @@ if %MATCH_STATE == #MATCH_STATE_WARMUP | |
endif | ||
if %OVERTIME | ||
drawString "Overtime" | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -56,4 +56,4 @@ if %TEAM != #TEAM_SPECTATOR | |
setSize 24 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 24 | ||
drawNum %ARMOR | ||
endif | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -111,4 +111,4 @@ if %TEAM != #TEAM_SPECTATOR | |
setSize 24 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 24 | ||
drawNum %ARMOR | ||
endif | ||
endif | ||
endif |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
setFontFamily con_fontSystem | ||
setFontSize %VIDHEIGHT / 50 | ||
setColor 1 1 1 1 | ||
drawPointing | ||
drawPointing |
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ if %SHOW_SPEED == 1 | |
setAlign 2 3 | ||
setCursor #WIDTH / 2, #HEIGHT - 2 | ||
drawNum %SPEED | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -73,4 +73,4 @@ if %TEAM == #TEAM_SPECTATOR | |
setColorToTeamColor #TEAM_BETA | ||
drawPicByIndex %IMAGE_BETA | ||
endif | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -131,4 +131,4 @@ if %MESSAGE_BETA | |
moveCursor -24 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 0 | ||
endif | ||
endif | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -30,4 +30,4 @@ drawKeyState left | |
moveCursor 32 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 33 | ||
drawKeyState crouch | ||
|
||
endif | ||
endif |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
if %SCOREBOARD == 0 | ||
setAlign 1 1 | ||
setCursor 1 1 | ||
setSize 220 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 220 | ||
setColor 0.8 0.8 0.8 1 | ||
drawMiniMap 1 0 | ||
endif | ||
setAlign 1 1 | ||
setCursor 1 1 | ||
setSize 220 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 220 | ||
setColor 0.8 0.8 0.8 1 | ||
drawMiniMap 1 0 | ||
endif |
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
if %CHASING != #NOTSET | ||
|
||
setAlign #MIDDLE #MIDDLE | ||
setCursor #WIDTH - 110, #HEIGHT - 21 | ||
setColor 1 1 1 1 | ||
setFontFamily con_fontSystem | ||
setFontStyle Bold | ||
setFontSize %VIDWIDTH / 56 //text would be smaller on 4:3 rez | ||
drawCleanPlayerName %CHASING | ||
setFontStyle "normal" | ||
endif | ||
setAlign #MIDDLE #MIDDLE | ||
setCursor #WIDTH - 110, #HEIGHT - 21 | ||
setColor 1 1 1 1 | ||
setFontFamily con_fontSystem | ||
setFontStyle Bold | ||
setFontSize %VIDWIDTH / 56 //text would be smaller on 4:3 rez | ||
drawCleanPlayerName %CHASING | ||
setFontStyle "normal" | ||
endif |
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 |
---|---|---|
|
@@ -140,4 +140,4 @@ if %TEAM != #TEAM_SPECTATOR | |
drawNum %ARMOR | ||
setAlign 1 3 | ||
endif | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -30,4 +30,4 @@ drawKeyState left | |
moveCursor 32 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 33 | ||
drawKeyState crouch | ||
|
||
endif | ||
endif |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
if %SCOREBOARD == 0 | ||
setAlign 1 1 | ||
setCursor 1 1 | ||
setSize 200 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 200 | ||
setColor 0.7 0.7 0.7 0.9 | ||
drawMiniMap 1 0 | ||
endif | ||
setAlign 1 1 | ||
setCursor 1 1 | ||
setSize 200 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 200 | ||
setColor 0.7 0.7 0.7 0.9 | ||
drawMiniMap 1 0 | ||
endif |
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 |
---|---|---|
|
@@ -10,4 +10,3 @@ if %RACE == 0 | |
drawObituaries #LEFT 18 | ||
setFontStyle "Normal" //resets font style to default | ||
endif | ||
|
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ if %SHOW_SPEED | |
setColor 1 1 1 1 | ||
setSize 12 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 12 | ||
drawNum %SPEED | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -77,4 +77,4 @@ if %TEAM == #TEAM_SPECTATOR | |
setColorToTeamColor #TEAM_BETA | ||
drawPicByIndex %IMAGE_BETA | ||
endif | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -10,4 +10,4 @@ setAlign 3 3 | |
setColor 1 1 1 0.9 | ||
setCursor #WIDTH, #HEIGHT | ||
moveCursor 0, -50 | ||
drawTeamInfo | ||
drawTeamInfo |
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 |
---|---|---|
|
@@ -25,4 +25,4 @@ if %MESSAGE_BETA | |
moveCursor -1, -1 | ||
setColorToTeamColor #TEAM_BETA | ||
drawStatString %MESSAGE_BETA | ||
endif | ||
endif |
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 |
---|---|---|
|
@@ -93,6 +93,3 @@ endif //if %SPEED != #NOTSET | |
endif | ||
endif | ||
endif | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -3,4 +3,3 @@ if %INSTAGIB == 0 | |
setSize 52 * 1.333 * %VIDHEIGHT / %VIDWIDTH, 50 | ||
drawWeaponCross 12, 15 | ||
endif | ||
|