Beny.cz
Member-
Content Count
60 -
Joined
-
Last visited
-
Medals
Everything posted by Beny.cz
-
Problem with attachTo
Beny.cz replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Great, I got it to work, thanks man. Now I have a small problem. When a howitzer is detached from the heli, it gets stucked in air. Is there any way how to make it "land" ? -
Problem with attachTo
Beny.cz replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I think I get the idea, but I dunno where to put the arguments. -
Hi, There is a task to destroy two convoyes in a mission me and my friend created. We used " not (alive tank1) && not (alive tank2), ..." as a condition in a trigger which sets the task as succeded. It works fine. But yesterday we managed to decrew one tank and use it to take out the rest of the convoy. But we had to destroy it to make the condition true. So, is there a way how to find out wheater a vehicle has a ENEMY crew, and if it has not, set the condition to true ? Thanks, Beny
-
A tank without enemy crew...
Beny.cz replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I can not get it working Deadfast. But I found out that if the vehicle name is tank, than the driver's name is tankd, gunner's name tankg and commander's name is tankc. EDIT: Oh, my bad, it works. But it does not work if the crew died in the vehicle. -
Uniforms swap, creatvehicle question
Beny.cz replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
OK, well I am still having trouble with the script. I noticed that I wrote than instead of then (too bad english is not my language). But, it still does not work. When I move the BMP, pil says that "You moved too far" but the tent gets created. Weird, huh? -
Uniforms swap, creatvehicle question
Beny.cz posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hi, I am making a mission where a spetznatz team inflitrates an enemy camp, STEALS THEIR UNIFORMS and then moves tothe next objective. How can I swap the uniforms? I know that it maight be possible to edit the mission.sqm file but is it possible to edit it in-game? All I need is that my spetznatz soldiers are in CDF uniforms and are considered freindly by them. Ok, 2nd question. How can I assign a name to a vehicle I created using the creatvehicle command? For example I want a A-10 to be created in the air and I want to "teleport" the player to it :) Maybe using the nearestobject? Dunno. Thanks for all responses, Beny -
Is it possible to edit maps made in the wizard in the editor proper?
Beny.cz replied to Redfist's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I am not sure, it maight be possible to get the from MPMissions folder if they are there. But it is better to get this: http://forums.bistudio.com/showthread.php?t=79842 Helped me a lot. -
Uniforms swap, creatvehicle question
Beny.cz replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
bhaz, thx for the info, I will try it asap -
Uniforms swap, creatvehicle question
Beny.cz replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thanks Bon, I really appreciate what you are doing. So, I made some steps foreward. What I achieved: Units which get close to BMP can sapwn a medic tent (only once until it is unpacked). This procedure is supposed to take 3 minutes and if somebody drives away with the BMP, it must be canceled. The code: Please excuse notes in Czech :) The problem is: even though the BMP moved, the tent still gets created. I guess I am still having trouble with if-than-else thing. :( Any ideas how to fix it? :)) FIY, I will be using the revive scripts, but w/o possibility to revive exactly where player died. He must be carried to the MASH station :) -
Uniforms swap, creatvehicle question
Beny.cz replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Man, I must be totally dumb. I tried this: But it does not work. -
Uniforms swap, creatvehicle question
Beny.cz replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Ok, I will find a way around. Another question: Is it possible to somehow find out if a vehicle has a driver - a player...if it has, I want to use addAction command and than exec a script. Is there a way how to do it? (it should be a Medic BMP, which would create a medical tent - I know how to do this but I dunno how to use addaction properly ) -
Uniforms swap, creatvehicle question
Beny.cz replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Any ideas ? -
Activating trigger when a certain number of troops are inside
Beny.cz replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
thanks man, works great :) -
Activating trigger when a certain number of troops are inside
Beny.cz posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
hey, how can you ctivate a trigger when a certain number of troops are inside? I tried different stuff with the count command, but nothing worked. For example I want to activate a trigger when at least 5 BLUFOR troops are present. -
AC130 Gunship Simulation Script
Beny.cz replied to GeneralCarver's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I can not find the palce where you get in as gunner. Where exactly is this place? EDIT: I have placed myself as a gunner in the cannon using moveingunner. Very good job with the script. -
Hi, me and my friends are playing lots of coop missions, we have our own dedicated server. And we communicate on teamspeak. The problem is, when there are over 10 people on Teamspeak, it turns into chaos. So we have created 3 sub-channels on TS. Than in-game, we divide into 3 teams. Now the problem is: Team leaders communicae with each other using whisp. function (not really best solution but it works) But it would be usefull if all players could hear team leaders. Also, when a team leader is killed, we have to wait for him to resp (and in most missions we have like 5 minutes long respawns). So, we agreeded that best solution would be to use in-game voice chat. But it is not working for everyone. Some people can not hear each other even though they can communicate on TS without a problem. Also, the sound quality is quite bad, much worse then on TS. So, my question is: Do you know about a better way how to communicate or a way how to fix the in-game voice chat? Sry for the long post and my crappy English. Regards, Beny
-
Mission ends when team reaches certain score
Beny.cz posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hi, what do I have to do when I want a mission to end when team reaches certain score? It is a TDM map. Regards, Beny -
Mission ends when team reaches certain score
Beny.cz replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hm anyone ? -
Write it together, setDamage, not set Damage
-
Mission ends when team reaches certain score
Beny.cz replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
You mean like: _s1 = score player1; _s2 = score player2 etc.. than somewhere in trigger (End1): condition: _s1 + _s2 ... >= 100 I am a real noob in this. -
Crap bad post
-
Mission ends when team reaches certain score
Beny.cz replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
But that would end the mission at the seccond Blufor enters the area, would not it? What I want is this: When one team has for example 100 kills, the mission ends. -
Camera zooming smoothly
Beny.cz replied to Beny.cz's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
It works! God I am stupid. That is what you get when you do not read tuts carefully :D -
Hi. Is there a way how to make camera zoom smoothly? This is how my intro.sqs looks like: But the camera is still "lagging". Regards, Beny
-
Cobra squadron not following waypoint
Beny.cz replied to Njayjay's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Or maybe the wp is too close. Happened to me once.