Crimson_Ghost138 Posted December 17, 2019 Posted December 17, 2019 Hello, i tried to place sling loads on ships like i place static objects on a carrier, but it wont work like that, the loads are not visible and cannot be activated. Has someone found a way how to place cargo/sling loads on moving ship-Units, like the carrier, or the Perry, Ticonderoga? Also, what´s the best way to check if the player has successfully landed on a (moving) ship? Thank you :)
Hardcard Posted December 18, 2019 Posted December 18, 2019 Also, what´s the best way to check if the player has successfully landed on a (moving) ship? Depends. You can use moving landing zones in ME, combined with altitude checks... but this is quite unreliable. If you're not afraid of scripting, then you can use the script examples below. If it's a carrier / warship, you can use landing event handlers, like so: https://forums.eagle.ru/showpost.php?p=3754920&postcount=2 If it's a cargo ship, it's trickier, but can still be done: https://forums.eagle.ru/showpost.php?p=3763018&postcount=16 [sIGPIC][/sIGPIC]
Recommended Posts