Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Java 17 or newer and Maven

  • Add the following block to your Maven settings.xml

    Code Block
    languagexml
    <repository>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <releases>
        <enabled>true</enabled>
      </releases>
      <id>jfrog</id>
      <url>https://rpgframework.jfrog.io/artifactory/RPGFramework</url>
    </repository>
  • Clone the following Git repository for Shadowrun 6 related code and data
    https://bitbucket.org/rpgframework-cloud/shadowrun-6/src/master/
    In the module “SR6_Data” is a test called LoadSR6DataTest which tries to run a headless test that reads all XML

  • If you want to run the Commlink application, you also need to clone this Git repository: https://github.com/taranion/CommLink
    Run the ComLinkStarter.java class as a main application

  • Optional: Some Shadowrun related source code (that might be identical for SR5) is held in a third Git repository: https://bitbucket.org/rpgframework-cloud/shadowrun-common/ You won’t need this repository, if you just want to edit data.

...