Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
 
 

This appears to be a totally different bug. If you look at the .1st file you have two "different" sources named "MSRD Base Classes and Skills" (sourceid.MPMSRD and sourceid.GRCMP2MSR).It's ok, like I said, not a big deal. I guess the best way to explain what I am talking about is to look at all the sources that show up when you start up the setting. So I added a screen shot.
Anyways, I don't want to break anything or have a bunch of post about something not working. So, l'll just leave it be, NP.


    <!-- The Ultimate Magic playtest is finished -->
    <silentsource source="UMPLaytest"/>
    <!-- The Ultimate Combat playtest is finished -->
    <silentsource source="UCPlaytest"/>(Although having accidentally broken that rule, it's caught by the compiler, and will simply prevent you from compiling until you fix it).-Requires that the source NEVER again be used within the data files

I get this error
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_Source_610 - Modern.1st (line 328) - Encountered unknown element tag 'silentsource'
Nice~ This worked perfectly Mathias. Plus I see other features in here that will allow me to deprecate some stuff without causing issues to existing .por files.Check the loadmods.dat file in d20 - those are lines from Pathfinder's loadmods file. Those elements are within a <loadmods></loadmods> element.Code:<!-- The Ultimate Magic playtest is finished --> <silentsource source="UMPLaytest"/> <!-- The Ultimate Combat playtest is finished --> <silentsource source="UCPlaytest"/>
Important note from the reference:
(Although having accidentally broken that rule, it's caught by the compiler, and will simply prevent you from compiling until you fix it).

