Session Decal Image Creator

This script requires Linux to run.

Get the source at Bitbucket.

This bash script will generate custom session decals for the Fantasy Grounds desktop.
Free free to modify my script, but give me credit by leaving in my announcement text.

## Required Software ##
Linux
bash
imagemagick

### Configuration ###
Edit GMW-Decal-Creator.sh and modify the following lines:

#Version Number
VERSION=1

#Your name
AUTHOR=”GM Wintermute”

#Prefix inserted before extension name
EXTENSIONPREFIX=”GMW”

#Which font to use
SESFONT=/usr/share/fonts/truetype/mason-sans/MasonSansRegular_Regular.ttf

#The text desplayed before the session number on the decal
SESTEXT=”Session”

#Announcement displayed for this extension when Fantasy Grounds is started.
YOURANNOUNCEMENT=”Your announcement here.”

#filename of the icon to use when displaying YOURANNOUNCEMENT
YOURICON=graphics/icons/GMW-FG-token.png

#Text color of the SESTEXT and session number
TEXTCOLOR=white

#Name of session template image
TEMPLATEIMAGE=template.png

## USAGE ##
1. cd into the extension folder
2. chmod +x GMW-Decal-Creator.sh
3. ./GMW-Decal-Creator.sh StartNumber EndNumber