Giter Club home page Giter Club logo

d20pro-hero-lab-native-importer's Introduction

D20PRO-Hero-Lab-Native-Importer

A native Hero Lab .por importer tool for D20PRO Virtual Tabletop.

Setup

Working with this project requires a basic fluency with Gradle. This includes installing it locally and then

  • Running tasks from the command line like gradle compile
  • Importing the project into and triggering tasks from an IDE like IntelliJ.

Please go here if you are new to Gradle: https://gradle.org/guides/

Create a gradle.properties file in the working directory and populate it with the following line:

sourceD20PRODir=D:/apps/d20Pro3.7.3
targetD20PRODir=D:/apps/d20Pro3.7.3

where sourceD20PRODir and targetD20PRODir are where you have installed D20PRO. These properties are used to:

  1. find the D20PRO.jar and other dependencies needed to compile the JAR.
  2. deploy the import .jar to the proper location in judge\addon\creature.

For convenience a gradle.properties.sample file is included. Make a copy of this file and rename it to gradle.properties.

Usage

First set up the gradle.properties as directed above. If a valid targetD20PRODir is not found, the build will fail.

After making any code changes, run the buildAndCopyJarToD20PRO task. This task will compile the code, build the .jar, and copy it to the specified D20PRO installation.

There is no need to restart D20PRO after rebuilding the import JAR. Simply start the creature import process again and it will hotswap in the latest code.

Advanced Debugging

Under Construction

While some amount of "guerrilla debugging" is expected, it is extraordinarily likely a full fledged debugger will be needed. Instructions for launching D20PRO and remotely attach a debugger are on their way.

d20pro-hero-lab-native-importer's People

Contributors

tdrewry avatar thraxxis avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

d20pro-hero-lab-native-importer's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.