Jump to content

whiztler

Member
  • Content Count

    547
  • Joined

  • Last visited

  • Medals

Community Reputation

135 Excellent

4 Followers

About whiztler

  • Rank
    Gunnery Sergeant

Profile Information

  • Gender
    Male

Contact Methods

  • Youtube
    https://www.youtube.com/channel/UCpwA8IGkJAiP1cmdcUW2hPg
  • Steam url id
    whiztler
  • Reddit
    whiztler

Recent Profile Visitors

2508 profile views
  1. It was requested on the FT in 2017: If @Dedmen stayed within the requested params then the EntityCreated MEH should not be an issue for Larrow's script. But the proof is in the eating....
  2. whiztler

    [MP CO15 Campaign] Wolfpack Vol. 2

    Updated to version 1.74. See OP for more information and download links Changelog version 1.74: General: Various issues and optimizations. Updated: Insignia and texture issues finally fixed with ArmA3 2.10 Updated: Applied ADF 2.28 framework.
  3. whiztler

    [MP CO15 Campaign] Wolfpack Vol. 1

    Updated to version 1.74. See OP for more information and download links Changelog version 1.74: General: Various issues and optimizations. Updated: Insignia and texture issues finally fixed with ArmA3 2.10 Updated: Applied ADF 2.28 framework.
  4. whiztler

    [MP CO37 Campaign] Two Sierra

    Updated to version 1.13. See OP for download information. Version 1.13 General: Various issues and optimizations. Updated: Insignia and texture issues finally fixed with ArmA3 2.10 Updated: Applied ADF 2.28 framework.
  5. How can they engage anything while they are cached? It seems you're better off with a spawn-on-demand script that spawns AI's when required. ZBE_Cache checks distance from players and caches/uncaches AI's based on pre-defined distance params.
  6. You want them to remain cached forever? Why just not delete them?
  7. Ignore what I said before and copy below in your InitPlayerLocal.sqf:
  8. Check the file header. To use it without the framework then add ADF_disable3PV = true; to your init.sqf or initPlayerLocal.sqf And remove the reporting lines: // Reporting if (ADF_extRpt || {ADF_debug}) then {diag_log "ADF rpt: fnc - executing: ADF_fnc_disable3P"};
  9. Thanks! The forced third person option can be enabled/disable in mission params (multiplayer, slotting screen). It's part of the ADF framework. See ADF\fnc\players\fn_disable3P.sqf
  10. Updated to 0.92. See OP for download information. CHANGELOG Added: CUP Units/Weapons/Vehicles compatibility. Requires Community Factions Project; Added: New maps: Chongo, Al-Rayak, Dingor, Farkhar; Added: Localization (CN, CZ, FR, DE, IT, JP, KO, PO, PT, RU, ES, TR); Added: Intel function. Intel provides clues, opfor location information etc; Added: Side missions (can be enabled/disabled in mission params); Added: IED's and VBED's (can be enabled/disabled in mission params); Fixed: Airlift support when the airframe was KIA.; Fixed: RPT spamming; Fixed: Invunerable turret gunners (fixed for real this time); Updated: Ambient civilians can be enabled/disabled in mission params; Updated: Ambient air traffic can be enabled/disabled in mission params; Updated: Clear map AO's and/or Side Missions, enable/disable in mission params; Updated: Advanced flight models set to 'player option'; Updated: Applied ADF 2.26.
  11. whiztler

    [MP CO37 Campaign] Two Sierra

    Updated to version 1.12. See OP for download information. Version 1.12 Fixed: Turret gunners. Updated: Various performance improvements. Updated: 2sierra_readme.pdf ReadMe document. Updated: Applied ADF 2.25 framework.
  12. If you have a file "initServer.sqf" in your mission root folder then you can copy it in there. But the init.sqf will do as well. Player clients will ignore it. This would only work when all the blufor units have been created. If you create more units later in the game you would need set the variable for these units as well. In the init of the group leader: (group this) setVariable ["zbe_cacheDisabled", true];
  13. You can set the variable zbe_cacheDisabled to true for units that should not be cached. E.g. to exclude all blufor units: {_x setVariable ["zbe_cacheDisabled", true]} forEach allUnits select {side _x == west};
  14. I remember from the old days with insurgency on Arma1 and 2 that when server load was high the explosions (blowing up the cache) would get out of hand (lots and amplified). Perhaps monitor server FPS and check which scrips are running at time of the explosions.
  15. Updated to 0.91. See OP for download information. CHANGELOG Added: new maps: Lythium, Al-Salman, Zargabad, South Sahrani; Added: hand weapon ammunition to the supply container and BCo vehicles; Added: Support for EricJ Taliban Units (Optional) Fixed: few AO-trigger conditions; Fixed: error where AO's would not always spawn as intended; Fixed: bug where a second AO could not be cleared; Fixed: bullet-proof turret gunners; Fixed: command support options after respawn Fixed: tomcat airframe would RTB with players still onboard; Fixed: knight M1A1 support would get stuck when engaging enemies enroute to the AO; Updated: vehicle inventories; Updated: Ambient air based on map size Updated: implemented a workaround to ensure the tomcat airframe moves as ordered; Updated: knight M1A1 support RTB when the current AO is cleared. Updated: Applied ADF 2.24.
×