• 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

Error Upon Loading

Dalhyp

Member
I'm once again attempting to use the Authoring Kit. I created a new data set and attempted to access the data. I received this error message.

"The data files could not be loaded due to the following errors;

File: advancement.1st (line 243) - Unrecognized attribute 'is primary' in element 'compref'

I found the line, here's the snippet.
<compset
id="Advance">
<compref component="Advance" isprimary="yes"/>
</compset>

How do I fix this?
 
Hah... and during a time when the wiki is down with a 404.

Try removing the bit it's complaing about, "isprimary". That's how mine is built:

<compset
id="Advance">
<compref component="Advance"/>
</compset>
 
Where did you find an example using isprimary? I can't remember ever seeing that, and I don't know what it would do.
 
Thank you Duggan. Course it opened up a whole new list of error messages. Time to check the Wiki for the proper set of data files. And yes, I believe I have an old set of data files that is being used.
 
Speaking of which, Mathias, when I try to access the wiki, it's routing me to http://hlkitwiki.wolflair.com/404.html. I have the PDF somewhere at home (actually, due to an ill-advised attempt at exploring wiki revisions, I've got the entire site dumped on my laptop, albeit not in the most readable fashion), so I'm not entirely at sea, but just so you know.
 
Thank you Duggan. Course it opened up a whole new list of error messages. Time to check the Wiki for the proper set of data files. And yes, I believe I have an old set of data files that is being used.

Just to be clear, did you open up the "Sample" game that comes with Authoring Kit to edit, or did you create a new one from the Develop (I think that's the right place) menu? The latter is the recommended way of creating a new system.
 
Back
Top