Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Vorgen
Junior Member
 
Join Date: Nov 2012
Posts: 8

Old June 19th, 2015, 02:28 AM
I get that problem about the Path of War tags all the time. In order to fix it, I move the following lines out of COM_3PPPack_PathOfWarEx - Tags.1st:

Code:
  <!--The DarkFocus tag group is used to denote disciplines that have been selected by the Harbinger's Dark Focus ability-->
  <group id="DarkFocus" name="Dark Focus Disc." 
    inherit="Discipline">
  </group>
  
  <!--PoWFreeMan indicates that maneuvers from the tagged discipline can be readied without counting against the normal maneuver count (such as with the Harbinger capstone ability)-->
  <group id="PoWFreeMan" name="Free Maneuvers" 
    inherit="Discipline">
  </group>
And copy them into COM_3PPPack_PathOfWar - Tags.1st. (note the absence of Ex) I don't know why this works, but I know it does.
Vorgen is offline   #381 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old June 19th, 2015, 10:27 AM
Quote:
Originally Posted by Vorgen View Post
I get that problem about the Path of War tags all the time. In order to fix it, I move the following lines out of COM_3PPPack_PathOfWarEx - Tags.1st:

Code:
  <!--The DarkFocus tag group is used to denote disciplines that have been selected by the Harbinger's Dark Focus ability-->
  <group id="DarkFocus" name="Dark Focus Disc." 
    inherit="Discipline">
  </group>
  
  <!--PoWFreeMan indicates that maneuvers from the tagged discipline can be readied without counting against the normal maneuver count (such as with the Harbinger capstone ability)-->
  <group id="PoWFreeMan" name="Free Maneuvers" 
    inherit="Discipline">
  </group>
And copy them into COM_3PPPack_PathOfWar - Tags.1st. (note the absence of Ex) I don't know why this works, but I know it does.
What kind of computer are you on? Windows Mac? Version? Do you have another language setup?

It should be loading PathOfWar FIRST as PathOfWarEx comes AFTER in standard ASCII sorts.

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   #382 Reply With Quote
Vorgen
Junior Member
 
Join Date: Nov 2012
Posts: 8

Old June 21st, 2015, 11:42 PM
I'm on ubuntu linux and I'm running Hero Lab through WINE. If file listing order is an issue, here is the list of my Path of war-related files in the order they appear on my computer when sorting by name:

Code:
COM_3PPPack_PathOfWar - Adjustments.user
COM_3PPPack_PathOfWar - Archetypes.user
COM_3PPPack_PathOfWar - Classes.user
COM_3PPPack_PathOfWar - Components.str
COM_3PPPack_PathOfWar - Editor.dat
COM_3PPPack_PathOfWar - Equipment.user
COM_3PPPack_PathOfWarEx - Adjustments.user
COM_3PPPack_PathOfWarEx - Classes.user
COM_3PPPack_PathOfWarEx - Feats.user
COM_3PPPack_PathOfWarEx - Helper Things.user
COM_3PPPack_PathOfWarEx - Maneuvers.user
COM_3PPPack_PathOfWarEx - Tags.1st
COM_3PPPack_PathOfWar - Feats.user
COM_3PPPack_PathOfWar - Helper Things.user
COM_3PPPack_PathOfWar - Manuevers.user
COM_3PPPack_PathOfWar - Martial Traditions.user
COM_3PPPack_PathOfWar - Procedures.user
COM_3PPPack_PathOfWar - Skills.user
COM_3PPPack_PathOfWar - Tags.1st
After doing some searching, it seems that ubuntu linux ignores spaces and non-alpha-numeric characters when sorting files by name, so all Ubuntu sees is this:

