This is a modified hoverbike.lua which is a modders resource, which allows modders to easily have a flying VTOL vehicle just like my UT-47 Shuttle Mod
The script has support for Guns. Headlights are disabled-
To enable the Shooting, uncomment the code blocks in controls() and animate()
and add your animation parts to the vehicle (take a look at the humanmech as an example)
Inside of the vehicle config (vehiclename.vehicle) you will need to set
toCode:"occupiedMovementSettings" : { "collisionPoly" : [[-6.7, 0.7], [-6.7, -2.7], [6.7, -2.7], [6.7, 0.7]], "mass" : 4, "gravityEnabled" : true, "collisionEnabled" : true }
also you will need to put this in somewhere in the same file:Code:"occupiedMovementSettings" : { "collisionPoly" : [[-6.7, 0.7], [-6.7, -2.7], [6.7, -2.7], [6.7, 0.7]], "mass" : 4, "gravityEnabled" : false, "collisionEnabled" : true }
(if you put it at the end you will need to remove the last comma)Code:"AimLimit" : 40, "shuttleFireCycle" : 1.5, "shuttleProjectile" : "standardbullet", "shuttleProjectileConfig" : { "power" : 50 },
and
I hope to make a video on how to do it this week, but i cant promise anythingCode:"targetVerticalVelocity" : 80, under "targetHorizontalVelocity" : 80,
If you use this in your mod, please mention me and if you have any questions feel free to ask in the discussion
- Mod Pack Permissions:
- Anyone can use this mod in their mod compilation without the author's consent.
- Mod Assets Permissions:
- Anyone can alter/redistribute the mod's assets without the author's consent.
-
Welcome to the official Starbound Mod repository, Guest! Not sure how to install your mods? Check out the installation guide or check out the modding help thread for more guides.Dismiss Notice
Outdated Mods have been moved to their own category! If you update your mod please let a moderator know so we can move it back to the active section.
Shuttle Script 1.1.2
MODDERS RESOURCE: For modders who want to have a flying vehicle
Recent Updates
- 1.1.2 Sep 24, 2016
- I keep messing up Apr 26, 2016
- Reupload Apr 26, 2016