Jump to content

VanhA-ICON

Member
  • Content Count

    543
  • Joined

  • Last visited

  • Medals

Everything posted by VanhA-ICON

  1. VanhA-ICON

    VanhA's A3 thread

    Hi guys and gals. I was finally able to upgrade my pc A3 compatible so here goes. Although I lost my homepage details but I'm going to add them as they come with steam workshop. Mission #1: *Current version 1.02 *A civilian rescue mission on Altis *Group respawn co 10 Abdera Sanctum Steam Workshop download Armaholic link Direct download Mission #2: *Current version 1.02 *A battle in Oreokastro/Altis between AAF and CSAT *Group respawn/Wounding system by Psychobastard co 16 Clash of the Titans Steam Workshop download Armaholic link Direct download Mission #3: *Current version 1.0 *Different kind of sniper mission with a greek tragedy *Group respawn / UPSMON by Monsada/ Wounding system by Psychobastard /CBA recommended for this one co 02 A Widow's Call Steam Workshop download Armaholic link Direct download Mission #4: *Current version 1.01 *Iranian commandos taking out the Stratis air defences *Group respawn / Wounding system by Psychobastard co 14 Ace Up the Sleeve Steam Workshop download Armaholic link Direct download Mission #5: *Current version 1.0b *Sequel to "Ace Up the Sleeve" mission. Tasks are done but how to escape Stratis? *Group respawn / Wounding system /UPSMON/FSQ task handler co 14 Jalla Jalla Steam Workshop download Direct download Armaholic link Mission #6: *Current version 1.0 *A joint ops mission to dispose of a CSAT biological weapon threat *Group respawn / Wounding system /FSQ task handler co 18 Operation Tweety Bird Steam Workshop download Direct download Armaholic link Mission #7: *Current version 1.0 *Sabotage peace talks between AAF and CSAT *Group respawn / Wounding system /FSQ task handler co 12 No Negotiations Steam Workshop download Direct download Armaholic link
  2. VanhA-ICON

    VanhA's A3 thread

    Thank you. I'm happy you guys liked it. The Kajman wreck is placed on that hilltop on purpose to offer a small cover for pincer movement.
  3. VanhA-ICON

    VanhA's A3 thread

    Made following fix (more of a just in case) Changed the execution order of certain files in init.sqf to prevent task malfunctioning to the following 2 missions: * Clash of The Titans * Ace Up The Sleeve
  4. VanhA-ICON

    VanhA's A3 thread

    Mission number 7 now published. Check the first post. I hope you like it.
  5. VanhA-ICON

    VanhA's A3 thread

    Ok, let's get back to that after we've doublechecked that. Meanwhile there's one new mission on the list. Check the first post.
  6. VanhA-ICON

    VanhA's A3 thread

    Ah, dear Variable, there is not supposed to be any map markers for the target. The new note section displays only the coordinates for the tower. Can you verify that you missed the notes or was there some flaw in creation? I did check that myself and I noticed that upon picking up the document the map display is only given to the unit who picks it up. I then created additional trigger upon that to ensure that the rest of the group also (should receive) a new note regarding the tower (X,Y) coordinates. Why would you think that I would give map markers when you know I'm one devious bastard, lol. :rolleyes: (I know it's logical to assume the right target since it's guarded anyway)
  7. VanhA-ICON

    VanhA's A3 thread

    Fifth mission release. A sequel to "Ace Up the Sleeve".... A bloody hard sequel I might add :p
  8. VanhA-ICON

    VanhA's A3 thread

    Thank you for the encouraging words, guys. Mission number four is now ready for action... possibly a prequel of two missions.. I updated also "Abdera" as 1.02 with some safeguards against enemy fleeing from the scene. (Direct links fixed again)
  9. VanhA-ICON

    VanhA's A3 thread

    Links added. :)
  10. VanhA-ICON

    VanhA's A3 thread

    Just added the third release on this thread. Feedback appreciated. The CBA dependancy on the third mission involves only some cba jip marker scripting so possibly it only affetcs JIP players..
  11. Hi. I would appreciate if someone wiser could help me with this. The whole mission is dependant on a radio trigger created upon blufor activated trigger. I had to change it a bit trying to have it enabled properly in dedicated environment but the statement line is malfunctioning and the next script won't launch. [] spawn { private ["_trg"]; _trg = createTrigger ["EmptyDetector",getPos player]; _trg setTriggerArea[5,5,0,true]; _trg setTriggerActivation["CHARLIE","PRESENT",true]; _trg setTriggerStatements ["this", [""'scripts\kaboom.sqf'"",""BIS_fnc_execVM"",false] spawn BIS_fnc_MP;, ""]; 3 setRadioMsg "Ask for a distraction" ; }; Maybe someone could see what's the issue. (The script error note is currently about a missing bracket "#'scrpits")
  12. VanhA-ICON

    Trigger statement malfunction

    Yes, that seems to be working! Thank you so much. I still need to verify it goes on the dedicated also but now it seems the mission will finally proceed.
  13. As a request by Variable I'll open up a separate thread for my coop pack for updates/bug reporting. Download link for latest version Armaholic link *The pack contains 17 coop missions for Caribou Frontier (A2+arrowhead). *Mission versions 1.05 /16.11.2013 *Changes: 2 more playable slots for "Timber"/ marker color change upon mast destruct in "Timber"/ Tunguska now set to hold in "Holiday in Hell" / 3 new missions / minor adjustments Needed addons: Caribou Frontier by Raunhofer
  14. VanhA-ICON

    VanhA's Caribou coop pack

    1.05 release Ok, there's one more minor thing I tried with that paramess-mission. Other stuff is mentioned in the first post.
  15. Hi guys. I've been bashing my head in trying to make the game detect that a player is holding a primary weapon in dedicated server. The units are all equipped with only M9 and the idea is to make a task success when a player picks up a rifle of sorts. I tried combining the currentWeapon with primaryWeapon commands and once succeeded with !(currentWeapon player =="M9") condition but of course on dedicated server that won't do.... or it shows only for that particular unit. Any help appreciated since I can't script much.. EDIT: I modified something older script I had and trying this solution: if (isServer) then { private ["_guns","_guncount"]; while {(alive player) and (player iskindOf "Man")} do { _guns = Weapons player; _guncount = {not (_x in ["Binocular", "ItemCompass", "ItemGPS", "ItemRadio", "ItemWatch", "ItemMap", "M9"])} count _guns; if !(_guncount < 1) then { Obj2 = true;publicVariable "Obj2";}; }; };
  16. VanhA-ICON

    VanhA's Caribou coop pack

    Yeah, I don't know why the serverside solution failed in that. I recommend to skip that mission until I properly solve it. I'll fix that tunguska, thanks for the tip, Variable
  17. VanhA-ICON

    VanhA's Caribou coop pack

    Thank you Variable. I could change that, yes.. I seem to really suck at server side checking though regarding that task thing. It has a "player hasWeapon" check for the item so it seems it requires more to it. I'll try my best.
  18. VanhA-ICON

    VanhA's Caribou coop pack

    v. 1.04 release Ok, guys and gals. An updated pack with fixes and 4 new missions. Huge thanks to the community for test help and tips. Give yourselves a big hug!! Br VanhA
  19. VanhA-ICON

    VanhA's Caribou coop pack

    Ahh, of course! Thank you for the tip Kerc Kasha. I'm in process of doing some fixes and I'll include that one as well. In the next version the pack will also include 4 new missions. Stay tuned.
  20. I'm sticking with A2 because I'm too flat broke to upgrade my XP rig but also because the game still packs a huge potential with mods etc. Maybe later next year I might try the A3 but I'm not sure if I'll convert any of my missions there. (Trying that with A1>A2 was a slight disaster)
  21. VanhA-ICON

    VanhA's Caribou coop pack

    Thank you for that, Fap. I was kinda afraid about that hostage thing.. I had no chance on dedi testing with it. I'll have to rethink how to do it then. I was trying to avoid having them join on players group but perhaps I need to go with that option. ps. I can't help but feeling awestuck with the AI's ability to throw out decoy parachutes when exiting a chopper...
  22. VanhA-ICON

    VanhA's Caribou coop pack

    Small hotfix for "Operation W.O.F": There was one parameter missing from the artillery script. That should be fixed now. Download from the same link. File is still 1.03
  23. VanhA-ICON

    VanhA's Caribou coop pack

    v1.03 release *Enabled GPS in each mission *Reduced number of paratroopers in "Skirmish" *Added an option to scavenge better weapons and removed the enemy chopper in "Timber" I could not repeat the config marker error. I suspect the taskmaster did not properly load before mission start as it controls the created task markers. Also, is there a chance that an addon has caused the empty paradrop spamming? Keep me informed of further issues. Br VanhA
  24. VanhA-ICON

    VanhA's Caribou coop pack

    Really? The thing about paradrop is odd as they are not script generated but present in the choppers. I had no chance on dedi server testing myself though. You're right about the "timber", I think I added too much stuff ignoring the weapons available. I don't remember what I placed in the starting crate. I'll take a look this weekend.
  25. First: Huge thanks to the CWR2 team for the demo and LDDK for allowing usage of certain script package. (Please do not use without permission) :) Second: This release is not an official CWR2 release but just some of my own scribble/doodle etc.. Each mission has GROUP respawn Download from my repository FILE DETAILS: ------------- Missions created by: VanhA Mission Versions: 1.5 Release Date: 19 August 2013 Intro/Outro: no / no Briefings: Full briefing, notes & tickable objectives Created for Combined Arms version: 1.62 + CWR2 beta CHANGES: -------- *Fixed debriefing bug in each mission *Added 1 new mission I do hope you enjoy these.... If I get encouraged to make more maybe.. :D Br VanhA CREDITS & THANKS: ----------------- - BIS/BIA for their great simulators. - CWR2 crew - CiA for test assistance - LDDK for allowing usage of their script pack (please do not use without permission)
×