@red_zebra - Here is the Dull Gold Theme installer
To create installers for the other themes do the following
1. Replace and rename \Dull Gold\ folder with the images from another theme
2. Open install.bat in notepad
3. Change the colour codes (see the blue parts below)
4. Change the theme name (see the red parts below, 3 instances)
If you have trouble I can help you.
The advantages of the installer are
1. Automatically replaces the colour codes
2. Automatically copies files to correct directory
3. If Titan skin gets updated just re-run the installer to update the theme
To create installers for the other themes do the following
1. Replace and rename \Dull Gold\ folder with the images from another theme
2. Open install.bat in notepad
3. Change the colour codes (see the blue parts below)
4. Change the theme name (see the red parts below, 3 instances)
Echo.
Echo Copying Original XML Files...
xcopy /i /y /q "%TITANDIR%\*.xml" ".\XML\*.xml"
Echo.
Echo Coping images...
xcopy /i /y /q /s ".\Dull Gold\*.*" "%TITANDIR%\Themes\Dull Gold\*.*"
Echo Changing Colours Codes...
mtrw -qnb- .\XML\*.xml 00b7ff = 987e60
mtrw -qnb- .\XML\*.xml 6aa5cb = a99176
mtrw -qnb- .\XML\*.xml 6fafe1 = b8a58f
mtrw -qnb- .\XML\*.xml 85cffe = c7b8a7
mtrw -qnb- .\XML\*.xml 85cfff = c7b8a7
mtrw -qnb- .\XML\*.xml a9d0f7 = d6cbbf
mtrw -qnb- .\XML\*.xml bzd4f5 = e6dfd7
Echo colour codes changed.
Echo.
Echo Copying Changed XML Files...
xcopy /i /y /q ".\xml\*.xml" "%TITANDIR%\Themes\Dull Gold\*.xml"
Echo.
echo Deleting the temporary files...
rd /s /q .\XML
echo Tempoary files deleted.
Echo Copying Original XML Files...
xcopy /i /y /q "%TITANDIR%\*.xml" ".\XML\*.xml"
Echo.
Echo Coping images...
xcopy /i /y /q /s ".\Dull Gold\*.*" "%TITANDIR%\Themes\Dull Gold\*.*"
Echo Changing Colours Codes...
mtrw -qnb- .\XML\*.xml 00b7ff = 987e60
mtrw -qnb- .\XML\*.xml 6aa5cb = a99176
mtrw -qnb- .\XML\*.xml 6fafe1 = b8a58f
mtrw -qnb- .\XML\*.xml 85cffe = c7b8a7
mtrw -qnb- .\XML\*.xml 85cfff = c7b8a7
mtrw -qnb- .\XML\*.xml a9d0f7 = d6cbbf
mtrw -qnb- .\XML\*.xml bzd4f5 = e6dfd7
Echo colour codes changed.
Echo.
Echo Copying Changed XML Files...
xcopy /i /y /q ".\xml\*.xml" "%TITANDIR%\Themes\Dull Gold\*.xml"
Echo.
echo Deleting the temporary files...
rd /s /q .\XML
echo Tempoary files deleted.
The advantages of the installer are
1. Automatically replaces the colour codes
2. Automatically copies files to correct directory
3. If Titan skin gets updated just re-run the installer to update the theme
Attachments
Last edited: