ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "LaunchBase:Skin Creation"

From ModEnc
Jump to: navigation, search
(Added skin format description)
 
(->hexadecimal)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{LaunchBase}}
 
{{LaunchBase}}
  
LaunchBase supports custom skins, they're stored in ''LaunchBase\Skins''. The skins are easily created in .bmp files.
+
LaunchBase supports custom skins, they're stored in ''LaunchBase\Skins''. The skins are easily created in .bmp files. Note: LaunchBase reduces the images down to 256 colors. Saving the files with this color depth would reduce the filesize.
{| cellspacing="2" cellpadding="4" style="border-collapse: collapse; border: 1px dashed #aaaaaa;background:#F0F0F0;"
+
{| align="center" cellpadding="4" class="table_descrow"
 
|''Filename''
 
|''Filename''
 
|''Skin element''
 
|''Skin element''
Line 80: Line 80:
 
|}
 
|}
  
The properties of the skin are sored in the ''skin.ini'' file.
+
 
 +
The properties of the skin are stored in the ''skin.ini'' file. The values of colors are hexadecimal (e.g. #FFFFFF for white)
 
<pre>
 
<pre>
 
[General]
 
[General]
Line 87: Line 88:
 
[Colors]
 
[Colors]
 
TextNeutral=[Color of general labels]
 
TextNeutral=[Color of general labels]
TextGood=[Color of a lable that shows that a prerequisite was satisfied]
+
TextGood=[Color of a label that shows that a prerequisite was satisfied]
TextBad=[Color of a lable that shows that a prerequisite was not satisfied]
+
TextBad=[Color of a label that shows that a prerequisite was not satisfied]
TextURL=[Color of website URL's]
+
TextURL=[Color of website URLs]
TextURLActive=[Color of website URL's when mouse over]
+
TextURLActive=[Color of website URLs when moused over]
 
TextList=[Color of list entries]
 
TextList=[Color of list entries]
 
List=[Color of list background]
 
List=[Color of list background]
 
</pre>
 
</pre>

Latest revision as of 10:26, 27 October 2007

LaunchBase

Overview | Skin Creation | Mod Integration


LaunchBase supports custom skins, they're stored in LaunchBase\Skins. The skins are easily created in .bmp files. Note: LaunchBase reduces the images down to 256 colors. Saving the files with this color depth would reduce the filesize.

Filename Skin element Dimensions
tab0.bmp Mods Tab Background 601x361
tab1.bmp Plugins Tab Background 601x361
tab2.bmp FinalAlert 2 Mods Background 601x361
tab3.bmp Tools Tab Background 601x361
btna0.bmp Mods Manual Button 152x20
btna1.bmp Plugins Manual Button 152x20
btna2.bmp FinalAlert 2 Mods Manual Button 152x20
btna3.bmp Tools Manual Button 152x20
btnb0r.bmp Launch Mod Button for RA2 Mods 152x20
btnb0y.bmp Launch Mod Button for YR Mods 152x20
btnb1r.bmp Install Plugin Button for RA2 Plugins 152x20
btnb1y.bmp Install Plugin Button for YR Plugins 152x20
btnb2.bmp Launch Mod Button for FinalAlert2 Mods 152x20
btnb3.bmp Launch Programm Button 152x20
btnb4r.bmp Uninstall Plugin Button for RA2 plugins 152x20
btnb4y.bmp Uninstall Plugin Button for YR plugins 152x20


The properties of the skin are stored in the skin.ini file. The values of colors are hexadecimal (e.g. #FFFFFF for white)

[General]
Name=[Name of the skin]

[Colors]
TextNeutral=[Color of general labels]
TextGood=[Color of a label that shows that a prerequisite was satisfied]
TextBad=[Color of a label that shows that a prerequisite was not satisfied]
TextURL=[Color of website URLs]
TextURLActive=[Color of website URLs when moused over]
TextList=[Color of list entries]
List=[Color of list background]