DICE PACKS BUNDLE
Page 7 of 37 First ... 5 6 7 8 9 17 ... Last
  1. #61
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    34,730
    Quote Originally Posted by Blackfoot View Post
    Hrm. I tried removing the <parse> tag and setting it to 0... in both cases it went ahead and parsed the spell and ignored the code I put in there to setup an effect...
    Did you remove <parse> from every spell entry? i.e. one for each spell?
    FG Wiki: How to Compile the FG Logs

    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  2. #62
    Blackfoot's Avatar
    Join Date
    Oct 2010
    Location
    New Jersey, USA
    Posts
    4,089
    Blog Entries
    4
    Quote Originally Posted by Trenloe View Post
    Did you remove <parse> from every spell entry? i.e. one for each spell?
    Yeah.. and from the monster in general. I'm just testing this out so it's a creature with only one spell.
    I didn't add all the other misc tags.. only the ones that related to adding an 'effect' type action... could that be the issue?
    Standard License Operator - You must have a License to play in my games.
    Interested in Custom Character Portraits and Tokens? Contact me.

  3. #63
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    34,730
    Quote Originally Posted by Blackfoot View Post
    Yeah.. and from the monster in general. I'm just testing this out so it's a creature with only one spell.
    I didn't add all the other misc tags.. only the ones that related to adding an 'effect' type action... could that be the issue?
    Test it with a complete spell entry and enter the effect through the FG interface. Get it working with FG created XML first to get the format right.
    FG Wiki: How to Compile the FG Logs

    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  4. #64
    After having used this fabulous tool now a few times, a very handy feature springs to mind: How hard would it be to have an option to generate a new campaign containing the parsed NPCs instead of a module? That would make it much easier to load it up in FG, do any edits/touchups on the parsed creatures, and then re-export the module. As someone who has generated a half-dozen of my own modules so far, I find it absolutely essential to be able to make changes and re-export like this.

    A little context might help. I just got my Emerald Spire PDF and was going to start by extracting all the baddies in the Bestiary chapter. Paizo has seen fit to superscript every spell or ability that isn't in the core rulebook with a two letter abbreviation of which book it's from. Unfortunately, this seems to mess up your parsing and generates errors such as this: Cannot find spell XML element with name <shadowstepum> cannot parse this spell - skipping. This spell is in the "all paizo spells" module, so I'm guessing you would have parsed it just fine if it didn't have that code appended.

    Also, if the user has selected the "Parse Spells" checkbox, I think you can skip emitting the prepared spells block to the "Other" tab, or make it so that can be turned off.

    That's all!
    Last edited by darrenan; June 8th, 2014 at 00:35.

  5. #65
    Question, do you have plans to eventually parse traps also?

  6. #66
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    34,730
    Quote Originally Posted by darrenan View Post
    After having used this fabulous tool now a few times, a very handy feature springs to mind: How hard would it be to have an option to generate a new campaign containing the parsed NPCs instead of a module? That would make it much easier to load it up in FG, do any edits/touchups on the parsed creatures, and then re-export the module. As someone who has generated a half-dozen of my own modules so far, I find it absolutely essential to be able to make changes and re-export like this.
    It would be a lot of work to generate the resulting creatures in a campaign. Do you know that you can drag the creatures from the library window directly into the NPC list? This makes a copy of the creature in the campaign allowing you to edit and export to a campaign based module as needed. You can then close the creature module if you've dragged all the NPCs you need.

    Quote Originally Posted by darrenan View Post
    Also, if the user has selected the "Parse Spells" checkbox, I think you can skip emitting the prepared spells block to the "Other" tab, or make it so that can be turned off.
    Any particular reason? Does it annoy you having it in 2 places? I find for creatures with a lot of spells, and for some creatures where the spells haven't been matched, it is very handy to be able to quickly look on the other tab to scan through what they have. I'll see if adding an option to remove the spell block in the other tab would be easy, if it isn't then I'm sorry but I won't change it.
    FG Wiki: How to Compile the FG Logs

    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  7. #67
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    34,730
    Quote Originally Posted by darrenan View Post
    Question, do you have plans to eventually parse traps also?
    Not in the short term - I still have a lot of plans for the NPC parser.
    FG Wiki: How to Compile the FG Logs

    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  8. #68
    Quote Originally Posted by Trenloe View Post
    It would be a lot of work to generate the resulting creatures in a campaign. Do you know that you can drag the creatures from the library window directly into the NPC list? This makes a copy of the creature in the campaign allowing you to edit and export to a campaign based module as needed. You can then close the creature module if you've dragged all the NPCs you need.
    I did not know, I'll give that a try.

    Quote Originally Posted by Trenloe View Post
    Any particular reason? Does it annoy you having it in 2 places? I find for creatures with a lot of spells, and for some creatures where the spells haven't been matched, it is very handy to be able to quickly look on the other tab to scan through what they have. I'll see if adding an option to remove the spell block in the other tab would be easy, if it isn't then I'm sorry but I won't change it.
    I turns out that having it there was handy for me too, just a few minutes ago, so i wouldn't worry about it.

    I did just send you a link to the input .txt file so you can see an example of the superscripts i was talking about. Also, the module generated from that input file loaded with script errors. It looks like having multiple types of Spell-Like abilities is throwing things off. It was easy enough to fix up manually in a text editor though, not a big deal.

    Cheers!

  9. #69
    Quote Originally Posted by Trenloe View Post
    Not in the short term - I still have a lot of plans for the NPC parser.
    The only reason I ask is because Emerald Spire has a butt-load of traps, way more than I've seen in any other adventure path. But traps are small, and easy enough to put in by hand, no worries.

  10. #70
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    34,730
    Quote Originally Posted by darrenan View Post
    Also, the module generated from that input file loaded with script errors. It looks like having multiple types of Spell-Like abilities is throwing things off. It was easy enough to fix up manually in a text editor though, not a big deal.
    Yeah, this is a know limitation (mentioned in post #1) and is on the development roadmap to address.
    FG Wiki: How to Compile the FG Logs

    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

Page 7 of 37 First ... 5 6 7 8 9 17 ... Last

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
  •  
Fantasy Grounds Merchandise

Log in

Log in