Arma 3
Immersion Cigs
Outlawedz 19 Jul, 2017 @ 12:48pm
working in exile?
anyone know what needs to be done to make it work in a exile server. cigs and stuff show up fine but nothing in the action menu.
< >
Showing 1-3 of 3 comments
rebel  [developer] 20 Aug, 2017 @ 4:14am 
Not sure. They probably remove some actions for some reason.
Captain Bigzy 15 Feb, 2018 @ 4:37pm 
Trying to get this to work on Exile, works fine on base A3 but would love to get the same scroll options in Exile for it to work.
SSG Anhor 20 Oct, 2018 @ 12:23pm 
Think this is a thing of CfgRemoteExec classes. You have to add it in CfgRemoteExec.hpp.
Example:
For the "rappel from helicopter" mod you must add .....

class AR_Client_Rappel_From_Heli { allowedTargets=0; };
class AR_Hint { allowedTargets=1; };
class AR_Hide_Object_Global { allowedTargets=2; };
class AR_Enable_Rappelling_Animation { allowedTargets=2; };
class AR_Rappel_From_Heli { allowedTargets=2; };

So it´s part of the developer to give us the classes.
< >
Showing 1-3 of 3 comments
Per page: 1530 50