Code:
COM_3PPPack_PathOfWarAdjustments.user
COM_3PPPack_PathOfWarArchetypes.user
COM_3PPPack_PathOfWarClasses.user
COM_3PPPack_PathOfWarComponents.str
COM_3PPPack_PathOfWarEditor.dat
COM_3PPPack_PathOfWarEquipment.user
COM_3PPPack_PathOfWarExAdjustments.user
COM_3PPPack_PathOfWarExClasses.user
COM_3PPPack_PathOfWarExFeats.user
COM_3PPPack_PathOfWarExHelperThings.user
COM_3PPPack_PathOfWarExManeuvers.user
COM_3PPPack_PathOfWarExTags.1st
COM_3PPPack_PathOfWarFeats.user
COM_3PPPack_PathOfWarHelperThings.user
COM_3PPPack_PathOfWarManuevers.user
COM_3PPPack_PathOfWarMartialTraditions.user
COM_3PPPack_PathOfWarProcedures.user
COM_3PPPack_PathOfWarSkills.user
COM_3PPPack_PathOfWarTags.1st
That's why it puts the Path of War "Ex" files after "COM_3PPPack_PathOfWar - Equipment.user" and before "COM_3PPPack_PathOfWar - Feats.user". And that different sort behavior messes up loading these files on ubuntu linux.

Wow. So obscure.

Last edited by Vorgen; June 21st, 2015 at 11:58 PM.
Vorgen is offline   #383 Reply With Quote
Farling
Senior Member
 
Join Date: Mar 2013
Location: Greater London, UK
Posts: 2,623

Old June 21st, 2015, 11:51 PM
Quote:
Originally Posted by Vorgen View Post
I'm on linux and I'm running Hero Lab through WINE. If file listing order is an issue, here is the list of my Path of war-related files in the order they appear on my computer when sorting by name:

Code:
COM_3PPPack_PathOfWar - Adjustments.user
COM_3PPPack_PathOfWar - Archetypes.user
COM_3PPPack_PathOfWar - Classes.user
COM_3PPPack_PathOfWar - Components.str
COM_3PPPack_PathOfWar - Editor.dat
COM_3PPPack_PathOfWar - Equipment.user
COM_3PPPack_PathOfWarEx - Adjustments.user
COM_3PPPack_PathOfWarEx - Classes.user
COM_3PPPack_PathOfWarEx - Feats.user
COM_3PPPack_PathOfWarEx - Helper Things.user
COM_3PPPack_PathOfWarEx - Maneuvers.user
COM_3PPPack_PathOfWarEx - Tags.1st
COM_3PPPack_PathOfWar - Feats.user
COM_3PPPack_PathOfWar - Helper Things.user
COM_3PPPack_PathOfWar - Manuevers.user
COM_3PPPack_PathOfWar - Martial Traditions.user
COM_3PPPack_PathOfWar - Procedures.user
COM_3PPPack_PathOfWar - Skills.user
COM_3PPPack_PathOfWar - Tags.1st
This looks like WINE might be presenting the 8.3 version of each name (remember DOS?) rather than the full filename! (or even that WINE is removing the " - " from the filename.)

This would need to be raised as a bug with the WINE team.
Farling is offline   #384 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old June 22nd, 2015, 01:57 PM
Quote:
Originally Posted by Vorgen View Post
I'm on ubuntu linux and I'm running Hero Lab through WINE. If file listing order is an issue, here is the list of my Path of war-related files in the order they appear on my computer when sorting by name:

Code:
COM_3PPPack_PathOfWar - Adjustments.user
COM_3PPPack_PathOfWar - Archetypes.user
COM_3PPPack_PathOfWar - Classes.user
COM_3PPPack_PathOfWar - Components.str
COM_3PPPack_PathOfWar - Editor.dat
COM_3PPPack_PathOfWar - Equipment.user
COM_3PPPack_PathOfWarEx - Adjustments.user
COM_3PPPack_PathOfWarEx - Classes.user
COM_3PPPack_PathOfWarEx - Feats.user
COM_3PPPack_PathOfWarEx - Helper Things.user
COM_3PPPack_PathOfWarEx - Maneuvers.user
COM_3PPPack_PathOfWarEx - Tags.1st
COM_3PPPack_PathOfWar - Feats.user
COM_3PPPack_PathOfWar - Helper Things.user
COM_3PPPack_PathOfWar - Manuevers.user
COM_3PPPack_PathOfWar - Martial Traditions.user
COM_3PPPack_PathOfWar - Procedures.user
COM_3PPPack_PathOfWar - Skills.user
COM_3PPPack_PathOfWar - Tags.1st
After doing some searching, it seems that ubuntu linux ignores spaces and non-alpha-numeric characters when sorting files by name, so all Ubuntu sees is this:

