Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Script:PCGenPFImport

From Roll20 Wiki

Jump to: navigation, search
API ScriptAuthor: Norman G
Version: 1.0
Last Modified: 2016-05-10
Code: Pathfinder PCGen Import
Dependencies: None
Conflicts: None

PCGenPFImport is a script for importing characters from PCGen into Roll20. The script itself is a simple import of key and value pairs into character sheet variables, most of the heavy lifting is done via a custom output sheet I made for PCGen itself.

This script isn't being supported anymore and isn't included in the list of scripts in the github. It assumes an outdated community pathfinder sheet and an old version of PCGen so its not recommended for use.

Contents

Syntax

!PCGenPFImport

Installation and Configuration

Add the JS code to your active scripts for your campaign. {How is this done?} Copy the .txt.ftl file into the following path: <PCGen Root Directory>\outputsheets\d20\fantasy\htmlxml\*.txt.ftl

Next time you start up PCGen this will be an output sheet option after you go to File>Export. Under the "Export to:" drop down, choose standard (usually defaults to this) and it should be under the list of templates.

Script Use

First you must export the desired character using the provided output sheet. Copy the resulting .txt file contents and paste them into the gm notes section of the desired token. Make sure you have that token selected and use the !PCGenPFImport command and the script should take care of the rest.

Changelog

v1.0 (2016-05-10)

  • Release