Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

VanhA-ICON

Member
  • Content Count

    543
  • Joined

  • Last visited

  • Medals

Everything posted by VanhA-ICON

  1. VanhA-ICON

    Arma 2 Player Age

    Physically 41
  2. More precise, open up the mission.sqm and delete these sections in red and save. Then load it again in editor. addOns[]= { [color="Red"]"CAWheeled", "CAWheeled2_Kamaz", "CAAir2", "CATracked", "CAWheeled2_BTR90", "utes", "cacharacters2"[/color] }; It's a tricky business sometimes with addons. I use a separate vanilla exe just for editing purposes.
  3. VanhA-ICON

    Egypt Protests

    This clearly started in the wake of Tunis protests but unlike Ben Ali, Mubarak proves out to be tougher adversary for the protesters. They should maybe accept the promise of elections in september, but it could also be a hoax to calm things down and then go after the opposite leaders whilst the dust settles.
  4. VanhA-ICON

    We all love a bit of Duke!

    In which 11 years worth of making the curves of the boobs just right. The rest is just PR..
  5. VanhA-ICON

    We all love a bit of Duke!

    I'm all out of bubblegum, guys. :)
  6. To make conditions negative you need to use !(place condition here)
  7. Or simply Unitname leaveVehicle vehiclename
  8. I once used an actual explosive attached to a car. That way it keeps it real if it needs to be deleted. Looking forward using this script. I've already got a mission idea cooking up. Nice work.
  9. VanhA-ICON

    super computer required?

    It is odd. I have also an old 2-core AMD and a Nvidia 8800GTS and the game runs pretty smooth with 1920x1200. I've never tested how many FPS it is because it does not matter. If it's ok, then it's ok.
  10. VanhA-ICON

    I am a boob

    Agree. Remember the "Pizzagun"? :) Sorry the add lipping...
  11. I recall the whole system being quite picky with it. If you have the ogg names with small letters without capital "M" ,make sure they match in description.ext as well. And did you check all the way down in the editor list? As they are always the lowest ones.
  12. VanhA-ICON

    Chinese J20 Stealth Fighter revealed

    I bet it's not supposed to be like that.. :D
  13. VanhA-ICON

    Whats wrong with my init.sqf ?

    Well, your init is set to exit now before the cleanup script is executed...?
  14. VanhA-ICON

    [CO] co12 - Coastal Raid

    A good mission should not be just rated with bodycount. ;) I've played some classical missions without killing anyone but the mission atmosphere is the thing that keeps it solid til the end. (I haven't had time to try this out yet.. maybe this weekend hopefully)
  15. VanhA-ICON

    co23 Cor Blimey [BAF-CO]

    That might be the taskmaster doing some odd stuff. Let's see if the new version of it keeps it together.. There is one thing to be aware of: As I've set the task so that it is enough to immobilize or render them unable to fire, the repaired tanks should not be driven close to the base. There is a "fail" trigger by the entrance which counts the presence of any of those tanks/crew members. This was a bit complex mission to make so sorry about the flaws. Glad you're enjoying it. :ok: VanhA
  16. VanhA-ICON

    co23 Cor Blimey [BAF-CO]

    This version hopefully meets the standards again, haha. Changes listed above as usual. (+ link) :D VanhA
  17. Thank you! That solved my problem. :)
  18. Hello. I'm just repairing one of my missions and having issues re-enabling a script I dropped out earlier due to same problem. However, I really want/need to use this so any help would be appreciated. Problem: Tank crew get also ejected out on dedicated. (Crewmen are w21, w22 and w23) This script is originally by Franze, I've only modified it a bit. Locally this script does work. // to activate: vehsitrep = [this] execvm "scripts\crew.sqf" if ((isServer) && (player iskindOf "BAF_crewman_DDPM")) exitWith {}; _vehicle = _this select 0; _driver = driver _vehicle; _gunner = gunner _vehicle; _commander = commander _vehicle; _crewArray = _this select 1; while {alive _vehicle} do { _driver = driver _vehicle; _gunner = gunner _vehicle; _commander = commander _vehicle; _crewArray = [w21,w22,w23]; if (!(_driver in [_crewArray])&& !(isNull _driver)) then { hint format ["Hey %1, only trained personnel can crew this vehicle. ",name _driver]; _driver action ["getout",_vehicle]; }; if (!(_gunner in [_crewArray])&& !(isNull _gunner)) then { hint format ["Hey %1, only trained personnel can crew this vehicle. ",name _gunner]; _gunner action ["getout",_vehicle]; }; if (!(_commander in [_crewArray])&& !(isNull _commander)) then { hint format ["Hey %1, only trained personnel can crew this vehicle. ",name _commander]; _commander action ["getout",_vehicle]; }; sleep 1 };
  19. VanhA-ICON

    co23 Cor Blimey [BAF-CO]

    OK, thanks. I'm just working on an updated 1.2 version. Trying to make one script to function. I'm changing the tasksystem to be assigned with updated taskmaster2 so that should hopefully sort things out. I already did some testing on our server and it seems fine. .... now if I could get this one script to work.....
  20. VanhA-ICON

    RIP Pete Postlethwaite

    RIP. Great roles he had.
  21. VanhA-ICON

    co23 Cor Blimey [BAF-CO]

    Hi Brewster Bufallo. That sounds odd. The second task should come quite soon after finishing the first and the third will follow soon also. There is also a fourth task which should come only after 2nd & 3rd are complete. The tasks are triggered with taskmaster and It usually works on dedicated just fine but locally causes some issues. I'll have to re-check the whole thing when I have some time. ...these hidden objectives where so easy thing back in CWC, dangnaggit.. I'll PM you about the tasks more closely. Thanks for the feedback, much appreciated. BR VanhA
  22. VanhA-ICON

    Thirsk @coop pack by VanhA

    That is the GDT mod kicking in which is included in each mission (revive versions excluded). Are you hosting locally? It is meant for dedicated and might cause problems. There is a "player check" at the beginning but it might be too slow to recognize the player as player.
  23. VanhA-ICON

    Thirsk @coop pack by VanhA

    I added 4 new missions. Details in top post. As always, use the top download link until others are up to date. :) VanhA
  24. VanhA-ICON

    co23 Cor Blimey [BAF-CO]

    New 1.1 version released. Changelog in top post. (Thank you Sapo for the feedback)
  25. VanhA-ICON

    So Some guy in My town got arrested

    That ended in 1944. Time to move on. ;)
×