maldag / stellaris-technology-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stellaris tech tree parser

Java CI with Maven

Usage:

  1. install a JDK and maven
  2. build the project using mvn package resulting in target/stellaris-1.0.0-SNAPSHOT.jar, or use the .jar built by GitHub Actions
  3. open a shell, change to a directory in which files/ contains your Stellaris installation (e.g. ln -Ts files ~/.steam/steam/steamapps/common/Stellaris)
  4. Run java -jar /path/to/your/target/stellaris-1.0.0-SNAPSHOT.jar
  5. Collect the generated *.json files and index.html and publish to a webserver, e.g. add to https://github.com/turanar/stellaris-tech-tree/

About


Languages

Language:Java 98.5%Language:ANTLR 1.5%