When using Advanced Sling Loading, the small UI that is supposed to appear in the upper-left screen is not appearing. The mod still works but you have to tap your action key a couple of times and don't get to choose options. It always appeared to me, but many players wouldn't see it. We just migrated servers and did a fresh install and it's now not appearing for anyone.
I've tried placing it in the client mod CM and the server mod CM with no change.
I have the CfgRemoteExec class functions listed as well:
Spoiler
class CfgRemoteExec
{
class Functions
{
mode = 1;
jip = 0;
class fnc_AdminReq { allowedTargets=2; };
class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; };
class ExAdServer_fnc_clientRequest { allowedTargets=2; };
//Advanced Towing
class SA_Simulate_Towing { allowedTargets=0; };
class SA_Attach_Tow_Ropes { allowedTargets=0; };
class SA_Take_Tow_Ropes { allowedTargets=0; };
class SA_Put_Away_Tow_Ropes { allowedTargets=0; };
class SA_Pickup_Tow_Ropes { allowedTargets=0; };
class SA_Drop_Tow_Ropes { allowedTargets=0; };
class SA_Set_Owner { allowedTargets=2; };
class SA_Hint { allowedTargets=1; };
class SA_Hide_Object_Global { allowedTargets=2; };
//Advanced Sking Loading
class ASL_Pickup_Ropes { allowedTargets=0; };
class ASL_Deploy_Ropes_Index { allowedTargets=0; };
class ASL_Rope_Set_Mass { allowedTargets=0; };
class ASL_Extend_Ropes { allowedTargets=0; };
class ASL_Shorten_Ropes { allowedTargets=0; };
class ASL_Release_Cargo { allowedTargets=0; };
class ASL_Retract_Ropes { allowedTargets=0; };
class ASL_Deploy_Ropes { allowedTargets=0; };
class ASL_Attach_Ropes { allowedTargets=0; };
class ASL_Drop_Ropes { allowedTargets=0; };
class ASL_Hint { allowedTargets=1; };
class ASL_Hide_Object_Global { allowedTargets=2; };
};
Am I missing something? I've had it working since the 1.0.3 update, but not since updating dd to extDB3.
When using Advanced Sling Loading, the small UI that is supposed to appear in the upper-left screen is not appearing. The mod still works but you have to tap your action key a couple of times and don't get to choose options. It always appeared to me, but many players wouldn't see it. We just migrated servers and did a fresh install and it's now not appearing for anyone.
I've tried placing it in the client mod CM and the server mod CM with no change.
I have the CfgRemoteExec class functions listed as well:
class CfgRemoteExec
{
class Functions
{
mode = 1;
jip = 0;
class fnc_AdminReq { allowedTargets=2; };
class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; };
class ExAdServer_fnc_clientRequest { allowedTargets=2; };
//Advanced Towing
class SA_Simulate_Towing { allowedTargets=0; };
class SA_Attach_Tow_Ropes { allowedTargets=0; };
class SA_Take_Tow_Ropes { allowedTargets=0; };
class SA_Put_Away_Tow_Ropes { allowedTargets=0; };
class SA_Pickup_Tow_Ropes { allowedTargets=0; };
class SA_Drop_Tow_Ropes { allowedTargets=0; };
class SA_Set_Owner { allowedTargets=2; };
class SA_Hint { allowedTargets=1; };
class SA_Hide_Object_Global { allowedTargets=2; };
//Advanced Sking Loading
class ASL_Pickup_Ropes { allowedTargets=0; };
class ASL_Deploy_Ropes_Index { allowedTargets=0; };
class ASL_Rope_Set_Mass { allowedTargets=0; };
class ASL_Extend_Ropes { allowedTargets=0; };
class ASL_Shorten_Ropes { allowedTargets=0; };
class ASL_Release_Cargo { allowedTargets=0; };
class ASL_Retract_Ropes { allowedTargets=0; };
class ASL_Deploy_Ropes { allowedTargets=0; };
class ASL_Attach_Ropes { allowedTargets=0; };
class ASL_Drop_Ropes { allowedTargets=0; };
class ASL_Hint { allowedTargets=1; };
class ASL_Hide_Object_Global { allowedTargets=2; };
};
Am I missing something? I've had it working since the 1.0.3 update, but not since updating dd to extDB3.
Share this post
Link to post
Share on other sites