Jump to content

topden

Member
  • Content Count

    163
  • Joined

  • Last visited

  • Medals

Community Reputation

62 Excellent

1 Follower

About topden

  • Rank
    Sergeant

Recent Profile Visitors

2012 profile views
  1. looked. Thank you. but the PK and KORD gunners do not change animation when they are dead. It is registered in your config, but the gunners just freeze and that’s it. It’s very inconvenient to understand whether they are alive or not. please correct the animation of the PK and Kord gunners http://joxi.ru/vAWOzGnSRN4pqA and is it possible to make the glass a little thicker for the armor? can be shot with one bullet, although tigers have armored glass
  2. Thx. please add the ability to view equipment outside the tiger, and not in the cabin. so that you can get things from your equipment from the street.
  3. soldiers inside. driver, gunner in the hatch. the glass "breaks" in the doors, but the bullets do not pass through. the shooter who sits above outside is also immortal. you can't kill anyone sitting inside the gas tiger (I wanted to write to the bug tracker, but the site is not working)
  4. you added new "tigers" to the dev branch. Please note that the arrows are "indestructible" in them
  5. https://steamcommunity.com/sharedfiles/filedetails/?id=1593431569 https://steamcommunity.com/sharedfiles/filedetails/?id=755210821 https://github.com/auQuiksilver/Apex-Framework/blob/master/Apex_framework.terrain/code/functions/fn_clientRepackMagazines.sqf
  6. there was a line in the script [_veh,"zlt_fnc_partrepair", _veh] call bis_fnc_MP; this function restores damage to vehicles by 50 percent zlt_fnc_partrepair = { private "_veh"; _veh = [_this, 0] call BIS_fnc_param; if (isNil {_veh} ) exitWith {}; { _dmg = (_veh getHitPointDamage _x); if (not isNil {_dmg}) then { if ( _dmg > 0.64 ) then { if (_x in zlt_hardRepairParts) then { _veh setHitPointDamage [_x,0.64]; } else { _veh setHitPointDamage [_x,0]; }; }; }; } foreach zlt_repair_hps; }; After the latest arma update, it stopped working. The script does not give any errors. the zlt_fnc_partrepair function is simply not executed on a dedicated server. Working only localhost. How can this be done with other commands? (As I understand it, i need to use remoteExec, but I'm not strong). wrote like this: [_veh] remoteExec ["zlt_fnc_partrepair"]; works on my host, but does not work on a dedicated server.
  7. after last arma update mod not working. Smb can fix?
  8. topden

    RHS Escalation (AFRF and USAF)

    Can we put flowers on the grave of Katya Island or will we ever see it?
  9. topden

    Compass + Watch Enlarger

    https://steamcommunity.com/sharedfiles/filedetails/?id=1814950490&searchtext=compass
  10. topden

    TFAR not working..

    install plugin tfar?
  11. Tell me please: in some combat helicopters, when the player is the pilot, and the AI is the gunner, you aim it at the target, and the AI turns the camera and looks at the target, and the pilot (player) can switch and look at the shooter's camera. In some helicopters, the shooter does not look towards the target. Is there some parameter in the config that enables this feature, or does it depend on how the 3d model of the helicopter is drawn?
  12. topden

    Polish Armed Forces Mod

    https://steamcommunity.com/sharedfiles/filedetails/?id=2098564124&searchtext=polish
×