• 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

Authoring Kit Update

thedarkelf007

Well-known member
Hi Guys, Is there a new authoring kit update to take advantage of updates to the various systems.

i.e. Shadowrun in particular has made some great updates to the interface that would be useful to other systems.
 
Everything in all the systems has always been accessible through the authoring kit - it's just that by the time I wrote Shadowrun, I had Pathfinder, Cortex, and Call of Cthulhu under my belt, so experience made for a better game system.

It's just a matter of the time required to patch the other systems to add all that functionality.
 
Well how do I create/display the items (equipment/weapons/etc) that the character can have attached to it with the option of having notes and name changes?

It might be something simple that I have overlooked, but it would be great to implement that in my Star Wars version I am working on.

When I get some free time in the next few weeks I was going back to it and look at getting equipment to work.
 
Here's the wiki page about components: http://hlkitwiki.wolflair.com/index.php5/Component_Element_(Data)

I think you're looking for the "usernamable" option.

Notes just require a text field to store what the user types (with maxlength="5000" - the largest HL can support). In terms of how to display that to the user, go to tab_journal.dat, and grab the notes portal from the jrPick template, and just change the name of the field that portal is pointing at when you re-use it.

I'd recommend creating a "Notes" component in components.core that stores that field - then, you can add that component to the compset of everything you want to have notes, and you won't need to remember the Ids of the fields you used in each case, because you're using the same field in every case.
 
Back
Top