zoot Posted March 21, 2013 Report Share Posted March 21, 2013 I'm quasi-interested in making the engine more moddable (#304). One of items I've noticed in that regard is that a number of system components are hardcoded into Simulation2.cpp: https://github.com/0ad/0ad/blob/master/source/simulation2/Simulation2.cpp#L100Wouldn't it be a good idea to factor as many of those as possible out of Simulation2.cpp and into an XML template, similar to "special/player.xml"? Then mods could alter that template in accordance with which components they actually need to use. Quote Link to comment Share on other sites More sharing options...
quantumstate Posted March 21, 2013 Report Share Posted March 21, 2013 Yes, that sounds like it would be good. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.