Make Your own Jackal Interface
It's pretty easy to make a new skin for Jackal. The basic premise is that
each element in the interface is transparent, so you can put any image
beneath it. Thus there are two steps to this :
1 - create a .jpg or .gif which will be the interface
2 - create a file noting where each interface item should be placed
The easiest way is to just copy the default interface file and change
anything on the right hand side of an equals sign. So let's take a look
at it (interfaces/default.txt):
#the basic interface for Jackal
Image = default.gif
Author = Institute of the Future
CommandCenter = 23 253 276 164
DownloadButt = 199 143 67 62
Procedures = 332 54 316 362
RunField = 23 98 277 28
Monitor = 69 162 38 38
This first line is just a comment (any line starting with a "#" is ignored).
The next line is a place to put your name, because everyone likes getting
credit for what they do.
The next five lines indicate where Jackal should put each interface item.
The format is to list them in this order, separated by spaces.
- the x position of command center
- the y position of command center
- the width of command center
- the height of command center
These units are pixels.
Now save this text file with the same name as your interface image (ie. the
file for "english.gif" is called "english.txt"). Note that the order of
the lines doesn't matter, but don't misspell anything!