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.
Jetpack Mod
- AlphaRaptor
- Fast Inserter
- Posts: 102
- Joined: Wed Dec 03, 2014 6:58 pm
- Contact:
Re: Jetpack Mod
Then you need to add Height into the Game. And i guess this is the hard part about this.
Live your life like you want.
Mods are still Awesome , and i love Mods , for every Game.
Lov'in it.
Mods are still Awesome , and i love Mods , for every Game.
Lov'in it.
Re: Jetpack Mod
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.
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.
-
- Burner Inserter
- Posts: 6
- Joined: Thu Jan 29, 2015 5:07 am
- Contact:
Re: Jetpack Mod
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
It would make exploration a bit easier if one can fly over forests (and water?)
Re: Jetpack Mod
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.
<I'm really not active any more so these may not be up to date>
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me
Or drop into #factorio on irc.esper.net
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me
Or drop into #factorio on irc.esper.net