mia389
-
Content Count
203 -
Joined
-
Last visited
-
Medals
Posts posted by mia389
-
-
I might give it a try. I really want shortcuts though.
-
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.
-
or just do_runA2CO.cmd "-nosplash" "-cpucount=4" "-exThreads=7" "-mod=@KHPackOA"
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.
-
What do you mean by "Im stuck using the first aid module"? As in that's all you are using?Did you try it with OA yet? I didn't see any troubles at first glance but I only tried it briefly.
Yes I did try. It works nice, but not for revive.
-
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
-
I tired with OA and after I respawn at a marker everything stops working. Anyone esle hafing any luck?
-
Anyone tried this with OA? Im stuck using the first aid module :-(
-
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
-
Yep, It did. Works perfect!
-
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.
-
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!
-
Family always comes first. Thanks for the update.
-
Heh, I have been putting my diary in a briefing.sqf. Great I can now add it to this. Thanks once again.
-
;1664981']Is this compatible with Operation Arrowhead? Could we get an example mission on that?< Cant wait. Tried to see how the Domination worked with the new ruck thing. Was a bit over my head though
-
-
Had the same problem.Fixed it by placing the correct window size into:
\My Documents\ArmA 2\Arma2OA.cfg
Windowed=1; Resolution_W=1919; Resolution_H=1149; winX=0; winY=23; winW=1919; winH=1149; winDefW=1919; winDefH=1149; Render_W=1919; Render_H=1149;
SHK again you come to my rescue. I need to send you a 12 pack
-
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?
-
Add your mod to the Steam Arma2 OA folder.Locate the _runA2CO.cmd from the fix posted by Dwarden...
Edit the file.
Change this line:
"%ARMA2OAPATH%\ARMA2OA.exe" "-mod=%ARMA2PATH%;%ARMA2OAPATH%\EXPANSION"
To something like:
"%ARMA2OAPATH%\ARMA2OA.exe" "-mod=%ARMA2PATH%;%ARMA2OAPATH%\EXPANSION;@CBA;@WHATEVER"
Now OA will load with your addons, but they will not be visible in "Expansions" in the main menu.
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
-
Question: I cannot get my mods from ArmA II to run in OA with the merge. How is this done?Thanks!
EDIT: I have the Steam version of ArmA II and ArmA II OA and both are working fine with the merge indicated in this thread! It is just that my mods will not show up.
same problem
-
Basically what is does is to load both arma2 and OA as mods to the OA .exe-file. So it's quite simple to do it yourself.Say you have arma2 in c:\program files\bohemia interactive\arma 2\ and OA in c:\program files\steam\common\steamapps\arma 2 operation arrowhead\
Then what you do is to go to the folder where OA is (as above). Right-click on arma2OA.exe and choose "send-to desktop (create shortcut)". Now you should have a shortcut on the desktop. Right-click the shortcut and choose properties.
Add this line after arma2oa.exe in the target box:
operation arrowhead\EXPANSION"
Then start OA from your new shortcut and verify that you can see arma2 by choosing "expansions" in the menu, or fire up the editor and see that you can choose utes and chernarus among the maps from OA.
...basically just like loading whatever mod you are using. The important thing for when using paths with spaces is to start with a " before -mod= and end the line with a "
Dwardens script does it for you, but this is how it's done manually.
Cheers.
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"
-
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
-
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!
-
Sweet, Thanks again shk.
-
shk, You rock. Thanks for helping me once again. This worked perfect for me.
ARMA 2: CO (how to combine ARMA 2 into ARMA 2:OA and use together)
in ARMA 2 & OA - QUESTIONS & ANSWERS
Posted
_runA2CO.cmd "-nosplash"
where do I put the above command? using steam for both versions