PDA

View Full Version : Need Help With Updating the APG for PFRPG



Djmaxx
January 6th, 2014, 22:02
Hey guys im stuck. I am trying to up date the APG so that i can use it with the latest update to FG. This is my first time trying this so i am still a noob. What i need to know is what would need to be changed in the code to make it show up in FG.

Edit: I do know how to get the xml files just dont know what i need to edit.

Trenloe
January 7th, 2014, 03:39
I'm guessing this is a module?

It is more than likely setup to use the 3.5e ruleset. This shouldn't be an issue in FG 3.0, you should still be able to see this in a PFRPG campaign. Open the module file (.mod) and look in the definition.xml file - there will be a <ruleset> tag , check what that is.

Djmaxx
January 7th, 2014, 04:00
This is the code in the definition.xml file

<?xml version="1.0" encoding="iso-8859-1"?>
<root>
<name>Pathfinder Rules</name>
<author>Paizo Publishing XML by Madman</author>
<ruleset>d20_JPG</ruleset>
</root>

If i change (d20_JPG) what would i change it to 3.5 or PFRPG

Trenloe
January 7th, 2014, 04:05
Change d20_JPG to PFRPG.

You may have an issue with the library templates this module used. Open up the console window by typing /console in the chat window before you open the module and look for warnings regarding classes.

Djmaxx
January 7th, 2014, 04:22
Thank you Trenloe for the help it now works.