• 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

A Suggestion

FifthWanderer

Well-known member
I had an idea for all you would-be and current data file authors out there. Why not use a scripting language such as Python for generating data files? Field data should be easy enough to prepare in a text file, and writing scriptes shouldn't take long. I've used scripts before to generate html code.
 
An explanation of the above:

A lot of RPG data either comes from or can be converted to tables. So it's ideal for batch processing. Here's a rough outline of the process.

1. Type up the data in the spreadsheet software of your choice-MS Excel, OpenOffice Calc, whatever.

2. Save out the data as a tab-delimted text file. You may have to clean up the text file by removing column headers and such.

3. Write a script file that reads in the data, formats it as an XML element, and writes it back out to a separate text file.

4. Cut and paste from the output file into the Hero Lab data file.

5. Load, test, debug.

Not all data is suitable for batch processing like this, and you'll still have to do some manual editing. However, the raw creation process should be speeded up greatly.
 
Back
Top