Module - Token Pack Creation
Creating Token Packs
Token packs have several contents:
A folder named "tokens" which includes all tokens
A file named definition.xml
A file named thumbnail.png which is the thumbnail image that is shown in Fantasy Grounds.
Create an additional folder called “images”. Place all the standup images and XML files in there and then include that folder when zipping the folders to make the .mod file.
Remove the ‘token’ from the token file name once the file is in the tokens folder. Some will leave 'standup' so they can be searched for in mass in FG.
Start by creating a folder called "tokens" and place all of your tokens within it. Please refer to the Developer Guide - Product Guidelines for recommended file types and resolutions.
Next create a 300px wide optimized PNG of the cover image or a representative image name it "thumbnail.png". This will be used by Fantasy Grounds to represent the token pack in the module and token windows.
Note: Make sure the folders only contain the image files and not any “desktop.ini” or other operating system files.
Last create a definition.xml file with the contents:
<?xml version="1.0" encoding="iso-8859-1"?>
<root version="{current version of Fantasy Grounds}">
<name>{The name of the token pack}</name>
<ruleset>Any</ruleset>
<author>{The name of the author}</author>
</root>
Replace anything in curly brackets {} with the appropriate information. Save the file.
Zip all of those files (not the folder they are in) and rename the extension ".zip" to ".mod" and you are finished.