Jump to content

Aldo15

Member
  • Content Count

    143
  • Joined

  • Last visited

  • Medals

Everything posted by Aldo15

  1. Aldo15

    Bleeding scritp

    i'll try them thanks guys!
  2. Aldo15

    Waypoint problem

    Look it's a big problem I don't really know to do for it, but I'll try. The Followin script I've not tried. I hope it helps
  3. Aldo15

    Fatalness v.2.0

    Hey man I tested your mission, but I've got troubles with it, I can just watch the intro, and I can't play the mission, I've downloaded its necessary addons, or maybe missing? Give a list of them so I can play it Cheers
  4. Aldo15

    [SP] Training Camp

    I agree with don't let to play ofp, and test missions for another ofp fans or members, but I don't think so 700mb in addons be necessary for one mission. Remember, some people don't like missions with too addons, I don't say for me, but for another people. There are some people with a internet so slowly, and I'm sure they won't download it.
  5. Aldo15

    [SP] Training Camp

    What they're so much addons... and a mission only?
  6. OPERATION FIDEL Uploaded with ImageShack FEATURES: *Almost 4 minutes of Cinema (Outro and Intro) *Option "Save-game" Via radio *Option to heal Via addAction command *Fire, smoke, sparks effects *It has 2 languages to play (English, Spanish) CREDITS Aldo15 ----------> Mision Design Laser -----------> Laser's Us weapons addon Mikeiro ---------> Editor 103 addon OsameX ----------> Fidel Castro adddon JAM team --------> JAM 3 Addon Babalon----------> Smoke and fire script CSLA II Team ----> Helicopter dust script and Smoke and fire script Mercs------------> Chimney smoke script Nikiller --------> Heal script CHANGELOG Version 0.2 *The Radio sounds were removed of the mission. *Objective #4 fixied *The mission briefing fixed *The units were synchronized with triggers, now the enemies soldiers are connected with the triggers version 0.3 *Intro was modified. *Some object were add at start position. *The landing point was put farther from the Fidel's home. *Some units were reomved of the mission. *Changed the Fidel position. *Overview modified. *Change the mission time. *Custom Sounds removed of the mission. *A custom scene add. Version 0.4 *The intro was fixed again. *Added "Nvgoggles" to player. *The barrels and fireplace have been removed. *Some bugs were fixed too. *Improved the alarm system at Fidel's town. Version 0.5 *Fixed the Custom scene *Removed the tents and sheds. *Added Tents "A" *The chopper has been locked *Added an "End2" it's activated if you kill the pilots *fixed the onplayerkilled.sqs file Version 0.6 *Added heal option *Adder fire, smoke & spark script *US Helo bug was fixed *Intro and outro were fixed *Added air support *Helo extraction was changed by M113's *Markers will be change their colors when they're done Pictures Download
  7. Aldo15

    "Competition" for OFP 2011

    Cool, but Operation Fidel Addons isnt there.. :/ EDIT: I had not seen them, Im sorry
  8. Aldo15

    [SP] Training Camp

    WTF!!!! 725Mb.!! :O :eek:
  9. Aldo15

    [SP] Training Camp

    No, I've just made 8 missions. It'll be ready on April or May or I don't know Hahahah XD
  10. OPERATION JERONIMO Author : Aldo15 Version: 1.2 Required : Ofp v 1.96 Laser's US weapons JAM 3 Afghanistan Island Talibans Barracks CoCoC mines Editor 103 You will also need the objects from BAS' Tonali island Note:Cope and paste the below URL into your explorer for it to work properly. ftp://ftp.ofpr.info/ofpd/islands2/BAS_O.rar Mission Summary US Army's operations center has detected Osama's fortress with the satelite. Now the US president has decided attack him and kill him. You've been chosen for him to command this operation. Your objective is kill Osama Bin Landen. In the mission you'll have the air and squad Bravo support Known Bugs: *None at moment Features: *Custom Music *Air support by Balistic addons studio but it was modified by me *Spark, fire and smoke scritp by CSLA team but it was modified by me *Custom texts *Heli dust script by Csla II team Some pictures: Mission Download
  11. Aldo15

    [SP] Training Camp

    I hope you also download my new campaign because it has much addons too. ; Watch th intro.. http://www.youtube.com/watchv=9U3wv0TXo3E&feature=mfu_in_order&list=UL
  12. Oops, Maybe I deleted "[" When I was writting it again. Im so sorry.
  13. Yes, it's posible. Fix it Radio.sqs onMapSingleClick {_pos] exec "flares.sqs"} hint "Click on the map to launch green flares" exit Flare.sqs _pos = _this select 0 [west,"hq"] sideChat format ["Launching green smokes to %1" , _pos] ~3 flare = "FlareGreen" camcreate [(_pos select 0) , (_pos select 1) , 150] ~0.5 exit
  14. Aldo15

    [SP] Training Camp

    Wow this mission has so much Add-ons :O
  15. I did a basic script for me, and it works. This is: I did: Add a trigger with next parameters: *Activation : Radio Alpha *On Activation : [] exec "Radio.sqs" these are the scripts: -First script : Radio.sqs onMapSingleClick {[_shift,_alt,_pos] exec "flares.sqs"} hint "Press shift+alt on the map to launch green flares" exit -Second script : Flares.sqs ? ! (_this select 0) : exit ? ! (_this select 1) : exit _pos = _this select 2 [west,"hq"] sideChat format ["Launching green smokes to %1" , _pos] ~3 flare = "FlareGreen" camcreate [(_pos select 0) , (_pos select 1) , 150] ~0.5 exit This is a basic script it doesn't need much commands to work. I hope it helps Cheers, Aldo15
  16. try this {_x domove getmarkerpos "town"} foreach units leader reds2
  17. Aldo15

    Embarking if shots are fired

    I got two options 1. -Add three crews and a tank, and then add some waypoints to the crews. Type "hold" and the "get in" (put on the tank) -Add some enemy soldiers and add them this on their init: this addEventHandler ["fired",{getin=true}] -When you've done it, add a trigger with. type: "active" and condition "getin" and synchronize it with the waypoint number one. It's hold. Now when the russians open fire, the crews will get in the tank. This another option: -Add all units again (crew,tank,russians, etc), but now Add names to the crews. I put them c, c2 and c3 -Now change this addEventHandler ["fired",{getin=true}] for this addEventHandler ["fired",{[] exec "fired.sqs"}] -Now make a script with the notepad, and writw this: _crew1 = c1 _crew2 = c2 _crew3 = c3 ~1 if (not (alive _crew1) and not (alive _crew2) and not (alive _crew3)) then {Exit} #check [_crew1,_crew2,_crew3] orderGetIn true {_x setcombatmode "blue"} foreach units _crew1 {_x setbehaviour "AWARE"} foreach units _crew1 {_x setspeedmode "full"} foreach units _crew1 _crew1 assignascommander tank1 _crew2 assignasGunner tank1 _crew3 assignasdriver tank1 ~4 {_x setcombatmode "red"} foreach units _crew1 exit That's all, I hope it helps, Cheers, Aldo15
  18. It works for me, I did this: (soldierone ammo "M16") <=29, and then on activation: hint "29", so when the unit has just 29 bullets, the hint will show. I hope it helps
  19. Aldo15

    Counter Strike.

    Hi man, I've tested this one, and this is my review. It's short review ( I din't finish your mission, but I be able to do the first objective. Intro: none this mission is like a demo ofp's missions I don't remeber if it's the first or second but it doesn't already matter. Well, I think you should modify bravo squad because it's so easy to destroy, I just ask myself if bravo could destroy the t72s and the bmps with a m113 a some soldiers, I suggest you, change the m113 by a m2a2 or m60 and add more law soldiers. I think change somes soldiers units by lwa or Carl Gustav units from my squad I just have 2 law soldiers and a Carl Gustav launcher, and we just destroy two bmps and then the t72 kill us. I left to play when they killed me, so I can't finishe it, but it's a great mission my bro, but it needs some fix....!
  20. only way is downloading the Invisible targets by FOX or some another invisible targets, so the tank will shoot to their position. Other way would be with the "Fire" command for example "tank1 Fire "NameofShellor Sabot"
  21. Aldo15

    Rappeling script

    In Fact, I've made a video tutorial about this one, it's about how to made a rappelling "script" or "command" form a UH60, but there's a problem, it's in spanish, but it doesn't matter, you just follow the instructions... Here's [YOUTUBE][/YOUTUBE]
  22. Aldo15

    Counter Strike.

    It works for me.. I be able to dowloadind it. I`ll give u my review then.
  23. Aldo15

    [SP] [OFP] Operation Fidel (Ver 0.6)

    Hi Cepera, Thank for playing my project. I`ll try to fix tha bug, but I`d like to know if it has more bugs, maybe giving me more details about it
×