I have been playing with a variety of outputs. The perl code that I have for Exalted: Dragon Blooded simply dumps a list to a text file. I have been messing around with XML, which will make the data easy to import into databases and editors that can handle it. I have also been working on a generic template system that reads in game data using XML and text files. Both test scripts work.
Right now, I'm working on the Accessor template in C++. It has problems with the constructor and I cannot make an instance of it in a class.
--Tom
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What would a sample output look like? What do you need help with exactly?
I have been playing with a variety of outputs. The perl code that I have for Exalted: Dragon Blooded simply dumps a list to a text file. I have been messing around with XML, which will make the data easy to import into databases and editors that can handle it. I have also been working on a generic template system that reads in game data using XML and text files. Both test scripts work.
Right now, I'm working on the Accessor template in C++. It has problems with the constructor and I cannot make an instance of it in a class.
--Tom