Page 1 of 1

Jetpack Mod

Posted: Tue Dec 30, 2014 3:00 am
by mallix
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.

Re: Jetpack Mod

Posted: Sun Jan 04, 2015 4:22 am
by AlphaRaptor
Then you need to add Height into the Game. And i guess this is the hard part about this.

Re: Jetpack Mod

Posted: Tue Jan 06, 2015 2:49 am
by mallix
AlphaRaptor wrote:Then you need to add Height into the Game. And i guess this is the hard part about this.
Not really, I am sure there would be some sort of flying tag which just removes collision. Logistics/Construction robots fly after all.

Create a mod that gives the player the same collision as a robot
Make it drain fuel or more likely energy from modular armor while its up.
Job done.

Re: Jetpack Mod

Posted: Wed Feb 04, 2015 8:28 am
by sacrifice025
what would you want to fly over? i can only see a use in a crowded base to fly over buildings but else?

Re: Jetpack Mod

Posted: Wed Feb 04, 2015 9:03 am
by hoho
It would make exploration a bit easier if one can fly over forests (and water?)

Re: Jetpack Mod

Posted: Thu Feb 05, 2015 3:12 pm
by FreeER
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.
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:Not really, I am sure there would be some sort of flying tag which just removes collision.
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)