PDA

View Full Version : Par5e for Core Rpg



Mask_of_winter
July 31st, 2015, 01:42
I've been trying to create a Fantasy Age Basic Rulebook reference manual + equipment library module. There is a discrepancy in the manual and Ruleset Data Items list. One calls for referencemanual.txt as the source file while the manual calls for refmanual.txt .

I tried both, the console logs it as successful (green) but it doesn't make the module. Should the first entry in the txt file be a #@ or a ## ?

I've also watched Xorn's youtube tutorial on 5e and believe I've set up everything right. Shame he didn't spend time showing the referencemanual part.

Could it be the tags I use in the txt? If there was a problem with that wouldnt it log in an error in the console though? I'd share the txt but it contains copyright material.
10653

Any help would be appreciated. I'd like to be able to parse a couple rule books for CoreRpg.

Thete
August 3rd, 2015, 13:09
I've been trying to create a Fantasy Age Basic Rulebook reference manual + equipment library module. There is a discrepancy in the manual and Ruleset Data Items list. One calls for referencemanual.txt as the source file while the manual calls for refmanual.txt .

I tried both, the console logs it as successful (green) but it doesn't make the module. Should the first entry in the txt file be a #@ or a ## ?

I've also watched Xorn's youtube tutorial on 5e and believe I've set up everything right. Shame he didn't spend time showing the referencemanual part.

Could it be the tags I use in the txt? If there was a problem with that wouldnt it log in an error in the console though? I'd share the txt but it contains copyright material.
10653

Any help would be appreciated. I'd like to be able to parse a couple rule books for CoreRpg.

When you say 'it doesn't make the module' do you mean no file.mod is produced? or do you mean the produced module file isn't visible in FG library?

Mask_of_winter
August 3rd, 2015, 13:21
No file .mod is produced. I tried different folder output directory to the same result.

kylania
August 3rd, 2015, 14:10
I had a similar issue with Encounters in PAR5E and the cause was I had an ! in the name of an Encounter (##;The Bridge is Out!) and that was silently failing and it never made it to the Make Module section of the parsing. Maybe make sure you don't have any Story or other entry names with a ! in it?

Mask_of_winter
August 3rd, 2015, 14:31
Hmmm didn't see any ! in the title but I got rid of the ? and quotes. Thanks for the pointers though. There must be something something wrong with the format of my txt file and that's what is causing it.

Trenloe
August 3rd, 2015, 17:13
What does the "Console" tab say after you've parsed?

Also, might be worth updating to the latest release.

Mask_of_winter
August 4th, 2015, 02:31
Info : engine build .................................................. ..................... [v0.0.9-b62]
Info : ruleset library .................................................. ..................... [CoreRPG]
Info : module .................................................. ........... [Fantasy Age Basic Rulebook]
Info : ruleset .................................................. ............................. [CoreRPG]
Info : folder structure .................................................. .................... [Created]
Parse - reference chapter .................................................. ......... [Introduction - OK]

Trenloe
August 4th, 2015, 03:04
If you've upgraded the Par5E app to the latest version, don't use a setting file from an older version - set it all up again.

Also look in the directories being used and clear out any old temp files before parsing.

DaviSalles
March 9th, 2017, 03:35
I`ve got the same problem, have you managed to fix it?

Zacchaeus
March 9th, 2017, 10:54
Hi Davi welcome to FG and to the community.

There is no one answer to this kind of problem. Somewhere, in your .txt file you have something that pat5e doesn't like. It could be quote or an apostrophe type, it could be an errant exclamation mark, incorrect semi colon, wrongly placed space, or one aof a number of other possibilities.

All you can do is go over your text to make sure none of that exists. One thing you can do is take your file and cut a large chunk of it out and paste it somewhere else. Then try to par5e the bit that's left. If that works then add some more and par5e that and so on until you find the section that is causing the issue. If you don't have any luck you could post your text file and I'll have a look. Best to do that in the par5e thread (https://www.fantasygrounds.com/forums/showthread.php?34080-Project-Par5E-(cont-)) though; I might miss it otherwise.

chanceboon
March 9th, 2017, 12:35
Honestly, the best advice I ever received about par5e (I wish I could remember who gave it to me...) is parse small amounts at a time. It's a lot easier to go through 5 paragraphs for an errant quote than it is to go through 5 pages.