Hello,
I'm new in this forum and rpg maker and I want to use xml. Normaly, ruby is working with xml but RGSS3 is private Ruby language and a lot of things was chanced. So RGSS3 working with XML?
How to use xml on RPG maker ace and RGSS3
● ARCHIVED · READ-ONLY
-
-
What do you want to use XML for?
-
I want to stack item, skill and etc. with xml. And RGSS3 and xml code's talk with id's I want to this. If I do it with xml very quickly change.
-
you can probably write a script that loads data from external files (that has been done before), but it still needs to fill the original database of the engine - you can't redirect that. That is the reason why most people don't bother with external data files, it's usually easier to put the data into the project database directly.
If you still want to use external files for filling the database, I suggest you look for Tsukihime's Blog, http://himeworks.wordpress.com/rmvxa-scripts/
She has written several developer utilities that you might be able to use, or use as a template for writing your own.