is-consulting / moddingSuite

Wargame modding suite
MIT License
55 stars 23 forks source link

Dumping a whole class into .csv file #5

Open perkl566 opened 10 years ago

perkl566 commented 10 years ago

This would enable web-based databases to be updated easily and regularly. Suggested format:

TClassname Instancenumber propertyname;value propertyname;value1;value2;value3

Properties that have maps or references as values can pretty safely be ignored or dumped with raw data. For most practical purposes strings, ints and floats are the interesting bits.

.dic files would benefit a lot from dumping also.

meeshanyah commented 9 years ago

Hello. Any chance this would be implemented in foreseeable future?

ResidentMario commented 7 years ago

This would also enable some advanced analytics work and balance modeling that some of us would like to take a look into.