Code:
COM_3PPPack_PathOfWarAdjustments.user
COM_3PPPack_PathOfWarArchetypes.user
COM_3PPPack_PathOfWarClasses.user
COM_3PPPack_PathOfWarComponents.str
COM_3PPPack_PathOfWarEditor.dat
COM_3PPPack_PathOfWarEquipment.user
COM_3PPPack_PathOfWarExAdjustments.user
COM_3PPPack_PathOfWarExClasses.user
COM_3PPPack_PathOfWarExFeats.user
COM_3PPPack_PathOfWarExHelperThings.user
COM_3PPPack_PathOfWarExManeuvers.user
COM_3PPPack_PathOfWarExTags.1st
COM_3PPPack_PathOfWarFeats.user
COM_3PPPack_PathOfWarHelperThings.user
COM_3PPPack_PathOfWarManuevers.user
COM_3PPPack_PathOfWarMartialTraditions.user
COM_3PPPack_PathOfWarProcedures.user
COM_3PPPack_PathOfWarSkills.user
COM_3PPPack_PathOfWarTags.1st
That's why it puts the Path of War "Ex" files after "COM_3PPPack_PathOfWar - Equipment.user" and before "COM_3PPPack_PathOfWar - Feats.user". And that different sort behavior messes up loading these files on ubuntu linux.

Wow. So obscure.
Well that would be the cause then. I have already taken steps to prevent this "load" order issue in the next release this month. So going forward you shouldn't have to make file changes after you load. I forgot about those running on Linux and was only thinking of files running on Windows/Mac.

Will keep this in mind for future additions.

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   #385 Reply With Quote
Quintain
Senior Member
 
Join Date: Feb 2012
Posts: 546

Old June 28th, 2015, 06:44 AM
I'm getting the following error with the 'Blue' race in Ultimate Psionics when trying to add the alternate Racial trait of 'Goblinoid Camoflage'.

Tag group 'AbReplace' does not possess tag 'raBlueRepl' that is copied from group 'RaReplace'
Location: 'eval' script for Component 'CanRepRaAb' (Eval Script 'Forward RaReplace') near line 21
Quintain is offline   #386 Reply With Quote
psych777
Senior Member
 
Join Date: Aug 2011
Posts: 363

Old June 28th, 2015, 07:32 AM
doing it with the Kinslayer and Psionic Prodigy as well.
it looks like it is referencing a 'Blue' version of the Repletion ability...but i can't find that anywhere so either its been removed or hiding somewhere i can't find...

edit: looks like the Blue race is pointing to the Elan Repletion...maybe there were separate ones before...

Last edited by psych777; June 28th, 2015 at 07:36 AM.
psych777 is offline   #387 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old June 28th, 2015, 09:43 AM
The Blue and Elan ARTs have been fixed in the last commit. I also went through all the UP races and fixed them quick also.

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   #388 Reply With Quote
Quintain
Senior Member
 
Join Date: Feb 2012
Posts: 546

Old June 29th, 2015, 06:14 PM
Is anyone working on the archtypes for the tactician?
Quintain is offline   #389 Reply With Quote
Silveras
Senior Member
 
Join Date: Aug 2010
Posts: 1,528

Old July 1st, 2015, 06:48 PM
Hey Shadow, it looks like the new 11.7 official package has a clash with the Community tags... I am sure you're planning to prep a new Community release anyway, but here's what I'm seeing:

Quote:
Originally Posted by HeroLab
The data files could not be loaded due to errors. Hero Lab will now attempt to load them in recovery mode. Once loaded, you can access the editor as normal to correct any errors.

The following errors occurred:

File: COM_BasicPack - Tags.1st (line 86) - Tag Group - Duplicate record encountered ('DragonAge')
Silveras is offline   #390 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 11:29 AM.


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