-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup console warning spam on map start (#17)
Resolves `assets` issue #4 Partially resolves `MasterSwordRebirth` issue MSRevive/MasterSwordRebirth#186 Paired with MSRevive/MasterSwordRebirth#216 Removed unused textschemes and added `arrowlt` and `arrowrt` TGAs
- Loading branch information
1 parent
3f09deb
commit bbc0b7f
Showing
14 changed files
with
290 additions
and
7,018 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,99 +1,97 @@ | ||
///////////////////// TEXT FILE DESCRIPTION ///////////////////// | ||
// 640x480 text scheme file | ||
// | ||
// Resolutions: | ||
// 320 | ||
// 400 | ||
// 512 | ||
// 640 | ||
// 800 | ||
// 1024 | ||
// 1152 | ||
// 1280 | ||
// 1600 | ||
// | ||
|
||
// SchemeName defines a new scheme | ||
SchemeName = "Basic Text" | ||
|
||
// FontName is the string name of the font the scheme uses | ||
FontName = "Veranda" | ||
|
||
// FontSize defines the height of the font (the rest is derived from that) | ||
FontSize = 17 | ||
|
||
// FontWeight thickens the font (700 is bold, 1400 very bold) | ||
FontWeight = 0 | ||
|
||
// foreground colors (RGBA, A=0 being fully transparent, A=255 fully solid) | ||
FgColor = "255 170 0 255" | ||
FgColorArmed = "255 255 255 255" | ||
FgColorMousedown = "255 255 255 255" | ||
|
||
// background colors (note that these always default to "0 0 0 0") | ||
BgColor = "0 0 0 0" | ||
BgColorArmed = "0 0 0 0" | ||
BgColorMousedown = "0 0 0 0" | ||
|
||
///////////////////// TFC FONTS ///////////////////// | ||
|
||
|
||
// DEFAULT BUTTON TEXT | ||
SchemeName = "Primary Button Text" | ||
FontName = "Veranda" | ||
FontSize = 16 | ||
FgColor = "255 170 0 255" | ||
BgColor = "0 0 0 141" | ||
FgColorArmed = "255 255 255 255" | ||
BgColorArmed = "255 170 0 67" | ||
|
||
// COMMAND MENU TEXT | ||
SchemeName = "CommandMenu Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
|
||
// SCOREBOARD TEXT | ||
SchemeName = "Scoreboard Text" | ||
FontName = "Veranda" | ||
FontSize = 12 | ||
FontWeight = 0 | ||
|
||
// SCOREBOARD TITLE TEXT (team names, team scores) | ||
SchemeName = "Scoreboard Title Text" | ||
FontName = "Veranda" | ||
FontSize = 18 | ||
FontWeight = 700 | ||
|
||
// SCOREBOARD SMALL TEXT (headers, player #) | ||
SchemeName = "Scoreboard Small Text" | ||
FontName = "Veranda" | ||
FontSize = 11 | ||
FontWeight = 0 | ||
|
||
// TITLE FONT in TFC selection menus | ||
SchemeName = "Title Font" | ||
FontName = "Veranda" | ||
FontSize = 23 | ||
FgColor = "255 170 0 255" | ||
|
||
// CLASSDESC, MAPDESC, MOTD text windows | ||
SchemeName = "Briefing Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
FontWeight = 0 | ||
FgColor = "255 170 0 255" | ||
|
||
// Team info text (list of players, etc) | ||
// fgColor is automatically set to the teams color | ||
SchemeName = "Team Info Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
FontWeight = 0 | ||
|
||
// ID Text | ||
SchemeName = "ID Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
FontWeight = 500 | ||
|
||
|
||
///////////////////// TEXT FILE DESCRIPTION ///////////////////// | ||
// 640x480 text scheme file | ||
// | ||
// Resolutions: | ||
// 320 | ||
// 400 | ||
// 512 | ||
// 640 | ||
// 800 | ||
// 1024 | ||
// 1152 | ||
// 1280 | ||
// 1600 | ||
// | ||
|
||
// SchemeName defines a new scheme | ||
// SchemeName = "Basic Text" | ||
|
||
// FontName is the string name of the font the scheme uses | ||
// FontName = "Veranda" | ||
|
||
// FontSize defines the height of the font (the rest is derived from that) | ||
// FontSize = 17 | ||
|
||
// FontWeight thickens the font (700 is bold, 1400 very bold) | ||
// FontWeight = 0 | ||
|
||
// foreground colors (RGBA, A=0 being fully transparent, A=255 fully solid) | ||
// FgColor = "255 170 0 255" | ||
// FgColorArmed = "255 255 255 255" | ||
// FgColorMousedown = "255 255 255 255" | ||
|
||
// background colors (note that these always default to "0 0 0 0") | ||
// BgColor = "0 0 0 0" | ||
// BgColorArmed = "0 0 0 0" | ||
// BgColorMousedown = "0 0 0 0" | ||
|
||
///////////////////// TFC FONTS ///////////////////// | ||
|
||
|
||
// DEFAULT BUTTON TEXT | ||
SchemeName = "Primary Button Text" | ||
FontName = "Veranda" | ||
FontSize = 16 | ||
FgColor = "255 170 0 255" | ||
BgColor = "0 0 0 141" | ||
FgColorArmed = "255 255 255 255" | ||
BgColorArmed = "255 170 0 67" | ||
|
||
// COMMAND MENU TEXT | ||
SchemeName = "CommandMenu Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
|
||
// SCOREBOARD TEXT | ||
SchemeName = "Scoreboard Text" | ||
FontName = "Veranda" | ||
FontSize = 12 | ||
FontWeight = 0 | ||
|
||
// SCOREBOARD TITLE TEXT (team names, team scores) | ||
SchemeName = "Scoreboard Title Text" | ||
FontName = "Veranda" | ||
FontSize = 18 | ||
FontWeight = 700 | ||
|
||
// SCOREBOARD SMALL TEXT (headers, player #) | ||
SchemeName = "Scoreboard Small Text" | ||
FontName = "Veranda" | ||
FontSize = 11 | ||
FontWeight = 0 | ||
|
||
// TITLE FONT in TFC selection menus | ||
SchemeName = "Title Font" | ||
FontName = "Veranda" | ||
FontSize = 23 | ||
FgColor = "255 170 0 255" | ||
|
||
// CLASSDESC, MAPDESC, MOTD text windows | ||
SchemeName = "Briefing Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
FontWeight = 0 | ||
FgColor = "255 170 0 255" | ||
|
||
// Team info text (list of players, etc) | ||
// fgColor is automatically set to the teams color | ||
SchemeName = "Team Info Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
FontWeight = 0 | ||
|
||
// ID Text | ||
SchemeName = "ID Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
FontWeight = 500 |
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,99 +1,97 @@ | ||
///////////////////// TEXT FILE DESCRIPTION ///////////////////// | ||
// 640x480 text scheme file | ||
// | ||
// Resolutions: | ||
// 320 | ||
// 400 | ||
// 512 | ||
// 640 | ||
// 800 | ||
// 1024 | ||
// 1152 | ||
// 1280 | ||
// 1600 | ||
// | ||
|
||
// SchemeName defines a new scheme | ||
SchemeName = "Basic Text" | ||
|
||
// FontName is the string name of the font the scheme uses | ||
FontName = "Veranda" | ||
|
||
// FontSize defines the height of the font (the rest is derived from that) | ||
FontSize = 17 | ||
|
||
// FontWeight thickens the font (700 is bold, 1400 very bold) | ||
FontWeight = 0 | ||
|
||
// foreground colors (RGBA, A=0 being fully transparent, A=255 fully solid) | ||
FgColor = "255 170 0 255" | ||
FgColorArmed = "255 255 255 255" | ||
FgColorMousedown = "255 255 255 255" | ||
|
||
// background colors (note that these always default to "0 0 0 0") | ||
BgColor = "0 0 0 0" | ||
BgColorArmed = "0 0 0 0" | ||
BgColorMousedown = "0 0 0 0" | ||
|
||
///////////////////// TFC FONTS ///////////////////// | ||
|
||
|
||
// DEFAULT BUTTON TEXT | ||
SchemeName = "Primary Button Text" | ||
FontName = "Veranda" | ||
FontSize = 16 | ||
FgColor = "255 170 0 255" | ||
BgColor = "0 0 0 141" | ||
FgColorArmed = "255 255 255 255" | ||
BgColorArmed = "255 170 0 67" | ||
|
||
// COMMAND MENU TEXT | ||
SchemeName = "CommandMenu Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
|
||
// SCOREBOARD TEXT | ||
SchemeName = "Scoreboard Text" | ||
FontName = "Veranda" | ||
FontSize = 12 | ||
FontWeight = 0 | ||
|
||
// SCOREBOARD TITLE TEXT (team names, team scores) | ||
SchemeName = "Scoreboard Title Text" | ||
FontName = "Veranda" | ||
FontSize = 18 | ||
FontWeight = 700 | ||
|
||
// SCOREBOARD SMALL TEXT (headers, player #) | ||
SchemeName = "Scoreboard Small Text" | ||
FontName = "Veranda" | ||
FontSize = 11 | ||
FontWeight = 0 | ||
|
||
// TITLE FONT in TFC selection menus | ||
SchemeName = "Title Font" | ||
FontName = "Veranda" | ||
FontSize = 23 | ||
FgColor = "255 170 0 255" | ||
|
||
// CLASSDESC, MAPDESC, MOTD text windows | ||
SchemeName = "Briefing Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
FontWeight = 0 | ||
FgColor = "255 170 0 255" | ||
|
||
// Team info text (list of players, etc) | ||
// fgColor is automatically set to the teams color | ||
SchemeName = "Team Info Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
FontWeight = 0 | ||
|
||
// ID Text | ||
SchemeName = "ID Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
FontWeight = 500 | ||
|
||
|
||
///////////////////// TEXT FILE DESCRIPTION ///////////////////// | ||
// 640x480 text scheme file | ||
// | ||
// Resolutions: | ||
// 320 | ||
// 400 | ||
// 512 | ||
// 640 | ||
// 800 | ||
// 1024 | ||
// 1152 | ||
// 1280 | ||
// 1600 | ||
// | ||
|
||
// SchemeName defines a new scheme | ||
// SchemeName = "Basic Text" | ||
|
||
// FontName is the string name of the font the scheme uses | ||
// FontName = "Veranda" | ||
|
||
// FontSize defines the height of the font (the rest is derived from that) | ||
// FontSize = 17 | ||
|
||
// FontWeight thickens the font (700 is bold, 1400 very bold) | ||
// FontWeight = 0 | ||
|
||
// foreground colors (RGBA, A=0 being fully transparent, A=255 fully solid) | ||
// FgColor = "255 170 0 255" | ||
// FgColorArmed = "255 255 255 255" | ||
// FgColorMousedown = "255 255 255 255" | ||
|
||
// background colors (note that these always default to "0 0 0 0") | ||
// BgColor = "0 0 0 0" | ||
// BgColorArmed = "0 0 0 0" | ||
// BgColorMousedown = "0 0 0 0" | ||
|
||
///////////////////// TFC FONTS ///////////////////// | ||
|
||
|
||
// DEFAULT BUTTON TEXT | ||
SchemeName = "Primary Button Text" | ||
FontName = "Veranda" | ||
FontSize = 16 | ||
FgColor = "255 170 0 255" | ||
BgColor = "0 0 0 141" | ||
FgColorArmed = "255 255 255 255" | ||
BgColorArmed = "255 170 0 67" | ||
|
||
// COMMAND MENU TEXT | ||
SchemeName = "CommandMenu Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
|
||
// SCOREBOARD TEXT | ||
SchemeName = "Scoreboard Text" | ||
FontName = "Veranda" | ||
FontSize = 12 | ||
FontWeight = 0 | ||
|
||
// SCOREBOARD TITLE TEXT (team names, team scores) | ||
SchemeName = "Scoreboard Title Text" | ||
FontName = "Veranda" | ||
FontSize = 18 | ||
FontWeight = 700 | ||
|
||
// SCOREBOARD SMALL TEXT (headers, player #) | ||
SchemeName = "Scoreboard Small Text" | ||
FontName = "Veranda" | ||
FontSize = 11 | ||
FontWeight = 0 | ||
|
||
// TITLE FONT in TFC selection menus | ||
SchemeName = "Title Font" | ||
FontName = "Veranda" | ||
FontSize = 23 | ||
FgColor = "255 170 0 255" | ||
|
||
// CLASSDESC, MAPDESC, MOTD text windows | ||
SchemeName = "Briefing Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
FontWeight = 0 | ||
FgColor = "255 170 0 255" | ||
|
||
// Team info text (list of players, etc) | ||
// fgColor is automatically set to the teams color | ||
SchemeName = "Team Info Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
FontWeight = 0 | ||
|
||
// ID Text | ||
SchemeName = "ID Text" | ||
FontName = "Veranda" | ||
FontSize = 14 | ||
FontWeight = 500 |
Binary file not shown.
Binary file not shown.