Jump to content

mia389

Member
  • Content Count

    203
  • Joined

  • Last visited

  • Medals

Everything posted by mia389

  1. TY sir. When I did that it launches as standalone version and not combined.
  2. _runA2CO.cmd "-nosplash" where do I put the above command? using steam for both versions
  3. I might give it a try. I really want shortcuts though.
  4. Welcome to the forums! I have this problem to. I think if you put the waypoints closer it will help. Just wait until you try to put waypoints for the C130.
  5. I'm trying to create a shortcut for Combined Operations. I'm using steam for both and tried this method. I think I am doing something wrong. I put _runA2CO.cmd "-nosplash" in my shortcut target line. That didn't work. I also put that in the steam launch options and created a shortcut. That didn't work either. Where do I put the above command? When I run _runA2CO.cmd from my OA folder it loads combined operations up. I'm just trying to make it easier with a shortcut and no splash.
  6. Yes I did try. It works nice, but not for revive.
  7. ya I tried the "AWARE" thing and did not do much. I also tried with no script and its the same. Something does not seem right
  8. I tired with OA and after I respawn at a marker everything stops working. Anyone esle hafing any luck?
  9. Anyone tried this with OA? Im stuck using the first aid module :-(
  10. I seem to be having this problem to. I use JWs script as well. Only happening with OA. I have them set to SAFE. I thought that was my problem. Im going to try AWARE and see what happens
  11. How do I call up the hints in a trigger? Example mission did not have that. ---------- Post added at 04:53 PM ---------- Previous post was at 04:47 PM ---------- Would it be TaskKill call SHK_showTaskHint ? Kill being the name of the task. How does it know if its failed/done,canceled ect.
  12. lol, On my mission lastnight I was placing all kinds of game logics to do this. Perfect timing. Now I can go clean it up with this code. Thank you much for sharing!
  13. Family always comes first. Thanks for the update.
  14. Heh, I have been putting my diary in a briefing.sqf. Great I can now add it to this. Thanks once again.
  15. < Cant wait. Tried to see how the Domination worked with the new ruck thing. Was a bit over my head though
  16. I run Arma2 in windowed mode. I can run it in windowed mode but it does not take up my full screen. I tryed to put this in target line -window -x=1920 -y=1080 That didnt work. Any ideas how to make my window take up my whole monitor?
  17. mia389

    OA window mode

    SHK again you come to my rescue. I need to send you a 12 pack
  18. Thank you much sir. This worked perfect for me. Now if I could find out how to not launch steam when I use my arma shortcut
  19. I tried to do this but it does not let me put all that in. Like I am putting to much text in. Im trying to put this in "C:\Program Files (x86)\Steam\SteamApps\common\arma 2 operation arrowhead\ArmA2OA.exe" -noSplash -window -x=1920 -y=1080 "-mod=c:\program files\bohemia interactive\arma 2;c:\program files\steam\common\steamapps\arma 2 operation arrowhead\EXPANSION"
  20. mia389

    Cannot Patch 1.07

    I get multiple arma2 files that show up in Regedit. Which one do I change for the path? Or which folder is it in? Not very good with the registry
  21. The first time I tried the task, they were not being updated. I found out I was naming them wrong. Have to have task in front of the name. taskAirfield = player createSimpleTask ["Airfield"]; Right way Airfield = player createSimpleTask ["Airfield"]; wrong way Might help some others. Works great though!
×