PDA

View Full Version : Creating Token Modules



Rumbane
July 24th, 2014, 14:35
I was told there was info on how to create token modules but I've been searching & searching & can't find it anywhere. Anyone have a link?

damned
July 24th, 2014, 14:46
its pretty easy.
open up an existing token module (add .zip to the full filename or rename .mod to .zip) and look at its contents
you will see
1) a token folder containing the files
2) definition.xml containing simple text like this:
<?xml version="1.0" encoding="iso-8859-1"?>
<root version="2.06">
<name>Animal Tokens</name>
<ruleset>Any</ruleset>
<author>Ray Gaustadnes</author>
</root>

3) a thumbnail.png file
4) a copyright statement

You only need 1) and 2)
zip it up from the level that contains the definition.xml and rename the .zip to .mod
load it to: %appdata%\fantasy grounds\modules\

Trenloe
July 24th, 2014, 15:18
Also: https://www.fantasygrounds.com/forums/showthread.php?21396-How-do-I-create-a-Token-Module

Rumbane
July 24th, 2014, 16:17
ty :)