• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Documentation on .1st files

udalrich

Member
Where is the documentation on creating .1st and .user files? I am getting what I am certain is a fairly simple error, but I cannot find any documention on using a .1st file.

I am trying to allow a set of .user files to be selectable, so that they apply to characters from one campaign but not others.

I have a .1st file, duplicated below, which I copied from a working .1st file. It complains that line 9 (id="lawandorder") does not have a unique id.

Grepping the files in that directory only finds lawandorder in the corresponding .user file, which has this line

Code:
    <usesource source="lawandorder" />
inside all of the things. It does not complain about the .user file, but does not generate the GUI after issuing the error.

Any idea what is wrong here?



Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<document signature="Hero Lab Structure">
<!-- 
Selectable Source for Law and Order campaign
-->


  <!-- Misc Sources -->
  <source
    id="lawandorder"
    name="Law and Order Campaign"
    selectable="yes"
    parent="UserParent"
    sortorder="1"
    description="House Rules for Law and Order Campaign">
    </source>

  </document>
 
Back
Top