They are, in the majority, not case sensitive. Otherwise, I let you know.
All color-related commands can be used with hex, rgba or by name. In the background sprite, it shows an example of each one, in the others only one command.
• Blended commands: Values from 0 to 3.
• Commands with opacity: Values from 0 to 255.
• Commands with scale: Values of 1 or greater.
• Commands with IMG or FILE: Write the file names without the extension. It is case sensitive.
• Commands with FontFace: Write the names of the files without the extension. It is case sensitive.
• Commands with Align: Values can be Left | Center | Right
• TIMER_CHAR_SPEED command: The higher the value, the slower.
• TIMER_CHAR_MAX_INDEX command: Determines the last index that will appear in the character's animation.
Examples:
• Timer:
◆Plugin Command:TIMER_ADD_SEC 15
◆Plugin Command:TIMER_ADD_MIN 10
◆Plugin Command:TIMER_ADD_HOUR 2
◆Plugin Command:TIMER_REMOVE_SEC 30
◆Plugin Command:TIMER_REMOVE_MIN 20
◆Plugin Command:TIMER_REMOVE_HOUR 1
◆Plugin Command:TIMER_HOLD
◆Plugin Command:TIMER_UNHOLD
◆Plugin Command:TIMER_START_SEC 60
◆Plugin Command:TIMER_START_MIN 30
◆Plugin Command:TIMER_START_HOUR 1
◆Plugin Command:TIMER_PAUSE
◆Plugin Command:TIMER_RESUME
◆Plugin Command:TIMER_STOP
◆Plugin Command:TIMER_SCALE 2
◆Plugin Command:TIMER_POS 300 150
◆Plugin Command:TIMER_PRESET_POS 5
◆Plugin Command:TIMER_OPACITY 150
• Background:
◆Plugin Command:TIMER_BACK_COLOR rgba 1 240 255 255
◆Plugin Command:TIMER_BACK_COLOR
#0101FF
◆Plugin Command:TIMER_BACK_COLOR SALMON
◆Plugin Command:TIMER_BACK_DIMMED_ON
◆Plugin Command:TIMER_BACK_DIMMED_OFF
◆Plugin Command:TIMER_BACK_OPACITY 150
◆Plugin Command:TIMER_BACK_BLEND 1
◆Plugin Command:TIMER_BACK_GRADCOLOR rgba 1 255 20 1 rgba 220 255 1 1
◆Plugin Command:TIMER_BACK_GRADCOLOR rgba 125 135 63 1 GREEN
◆Plugin Command:TIMER_BACK_GRADCOLOR
#E89223 INDIANRED
◆Plugin Command:TIMER_BACK_GRADCOLOR BLUE rgba 130 63 135 1
• Picture:
◆Plugin Command:TIMER_PICTURE_OPACITY 150
◆Plugin Command:TIMER_PICTURE_BLEND 2
◆Plugin Command:TIMER_PICTURE_IMG picLayout2
◆Plugin Command:TIMER_PICTURE_TONE 255 0 0 0
• Label:
◆Plugin Command:TIMER_LABEL_COLOR rgba 150 0 150 1
◆Plugin Command:TIMER_LABEL_OUTCOLOR Rgba 255 186 1 1
◆Plugin Command:TIMER_LABEL_OPACITY 150
◆Plugin Command:TIMER_LABEL_BLEND 2
◆Plugin Command:TIMER_LABEL_OUTWIDTH 10
◆Plugin Command:TIMER_LABEL_SCALE 2
◆Plugin Command:TIMER_LABEL_POS 0 0
◆Plugin Command:TIMER_LABEL_FONTSIZE 18
◆Plugin Command:TIMER_LABEL_FONTFACE TimerFont
◆Plugin Command:TIMER_LABEL_ITALIC_ON
◆Plugin Command:TIMER_LABEL_ITALIC_OFF
◆Plugin Command:TIMER_LABEL_ALIGN LEFT
◆Plugin Command:TIMER_LABEL_TEXT COUNTDOWN!
• Numbers:
◆Plugin Command:TIMER_NUMBERS_COLOR rgba 150 0 150 1
◆Plugin Command:TIMER_NUMBERS_OUTCOLOR rgba 150 0 150 1
◆Plugin Command:TIMER_NUMBERS_OPACITY 150
◆Plugin Command:TIMER_NUMBERS_BLEND 2
◆Plugin Command:TIMER_NUMBERS_OUTWIDTH 10
◆Plugin Command:TIMER_NUMBERS_SCALE 2
◆Plugin Command:TIMER_NUMBERS_POS 0 10
◆Plugin Command:TIMER_NUMBERS_ALIGN LEFT
◆Plugin Command:TIMER_NUMBERS_FONTSIZE 18
◆Plugin Command:TIMER_NUMBERS_FONTFACE TimerFont
◆Plugin Command:TIMER_NUMBERS_ITALIC_ON
◆Plugin Command:TIMER_NUMBERS_ITALIC_OFF
• Sprite Gauges:
◆Plugin Command:TIMER_GAUGE_OUTCOLOR rgba 150 0 150 1
◆Plugin Command:TIMER_GAUGE_BACKCOLOR rgba 150 0 150 1
◆Plugin Command:TIMER_GAUGE_FRONTCOLOR rgba 1 255 20 1 rgba 220 255 1 1
◆Plugin Command:TIMER_GAUGE_FRONTCOLOR
#E89223 INDIANRED
◆Plugin Command:TIMER_GAUGE_OPACITY 155
◆Plugin Command:TIMER_GAUGE_BLEND 3
◆Plugin Command:TIMER_GAUGE_POS 0 25
◆Plugin Command:TIMER_GAUGE_SCALE 2
• Image gauges:
◆Plugin Command:TIMER_PICGAUGE_BACKIMG gaugefront2
◆Plugin Command:TIMER_PICGAUGE_FRONTIMG gaugeback
◆Plugin Command:TIMER_PICGAUGE_BLEND 2
◆Plugin Command:TIMER_PICGAUGE_OPACITY 150
◆Plugin Command:TIMER_PICGAUGE_POS 0 50
◆Plugin Command:TIMER_PICGAUGE_SCALE 2
• Character - Icon:
◆Plugin Command:TIMER_CHAR_OPACITY 150
◆Plugin Command:TIMER_CHAR_IMG fairy
◆Plugin Command:TIMER_CHAR_SPEED 8
◆Plugin Command:TIMER_CHAR_MAX_INDEX 8
◆Plugin Command:TIMER_CHAR_POS 0 100
◆Plugin Command:TIMER_CHAR_SCALE 2