Jump to content

Rockapes

Member
  • Content Count

    325
  • Joined

  • Last visited

  • Medals

Everything posted by Rockapes

  1. Rockapes

    Advanced AI Command

    Thanks Duda, I don't know much bout scripting but I think I tried all that correctly and couldn't get it to work, this is what I put in my init.sqf AIC_fnc_setGroupStanceActionHandler = { params ["_menuParams","_actionParams"]; _menuParams params ["_groupControlId"]; private ["_group"]; _group = AIC_fnc_getGroupControlGroup(_groupControlId); _actionParams params ["_stance","_label"]; [_group,_stance] remoteExec ["setUnitPos", leader _group]; hint ("Stance set to " + _label); }; ["GROUP","Stand",["Set Group Stance"],AIC_fnc_setGroupStanceActionHandler,["UP", "Stand"]] call AIC_fnc_addCommandMenuAction; ["GROUP","Crouch",["Set Group Stance"],AIC_fnc_setGroupStanceActionHandler,["MIDDLE", "Crouch"]] call AIC_fnc_addCommandMenuAction; ["GROUP","Prone",["Set Group Stance"],AIC_fnc_setGroupStanceActionHandler,["DOWN", "Prone"]] call AIC_fnc_addCommandMenuAction; ["GROUP","Auto",["Set Group Stance"],AIC_fnc_setGroupStanceActionHandler,["AUTO", "Auto"]] call AIC_fnc_addCommandMenuAction; Your help is appreciated and thanks again
  2. Rockapes

    Advanced AI Command

    Hey Duda, I know your not fully working on this mod at the moment but I was wondering based on the information on first page, using init.sqf can we add a menu option, posible to change / manage group stances? Thanks
  3. Rockapes

    Advanced AI Command

    Middle mouse button ( selecting orders etc ) got everything working for me, but you can change it in the settings / controls / command (from memory ). As for not working on new missions I cant help you there as every new mission I create it works fine, although the AI themselves sometimes don't like following orders but don't think its related to AIC.
  4. Rockapes

    Advanced AI Command

    Anyone know if Duda is still working on this? Does it still work as I'm having trouble getting the mod to work on 1.70 Edit- My apologies I found on Steampage about middle mouse button, now everything works... awesome...Love this mod Duda
  5. First of all let me say thanks for this awesome mod..just love it I apologize if this has been answered already but I was unable to find my answer even in the manual. How in the "F" variant do you target anything? As the Pilot I only seem to be able to access the main gun, and my radar operator said they couldn't get any targets by using the default keys of "R" or "T". Am I missing something, please help. Thanks in advance
  6. So another small issue I have encountered. Evverything works fine when Im host but if put on dedicated server it loses the names of the squads. Shld i do something different to the above for global if Im understanding things? Not that I do...lol
  7. Thanks. Got it all sorted. Thank you very much for the help ☺
  8. Ok. So i got this working with HC using the init but now I have another small problem. Is there anyway to keep or reissue squad names on respawn. Everytime squad respawns they get a new squad name. Thanks in advance Or maybe a better question is how to handle several components of the init: as no matter what i do it continually says " missing: ]"
  9. Awesome mod. Is there anyway to get it working with HC, HCC or Advanced AI Command as it seems I cant have JEBUS work with any of the groups if they are controlled by HC Mods.
  10. Sure. 1 HCC is loaded and can be seen as a loaded mod in arma 3 main screen 2. Choose several men then 5 - 9 create hc group 3. Cntrl + spacebar to hc mode 4. Choose a group or groups. Menu comes up saying waypoint or support or rfs. Rest are greyed out 5. Hit any number from 1 to 8 and all close menu. Only one that comes up is 9 which I forget what it says but remember something bout 3d icons Its really weird because I am running on my gaming pc and everything works. For the life of me cannot work out why laptop isnt. Maybe I need to reload Arma
  11. I have a slight problem. I have only just started using this awesome mod and trying out different scenarios etc but this is the problem I have encountered. I put this mod on my old laptop which I use just for mission creation and I cannot get it to work. I can create the hcgroups but once that is done I no longer can use submenus. If I choose a group then try any menu numbers the menu just disappears. All I can do is set waypoints. Now I know this works perfectly so far on my gaming computer but the laptop just doesnt work. I cant think what would be causing the issue as the only mods I am using on laptop is cba, asr and hcc. Any suggestions? Oh and yes HCC is loaded last Thanks in advance
  12. Rockapes

    [SP Wasteland] Inteqam In The Wildlands

    Cheers bro. Watched a bit already. Try and get my head around it...lol
  13. Rockapes

    [SP Wasteland] Inteqam In The Wildlands

    So far I love it. The startup screen is very well done and will have to find out how you worked the health improvement etc when mission starts. Got to be honest though its more than Im used to. Love being able to build my own base. That is sweet as..Will update more
  14. Rockapes

    Random tasks\objectives

    You were right. ALL the errors were to do with just the Air Units. Everything working fine now. Thanks very very much for all the help... :) Oh also thought I would update you, weird thing if I used the first line you said to try the whole mission fails to load..Really bizarre..
  15. Rockapes

    Random tasks\objectives

    I think all the errors might actually be for infantry also as there are ALOT of them. it just repeated over and over so only posted the last one which I assumed is to do with the air. I will suss out more when I get home. Thanks for all your help ArmaMan
  16. Rockapes

    Random tasks\objectives

    Thanks. I will try as soon as I get in the door. Can you see or think of any reason why it wont spawn more than 1 air unit. I tried upping the count for air units but it seems to ignore it.
  17. Rockapes

    Random tasks\objectives

    Thanks Armaman, The above worked and spawned air unit but now I cant get it to spawn more than 1...lol Errors Error in expression <unt (_testPos isFlatEmpty [_objDist, 0, _maxGradient, _objDist max 5, _waterMode> 15:19:05 Error position: <_maxGradient, _objDist max 5, _waterMode> 15:19:05 Error Undefined variable in expression: _maxgradient 15:19:05 File A3\functions_f\misc\fn_findSafePos.sqf, line 100 if (_shoreMode == 0) then {_s> 15:19:05 Error position: <select 6; if (_shoreMode == 0) then {_s> 15:19:05 Error Zero divisor 15:19:05 File A3\functions_f\misc\fn_findSafePos.sqf, line 48 Weird but then I dont understand all this code.
  18. Rockapes

    Random tasks\objectives

    Error message was exactly same as greywolfs on previous page. I will try what you have given me there and update you with how I go. Thanks for the help. At work now so prob wont get back to it till tommorrow. Cheers
  19. Rockapes

    Random tasks\objectives

    Sorry I didnt test that yet as based on greywolfs response above believed it didnt work. Im no expert on this stuff so can I just use the default files you listed or do they need modifying. Shkpos shkpatrol that is?
  20. Rockapes

    Random tasks\objectives

    If you don't mind me asking what did you add to the init.sqf because I still cannot get air units. Doesn't like _rndpos even though works fine for other vehicles and infantry. Thanks in advance
  21. Hi Everyone, looking for some help here, got all this working in editor and if I host on my computer but as soon as I put it on a dedicated server the respawned vehicles no longer have the VAS or arsenal attached. Any help would be appreciated Cheers Rockapes
  22. Thanks Major_Shepard That was indeed the issue. I uninstalled previous versions before hand as I didn't realise that Java doesn't remove old versions so I had like 4 different versions from 79ru upto 8u60. This probably wouldn't have helped I'm guessing, so again thank you very much. Was absolutely lost without Arma3Sync... Cheers :D​
  23. Hi all, New user and still well and truly a noob. Love this app, however since system updated to Windows 10 I am unable to run arma 3 through it without disabling UAC, and if I do that then Edge no longer works and who knows what else. I have tried running the .bat file in administrator rights but it comes up with Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object I have tried and searched and have been unable to find a fix for this issue Cheers :huh:
×