sheffer 10 Posted August 30, 2010 ACE 1.09 ace_sys_nvg.pbo - can i disable it(NV auto-adjust) in my mission? Share this post Link to post Share on other sites
callihn 10 Posted August 30, 2010 I assume since you have listed the file you probably already know what options are available and have determined that it would require changing files inside of that .pbo, so what does the license say? Share this post Link to post Share on other sites
sheffer 10 Posted August 31, 2010 in fact ace_sys_nvg.pbo is a script, which executing when loading ACE mod. I think i cant undone that script execution with my mission files, but may be its possible? :) P.S. yes, i just can remove it, but i need mission for ACE not a mission for ACEsheffer's edition :D Share this post Link to post Share on other sites
columdrum 11 Posted February 3, 2011 (edited) Well for example you can override the funcion that handles the NV adjustement, thats the fastest way to disable it for your mission. The exact script code should be something like: ace_sys_nvg_fnc_keypressed={}; To be sure that it works you may add a small sleep before do that, i don't know where is initialiced the NV :p. Edit: lol i haven't seen the date of the post till now :S, i thought i were on arma2 one ¬¬ Edited February 3, 2011 by columdrum Share this post Link to post Share on other sites