Hi Sulimo,
The modules can be created the same way. I tried really hard to make sure that those would work. The only exception is the tables need the tag changed to RMTables instead of just tables. The modules might be in the vault now because I have a couple plans with them that will require them to be secured. I will still answer questions and provide examples so that people can still make their own modules.
To get the items to show up in the Items section you just need to make sure your items are in one of the following paths within your module:For the races, they need to have one of these paths:Code:item
reference.equipment.accessories.list
reference.equipment.armor.list
reference.equipment.basespellitems.list
reference.equipment.foodlodgingservices.list
reference.equipment.transport.list
reference.equipment.weapons.list
reference.equipment.herbs.list
reference.equipment.enchantedbreads.list
reference.equipment.intoxicants.list
reference.equipment.poisons.list
reference.weaponlist.standardweapons
reference.weaponlist.additionalweapons
reference.weaponlist.blades
reference.weaponlist.japaneseblades
reference.weaponlist.orientalweapons
reference.weaponlist.polearms
reference.weaponlist.unusualweapons
You should be able to drag the race from your module to the race section. Then you can fill in the extra fields and export it to another module. Please let me know if you have any questions.Code:race
reference.racedata.list
Thanks,
Dakadin

