DICE PACKS BUNDLE
Page 8 of 8 First ... 678
  1. #71
    Thx Zacchaeus. I'll take a look again later. I spent most of my day off tooling around in FG excitedly and am tired of staring at my computer screen. I hope that's the case and/or I missed something.

  2. #72
    Using the HL converter with the latest version of HeroLab and the latest version of FG. I am trying to import to Local (My Managed Characters). I have purchased the PFRPG ruleset (and still have the old free modules). Both are opened in Manage Characters.

    When I import this character, the abilities tab in FG are empty - entries seem to be created, but no text is imported and the spell book is empty as well. This used to work when I used the HL converter last year. Am I doing something wrong?

    Seldwyon-import-error.jpg

    Here is the HL .hlfg files as well.
    Attached Files Attached Files

  3. #73
    Bumping this thread! I have a similar question to Lachancery in this post.

    Importing a spellcaster (Wizard) from Hero Lab - none of the prepared spells or actions are coming over, only the very basics of a Wizard. Do spells not get transferred with Hero Lab? I have all the pathfinder core material.

  4. #74
    If you post your HL character file (not output file), perhaps I or someone else can take a look at it.

    Regards,
    JPG

  5. #75
    Mortar's Avatar
    Join Date
    May 2014
    Location
    New Brunswick, Canada
    Posts
    1,127
    Blog Entries
    18
    Not so much a HL error, but I just got this on an import. The info in that spell description is too long and the last of 4 words get wrapped around on top of the first few words.


    **edit** Did some more digging on this one. When HL exports a character with spells it only exports the full description, the FG character converter uses that full description for <shortdescription> tag in the XML that gets produced.
    Attached Images Attached Images
    Last edited by Mortar; June 15th, 2019 at 09:38.
    Ultimate License Holder

  6. #76
    Blahness98's Avatar
    Join Date
    Jan 2007
    Location
    Somewhere in Wisconsin
    Posts
    946

    Exclamation

    Since there was a question in the community discord about the issues a few people were having with their spell lists not being imported properly, I have figured out the issue. From what I have noticed, the issue only comes into play when the PC has a spell casting class with an archetype. When Hero Lab exports the data into an HLFG file, Hero Lab changes the class name from Class to Class (Archetype). When the converter goes to add the spells, it uses the default spell libraries to locate the spells for whatever class Hero Lab supplied. So instead of looking for Class in the default spell modules, it is now looking for Class (Archetype). Since there are no Class (Archetype) spells located in the spell modules, it will fail to find anything and cause the spell list to be completely empty.

    The fix is pretty simple, but it does require the use of a text editor to correct. There are only two lines that need to be changed in the HLFG file for the importer to correctly work. Using the example from Discord, the first line that needs to be changed is:

    Code:
    <class name="Cleric (Crusader)" level="13" spells="Memorized" casterlevel="13" concentrationcheck="+18" overcomespellresistance="+13" basespelldc="15" castersource="Divine"></class>
    The code needs to be changed to this:

    Code:
    <class name="Cleric" level="13" spells="Memorized" casterlevel="13" concentrationcheck="+18" overcomespellresistance="+13" basespelldc="15" castersource="Divine"></class>
    The second line which needs correcting is further down in the file. The line that needs to be changed is:

    Code:
    <spellclass name="Cleric (Crusader)" maxspelllevel="6" spells="Memorized">
    And it needs to be change to:

    Code:
    <spellclass name="Cleric" maxspelllevel="6" spells="Memorized">
    Just by dropping the archetypes from those two lines will allow the converter to properly convert the character's spell lists. Granted, I haven't tested this with other spell class archetypes, but I am assuming the same fix would work for them as well. Hope this information helps.
    Last edited by Blahness98; September 18th, 2019 at 16:26.
    Ultimate License Holder

    Running:
    Nothing at the moment.

    Time Zone: Central Time (GMT -6)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
FG Spreadshirt Swag

Log in

Log in