tod
Member-
Content Count
24 -
Joined
-
Last visited
-
Medals
Everything posted by tod
-
UPSMON - Urban Patrol Script Mon
tod replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I may not have been clear enough: I tried running both the original UPS and UPSMON in the same mission--East was UPS, West was UPSMON--and I could not get both AI programs to work together. Of course UPSMON works on East and West in the same mission, common man. ;) -
UPSMON - Urban Patrol Script Mon
tod replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I have no answer to your question THH, but! I did try making a mission where East called UPS and West called UPSMON and both of them would not work together. It appeared that whatever script was called up first was the only one that operated. If East started moving toward the marker, West would just stand there. I tried this several times in several ways and it appeared that they were not compatible. Just FYI. If you got them both to work I'd be interested in what you're doing to achieve those results. -
Gibbet's Copy My Stance Version 4.0
tod replied to Caxton Gibbet's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Caxton Gibbett, thank you for responding. I followed your instructions to the T and still had no action menu option (though I can use the action menu to switch weapons and heal). So I tried the keypress version and may have done something wrong due to lack of know-how. I set the custom keys 18, 19 and 20 to P, - and =. I then set P, - and = under turbo in the game-key assign page. This didn't work, either; so I'm assuming that I missed a step or something. Any help would be appreciated. Thank you for your time. -
Gibbet's Copy My Stance Version 4.0
tod replied to Caxton Gibbet's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Can I get a little help on installation? I want to use the action menu version--so I named a folder @GIB_Copy_Stance and put it in my ARMA 2 root folder. I then put the @GIB string in the game start properties. AND, no new commands show up in-game when I press the space bar (which I've always assumed was the action menu). Am I loading the addon wrong? -
UPSMON - Urban Patrol Script Mon
tod replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
^Copy that; thanks for the replies. I have been playing missions with UPSMON where the player is NOT the TL and I can verify that UPSMON runs on the squad. And you are correct in that the moment player become TL (due to death/attrition) UPSMON stops running on that particular squad. In fact, I just ran a test: I created a three man team running UPSMON. The rifleman was selected as player, a medic and the TL were playable. Once UPSMON had activated I could not select the TL as playable in the team menu. Funny thing, while I was playing as a rifleman in a UPSMON controlled group, we were being suppressed and I was firing back blindly, when all of a sudden the character I was controlling stops shooting and throws smoke without me. It was like he was saying, "Seriously dude, you're gonna get me killed." -
UPSMON - Urban Patrol Script Mon
tod replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
In a self-made mission where the player is the fire team leader of a group that is heli-dropped on the beach: How do I run UPSMON on the AI in my fire team? I've used the landing way-point/trigger to trigger UPSMON but can only get it to run when I am NOT the leader of the group. Is there some way around this that I missed in a previous post; and if not, has anyone found a way around this? This is what I put in the wp/trigger: nul=[(units group1) select 0,"town"] execVM "scripts\upsmon.sqf" That has worked in many instances, but not when player = fire team leader. -
Sounds good. I'd like to see a SP mission based on/around the movie Tears of the Sun--where a fire team is dropped in hostile territory in order to secure and extract a living target. Would be a good scenario for coop as well.
-
SP - WORKHORSE (A random generated Chinook transport mission)
tod replied to sxp2high's topic in ARMA 2 & OA - USER MISSIONS
Sounds good. I'll give it a shot, or several. I can't recall the official name, but this sounds exactly like my favorite mission in the SP senarios that came with the original ArmA 2 CO. I'll report back in a couple when I've had time to try it out. -
ai compilation AI Compilation List of Addons/Mods/Scripts & Misc
tod replied to Gunter Severloh's topic in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Dude. Awesome. Thank you. -
UPSMON - Urban Patrol Script Mon
tod replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Does the "cycle:",x parameter from the old UPS still work with UPSMON? ^quoted from UPS readme. -
UPSMON - Urban Patrol Script Mon
tod replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
How do I get rid of the text in the upper right-hand corner that says UPSMON 5.0.9 West East Ref etc... I can't find where to shut/delete this. -
UPSMON - Urban Patrol Script Mon
tod replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
@glazohar: Ah, get it. Your code does not depend on the hardcoded trigger conditions. @Proud Gamer: this is just what I suspect, but, in the UPSMON init that goes in your missions folder (the separate one that has the dialog that you delete if you don't want to run the sample mission) there is the setting {view distance 1800} or something like that. YOu may have to change or delete it there. Again, I haven't tried this myself; I just noticed the code. -
UPSMON - Urban Patrol Script Mon
tod replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
thank you galzohar and Lonestar. You were right Galzohar about the KRON_UPS...; I added the MON out of habit I guess. Does: {side _x == EAST && alive _x} count allUnits < 50 do something similar to count thislist <=50? And if so, do the x' have to be replaced with a specific object? ---------- Post added at 01:11 PM ---------- Previous post was at 01:06 PM ---------- I've never used ambush, but someone in a previous post also said that placing the ambushing units too close to the ambush sight will cause them to behave poorly, or not at all. There is code in UPSMON that sets an ambush safeDistance variable or something. there's a perfect ambush number, in meters, that has to be considered, and I can't remember what that number is, like 50 meters or something. -
UPSMON - Urban Patrol Script Mon
tod replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
^I could swear i read a couple of posts back that mines explode only when armored vehicles (tanks and such) trigger them--a bug or something. -
UPSMON - Urban Patrol Script Mon
tod replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I have a question concerning the reinforcement trigger functionality: KRON_UPSMON_reinforcement1 = "true"; KRON_UPSMON_reinforcement1_pos = getmarkerpos "town"; Does all of that go in the Condition, or the On Activation in the trigger? Or does the first half go in the condition, while the position command goes in the On Activation? And is the above code actually correct for a group with nul=[this,"town","randomdn","reinforcement:"1] execVM "scripts\upsmon.sqf"? I'm pretty sure that the squad leader init code is right, but the trigger codes--it just didn't seem intuitive to put the entire line in either the condition or the On Act. So I ask: What is the correct way to load the reinforcement trigger? Thank you. -
addWeapon script (adds correct magazines automatically)
tod replied to celery's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thank you for the link. ACE_417_Eotech_4x, exactly what I needed. -
UPSMON - Urban Patrol Script Mon
tod replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Demonized, thanks for answering my question in the next post. Antigoon had already answered my question about the init file. I overlooked it my haste. -
addWeapon script (adds correct magazines automatically)
tod replied to celery's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Dude, this is an awesome piece of script right here. It works exactly like you said it should, and its a better solution than the one I was looking for. May as well throw this out now: Does anyone know where I can find a list of the weapons/classes for some of the H&K riffles that (I believe) come with the ACE extras? I can't find them anywhere. Again, Celery, this script is awesome. I will look for more of your stuff. -
UPSMON - Urban Patrol Script Mon
tod replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Antigoon, thank you--I was uder the impression that I had to change a line of script in the actual Arma2 program itself, which made me nervous. And thank you Demonized. So using UPSMON is basically as simple to load as Kronskys UPS was (save a mission in the editor and then put all the UPSMON files into it--done), but with the added parameter customization functionality. Again, the quick responses are appreciated. The potential this mod provides sounds incredible, almost limitless. The relative ease of use is also appreciated. Whoever conceived of and made this a reality did a lot of things right. -
UPSMON - Urban Patrol Script Mon
tod replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thank you Lonestar for responding. I googled 'how to install UPSMON' and your linked site was returned. My concern was/is this: Edit your init.sqf and add next lines: //Init UPSMON script call compile preprocessFileLineNumbers "scripts\Init_UPSMON.sqf"; Like I said, I am VERY new to all of this. I have learned a little about adding parameters to the INIT of units in the editor, but I still have not learned to edit any of the actual game files myself. If I have to go into the game's program and add/alter the above code, could someone give me a walk through, as I would prefer to not have to un/reinstall my game because I botched something by flying blind. Again, if anyone can help me with this, I appreciate it. -
UPSMON - Urban Patrol Script Mon
tod replied to Monsada's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I am a super noob at all of this so please pardon my simplicity. I have been using Kronskys UPS, making simple sp missions and love it. UPSMON looks freeking incredible, and I am anxious to try it out. Are the directions unpack RAR into user mission folder still correct? And do I have to remove the files for the Kronskys UPS? Thank you for your time. -
ATTN NOOBIES! - New to ArmA II or OA - Here's the place for your questions
tod replied to wraith_v's topic in ARMA 2 & OA - GENERAL
thank you sir. Zero-communication-SpOps-affirm (or something very similar was the order. I had tried communication before but did not know to choose Special Ops to further the menu. Again, thank you. -
ATTN NOOBIES! - New to ArmA II or OA - Here's the place for your questions
tod replied to wraith_v's topic in ARMA 2 & OA - GENERAL
I've been playing <Scenarios--My Missions--New...> and I cannot figure out how to reply to headquarters when they radio new objectives to me. What ends up happening is me and my squad receive the mission request; I don't know how to reply so we run towards the objective and before we reach it the mission gets reassigned. I've been using the keyboard cheat-sheet that comes with the retail game and I can't find how to reply to HQ. It's frustrating. Anyone had this issue and found their way through it? I can really use some help. Thank you. -
ARMA 2: Operation Arrowhead, version 1.57 - Patch released
tod replied to Dwarden's topic in ARMA 2 & OA - GENERAL
Read first sticky--question answered.