tavmod-4.8

This commit is contained in:
2025-08-29 23:55:21 +10:00
parent 9493a5dd32
commit 78ade97517
41 changed files with 633 additions and 81 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+34 -3
View File
@@ -2,12 +2,12 @@
[Option] ; General Settings
FillColor=245; ; The color that will be replaced by the player color
FillColor=34; ; The color that will be replaced by the player color
TransparentColor=9; ; The color that will be replaced by transparency
SelectedColor=255; ; The color that will be shown only when the unit is selected
HoverColor=84; ; The color that will show when the icon is hovered on
UseCircleHover=TRUE; ; Enable or disable a drawn ring when hovered on, disabled by default
UseDefaultIcon=TRUE; ; Enable to use default icons, disable to use custom icons
UseDefaultIcon=FALSE; ; Enable to use default icons, disable to use custom icons
[ICON] ; Custom Icons
@@ -20,4 +20,35 @@ NukeIcon=NUKEICON.pcx;
; A disabled example of the syntax is provided below
; In the example, any unit with KBOT as a category will use KBOT.pcx as the icon (not provided)
;KBOT=KBOT.pcx
;KBOT=KBOT.pcx
AIR=AIR.PCX
AIRCONS=AIRCONS.PCX
AIRFAC=AIRFAC.PCX
BUILDING=BUILDING.PCX
EXP=EXP.PCX
EXPFAC=EXPFAC.PCX
HOVER=HOVER.PCX
HOVCONS=HOVCONS.PCX
HOVFAC=HOVFAC.PCX
KBOT=KBOT.PCX
KBOTCONS=KBOTCONS.PCX
KBOTFAC=KBOTFAC.PCX
MINE=MINE.PCX
SHIP=SHIP.PCX
SHIPCONS=SHIPCONS.PCX
SHIPFAC=SHIPFAC.PCX
SUB=SUB.PCX
SUBCONS=SUBCONS.PCX
VEHICLE=VEHICLE.PCX
VEHCONS=VEHCONS.PCX
VEHFAC=VEHFAC.PCX
Binary file not shown.