Starbound

Starbound

60 betyg
Better Grappling Hook Aiming Reticle
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
491.033 KB
4 maj, 2021 @ 4:25
1 ändringsnotis ( visa )

Abonnera för att ladda ner
Better Grappling Hook Aiming Reticle

Beskrivning
Makes the grappling hooks use a portal-themed aiming reticle when dual wielded that displays which of the 2 grapples is currently anchored.
They will use the standard aiming reticle when single wielded (or when the other item isn't a grappling hook).

Includes built-in support for a lot of existing modded grappling hooks.

And yes, you can equip 2 different types of grapples and the reticle will still function properly (assuming that both of them are properly patched to use the script).


Modding:
This mod can be patched into other modded grappling hooks (that aren't already supported) by adding the following patch to the item's .activeitem file:
[ { "op" : "add", "path" : "/scripts/-", "value" : "/items/active/grapplinghooks/antr_portalHUD.lua" } ]
Note that it has to use the standard grappling hook code (or atleast uses self.anchored to store whether it's anchored to something) otherwise the script won't be able to detect it's state.
5 kommentarer
Best "Redz" Foxxo~ 8 maj, 2021 @ 11:30 
Also, for anyone wondering, this also works with dual wielding climbing ropes. Which is nice.
Best "Redz" Foxxo~ 7 maj, 2021 @ 16:36 
Excellent! Thank you so much.
Anter583  [skapare] 7 maj, 2021 @ 3:11 
Yes, I patched the script into them.
Best "Redz" Foxxo~ 6 maj, 2021 @ 19:10 
Would this be naturally compatible with weighted grappling hooks by Argle Bargle? And the flashlight version?
Windtalkers 6 maj, 2021 @ 5:32 
thanks for the mod!