Jump to content

VietTri

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About VietTri

  • Rank
    Newbie
  1. Hi guys. How do I add the addons to the command line in that merge script? Original line was: :run call "%_ARMA2OAPATH%\ARMA2OA.exe" "-mod=%_ARMA2PATH%;%_ARMA2OAPATH%\EXPANSION;ca" %1 %2 %3 %4 %5 %6 %7 %8 %9 ENDLOCAL But this won't startup cba and ace files. It tries to load the extented even handlers. As you know it requires those named addons. So I changed that original command line to: :run call "%_ARMA2OAPATH%\ARMA2OA.exe" "-mod=%_ARMA2PATH%;%_ARMA2OAPATH%\EXPANSION;ca;@CBA;@ACE;@ACEX;@ACE_SM;BWMod" %1 %2 %3 %4 %5 %6 %7 %8 %9 ENDLOCAL Isn't it much easier to modifiy the usual shorcut of the the game by adding the oa link? What would the call like be? mod=complete path to that .executable? This won't work. :/ Thank you for suggetions.
×