Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Authoring Kit

Notices

Reply
 
Thread Tools Display Modes
brightfireofjoy
Junior Member
 
Join Date: Sep 2018
Posts: 1

Old September 4th, 2018, 07:52 PM
I'm down with working through the wiki piece by piece and learning the lingo and the coding and taking my time. HOWEVER, I am also a hands on learner. I need to attempt things and look at examples as I read the wiki, or it just won't sink in.
SO:
In order to start my own game system in Hero Lab, I need to
1. Purchase Savage worlds
2. Load Savage Worlds
3. Choose the "Develop>Create New Game System..." menu option
4. Open the Authoring Kit Wiki and start reading..

Did I miss anything? I feel like I'm missing something Maybe the "now open this file to get started" part is somewhere deeper in the wiki and I haven't gotten there yet? Anyone want to break this down for me so I can get started learning? I'm feeling sort of ignorant/oblivious here.
brightfireofjoy is offline   #1 Reply With Quote
risner
Senior Member
Volunteer Data File Contributor
 
Join Date: Jun 2010
Posts: 623

Old September 5th, 2018, 07:34 AM
1 Purchase Authoring Kit (Savage Worlds is written in the kit, but isn't a purchasable item as far as I understand.)

Steps 2 and 3 are no-op? Do they do anything? I don't think so.

Step 4 is make a copy of the "sample" game system and start modifying. Savage Worlds has a lot more crud you'd have to trim away unless your system used Savage World mechanics.

Rephrased:
You take the sample system, and you modify the XML to design the gui and internal layout. Then you extend it with .user files containing feats, classes, items, etc built on your layout/internals.

Be prepare to spend hundreds of hours (probably 200 to 300) to get it to a reasonable state. Also, consider a lot of the cool features like Pathfinder/D20 abstracted agent panels are not documented and getting information on how to do so is something I've been trying to find for months myself to no avail.

Last edited by risner; September 5th, 2018 at 07:37 AM.
risner is offline   #2 Reply With Quote
Duggan
Senior Member
Volunteer Data File Contributor
 
Join Date: Nov 2009
Posts: 1,502

Old September 5th, 2018, 08:50 AM
In case you haven't gotten into the walkthrough for the Sample Data System, it takes what's essentially a skeleton of a fantasy RPG system (it's vaguely like D&D) and has you create Savage Worlds step by step (which is surprisingly useful because it includes steps such as adding a completely different attribute, or defense, system, while pulling out the old one). I'm personally stalled somewhere in the Character Sheet section because it's close to my final step before I can make the system I'm adapting useful to my players, and I'm a bit too much of a perfectionist in terms of getting things right.

:-P Although learn from my example... rather than implement Savage Worlds through the walkthrough, I started implementing a completely different game system using those pages as a guideline, and that means I'm still not done with it a year later. I sometimes think I should just power through the Savage Worlds conversion over a weekend to get a better overview.

The wiki is a bit incomplete, complete with redlinks (or whatever color they use for "this page doesn't exist yet"), but it does have a lot of information in it. With a proper lexer and parser, one could probably slot the code into an IDE and have a much easier time at it.
Duggan is offline   #3 Reply With Quote
Kairos
Senior Member
Volunteer Data File Author
 
Join Date: Feb 2009
Posts: 173

Old September 8th, 2018, 11:41 AM
I recommend Notepad++. I've been using it with the AK for years.

Authoring Kit Rule Sets (now with functioning links!):

Qin: The Warring States

Doctor Who: Adventures in Time and Space

MEGS/BoH/DC Heroes (work in progress)
Kairos is offline   #4 Reply With Quote
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old September 10th, 2018, 05:43 PM
Quote:
Originally Posted by Kairos View Post
I recommend Notepad++. I've been using it with the AK for years.
Same here. The find/replace in files searching is such a huge help....

Working on -
  • (SWADE) WIP Savage Rifts
  • Savage Rifts (Deluxe): Update link in This post
  • Star Trek Adventures: Update link in This post
TCArknight is offline   #5 Reply With Quote
Duggan
Senior Member
Volunteer Data File Contributor
 
Join Date: Nov 2009
Posts: 1,502

Old September 11th, 2018, 06:11 AM
Just to plug my post over here, when doing a Find (or Find/Replace) in Notepad++, the file filter of config.cfg *.pkg definition.def *.1st *.core *.str *.aug *.dat will only search the data files, which can be very handy so you're not getting HLZ or HTML results, plus it will speed your search up by not searching the binary files.
Duggan is offline   #6 Reply With Quote
risner
Senior Member
Volunteer Data File Contributor
 
Join Date: Jun 2010
Posts: 623

Old September 11th, 2018, 02:42 PM
If you use a mac, a unix system, or install grep you can use this script:

Code:
grep -l "$1" *1st *aug *core *dat *def *str *user
I'm not sure how to change $1 for Windows .bat files.
risner is offline   #7 Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 02:57 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.