Results 1 to 4 of 4

Thread: ACE 1.09 NV auto-adjust

  1. #1

    ACE 1.09 NV auto-adjust

    ACE 1.09
    ace_sys_nvg.pbo - can i disable it(NV auto-adjust) in my mission?

  2. #2
    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?

  3. #3
    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

  4. #4
    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:

    Code:
    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 .


    Edit: lol i haven't seen the date of the post till now :S, i thought i were on arma2 one ¬¬
    Last edited by columdrum; Feb 3 2011 at 12:13.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •