PDA

View Full Version : Is this the right place for this question?



Dregar
April 6th, 2010, 23:56
Two questions (with subquestions) if anyone has the time to answer it would be very much appreciated.

1. How hard is it to create an extension?
a. Are there any instructions for creating extensions?
b. Where could I get the notebook extension that is seen in the tutorials?
c. Can an extension be created for only use by the DM?

2. My combat tracker doesnt seem to show the NPC's statistics on the information lines (ie . the armor line doesnt indicate AC etc). I have to run them from the NPC sheets. Is that the norm? (Using basic 3.5E included ruleset). Am I doing something wrong?

Thanks for any advice/info you can provide.

Doswelk
April 7th, 2010, 16:25
The steps below list the steps to create an empty extension:

Create a Folder in the extensions folder this will hold all the xml/icons/frames.

Create any sub-folders e.g. icons/frames/fonts etc.

Create an empty xml file called extension.xml

Add the following:

<?xml version="1.0" encoding="iso-8859-1"?>

<root version="2.0">
<properties>
<name></name>
<version></version>

<author></author>
<description></description>

<ruleset>
<name>SavageWorlds3</name> - note this assumes Savage worlds replace with your ruleset!
</ruleset>
</properties>

<base>

</base>
</root>

Fill in name, version author and description.

Save the file.

Start FGII you have created an extension!

This will create an empty extension.

Moon Wizard
April 13th, 2010, 14:27
On your second question, there are some known issues with the current 3.5E ruleset, including the one you mentioned. I recommend using the d20_JPG ruleset for now.

The 3.5E and d20_JPG rulesets are in the process of being merged, and I plan to provide backwards compatibility to both rulesets.

Cheers,
JPG