Nicolai 10 Posted January 18, 2017 Hello all, I have a question regarding modules placed in the editor. As I understand it, the modules are a way to change certain parameters, which otherwise would have their default values as designated in config files. Are the default module settings (in the editor) the same settings as they are in config files? In other words: Does it make sense to place a module and not change any of its settings? Perhaps this even varies per module and addon. I'm asking this because when making a template mission with ACE3, I plop down all the modules to be sure even though I leave some with their default settings. Many thanks in advance, Nicolai Share this post Link to post Share on other sites
dchan200 18 Posted January 18, 2017 I can answer your question about ACE3 specifically. ACE3 has a specific load order and mission module settings are at the end of the line. This means that if an ACE parameter is specified and forced before your mission module (server configs, mission parameters, etc) it will use those settings instead of your mission module's settings. For example: In your mission, you put down the ACE medical module and set the medical setting to Advanced. In my serverconfig.hpp, I have set the ACE medical setting to Basic and this is set to forced When I play your mission, the ACE medical setting will be Basic due to #2 Thus, you should configure your ACE mission modules to fit what you have in mind for the mission (or for communities that do not adjust their ACE settings). 1 Share this post Link to post Share on other sites
Nicolai 10 Posted January 19, 2017 That is exactly the answer I was looking for! Thank you very much Nicolai Share this post Link to post Share on other sites