-
Content Count
151 -
Joined
-
Last visited
-
Medals
Everything posted by wickedstigma
-
Simple Artillery Strike v1.0
wickedstigma posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hi everyone! This is a Simple Artillery Strike script I made to help myself and some others to have basic idea of a custom artillery strike, or just to add a simple artillery script to your missions. This script is preset do the following: Fire: D30 122mm HE Place: artilleryTarget Marker Delay: 5 seconds between each round Height: 500 meters Amount: 10 Spread: 50 meters How to use it? 1) Create a marker called artilleryTarget and place it anywhere on the map 2) Make a radio activated trigger and write the following code in the On Act. box: hint "Left click on map to send coordinates"; onMapSingleClick """artilleryTarget"" setMarkerPos _pos; [""ARTY_Sh_122_HE"",""artilleryTarget"",5,500,10,50]execVM ""artillery.sqf""; onMapSingleClick """";"; 3)Copy the following code to notepad and save it as artillery.sqf /* ------------------------------| Simple Artillery Strike v1.1 | ------------------------------| By:wickedStigma | ------------------------------| June 9, 2010 | ------------------------------| Special Thanks to: ST_Dux | ------------------------------| */ //Link: http://forums.bistudio.com/showthread.php?p=1646466 //INTRUCTIONS: //Write the following code on a radio activated trigger //hint "Left click on map to send coordinates"; onMapSingleClick """artilleryTarget"" setMarkerPos _pos; [""ARTY_Sh_122_HE"",""artilleryTarget"",5,500,10,50]execVM ""artillery.sqf""; onMapSingleClick """";"; //Script Start //Declare Variables and gets data from the array _ammo = _this select 0; _bombsite1 = _this select 1; _delay = _this select 2; _height = _this select 3; _amount = _this select 4; _spread = _this select 5; _y = 0; //Delays the script for the amount of time stored in _delay sleep _delay; // Loops the amount of times stored in _amount for [{_x = 0}, {_x <= _amount}, {_x = _x + 1}] do { //Creates the slected ARTY_Sh_122_HE at 300 meters _artilleryStrike = _ammo createVehicle [(getMarkerPos _bombsite1 select 0) + (_y - 10),( getMarkerPos _bombsite1 select 1) + (_y - 10), _height]; //Creates a ramndom number from 0 up to the value assigned to _spread _y = round(random _spread); //Delays the code for the selected amount of time sleep _delay; }; 4) Enjoy! ---------------------------------------------------------------------------------------- IMPORTANT! You can change different things in the code to suite your needs. To do this just change the values on the array before the execVM. [""ammo"",""target"",delay,height,amount,spread] execVM Feel free to ask any question and if someone knows how to handle variables through the OnMapSingleClick, please PM me. I just want to be able to put an array of the settings of your artillery, (ammo, height, number of rounds, etc.), through the activation trigger. -
Hi everyone, this is a trailer/teaser for a possible [mission/campaign] based on the real Operation Herrick 9. Hope you guys like it! _Wofro2_0SM
-
Lol, 204 views 4 comments :-D I was expecting some more feedback if its not a problem.
-
The artillery sounds were taken actually from a real 155mm hitting about 50 meters from the camera, real footage not game, the bullet fly by sounds are there two, its just that other sounds may not let you hear them. I want it to add the camera shake but I'm still working with those skills since I wanted to add them through the video software and not through cameraShake. Thanks for you opinion and I will keep posting my work! Thanks again! :D P.S. I enjoyed a lot the helicopter footage of commarades in arms! Great gameplay!
-
@domokun First of all thanks for correcting the typo lol!, I didnt notice until you told me, but since its already up and my upload speed is not the best I'll leave it like that, but thanks anyway! It actually uses BAF like @colonel stagler said. I will take a look to @Lightninguk missions, thanks for the feedback and the info! I have never tried to make a coop mission, Im even having a bit of a hard time making the single player mission since I know how to set the waypoints, timing of things, triggers, etc, but I dont know how to make the official objectives and that stuff. I've been programming for a long time, but never got to make a complete mission for other one than me so I have never worked with the intros and outros either. I'll see what can I do.
-
Hi everyone, this is my first montage, I tried to focus on the overwhelming sounds and desperation of being pinned down and then the danger close artillery support. Hope you guys enjoy! @LitosHQ your videos where one of the main inspirations for me to start making machinimas. I hope you see this video too. _Wofro2_0SM
-
Just wanted to say happy new year to all the Arma lovers from Puerto Rico! I wish you the best this year and wish for great things for Arma 3!
-
Player looking for squad (not for squads to post looking for players!)
wickedstigma replied to Placebo's topic in ARMA 2 & OA - SQUADS AND FANPAGES
Game Name: Jaime (James in spanish) Age: 28 Location: Lares, Puerto Rico Languages:Enlgish, Español ACE: YES Time Zone: GMT -4 Roles: I have played different roles in the past, but the majority of the time with the AI. I like to be in the front lines as any role inside a light infantry team but I can also serve as a pilot with A-10/ AH-64/AH-1 and other sort of choppers. I also have a lot of experience controlling AI Team with upto 10 soldiers, and have basic to intermediate knowledge on light infantry formations, strategy and tactics. Preferred Roles: Classes: Rifleman, Automatic Rifleman, Medic, AT. Looking For: I want to be part of an organized team, looking for realism and to learn communication skills, team work, and epic battles. Would prefer role playing but its not necessarily at the moment. Never played a coop-mission , at least not with other people so that would be great to know how the team works etc. Also want to play different types of game modes and scenarios. Anyone interested send an email to wickedstigma@gmail.com -
Takistan Buildings Classnames
wickedstigma posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hi everyone, long time I havent post. I'm looking for a way to add a custom town, not with the town gen module, but its been a week now of searching for Takistan buildings classnames without any luck. Some time ago I found a visual guide which had the buildings with their classnames and everything, but it didn't include the takistan or Zagrabad buildings. I'm making a mission, finally a complete one!, and I'm having a pretty hard time with the different buildings since their are a lot. Thanks for any help as always. -
Takistan Buildings Classnames
wickedstigma replied to wickedstigma's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
@kylania you are the man, thanks a lot, this guy deserves a standing ovation for doing such a great work -
Takistan Buildings Classnames
wickedstigma replied to wickedstigma's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thanks but thats my point, its not a random town I want, its a town I already sketch on paper. But thanks for the help anyways. Let e check anyways the demo mission. ---------- Post added at 07:57 PM ---------- Previous post was at 07:44 PM ---------- @cobra4v320 THanks a lot for that! And yes I wasn't referring to the module kylania, as cobra said. @Demonized Im going to try this too, if it works, which im sure it will, it is really really useful. Is there a way to spawn all the houses at the same time. I mean with a script since I need to know which one is which so I can pick the ones I will use. @kylania I love your freaking sig, everytime I cross through a thread and see your sig I say "Damn it looks cool..." Lol! Really like it, no joke. Thanks for the info on the Town Gen anyways. After this, in the weekend maybe, I think Im going to make a visual guide to this buildings. You dont know how many headaches I've got just searching for it. Now i think Im going to get another great headache by placing the buildings one by one, adjusting height, direction, position of OpFor... but I think is going to be worth it. As I said before, this is the first time Im going to make a complete mission, by this I mean with intro all the objectives and everything, not like the thousands of custom missions I've made and played straight from the editor. Ill make it singleplayer and then depending how it goes out will try to convert it to Coop, depending on how difficult it is. Before I end this post I wanted to ask if any of you guys know how to make a mission not dependent on certain addons even if I run them when I'm making the mission. I don't want any problems when I upload my mission. Thanks again in advance. -
Long Inquiry - Want to design an INFANTRY hud mod.
wickedstigma replied to =242= CPT. Helios's topic in ARMA 2 & OA : ADDONS - Configs & Scripting
I was thinking about something like this except not scifi, more like ghost recon addon for Arma. -
ArmA2 Persistent Database Scripts - WIP
wickedstigma replied to [kh]jman's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Outstanding job man! -
Yes! I hope they actually do it. It would be good if you could use tactics just by command, like the game Swat 4 (if you ever played it.). Wow, so many things in mind for A3!
-
Ive been thinking the same thing for a long time! I was planning to make a RTS mod with A2 at least take the first steps towards making one and adding more commands and stuff through scripting.
-
I know this post was las year, but why you dont use a trigger so when you are standing in front of the door the the above code activates?
-
OA CALanguage_Mission addon required, spent 2 days trying to fix...
wickedstigma posted a topic in ARMA 2 & OA - TROUBLESHOOTING
Hi! 2 days ago I bought A2:OA So I installed [by the way, my OA took 4 + hours to install] it and downloaded the patches. After testing the game without the patches, everything worked fine, so installed the patches and thats where everything went south. It gives me an error that says Addon 'CA_Missions' requires addon 'CALanguage_missions'. When you press ok, the game starts but the menu has things missing, inside the editor there are things missing too. I removed both games, installed them again, you can imagine how long it took... and same thing happened after installing. I guess if I cant fix it, I will have to install the game a third time, don't install the updates but whats the point? I WANT TO PLAY ONLINE! I will be very glad if someone can help me. This is the patch I downloaded: http://www.arma2.com/index.php?option=com_rokdownloads&view=file&Itemid=20&id=445:arma-2-operation-arrowhead-patch-1-50-to-1〈=en Here are the screenshots: P.S. About the game taking so long to install, do you have any idea of why this is happening? My computer specs are: Intel Core 2 Quad CPU Q6700@2.66Ghz OCZ 8GB Ram DDR2 NVIDIA GeForce 8800GTS 512 ASUS P5K-E MoBo Thanks again in advance -
OA CALanguage_Mission addon required, spent 2 days trying to fix...
wickedstigma replied to wickedstigma's topic in ARMA 2 & OA - TROUBLESHOOTING
Oh, sorry. The thing is that the patch cannot be uninstalled. I can try and download it again from somewhere else, but I have to reinstall everything again and thats really time consuming. Ill try it and let know what happens. By the way, I saw a post of someone who had the same problem but he was ignored completely in the thread. -
OA CALanguage_Mission addon required, spent 2 days trying to fix...
wickedstigma replied to wickedstigma's topic in ARMA 2 & OA - TROUBLESHOOTING
The last time I installed Arma 2 was yesterday since i had the problem. So I installed a fresh copy of A2 and OA. I downloaded the patch straight from the official BI page. -
OA CALanguage_Mission addon required, spent 2 days trying to fix...
wickedstigma replied to wickedstigma's topic in ARMA 2 & OA - TROUBLESHOOTING
I had Arma 2 already installed, when I bought OA I just inserted the disc and installed it. Then I played a couple of the missions and when I was going to play online I could play with anyone because I didnt had the latest updates, so I went to the address I posted in my first post and downloaded the patch that contained from 1.50-1.56 version to 1.57. After that I got the error and the problems. -
OA CALanguage_Mission addon required, spent 2 days trying to fix...
wickedstigma replied to wickedstigma's topic in ARMA 2 & OA - TROUBLESHOOTING
I checked and the .pbo is there. I have the disc that I bought in Best Buy, and also have Arma 2. -
Real Life Photography/Photo Editing II - NO IMAGES >100kb
wickedstigma replied to Major Fubar's topic in OFFTOPIC
Wow, beautiful pictures! -
Destroying a town by dropping bombs and artillery
wickedstigma replied to 45killa's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
You actually dont need a .sqf to do it. Let me explain what he means with these instructions. 1) Create any artillery unit you want. Then add some others of the SAME KIND and group them (F2) 2) Go to the Modules (F7) and add an Artillery Module and call it Battery1 3)This will be a target on top of the city. What I use for targets is a marker or an Invisible Helipad which is in Empty > Objects > H (Invisible) and call it a1 4) Create a trigger (radio or bluefor activated) and put this code inside the On Act. field [battery1, true] call BIS_ARTY_F_SetShellSpawn; [battery1, 1000] call BIS_ARTY_F_SetDispersion;[battery1, (getPosASL a1), ["IMMEDIATE", "HE", 1, 15]] call BIS_ARTY_F_ExecuteTemplateMission; 5) Enjoy again! So what does each thing do here? [color="Orange"]// This will pass spawnMode as true to turn spawn mode on[/color] [battery1, true] call BIS_ARTY_F_SetShellSpawn; [color="Orange"]// This will set a dispersion value for the artillery battery passed in the function[/color] [battery1, 1000] call BIS_ARTY_F_SetDispersion; [color="Orange"]// This will execute the fire mission on your target, 15 rounds of High Explosives ordnance with a delay of 1 second between each shot[/color] Battery1, (getPosASL a1), ["IMMEDIATE", "HE", 1, 15]] call BIS_ARTY_F_ExecuteTemplateMission; I hope both codes can serve your needs. Let me know what happens and if you have any doubt just let me know too. -
Destroying a town by dropping bombs and artillery
wickedstigma replied to 45killa's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Finally Im back but so freaking exhausted! :(. For what I see on the code he is making an attack 1000 shells with a delay of 1 second. Its pretty easy. What you don't understand? -
Destroying a town by dropping bombs and artillery
wickedstigma replied to 45killa's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
As you said it is an array. And its actually working. Try it for yourself and you'll see.