OSDN Git Service

Added some more info to readme
[skyscrapersim/skyscraper.git] / tools / sign_gen / README
1 Automatic Floor Sign Generator for the GIMP
2 by Ryan Thoryk, 12/2008
3
4 This folder contains scripts for the GIMP on Linux for easily creating
5 floor signs.  To use it, just put the makesigns.scm file into your gimp
6 scripts directory (for GIMP 2.4 it would be ~/.gimp-2.4/scripts) and run
7 the "run.sh" script with a number option specifying the font (explained below). To use the standard font (Sans), run it by typing "./run.sh 1".  It will
8 create signs numbered from 1 to 300, misc signs, and elevator operational
9 buttons.  It will then automatically create the zip archive containing the
10 signs; simply copy this zip file into Skyscraper's "data" directory.
11
12 Configuration options are in both the makesigns.scm file and the run.sh script.
13
14 Font sizes used, and their number:
15 1: sans: 64, 38 for elevator buttons
16 2: sans bold: 60, 36 for elevator buttons
17 3: sans condensed: 64, 46 for elevator buttons
18 4: sans bold condensed: 64, 44 for elevator buttons
19
20 So to generate all 4 sign zip files, you would do:
21 ./run.sh 1 && ./run.sh 2 && ./run.sh 3 && ./run.sh 4