-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,25 @@ | ||
# Infinity Marker Sheet Creator | ||
|
||
## Image copyrights and credits | ||
A web app that creates printable custom marker sheets for the tabletop game Infinity | ||
|
||
Infinity the Game is Copyright Corvus Belli SLL. All images unless otherwise noted are copyright Corvus Belli SLL and are used with permission. | ||
|
||
Images contributed by other sources: | ||
|
||
* Alternate command tokens by Jakob Kantor (found in command/) | ||
* Markers from "Human Sphere" and "Campaign: Paradiso" extracted and collected by Killian Mc Keever (found in killian/) | ||
* Vectorized faction logos create by Vyo (found in killian/) Source: http://infinitytheforums.com/forum/topic/25308-3rd-edition-unit-logos-in-vector-format/ | ||
|
||
## Usage instructions | ||
|
||
If you just want to create a marker sheet, this app is available at http://inf-dice.ghostlords.com/markers/ | ||
|
||
Should that site go down, a new copy may be installed by following these steps: | ||
|
||
1. Clone this repository to a local directory. | ||
2. Install the required tools: pdfimages, wget, ImageMagick | ||
3. Install the required Perl modules: CGI, PDF::Create, Data::Dumper, Image::Size | ||
4. Run `make` to extract, resize, and convert all images. | ||
5. run `make install` to copy `index.pl`, `jpg/`, and `thumb/` to your web server's directory. | ||
6. Ensure that you have execute permissions for Perl scripts. Apache's mod_perl is not required or used. |