Jetpack Mod
Posted: Tue Dec 30, 2014 3:00 am
Please make a Jetpack mod that allows the player to fly. Maybe as modular armour module or similar.
Should either use fuel or energy etc.
Should either use fuel or energy etc.
Not really, I am sure there would be some sort of flying tag which just removes collision. Logistics/Construction robots fly after all.AlphaRaptor wrote:Then you need to add Height into the Game. And i guess this is the hard part about this.
The wiki modding tutorial adds a 'bomber', admittedly it's a bit out of date now but there's a somewhat working-ish version here (if you consider using a car as a bomber working-ish).mallix wrote:Please make a Jetpack mod that allows the player to fly. Maybe as modular armour module or similar.
Should either use fuel or energy etc.
Yeah, you can remove the collision_box, or add collision_mask = {} (was a bug in the last few versions that prevented the first option). Can't do that as easily in-game, though you could create a new player without, boost it's speeds, and then swap the character whenever you like, though the easier method of that is just to set the character to nil, after saving it, and use god mode to travel (and reconnect the character when the player is done traveling)mallix wrote:Not really, I am sure there would be some sort of flying tag which just removes collision.