• 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

JSON in Hero Lab Beta

manchuwook

Well-known member
I'm super excited about this - has anyone gone through the export yet? I'm picking through it for the SR5 export... and... well it's a lot of, something.
 
It the beta 64-bit version, if you click on 'Develop > Generate Character JSON' it will spit out a file in the JSON format. From there, I created a JSON class that imports it into a Javascript object (link to Typescript file).

Ideally, I'd prefer to use this over the XML exporter since HL still uses the old XSLT 1.0 library and it has far reduced capability than the newer specs. In my scenario, a decker/technomancer can import their character and I can turn around and spit out a workflow for combat, compiling, and others. The rules are pretty crunchy so having them all in one place would be nice.
 
After some fiddling, I seem to have found something like attributes, as an example
actor.containers["131"]["fields"][0].final will get agility final value for the character, so I suppose I'll need to come up with some way to do a search on fields.
 
Did this go live? I have been praying for a Hero Lab JSON exported for Shadowrun 5e for years. I can't find the beta and I assume its over since its been nearly 2 years.
 
Is there any update on this? (somehow I doubt it, taken it is 2 years since last message also asking for an update)

It would be so helpful to export characters in json, so I can upload it into Alchemy for example
 
Back
Top