pclipse
-
Content Count
76 -
Joined
-
Last visited
-
Medals
Posts posted by pclipse
-
-
Hey guys,
So you know how there are shells, such as HE_120_mm for example. Well how can I make the shell an object which I can just place on the ground.
I used this code, and made a game logic and put this in the init:
bomb = "M_Sidewinder_AA" createVehicle getmarkerPos "explosion";
However, all that happens, is the Sidewinder missile spawns for like .0001 seconds, but explodes immediately after. My question is:
How can I stop the explosion, and just have the shell or "missile" stay there without exploding?
Kind Regards in Advance,
Pclipse.
-
Hey guys,
So you know how there are shells, such as HE_120_mm for example. Well how can I make the shell an object which I can just place on the ground.
I used this code, and made a game logic and put this in the init:
bomb = "M_Sidewinder_AA" createVehicle getmarkerPos "explosion";
However, all that happens, is the Sidewinder missile spawns for like .0001 seconds, but explodes immediately after. My question is:
How can I stop the explosion, and just have the shell or "missile" stay there without exploding?
Kind Regards in Advance,
Pclipse.
-
ftp://downloads.bistudio.com/Tools/BI_Editing_Tools_2_Setup.zip
The link doesn't even work for me!!
EDIT: Nevermind. Chrome is retarded when it comes to FTP links.
-
im glad it won't be
it's too good for consoles lol.
-
You're making this really confusing it works perfectly fine for me :P
Make a vehicle name it "car1"
Make a trigger on a road or wherever you want the IED to blow. then Group the vehicle to the trigger and in the On Act put: [car1, "Medium"] exec "IED.sqs"
-
Medium and large are the same looking at the script :P
-
Where the hell is the flashbang? I saw it in the preview.....where is it?
-
Yeh cobra's should work. Or you can just define your triggers as publicVariable's: obj1, obj2, and obj3. and make sure in each trigger you also put "obj1 = true" etc. without quotes. And then in last trigger for Condition put: obj1 && obj2 && obj3 in On Act: forceEnd;
-
Anyway to "slow" the bullet down? I mean. The camera is nice. However you see the bullet hit before the camera gets to the hit object.
-
If you set behaviour to Safe, the AI then thinks that nothing is happening. For example if infantry is set to safe. They would walk with their gun down and just look around
-
rgr, thanks a lot guys :D will test it out now
---------- Post added at 05:22 PM ---------- Previous post was at 05:17 PM ----------
yay works!! Thanks a lot guys!
-
Hey guys,
I'm trying to add a Laser Designator to this Player. However. When I have this:
this addWeapon "Laserdesignator";
In the Initialization field. All works good. But there are no Laser Markers available. Because there are no batteries right?
So I did this:
this addWeapon "Laserdesignator"; addWeapon "Laserdesignator";
And When I press OK, I get this error: "Missing ;" wtf am I missing a semi-colon??
Thanks in advance,
PCLiPSE
-
I figured it out. I just used PBOview and packed it up :D
-
Hey guys,
So I finished editing and creating my custom mission with the Description.ext and Briefing.sqf, and everything works when I go to preview in the MP Editor. However. Then when I go to save it as a Multiplayer Mission, the .pbo gets saved. And I put all the other files (briefing.sqf, and description.ext and init.sqf) into the same folder that the .pbo is in. And when I create a new MP game on LAN. There is no Briefing!! How do I attach the briefing and Notes into the .pbo?
Kind Regards,
PCLiPSE
-
Yeh. That link is dead. Mind re-uploading for us?
-
Does it help with frames?
-
Do I use Visitor 3 or what?
-
But dude. I don't want to be looking around for servers. I used to play Project Reality. The entire team works together. You can call in Air Support. Laser designate targets etc.
Also....for Capture the flag...why the hell are the flags so close to eachother. It's so dumb. But I'll join TC, see what it's like.
---------- Post added at 10:24 PM ---------- Previous post was at 10:17 PM ----------
sorry I meant TG
-
Rgr. I'll join TC. I've played with them on PR. And it was great. so TC it is :) I'll see how it is.
-
Hey guys,
Just spent 50 for nothing....Umm...Basically I go online. No cooperation. It's just like CoD on a bigger scale. Haven't got to fly online yet. Project Reality is still dominating here. I mean. Unless you bring in a full squad and tactical assignments into this game. It won't go far..Sorry guys. I'm EXTREMELY dissappoint online-wise.
-
Yes. But the most full server I see now is 40/40...
-
Is 40 seriously max players?
I thought it would be like 100 or something :O
I mean even Project Reality supports up to 64 players. And is the only way to play...Co-op...no Person vs Person?
-
I use the 'precision' hotkey when I zoom in.I don't want to use hotkeys. That's what I have TrackIR for :P
---------- Post added at 08:13 PM ---------- Previous post was at 06:56 PM ----------
I have another question. How do I save different profiles for different games? And then select to use them?
-
My speed is at 1 right now. So I guess I should play with Smooth.
Making a shell an object?
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted
anyone?