PDA

View Full Version : How do I modify/add the tabs cycle selection?



danielpryor
February 10th, 2006, 07:33
I know that you need to modify .xml files in order to load extra content to be modified by FG. I am using the new full RSD d20 ruleset. I want to create more colors of tab for these:
https://www.danielpryor.com/dundjinni/images/Image1.jpg

I plan to add the colors white, black, etc.

I also wanted to modify/add more icon overlays to include numbers 0-9.

What is the command line I need to insert in the new RSD d20 ruleset to include the new files I've created that I want cycled through? And what .xml file do I modify to achieve this?

Crusader
February 10th, 2006, 08:49
In the data-folder there is a file called graphics.xml that among other things contain this:


<icon name="tab_base1" file="data/icons/tab_base1.png" />
<icon name="tab_base2" file="data/icons/tab_base2.png" />
<icon name="tab_base3" file="data/icons/tab_base3.png" />
<icon name="tab_base4" file="data/icons/tab_base4.png" />
<icon name="tab_base5" file="data/icons/tab_base5.png" />
<icon name="tab_base1s" file="data/icons/tab_base1s.png" />
<icon name="tab_base2s" file="data/icons/tab_base2s.png" />
<icon name="tab_base3s" file="data/icons/tab_base3s.png" />
<icon name="tab_base4s" file="data/icons/tab_base4s.png" />
<icon name="tab_base5s" file="data/icons/tab_base5s.png" />
<icon name="tab_icon1" file="data/icons/tab_icon1.png" />
<icon name="tab_icon2" file="data/icons/tab_icon2.png" />
<icon name="tab_icon3" file="data/icons/tab_icon3.png" />
<icon name="tab_icon4" file="data/icons/tab_icon4.png" />
<icon name="tab_icon5" file="data/icons/tab_icon5.png" />
<icon name="tab_icon6" file="data/icons/tab_icon6.png" />
<icon name="tab_icon7" file="data/icons/tab_icon7.png" />
<icon name="tab_icon8" file="data/icons/tab_icon8.png" />

The thing that you can't modify this file (well, you can but nothing will happen). The easiest path is to edit an existing file in your ruleset - the graphics file in the ruleset is the logical option, and add your additional options there, following the example above. Good luck!