PDA

View Full Version : Modules don't appear



NineShadowEyes
January 9th, 2008, 22:56
Hi,

Modules aren't appearing in the module window under a custom ruleset (the d20 unpack thing). They show up under standard d20 campaigns, but not with modded ones. I can create a new d20 campaign and they show up. If I create a new modded campaign they don't show up. Modules don't show up with the C&C ruleset either. What's up with that?

NineShadowEyes
January 9th, 2008, 23:22
Ok, nevermind. More searching found the answer:

GoOrange posted this up a while back. Its worked for me since.

1. You need to rename the .mod file you want to use to a .zip file.
2. Then open up that .zip file.
3. Find the definition.xml file and open it with a text editor.
4. Change the name of the ruleset in that file to match the ruleset you wish to use it with, and save the file.
5. Make sure everything is properly re-packaged in the .zip file.
6. Re-name the .zip file to a .mod file.

joshuha
January 10th, 2008, 00:32
Or you in your base.XML file you can just put:


<importinfo>
<acceptfrom ruleset="d20" />
</importinfo>

NineShadowEyes
January 10th, 2008, 05:40
Ooh! That's much nicer. Thanks.