Jump to content

Devastator_cm

Member
  • Content Count

    1379
  • Joined

  • Last visited

  • Medals

Everything posted by Devastator_cm

  1. anybody can shed some light on this? :/
  2. Hi Guys, anybody knows a command which can be used to find a position where a target can be shot. I couldn't find such command and it looks like I need to handle such case via findEmptyPosition and checkVisibility. My goal is to find the best shooting position for AI unit to hit a target
  3. Devastator_cm

    "3FPS Issue" - Call for Help

    it is by me GPU_MaxFramesAhead=1000; GPU_DetectedFramesAhead=0;
  4. Devastator_cm

    "3FPS Issue" - Call for Help

    tried but got again 3 fps bug in my mission...
  5. can you tell me how to do it? I have a mission which causes 3 fps bug always so I can check it is under video settings :) Didn't work :(
  6. Devastator_cm

    findEmptyPosition with checkVisibility

    Thanks looks like that function do not checks if found position is ok to fire or not. Still I might adjust it maybe with checkvisibility to have that criteria I have a Tank and when it finds enemy it should move to a nice position around enemy (i.e. random postion around100 meter from target) where it can fire
  7. Devastator_cm

    JSRS SOUNDMOD - CE.20.0419

    I had similar question before. I wish one day this mod also brings benefits to vehicles and weapons of other mods
  8. interesting stuff which I didn't use before. One question, what is the benefit to use description.ext over serverconfig.hpp approach?
  9. looks like not Bis_fnc but one of the mod is creating logic at towers. Didn't find which one it is yet though. I filtered them out with AND typeOf _x != "Logic" Is neartargets using 2d distance right?
  10. I just noticed something weird. The workaround returns also something with "Logic" type (found via typeOf). I checked the location and there is a soldier on a military tower but from same fraction. That soldier had animation done with BIS_fnc_ambientAnimCombat. Is BIS_fnc_ambientAnimCombat creating a game logic? That is the only explanation I have at the moment how game logic appeared there. Is there a nica way to filter such objects by your fix?
  11. Devastator_cm

    "3FPS Issue" - Call for Help

    then run my mission as mission and not from editor. It will crash again no worries. Problem is although I gave one example which crashes easily I see no response from devs till yet..
  12. Devastator_cm

    RHS Escalation (AFRF and USAF)

    but to do that I need to de-pbo right? Am I allowed to de-pbo? If I understand corretly I will get the paa there and make my own version based on it and then use it via script like settexture (so will not pbo it back to RHS as it is not allowed)?
  13. Devastator_cm

    RHS Escalation (AFRF and USAF)

    newbie question, if I want to add custom paintings to the AH-1H how can I do it? Is there a texture template or something?
  14. Devastator_cm

    "3FPS Issue" - Call for Help

    Anybody else tried my mission and had 3FPS Bug? No idea if Devs saw my mission and if they checked already....
  15. Devastator_cm

    You've played to much Arma when:

    You've played too much Arma when you are scared that you will have 3FPS just before your football team scores on TV
  16. Devastator_cm

    JSRS SOUNDMOD - CE.20.0419

    :((( Poor players who are using modded stuff then
  17. Devastator_cm

    JSRS SOUNDMOD - CE.20.0419

    LJ, one question. Your mod is only affecting the vanilla and apex content or also other mods automatically (i.e. RHS, Project Opfort etc.)?
  18. Devastator_cm

    Paradrop Boxes

    Hi All, I am using ACE 3 and RHS. My goal is to paradrop some crates when C130 reaches a waypoint. I created a box which is on ground and want to load it into C130 by a code. Any idea how to do this with ACE3 load? I thought loadcargo [box, c130, false] Should do the trick but didn't work out. In addition to that simple unload cargo will drop the box with parachute right?
  19. did you check if battleeye blocked something? I faced severtal times this week where battleeye blocked medical.dll
  20. Devastator_cm

    "3FPS Issue" - Call for Help

    I tried with vanilla but had no success today. Maybe need to put more objects in mission to have the problem. I hoped that issue lies with MODs but I also faced 3fps with vanilla setup while I was playing wasteland at a3armory servers as well...
  21. Devastator_cm

    need help with a script

    Like KK said check that syntax from wiki and adjust that bit
  22. Devastator_cm

    need help with a script

    like said I didn't test I typed as far as I remember. I am upset on Arma 3 due to 3fps issues which I face daily :) ok side command adjusted. _victim = _this select 0; _killer = _this select 1; if(_killer != player) exitwith {}; if ( side _victim == "WEST") then { cash=cash+200; }; if ( side _victim == "CIV") then { cash=cash-100; }; hint format ["Cash: %1",cash];
  23. Devastator_cm

    need help with a script

    cash = 0; _hnd = addMissionEventHandler ["EntityKilled",{null = [] execVM "addCash.sqf";}]; _victim = _this select 0; _killer = _this select 1; if(_killer != player) exitwith {}; if (_victim side == "WEST") then { cash=cash+200; }; if (_victim side == "CIV") then { cash=cash-100; }; hint format ["Cash: %1",cash]; first one is in init.sqf second one is your addcash.sqf I didn't test it but it supposed to work
  24. Devastator_cm

    "3FPS Issue" - Call for Help

    Here you go https://www.dropbox.com/s/5zs6eerywr4z4jt/11_Test.Altis.zip?dl=0 Mods which I use Community-Base-addons RHS USAF RHS Russia Project Opfor TFAR ASR AI3 ACE3 TMT-Turkish-Forces JSRS4APEX DerSilvers_BSAE (blastcore edited by Der Silver can be found at armaholic) F16 Standalone FIR AWS fir F16c skins for NATO Additional Info I use ACE3 optionals ace_compat_rhs_afrf3 ace_compat_rhs_usf3 ace_tracers ace_particles ASR AI3 has RHS and Opfor optionals as well How issue happens? Choose the civilian which is close to airport Go to Zeus Mode to see action Set g_attack = true in console so blufor will start their attack to airport After some nice fight you will hit the 3FPS. It usually happens quick after firefight starts
  25. Devastator_cm

    12 Shades of Grey (aircraft retextures)

    Will there be an update to this mod? Firewill change the proxies and I think it needs to be adjusted in your mod to prevent wrong initial weapon loads.
×