PDA

View Full Version : Using adventures for one ruleset with another



tenkar
April 13th, 2010, 01:25
Is there a way to do this? If I was gaming at the dining room table I could easily use a Castles and Crusades adventure with Labyrinth Lord. Hardly any conversion and what little there is I could do off the top of my head.

I want to use some of my purchased C&C adventures with the LL ruleset (I also have the C&C ruleset but not looking to run my next game with it... I just want to yolk the adventures)

Thanks in advance.

cpbs
April 13th, 2010, 02:26
Technically there is by changing the "definitions.xml", inside the zipped adventures module. Youd need to change it to the ruleset that you want to use, or to "Any". Although this could cause problem with information that does not have slots to be shown inside certain windows, like NPC/Personalities, could be different etc, but I have not tried it with other rulesets. I did convert one of my d20 adventures to "any" ruleset and it worked pretty well for ADD ruleset.

<root version="2.06">
<name>Madness</name>
<ruleset>d20</ruleset>
<author>cpbs</author>
</root>

<root version="2.06">
<name>Madness</name>
<ruleset>Any</ruleset>
<author>cpbs</author>
</root>

Foen
April 13th, 2010, 09:24
You can also amend the LL ruleset to have an <importinfo> tag:


<importinfo>
<acceptfrom>d20</acceptfrom>
</importinfo>

Foen