MTuner
Posted on 30 March 2009 by Geoff Evans

Thanks to everyone that was able to show up to my talk at GDC. I thought it went very well, and I got a lot of good questions and feedback after the lecture.

The focal points of the lecture were:

  • Indirection of file locations using unique IDs instead of string paths to allow files to be moved around efficiently
  • Organizing data within asset definitions using a modular attribute system, and classifying hard engine types based on those attributes
  • Our flexible data-driven properties systems (Nocturnal’s Inspect) coupled with C++ reflection (Nocturnal’s Reflect) providing extremely flexible and highly extensible property editing
  • Sharing general processed data results using signature-based cache files to remove processed data from revision control
  • Perforce for code and assets storage, branching for milestones, and the virtues of less live assets coupled with our continuous integration system for keeping users working reliably through an increment of content creation

The slides are available from GDC’s website here.  If anyone has any questions I will be happy to handle them as best I can in the comments.

Happy hunting (bug hunting), folks 🙂