PDA

View Full Version : Remove dice from desktop



Nilliom
March 9th, 2019, 01:05
I looked by a search on how to remove all dice but the d10 and d100 from the ruleset.


I tried to remove the <die> structure as mentioned in a message, but it didn't work, I also found that I could add merge="delete" and it would remove it from the desktop. It does not work. It gives me the following message when I try to remove the d4

Runtime Notice: Reloading ruleset
Ruleset Error: die: Defined with a merge attribute, but the name attribute (r4) does not match an existing die. Skipped. File (gameelements.xml)

I made a copy of the 3.5 ruleset and I'm trying to modify it. It's the latest version from an install of today.

What am I doing wrong?

Thanks

damned
March 9th, 2019, 02:14
look in gameelements.xml



<root>
<die name="d10">
<icon>d10icon</icon>
<position>420,-68</position>
</die>

<die name="dF" merge="delete">
<icon>d6icon</icon>
</die>

<die name="d8" merge="delete">
<icon>d8icon</icon>
</die>
<die name="d6" merge="delete">
<icon>d6icon</icon>
</die>
<die name="d12" merge="delete">
<icon>d12icon</icon>
</die>
<die name="d20" merge="delete">
<icon>d20icon</icon>
</die>
<die name="d4" merge="delete">
<icon>d4icon</icon>
</die>

</root>

Nilliom
March 9th, 2019, 13:51
That's for the help it made me saw that the r4 and in fact the dice icon for the chat window and that I had no die tag d4 at all in the 3.5 core set so I add to add some and set them to merge