Gizzard said:
Hmmm, well, yes. ;-) Are there docs for the pcc files somewhere? I probably just need to sit down and read them a bit.
Probably in the doc folder
Anyway, I created a .pcc file by taking the Forgotten Realms pcc and stripping out everything past the #EXTRAFILE marker.
I don't have forgottenrealm.pcc for 4.3.2 so I don't know what your pcc is looking like.
Here is the may I'm using pcc files :
One file to rule them all : mycampaign.pcc
CAMPAIGN:Mycampaign
RANK:2
TYPE: Campaign.MyCampaign
#skip other header infos
#This one makes a handy submenu
SHOWINMENU:true
PCC

/wizardsofthecoast/sourcebooks/dnd/core/phb/phb.pcc
# you just add your usual sources here
PCC

/customsources/campaignpccfiles/dungeonmgnorace.pcc
# and here you add your house rules
PCC

/customsources/campaignpccfiles/myhouserules.pcc
#optionally, you can select some preferences here :
OPTION:ChooserSingleChoiceMethod=2
OPTION:autoGenerateMagic=false
Then, in your myhouserules.pcc (I've put mine in campaignpccfile but you're free to change that

) a separate folder could be better.
CAMPAIGN:HouseRules
RANK:2
GAME

nD
TYPE:Campaign.HouseRules
#here you put the entries for your lst files:
RACE

/customsources/houserace.lst
EQUIPMENT

/customsources/housearmor.lst
This is not the simplest way to add house rules, but I think it's better structured this way (1 top level, and 1 pcc for house rules) plus it worked around a small bug in a previous versions.
Chacal