PDA

View Full Version : Any Sort of 'Standardized' Editor?



Elric
December 13th, 2004, 21:01
I'm looking thru the XML and don't relish the thought of trying to get all these AD&D 1E Spells, Monsters and such in there by editing the raw code.

Is there some sort of editor that might allow me to create a blank template and then fill them in (a la Database style)?

Do all the the monsters have to be in ONE file or can you have individual monster files and have the system see them?

Reason I'm asking is that I (currently) have a php/mysql database for AD&D 1E where folks can input their own Monsters, Spells, etc. Now if they come across a Monster that they want to use in OpenRPG, they click the OpenRPG logo, and the system gives them the XML for that Monster to be imported into OpenRPG - I'd really like to be able to offer the same thing for FG. :D

Ashy
December 13th, 2004, 23:09
Reason I'm asking is that I (currently) have a php/mysql database for AD&D 1E where folks can input their own Monsters, Spells, etc. Now if they come across a Monster that they want to use in OpenRPG, they click the OpenRPG logo, and the system gives them the XML for that Monster to be imported into OpenRPG - I'd really like to be able to offer the same thing for FG. :D

And where might an interested party find such a wonderful little treasure? ;)

Elric
December 13th, 2004, 23:17
It's nothing magnificant (I still have a LOT of work to do on the entire system) but you're more than welcome to take a look. :D

https://www.otalisman.com/addcap/tomes.php

Goblin-King
December 14th, 2004, 09:02
Is there some sort of editor that might allow me to create a blank template and then fill them in (a la Database style)?

Sorry, but I didn't get exactly what you are looking for... Are you looking for a parser that would convert your existing entries or just a way to type the stuff in? If the latter, here's a hint: by default, the NPC and monster sheets are identical in their data fields. You can enter stuff using FG and cut and paste from the campaign's db.xml file to the ruleset.


Do all the the monsters have to be in ONE file or can you have individual monster files and have the system see them?

They can be in multiple files, but you have to have an include tag somewhere to include each file into the set. If they are in multiple files, remember to include the <root> tag, and the first level <node> tag in all included files (see my tutorial thread for a bit more on these).

Elric
December 14th, 2004, 12:43
Sorry, but I didn't get exactly what you are looking for... Are you looking for a parser that would convert your existing entries or just a way to type the stuff in? If the latter, here's a hint: by default, the NPC and monster sheets are identical in their data fields. You can enter stuff using FG and cut and paste from the campaign's db.xml file to the ruleset.
Just a way to type stuff in. :D

msd
December 14th, 2004, 19:52
Sorry, but I didn't get exactly what you are looking for... Are you looking for a parser that would convert your existing entries or just a way to type the stuff in? If the latter, here's a hint: by default, the NPC and monster sheets are identical in their data fields. You can enter stuff using FG and cut and paste from the campaign's db.xml file to the ruleset.
Just a way to type stuff in. :D

You might try XMLSpy from Altova...the Home edition is a free download (I think) - https://www.altova.com/

Hope that helps...

-matt

Ashy
December 14th, 2004, 23:39
It's nothing magnificant (I still have a LOT of work to do on the entire system) but you're more than welcome to take a look. :D

https://www.otalisman.com/addcap/tomes.php

Looks pretty cool, but you should really make it for 3.5 and export all of the stuff from the SRD into it! That would ROCK! :D

Elric
December 15th, 2004, 14:05
Nah - I don't play (or plan on playing) 3.5 so that's why everything I'm doing is geared to 1st Edition. :)

Ashy
December 16th, 2004, 20:21
Aw, shucks - this would be an AWESOME online 3e tool! :(

Raistlan
December 22nd, 2004, 05:48
Looks pretty cool, but you should really make it for 3.5 and export all of the stuff from the SRD into it! That would ROCK! :D

Ashy, check out https://www.andargor.com/

Ashy
December 23rd, 2004, 07:13
Looks pretty cool, but you should really make it for 3.5 and export all of the stuff from the SRD into it! That would ROCK! :D

Ashy, check out https://www.andargor.com/

Coolness - thanks! :)