PDA

View Full Version : Modified BRP using BRP extensions



mbielaczyc
December 24th, 2024, 18:47
Hello all!

I am using BRP as my base ruleset for SagaBorn BRP. So the base.xml points to Basic Roleplaying. It works fine for modules, but not for extensions. Is there a way to have my ruleset also open up to using Basic Roleplaying extensions? Here is my code:


<!-- Attributes -->
<description>
<text>SagaBorn D100, A BRP System</text>
<author>M Bielaczyc, 2024</author>
<website>http://www.chaosium.com</website>
</description>
<importinfo>
<acceptfrom ruleset="Basic Roleplaying" />
<acceptfrom ruleset="SagaBorn" />
</importinfo>

<importruleset source="Basic Roleplaying" />

mbielaczyc
December 26th, 2024, 23:37
I figured out.. something? It seems the ruleset has be the top listed ruleset in an extension for it to load. At least that is what it took to get it to load for me.