Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Authoring Kit
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
frumple
Senior Member
 
Join Date: Nov 2011
Location: South Riding, VA
Posts: 841

Old July 28th, 2014, 06:04 PM
Uh oh.... bad news. Looks like changing the .str to .aug is not making a difference after all. I am still having the problem. :/
frumple is offline   #21 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old July 29th, 2014, 07:31 AM
I don't know what's going wrong then, if I don't encounter the problem and you do, when using the same set of files.
Mathias is online now   #22 Reply With Quote
frumple
Senior Member
 
Join Date: Nov 2011
Location: South Riding, VA
Posts: 841

Old July 29th, 2014, 12:50 PM
Can you post the xml for the Special Abilities section of the Racial Cust Special tab, and well as the compset definition used in that tab? That way I can directly compare it with what I have written.
frumple is offline   #23 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old July 29th, 2014, 01:42 PM
Test a copy of Pathfinder with just the files you sent me - those worked for me, see if having only that set of data works for you.
Mathias is online now   #24 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old July 29th, 2014, 02:14 PM
Quote:
Originally Posted by Mathias View Post
http://hlkitwiki.wolflair.com/index...._Loading_Order

I think the file loading order is the problem. You have compsets in there that are looking in other .str files to find the components that go into them. You can't guarantee what order .str files will be loaded in, so you can't have a compset that references components in the same file type.

Once I changed that file extension from .str to .aug, I was able to compile, and when I look at the Fly Speed entry on the Racial Cust Special (indexed) tab, I don't have any problems - I see Speed, Maneuverability, and Not Natural.
Actually the more I thought about this the less it makes sense actually. The compsets shouldn't have anything to do with this actually. The compset does not know about the stuff that is going to get bootstrapped. Only the "editor" knows about that which loads in the .dat file using the <it_bootcustom> element.

I tried changing the .str to .aug and everything worked just fine. I have also made sure to totally restart HL in between changes. I even went to one of my simple components I created and its still messing up. As I added a simple selection for Feats:

Code:
    <inputthing
      name="Bonus Feats Granted"
      helptext="Select any bonus feats this class special grants.">
      <it_bootcustom compset="Feat">
        <match>TRUE</match>
        <inputthing
          name="Ignore Pre-reqs?"
          helptext="Specify that this feat will ignore its pre-reqs">
          <it_tagcheck group="thing" tag="skipprereq"/>
          </inputthing>
        </it_bootcustom>
      </inputthing>
So we should allow for selecting feats and a single check box for ignore pre-reqs. What I get is this:
Noname.jpg

Its like its grabbing the information for a class special editor tab....

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #25 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old July 29th, 2014, 02:34 PM
There's probably a difference between the way editor information and .str files interact with a packaged copy of a game system, compared to how they interact with a raw data copy. I'll talk to Colen about that next week, once the Pathfinder and Shadowrun releases are done.
Mathias is online now   #26 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old July 29th, 2014, 02:47 PM
Quote:
Originally Posted by Mathias View Post
There's probably a difference between the way editor information and .str files interact with a packaged copy of a game system, compared to how they interact with a raw data copy. I'll talk to Colen about that next week, once the Pathfinder and Shadowrun releases are done.
Thanks! This is what I am starting to think also at this point.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #27 Reply With Quote
frumple
Senior Member
 
Join Date: Nov 2011
Location: South Riding, VA
Posts: 841

Old July 30th, 2014, 04:48 AM
Thanks Mathias!
frumple is offline   #28 Reply With Quote
frumple
Senior Member
 
Join Date: Nov 2011
Location: South Riding, VA
Posts: 841

Old September 15th, 2014, 08:31 AM
Mathias,

Any update on this issue?
frumple is offline   #29 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old September 15th, 2014, 09:55 AM
Quote:
Originally Posted by frumple View Post
Mathias,

Any update on this issue?
I bumped it to Colen and sent him example code to look at. I get the impression Colen is swamped with some stuff right now.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #30 Reply With Quote
Reply


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 08:33 AM.


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