PDA

View Full Version : How hard would this be?



kalmarjan
February 27th, 2006, 03:40
I am looking to find a way to split up my monster entries in FG.

How hard would it be to make the monster entries like the spell lists, and have a page that links the xml files together? I have the SRD monsters, some monsters I have created, and RTTTOEE monsters. This makes for a big monsters.xml file.

Would there be a way to open up a page with links to the three, then each link would be a seperate monster page that is searchable?

Thoughts?

Sandeman

hedgewizard
February 27th, 2006, 22:36
I did this very thing with spell lists.

Unfortunatley, I am not at home, so I can't reference the actual xml code; but everything is based on the class name (window class?? I can't remember exactly).

So, for instance, I have 3 separate files (eg: arcanelores.xml, divinelores.xml; otherlores.xml) and the main class name of each is "spells"). The reference page that has all the lores listed then links to the specific node name below that.

That may not make total sense, and I'll try to get upload some actual code, but I am going out of town and won't be able to for a few days.