GCA5 Plugin for Exporting to Roll20
Initial source code provided by WoodmanX
- Fix bug when checking base skill trait by capitalizing the value for
stepoff
value. - Some templates have a base cost that is not reflected in the list of traits. Update template to get PreModsPoints.
- Added VTT Notes.
- Implemented modHelperFunctions.RTFtoPlainText() for notes.
- If a spell is a parent, set the points to zero. Temporary fix until parent/child relationships are handled.
- If a spell is a ritual magic, add the spell with zero point cast but also add an entry to the techniques table for that ritual magic spell.
GCA5 Plugin Location: C:\ProgramData\Steve Jackson Games\GURPS Character Assistant 5\plugins\ExportToRoll20
- Make sure GCA5 is not running
- Build or Rebuild the Project
- The post-build macro will copy source code files to the
GCA5 Plugin Location
.
- The post-build macro will copy source code files to the
- Start GCA%
- You can test your updates
- Hint: Edit
~\ExportToRoll20\ExportToRoll20.cs
and change the value forPLUGIN_VERSION
. This helps verify the code was copied over correctly.