• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

User Files Suppressing Monk

Quintain

Well-known member
All,

I believe I found an issue with some User files that seem to be preventing the core monk class from showing up on the class list on new portfolios.

The only reference to the monk class is with the PFRPG_Racial_Monk.user file that I believe is part of the frumple adjustments.

Unfortunately, the naming convention doesn't obviously link all the file inter-dependencies.

Does anyone know of any way to identify each group of inter-dependant user files so I can pull them out of the pathfinder folder and recompile without any errors?
 
I just double checked the Community stuff and it don't suppress monk. So it must be some other user file. Most likely one has been setup to on the "*Hidden" tab or "*Preclude" tab.

So the best way to look is use a tool that can search text files and look for "cHelpMnk" or "cMonk".

Specifically look for XML that looks like:
Code:
<hidden id="cHelpMnk"/>

or 

<hidden id="cMonk"/>

That is the kind of code that is needed to hide something.

This is for preclude:
Code:
<preclude id="cHelpMnk" source="XXXXXXXX"/>
  
or

<preclude id="cMonk" source="XXXXXX"/>
 
Ok, it looks like it was the dark sun campaign setting user files that was preventing the Monk from showing up.

Odd that the file has not been modified since 2012, but now suddenly it works.
 
Back
Top