PDA

View Full Version : Custom Dice Tower Image



acyd69
January 31st, 2022, 16:14
I'm trying to figure out a good/safe way to change the image presented by the dice tower. That is all I want to do. I think the best way would be to use an extension that changes the image. I have looked at the coding in the FGU Dark Theme, but am not experienced enough to know what to throw away and what to keep. Any help in this regard would be great. If you happen to know a post that already answers this question, please point the way.

Thanks

damned
January 31st, 2022, 22:10
You need the following:


extension.xml


<?xml version='1.0' encoding='ISO-8859-1'?>
<root version="3.0">

<!-- Attributes -->
<properties>
<name>Theme - New Dice Tower</name>
<description>
<text>Theme - New Dice Tower</text>
<website></website>
<author></author>
</description>
<ruleset>
<name>Any</name>
</ruleset>

</properties>

<announcement text="Theme - New Dice Tower" font="systemfont" />

<base>

<!-- Dice Tower -->
<framedef name="dicetower_normal">
<bitmap>dicetower_normal.png</bitmap>
<middle>0,0,90,90</middle>
</framedef>
<framedef name="dicetower_drop">
<bitmap>dicetower_drop.png</bitmap>
<middle>0,0,90,90</middle>
</framedef>
</base>
</root>


Create two (dicetower_normal.png, dicetower_drop.png) new 90x90px images and save in same folder.

acyd69
February 1st, 2022, 15:20
Yup, got it more or less figured out. Thanks for the assist.

Felderburg
October 30th, 2022, 08:02
This is the only thread I could find on the subject of dice tower images. I got the extension above to work, but it changed the icon that appears on the desktop/canvas area. Is there a way to change the icon that appears in chat?