Jump to content

Ry4nD

Member
  • Content Count

    240
  • Joined

  • Last visited

  • Medals

Everything posted by Ry4nD

  1. I added this to my mission, and works even better than before, thank you guys. //Support Requester By Ry4nD 2018 [_this select 0, SupportRequester, ArtilleryProvider] call BIS_fnc_addSupportLink; [_this select 0, SupportRequester, CasProvider] call BIS_fnc_addSupportLink; [_this select 0, SupportRequester, TransportProvider] call BIS_fnc_addSupportLink; [_this select 0, SupportRequester, AmmoProvider] call BIS_fnc_addSupportLink; [_this select 0, SupportRequester, HelicasProvider] call BIS_fnc_addSupportLink; };
  2. Well blow me sideways; I tried your guys suggestion and removed the following; if (typeOf (_this select 0) isEqualTo "player") then { and _this select 0 synchronizeObjectsAdd [SupportRequester]; SupportRequester synchronizeObjectsAdd [_this select 0]; BIS_supp_refresh = TRUE; publicVariable "BIS_supp_refresh"; in multiplayer on a dedicated server and it works perfectly, I always thought it may be redundant but wasn't 100% sure, thank you so much. I will adjust the script to reflect the suggestions.
  3. Yes, thank you, the issues we had previously was making it repeatable in multiplayer, having the requester and provider was required, otherwise it would execute once then not function after that. So far this way I can use it any amount of times in a multiplayer campaign. I will test your therory, to see if _this select 0 synchronizeObjectsAdd [SupportRequester]; is redundant, but I don't think this will work without it, or am I missing something?
  4. Updated mission features in map, vehicle spawn moved and now is all in 1, add auto rearm for fixed wing and heli at both bases, random weather changes every hour. Various other tweaks and performance updates.
  5. I am not sure, I believe it must be a playable unit, worth a try though!
  6. If you want to whitelist just a team leader, you change if (typeOf (_this select 0) isEqualTo "player") then { to if (typeOf (_this select 0) isEqualTo "B_recon_JTAC_F") then { Then only the JTAC can use the support call; The system is dynamic with mod support, so if you Have RHSUSAF loaded, not only Vanilla assets are available, also the mod assets are available.
  7. //Support Requester By RyanD 2018 _this select 0 synchronizeObjectsAdd [SupportRequester]; SupportRequester synchronizeObjectsAdd [_this select 0]; BIS_supp_refresh = TRUE; publicVariable "BIS_supp_refresh"; if (typeOf (_this select 0) isEqualTo "player") then { [_this select 0, SupportRequester, ArtilleryProvider] call BIS_fnc_addSupportLink; [_this select 0, SupportRequester, CasProvider] call BIS_fnc_addSupportLink; [_this select 0, SupportRequester, TransportProvider] call BIS_fnc_addSupportLink; [_this select 0, SupportRequester, AmmoProvider] call BIS_fnc_addSupportLink; [_this select 0, SupportRequester, HelicasProvider] call BIS_fnc_addSupportLink; }; initPlayerLocal.sqf
  8. Ok I can confirm the hotfix now works with verify=2
  9. 100% -mod=@CBA_A3;@CUP_Terrains_Core;@CUP_Terrains_Maps;@CUP_Units;@CUP_Weapons;@RHSUSAF;@task_force_radio
  10. Yes, can confirm only the mods loaded as required by the mission in the serverside -mods@cba;@othermods signed keys in the keys folder, both client and server running LimitedRCBranch186 client only running mods required by server launch parameters. Server hangs, while the user can only hear water, black screen, user has joined, hangs on mission loaded from bank verifySignatures = 2;
  11. Unfortunately the hot-fix does not work for verifySignatures = 2; The launcher will show all the mods and the server as red, and additionally if you join anyway even though the mod keys are included in the keys folder you cannot connect, even with just the mods in the server line -mods loaded you still cannot connect, the server asks you to remove the mods, even though the mods are required for the loaded mission file. Sorry, was worth a try though. Edit; verifySignatures =1; Also does not work, (signature mismatch)
  12. I can honestly say I am loving the update thus far, still diving into all the updated features. Thank you BI dev's for all your hard work.
  13. For now we have just password protected our server, for members only as someone already suggested. Seems to be the best option atm.
  14. 100% verifySignatures = 2; Is not working, Server shows red in launcher, cannot join. So the security update to multiplayer was to make us all run verifySignatures = 0;
  15. Updated for better a/o performance server side, enemy spawn size fixed, added ra/rf area to fob
  16. Tanoa_Insurgency_2019_RHS.Tanoa Insurgency style mission complete with all the tools you need for a full MILSIM experience. This is a unique experience, the 1st edition of the mission and is a rolling release. This mission is designed for a multiplayer environment on a dedicated server, however you can also enjoy it in single player. I hope you enjoy it as much as I do. Steam Link https://steamcommunity.com/sharedfiles/filedetails/?id=1574692333 GitHub; https://github.com/rcantec/Tanoa_Insurgency_2019_RHS.Tanoa.git If you want to try the mission you can test it on my public server link in Discord. To play this mission CBA_A3; RHSUSAF addons are required. The mission is compatible with all addons. To begin using the Software; Move the file into the following directory (assuming you have the Steam version of ArmA 3); C:\Program Files (x86)\Steam\steamapps\common\Arma 3\MPMissions Special thanks to BangaBob, Engima, sethduda, cobra4v320, Soolie, aliascartoons, tonic & PHRONK for the use of their scripts to make some awesome things happen. The Software is distributed without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. The Software is not an official addon or tool. Use of the Software (in whole or in part) is entirely at your own risk. This mission is (c) 2018 RCANTEC(RyanD) rights reserved. Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) https://creativecommons.org/licenses/by-nc-nd/4.0/
  17. Altis_Insurgency_2019_RHS.Altis Insurgency style mission complete with all the tools you need for a full MILSIM experience. This is a unique experience, the 1st edition of the mission and is a rolling release. This mission is designed for a multiplayer environment on a dedicated server, however you can also enjoy it in single player. I hope you enjoy it as much as I do. Steam Link https://steamcommunity.com/sharedfiles/filedetails/?id=1565413413 https://forums.bohemia.net/forums/topic/220334-altis-insurgency-2019-rhs/ If you want to try the mission you can test it on my public server link in Discord. To play this mission CBA_A3; RHSUSAF addons are required. The mission is compatible with all addons. To begin using the Software; Move the file into the following directory (assuming you have the Steam version of ArmA 3); C:\Program Files (x86)\Steam\steamapps\common\Arma 3\MPMissions Special thanks to BangaBob, Engima, sethduda, cobra4v320, Soolie, aliascartoons, tonic & PHRONK for the use of their scripts to make some awesome things happen. The Software is distributed without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. The Software is not an official addon or tool. Use of the Software (in whole or in part) is entirely at your own risk. This mission is (c) 2018 RCANTEC(RyanD) rights reserved. Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) https://creativecommons.org/licenses/by-nc-nd/4.0/
  18. Ry4nD

    Altis Insurgency 2019 RHS

    update carrier locale, update a/o
  19. Mission update https://steamcommunity.com/sharedfiles/filedetails/?id=1565413413
  20. Ry4nD

    Altis Insurgency 2019 RHS

    added virtual vehicle spawn
  21. Ry4nD

    Altis Insurgency 2019

    for hunter drop, you press 0 then select radio, alpha
  22. https://github.com/rcantec/Altis_Insurgency_2019.Altis # Altis_Insurgency_2019.Altis Insurgency style mission complete with all the tools you need for a full MILSIM experience. This is a unique experience, the 1st edition of the mission and is a rolling release. This mission is designed for a multiplayer environment on a dedicated server, however you can also enjoy it in single player. I hope you enjoy it as much as I do. Steam Link https://steamcommunity.com/sharedfiles/filedetails/?id=1561316747 If you want to try the mission you can test it on my public server link in Discord. To play this mission no addons are required. The mission is compatible with all addons. To begin using the Software; 1. Move the file into the following directory (assuming you have the Steam version of ArmA 3); C:\Program Files (x86)\Steam\steamapps\common\Arma 3\MPMissions Special thanks to BangaBob, Engima, sethduda, cobra4v320, Soolie & PHRONK for the use of their scripts to make some awesome things happen. The Software is distributed without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. The Software is not an official addon or tool. Use of the Software (in whole or in part) is entirely at your own risk. This mission is (c) 2018 RCANTEC(RyanD) www.rytechlab.com rights reserved. Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) https://creativecommons.org/licenses/by-nc-nd/4.0/
  23. Ry4nD

    Altis Insurgency 2019

    added vehicle drop, advanced sling loading
×