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

POLPOX

Member
  • Content Count

    810
  • Joined

  • Last visited

  • Medals

Community Reputation

779 Excellent

6 Followers

About POLPOX

  • Rank
    First Sergeant

core_pfieldgroups_3

  • Interests
    Editing on Arma!

Contact Methods

  • Website URL
    http://polpoxarma.blogspot.com
  • Biography
    I'm Japanese, so I can't English well. Please (If you can) do easy English.
    Unless otherwise stated, my products are under Arma Public License (More info: https://www.bistudio.com/community/licenses/arma-public-license).
  • Twitter
    polpox_avenger
  • Youtube
    channel/UC_0pkRkHII65pfdkk2E1TJg

Profile Information

  • Gender
    Male
  • Location
    Japan

Recent Profile Visitors

8579 profile views
  1. Then please read the functions. Basically radar is done by detecting near air units and report into the radar. Airburst is done by doing some math each frame to detect if they gets closer than the certain range and detonate the bullet.
  2. Not sure what else I can do to explain further, nor what you need. EF_fnc_antiDroneRadar and EF_fnc_airburst are the functions to do it.
  3. LAAD radar has some scripted feature to detect more (smaller) targets. AB rounds are also scripted. EH is called from EF_B_30mm_HEAB ammo.
  4. POLPOX

    Magazines Disappearing

    Known bug in 2.18. Use Profiling Branch for the hotfix for now. https://community.bistudio.com/wiki/Arma_3:_Steam_Branches
  5. If you don't want to make a new class, maybe you can use _itemHeight = _itemHeight - (_itemHeight mod pixelH)?
  6. ListBox's sizeEx will be rounded into pixel perfect. Which means if sizeEx has a modulo (sizeEx mod pixelH != 0) there can be a gap between your coordinates and real height. sizeEx = rowHeight - (rowHeight mod pixelH) is a workaround.
  7. If you mean search servers and install/load Mods if necessary through Arma 3 Launcher, it is already possible since Launcher's release.
  8. POLPOX

    Spearhead 1944 are all the assets loading?

    No. There are multiple tanks for both factions.
  9. POLPOX

    Spearhead 1944 are all the assets loading?

    Remove all optional CDLCs and Mods and try again.
  10. It's normal for the certain SVTOL plane like (CUP) Harriers. Even IRL Harriers, they are not "allowed" to Vertical Takeoff. Both vanilla VTOL, V-44 and Y-34, have Vertical Takeoff capability.
  11. Because it went to an infinite loop. linkItem in SlotItemChanged caused.
  12. POLPOX

    I probably miss something but what?

    That syntax of createUnit doesn't return the spawned object. Use main syntax instead. https://community.bistudio.com/wiki/createUnit
  13. POLPOX

    Arma 3 Creator DLC: Reaction Forces

    What do you mean by specific template?
×