Jump to content

BEAKSBY

Member
  • Content Count

    431
  • Joined

  • Last visited

  • Medals

Everything posted by BEAKSBY

  1. Hi All, I've tried doMove, Move and setting waypoints but the paratrooper in the air will not move towards the player that is moving on ground {"B_soldier_PG_F" createUnit [_airPos, gunner_grp, "_newUnit=this", 0.5, "Corporal"]; _newUnit setpos _airPos; waitUntil {(getPosATL _newUnit select 2) < 50}; // this does not work _newUnit action ["OpenParachute", _newUnit]; while {(getPosATL _newUnit select 2) > 5} do { _newUnit move position player};
  2. Hi All, Has anyone come across any sound files from HQ confirming CAS or Artillery is on on its way? If so, do you know which Cfg file I can find it in? THanks
  3. HI All, Is there an artillery equivalent to "ModuleCAS_F"? I'd like to call a simple artillery function similar to the CAS module above. THanks
  4. Does anyone know where the script or function to run the Health, Food, Water & Money GUI icons can be found. If a someone has this in their PBO could you please post. Thanks
  5. How do I make any player use a Medikit? init= "this attendant = true";
  6. Hi ALL, My plane doesn't always make it to it's target to drop it's cargo, sometimes it vears off and crashes enroute? Anyone have some helpful tips to ensure it flies to it's waypoints 100% of the time without crashing? I've been experimenting with distances, altitudes and speeds but none seem reliable enought to guarantee 100% success?
  7. Hi All, How do allow friendly fire from a player that accidently kills/destroys his own units without changing sides in MP? What command / script do I use and where do I place it? Thanks!
  8. In my MP game it's not working. THe respawn button is still showing up? Inside my description.ext enableDebugConsole = 1; class CfgFunctions { class BEAKS { //...code }; }; respawn = "BASE"; respawnDelay = 2; respawnButton = 0; // 0 - to disable respawn button in pause menu respawnTemplates[] = {"MenuInventory","MenuPosition"}; class Header { gameType = SC; minPlayers = 2; maxPlayers = 6; }; class CfgRespawnInventory { class WEST1 { //...more code I've tried placing it at all locations (above and below in the description)...but no joy.
  9. Thanks F2k Sel, 1) I've tried a number of things and found that the speed is initially to 600km/hr according to either: OR but then the speed drops back to 0 after a second and then starts ramping up again as the plane dives down? 2) Also, I notice that it is not flying at the altitude of the waypoints I set in "addwapoint", it seems to want to remain at around 94m from the ground? AIcargoPlane.sqf
  10. BEAKSBY

    AI and LIFT CARGO/DROP CARGO waypoints

    I have tested this, except with a C130J_CARGO plane dropping cargo and noticed the flight to designated waypoints may be affected by the presence of enemy units, even when the crew is set to setCaptive = true. Is there a command or proven script that forces the crew to ingnore or fly blissfully to their waypoints?
  11. I've tried replacing "NONE" with "FLY" in: _plane = createVehicle [_planeType, _spos, [], 0, "NONE"]; And it had no effect for improving the flight behaviour to the waypoints, why?
  12. Hi All, I can't load my old mission from Nov 2014. I get the following: How do I remove the "-mod="
  13. BEAKSBY

    "-mod=" Error?

    I reset all parameter to default then it seemed to work. What I don't understand is that should set Arma 3 back to vanilla, yet my mision works with the C130J and MV22? I'll check my missiin folder if these two mods are already in it?
  14. BEAKSBY

    "-mod=" Error?

    Thanks Ghosticus, I did, and whether I have the mod box ticked off with @PUBattleRoyale or not I still get the same result. My mission freezes on the the loading screen. I also noticed in the Editor, non of the move arrows or units are placed there anymore? Not sure why they are gone?
  15. BEAKSBY

    "-mod=" Error?

    Whether I use the mod @PUBattleRoyale or not, all my old missions, from 7 months ago still freeze/crash on the loading screen. I'll check file integrity with a Steam to make sure I don't have to re download Arma 3. Any one had this issue where missions from pre-MANW competition are freezing?
  16. BEAKSBY

    "-mod=" Error?

    Thanks Gunter, I tried that already but no luck. I'm wondering if my missions need updating as a result of the many revisions Arma 3 underwent over the last 7 months since I last played my missions?
  17. HI All, Not sure if anyone has played with BIS_fnc_bleedTickets, but I want to deduct an certain number of bleed tickets from a player everytime they respawn. I'm still playing around with it but wondering if anyone has tried this yet? BIS_fnc_bleedTickets
  18. Hi All, For some reason the addAction assigned to _gun1 (StaticWeapon) is only appearing on the server's side player. In my MP game, any player can call in a StaticWeapon to be spawned fn_StaticWeaponDrop //....code _gun1 = createVehicle [_vehType, _pos, [], 0, "CAN_COLLIDE"]; [[_gun1],"BEAKS_addAction",true,true] call BIS_fnc_MP; //...more code initServer.sqf if (isServer) then { BEAKS_addAction = { _gun1 = _this select 0; _gun1 addAction ['<t size=''0.85''>REINFORCE EMPLACEMENT </t>' + '<t size=''0.85'' color=''#ff0000''>$ 25 </t>', "ReinforceStaticWeapon.sqf", [], 6, true, true, "", "(_target distance _this ) < 5 && !(alive gunner _target) && alive _target && _allowAddAction"]; }; };
  19. HI folks, A while back I thought I came across a series of commands that can be used to check the surface of terrain or building rooftop, does this sound familiar to anyone? In my script I'm dropping assets into the battlefield but I don't want them to land on rooftops or trees ...etc. Is there a command I can use to check the surface type of terrain? Thanks
  20. BEAKSBY

    Check surface command?

    Ok thanks everyone, I set the wind to 0 so parachuted assets will land predictably where they are supposed to. The video of my multiplayer game version is below. I am now creating a coop version against the AI. http://steamcommunity.com/sharedfiles/filedetails/?id=329663824 Thanks KK for the parachute script from your blogs...very helpful stuff along with the rest of this great community!
  21. I would like the judges to look at the page for screenshots and videos. Can I update the steamworks page with new screenshots and videos to get a better idea of the gameplay features. Will the judges be looking at this page?
  22. I'm using the builder tool instead of Oxygen2, where in the tool do I get the list of proxies that I'm supposed to double click? I've packed my file skipping Step #4 and as a result the C130J plane propellers won't spin! Looks funny when it's buzing overhead without running engines!
  23. I would like to create a PBO files that includes a vehicle from Arma 2 and include it in my MP Arma 3 mission folder. OK, so please let me know if I'm onthe right track here. I'm downloading the Arma 2 Sample Models https://community.bistudio.com/wiki/Arma_2_Sample_Models files and dePBO them, 2) then assemble all the material that pertains the the C130J, 3) use the Launch Addon Builder Tool to pack all the files then 4) include the PBO file in my MPmission with instructions to copy and paste it to the addons folder. A) Is this the correct appoach? B) How do I know which folders I need to include? I assume I can follow similar file names from other mod files? C) Do I select binerize or not in the Addon Builder Tool?
  24. OK thanks Avibird, But I'm not sure if I can use it in my entry for MANW. Thanks Das for the link, this one is better than the others I've seen. I saw in a previous post http://forums.bistudio.com/showthread.php?169634-Content-Licensing-Questions-and-Answers/page7 #64, a while back you asked BI if we were permitted to binerize the file. I think the response was that it was allowed?
  25. Somehow I the bottom of my screen no longer shows the GUI boxes for the status of my AI squad members. How do I enable it?
×