Arma 3

Arma 3

1,450 hodnocení
Advanced Sling Loading
2
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Data Type: Mod
Mod Type: Helicopter
Velikost souboru
Přidáno
Aktualizováno
141.493 KB
3. úno. 2016 v 5.39
6. zář. 2016 v 20.30
Poznámky ke změnám (18) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Advanced Sling Loading

V 2 kolekcích od uživatele duda
Advanced Ropes (Sling Loading + Towing + Rappelling)
4 položek
Advanced Arma Pack
9 položek
Popis
SP & MP Compatible. Full replacement for in-game sling loading.

Completely optional, but if you want to give back for any of my addons, I would greatly appreciate Donations[www.paypal.com]!

Want more? Check out my latest mods!



Also check out my Advanced Towing and Advanced Rappelling
addons for more rope features!

Features:

- Ropes can no longer attach automatically! You need to either get out of your helicopter or have someone on the ground pick up your cargo ropes and attach them to an object.
- Helicopters support up to 3 sets of cargo ropes, depending on the size of the heli.
- Once cargo ropes are deployed, any player can go to the end of the rope and pick it up.
- Once the ropes are picked up by a player, they can be attached to pretty much every object in the game.
- Players can drop ropes if they're carrying them
- Players on the ground can detached ropes from an object
- Helicopters can lift heavy vehicles

Installation:

1. Subscrive via steam or dowload latest release from https://github.com/sethduda/AdvancedSlingLoading/releases
2. If installing this on a server, add the addon to the -serverMod command line option

Default Sling Loading Rules:

- Helicopters can sling load all objects
- You can't sling load locked vehicles (see settings below)
- You can't sling load in an exile safe zone (see settings below)

Notes for Mission Makers:

You can customize which classes of objects can "deploy" cargo ropes by overriding the ASL_SUPPORTED_VEHICLES_OVERRIDE variable in an init.sqf file.

ASL_SUPPORTED_VEHICLES_OVERRIDE = [];

This will only allow objects of class Air deploy cargo ropes.

You can customize what can and can't be sling loaded by defining the ASL_SLING_RULES_OVERRIDE variable in the init.sqf file.

ASL_SLING_RULES_OVERRIDE =
[],
["Air", "CANT_SLING", "Air"]
];

In this example, all objects of class Air can sling load Ships but not Air.

You can allow sling loading of locked vehicles by defining ASL_LOCKED_VEHICLES_ENABLED in your init.sqf file. It defaults to false.

ASL_LOCKED_VEHICLES_ENABLED = true;

You can allow sling loading in an Exile safe zone by defining ASL_EXILE_SAFEZONE_ENABLED in your init.sqf file. It default to false.

ASL_EXILE_SAFEZONE_ENABLED = true;

**Not working on your server?**

Make sure you have the mod listed in the -mod or -serverMod command line option. Only -serverMod is required for this addon. If still not working, check your server log to make sure the addon is found.

FAQ

This addon is only required on the server - is it going to slow down my server?

No - while this addon is server-side only, it installs itself on all clients without them downloading the addon. Most of the time, the towing code actually runs client-side, even though you installed the addon only on the server. Magic!

Battleye kicks me when I try to do xyz. What do I do?

You need to configure Battleye rules on your server. Below are the files you need to configure:

setvariable.txt

Add the following exclusions to the end of all lines starting with 4, 5, 6, or 7 if they contain "" (meaning applies to all values):

!="ASL_Ropes" !="ASL_Ropes_Vehicle" !="ASL_Ropes_Pick_Up_Helper" !="ASL_Cargo"

setvariableval.txt

If you have any lines starting with 4, 5, 6, or 7 and they contain "" (meaning applies to all values) it's not going to work. Either remove the line or explicitly define the values you want to kick. Since the values of the variables above can vary, I don't know of a good way to define an exclusion rule.

Also, it's possible there are other battleye filter files that can cause issues. If you check your battleye logs you can figure out which file is causing a problem.

The sling actions appear when looking at a vehicle, but do nothing when I select them. How do I fix that?

Most likely your server is setup with a white list for remote executions. In order to fix this, you need to modify your mission's description.ext file, adding the following CfgRemoteExec rules. If using InfiStar you should edit your cfgremoteexec.hpp instead of the description.ext file. See https://community.bistudio.com/wiki/Arma_3_Remote_Execution for more details on CfgRemoteExec.

class CfgRemoteExec
{
class Functions
{
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; };
};
};

Issues & Feature Requests

https://github.com/sethduda/AdvancedSlingLoading/issues

If anyone wants to help fix any of these, please let me know. You can fork the repo and create a pull request.

Special Thanks for Testing & Support:

- Stay Alive Tactical Team (http://sa.clanservers.com)

Got Questions? Join my Discord channel:
https://discord.gg/RHkGYCt
Populární diskuze Zobrazit vše (18)
8
2. zář. 2019 v 3.01
Scroll Options Disappearing
svlem
7
14. bře. 2023 v 10.54
Ropes Option Disappearing - BUG
OrthyOliver
4
22. čvn. 2017 v 10.53
[Suggestion]Parachute drop cargo
Bucketsmith
Počet komentářů: 315
El_Kinkomunista 8. bře. v 15.15 
Any updates on the mod? I am guessing if it can be repacked also
Mr. DAEMON 25. úno. v 16.49 
The problem is that even though 2 or 3 ropes can be lowered, only 1 vehicle can be connected to the helicopter, regardless of its size. So the other 2 ropes are practically unnecessary.
LucSon 17. úno. v 13.49 
@[420th] Seathre Nope, still active, I think he's just done with the mod. Last comment I could find was January 11th.
StefanGaming 13. led. v 13.00 
intereesting mod
[420th] Seathre 25. úno. 2023 v 13.08 
This author appears to be inactive. Last comment was from June 2018 and last Github update was December 2016.
Volske 7. úno. 2023 v 20.24 
I'm finding that 85% of the time, the mod just doesn't work in general, and it doesn't even give me the option to deploy ropes, but on some random chance, once and a while it does, which makes it pretty much impossible to rely on unfortunately.
Larisa 31. pro. 2022 v 7.58 
Larisa 30. pro. 2022 v 8.53 
Theres a fix on the github, just needs to be pushed: https://github.com/sethduda/AdvancedSlingLoading/pull/29
Blackbird Ater 26. pro. 2022 v 14.21 
Also having the same problem with the back ropes not working. Any update?
[EXD] Razbros 5. pro. 2022 v 18.41 
Please update, back ropes do not work anymore