This will probably consist of easily maintainable and convertible files. Before re-inventing the wheel, some things need to be checked. - [x] File format - is there a convenient format already which can handle multiline strings and act as a list of properties. Considering YAML. - [ ] Possible fields - [x] Game - CoD, UO, CoD2, CoD4, CoDWaW, CoDBO... - [x] Are there definitions that vary between game versions, how to specify those? - [x] Single-Player/Multi-Player/Both? - [x] Module/Category - [x] Summary/Description - [x] Whether is it a function, a method or both (eg iprintln) - [x] If method, call on what? - [ ] Example code - [ ] Argument descriptions - [ ] Variable arguments - [ ] Optional arguments - [ ] Argument type - [ ] Limited set of constants - [ ] Return value - [ ] Return type - [ ] Additional notes - [ ] Platforms where it works (or where it doesn't)
This will probably consist of easily maintainable and convertible files.
Before re-inventing the wheel, some things need to be checked.