Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   Adding New Source Category? (http://forums.wolflair.com/showthread.php?t=21517)

Steev42 June 6th, 2012 05:04 PM

Adding New Source Category?
 
This may be a generic HeroLab question, but I'm coming from a standpoint of adding things in Pathfinder.

I'd like to create a new heading for my sources. Something along the lines of (say) "User Content" or "Pathfinder Society" that I can then put other sources underneath.

I had assumed that if I created one source (I left the Parent Source blank), and created a second source with the Source Unique ID of the first as the Parent Source, this would do what I wanted. However, whenever I tried to use the child, I would get an error indicating it couldn't find the unique ID of the parent.

Anyone have anything that could help me?

Frodie June 6th, 2012 05:56 PM

You will need to make a *.1st for example: PFRPG_ModernSources.1st, it can be made in notepad.
The code, (the txt made in notepad), will be something like:


<?xml version="1.0" encoding="ISO-8859-1"?>
<document signature="Hero Lab Structure">

<source
id="ModPath"
name="MSRD Pathfinder"
selectable="no"
sortorder="0"
description="Various options for applying the MSRD rule setting to the Pathfinder Roleplaying Game">
</source>

<source
id="Modern"
name="MSRD Core"
parent="ModPath"
description="Various options for applying MSRD Core rules to the Pathfinder Roleplaying Game">
</source>


<source
id="ModGear"
name="MSRD Gear"
parent="ModPath"
description="21st century gear for the MSRD Core">
</source>


<source
id="ModMon"
name="MSRD Menace Manual"
parent="ModPath"
description="Various options for applying MSRD Menace Manual to the Pathfinder Roleplaying Game">
</source>

<source
id="ModArc"
name="MSRD Arcana"
parent="ModPath"
description="Various options for applying MSRD Arcana to the Pathfinder Roleplaying Game">
</source>

<source
id="Future"
name="MSRD Future"
parent="ModPath"
description="Various options for applying MSRD Future to the Pathfinder Roleplaying Game">
</source>





</document>

Steev42 June 7th, 2012 02:48 PM

Thanks! Worked like a charm.

Frodie June 7th, 2012 04:48 PM

NP, glad to help


All times are GMT -8. The time now is 12:36 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.