Star Wars RPGs PDF Talent Tree Generator
mkalus/sw-talenttree-generator
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Star Wars PDF Talent Tree Generator =================================== for RPG Edge of the Empire and Age of Rebellion This program enables you to automatically create talent tree PDFs for the new role playing game of Star Wars by FFG. You need Java to run the program. Or download PDF directly: English: https://www.beimax.de/fileadmin/downloads/starwars/Talents_SW_EotE.pdf German: https://www.beimax.de/fileadmin/downloads/starwars/Talente_SW_ARdI.pdf Current status: - runs on command line, no fancy GUI - All talent trees from Edge if the Empire base game (German and English) - Supplement "Dangerous Covenants" (German and English) - Supplement "Enter the Unknown" (German and English) - Supplement "Far Horizons" (English) - Supplement "Flying Casual" (English) Help would be appreciated :-) Source code available on Github: https://github.com/mkalus/sw-talenttree-generator Running Star Wars PDF Talent Tree Generator =========================================== Download sw-talenttree-generator-all.zip and unzip it. URL: https://www.beimax.de/fileadmin/downloads/starwars/sw-talenttree-generator-all.zip There will be a jar file and several data files. Run the jar with -h option to see how the program works: java -jar sw-talenttree-generator.jar -h To create German PDFs using the data file data.yaml and language file strings_de.txt, run the program the following way: java -jar sw-talenttree-generator.jar --data data.yaml --strings strings_de.txt Without options, the program will try to create a file in your current language, if the file exists in the JAR. Building Star Wars PDF Talent Tree Generator ============================================ Get the source from Github: git clone https://github.com/mkalus/sw-talenttree-generator.git Change into the directory: cd sw-talenttree-generator Build using Maven: mvn package You will find a ZIP file in the target directory called sw-talenttree-generator-all.zip. Voilà!
About
Star Wars RPGs PDF Talent Tree Generator
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published