[Modpack] Flight [flight]

Post Reply
Amaz
Member
Posts: 354
Joined: Wed May 08, 2013 08:26
GitHub: Amaz1
IRC: Amaz
In-game: Amaz

[Modpack] Flight [flight]

by Amaz » Post

This modpack adds three different methords of flying, wings, jetpacks and flying carpets.

The mods use Wuzzy's player effects mod (viewtopic.php?f=11&t=9689) to give the player who uses the wings/jetpack the power to fly for a limited time. They can have craft recipes, or these can be disabled, so that the wings can only be got with giveme or through an admin shop on a server. Note, players with the fly priv are not able to use wings or jetpacks. A message is sent to them alerting them of this fact when they try to use one.

The code used for the Flying Carpet comes largly from the Helicopter mod (viewtopic.php?id=6183)

The mods can be configered through their config.lua files; it is worth having a look through them before you use the mods.
Spoiler
Image
Wings:

Code: Select all

diamond mese_crystal diamond
mese_crystal steelblock mese_crystal
diamond mese_crystal diamond
Bronze Wings:

Code: Select all

diamondblock mese_crystal diamond
mese bronzeblock mese_crystal
diamond mese_crystal diamond
Gold Wings:

Code: Select all

diamondblock mese_crystal diamondblock
mese goldblock mese
diamond mese_crystal diamond
Image
Jetpack base

Code: Select all

steel_ingot nothing steel_ingot
steel_ingot steel_ingot steel_ingot
steel_ingot nothing steel_ingot
Jetpack:

Code: Select all

diamond jetpack_base diamond
mese_crystal steelblock mese_crystal
diamond mese_crystal diamond
Bronze Jetpack:

Code: Select all

diamondblock jetpack_base diamond
mese bronzeblock mese_crystal
diamond mese_crystal diamond
Gold Jetpack:

Code: Select all

diamondblock jetpack_base diamondblock
mese goldblock mese
diamond mese_crystal diamond
Flying Carpets:
Image
Any kind of wool can be used to craft them.

Code: Select all

wool wool wool
mese goldblock mese
Todo:
Maybe make nicer textures for the wings, help would be appreciated!
Add an option that makes the wings and jetpacks take wear.
Maybe make more carpets with different textures...

Dependencies:
(Jetpack and wings)
playereffects
default? (For the crafting recipes.)
(Flying Carpets)
default

License:
MIT (Code of Jetpacks and Wings, textures and models.)
LGPL v2 (Code of Flying Carpets, as this is what I think the Helicopter mod uses, please correct me if I'm wrong!)

Download and github:
Download: https://github.com/Amaz1/flight/archive/master.zip
Broze the code on github: https://github.com/Amaz1/flight
Last edited by Amaz on Fri Sep 02, 2016 21:41, edited 6 times in total.

User avatar
afflatus
Member
Posts: 362
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus
Location: Avalonia
Contact:

Re: [Modpack] Flight

by afflatus » Post

Fantastic, thanks! Just what I was looking for.
Grailtest is stirring ...

User avatar
Hybrid Dog
Member
Posts: 2834
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: [Modpack] Flight

by Hybrid Dog » Post

Attachments
piston2.png
piston2.png (198.79 KiB) Viewed 2903 times
piston1.png
piston1.png (213.93 KiB) Viewed 2903 times

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

Amaz
Member
Posts: 354
Joined: Wed May 08, 2013 08:26
GitHub: Amaz1
IRC: Amaz
In-game: Amaz

Re: [Modpack] Flight

by Amaz » Post

Added Jetpacks!
Pretty much the same as wings, but more mechanical, and slightly different crafts, see the first post. They are not really meant to run along side each other, but there is nothing stopping you! The one is meant for more magical gameplay, the other is for realistic/mechanical gameplay. Enjoy!
Never seen them before, so I got no insparation off them!
afflatus wrote:Fantastic, thanks! Just what I was looking for.
I'm glad you like it!

User avatar
Wuzzy
Member
Posts: 4799
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Modpack] Flight

by Wuzzy » Post

Yay! This is the first mod which uses Player Effects and which is not made by me.

This mod messes with the fly privilege, so be careful using this on servers, if you set the privilege manually. Please add this info to the main post.

Some suggestion: When the jetpack is active, create some particles below the player.

Amaz
Member
Posts: 354
Joined: Wed May 08, 2013 08:26
GitHub: Amaz1
IRC: Amaz
In-game: Amaz

Re: [Modpack] Flight

by Amaz » Post

Wuzzy wrote:This mod messes with the fly privilege, so be careful using this on servers, if you set the privilege manually. Please add this info to the main post.
I've made it so players who have the fly priv cannot use the jetpack, and a message is sent to them if they try to use it. Thanks for pointing this out!
Wuzzy wrote:Some suggestion: When the jetpack is active, create some particles below the player.
Great idea! I'll try and figure out how to do that...

User avatar
afflatus
Member
Posts: 362
Joined: Tue Apr 01, 2014 19:47
GitHub: 0-afflatus
IRC: afflatus
In-game: afflatus
Location: Avalonia
Contact:

Re: [Modpack] Flight

by afflatus » Post

Yes, same goes for wings. The problem is that fly priv is removed afterwards, whether the player had it before or not. I'll check out the new version.
Grailtest is stirring ...

Amaz
Member
Posts: 354
Joined: Wed May 08, 2013 08:26
GitHub: Amaz1
IRC: Amaz
In-game: Amaz

Re: [Modpack] Flight

by Amaz » Post

Update: Added support for Wuzzy's mana mod!

Amaz
Member
Posts: 354
Joined: Wed May 08, 2013 08:26
GitHub: Amaz1
IRC: Amaz
In-game: Amaz

Re: [Modpack] Flight

by Amaz » Post

Sorry to double post, but I have added a new mod to the modpack: flyingcarpet
No prizes for guessing what it adds!

User avatar
ExeterDad
Member
Posts: 1717
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad
Location: New Hampshire U.S.A

Re: [Modpack] Flight

by ExeterDad » Post

A giraffe?

:P

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

Re: [Modpack] Flight

by Krock » Post

Haha, flying carpets are a great addition, Amaz :)
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

User avatar
Don
Member
Posts: 1643
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: [Modpack] Flight

by Don » Post

Really nice!
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here

User avatar
LazerRay
Member
Posts: 147
Joined: Sun Jul 27, 2014 01:32
GitHub: LazerRay

Re: [Modpack] Flight

by LazerRay » Post

I may be missing a setting somewhere, so far I only got the carpet working in singleplayer mode, the jetpacks and wings don't seem to work.

Plus the jetpacks are a bit pricey for a single use item, maybe have some way to recharge/refuel them once used.

User avatar
SpaghettiToastBook
Member
Posts: 52
Joined: Sun Feb 22, 2015 21:11
In-game: STB
Location: The Milky Way

Re: [Modpack] Flight

by SpaghettiToastBook » Post

LazerRay wrote:Plus the jetpacks are a bit pricey for a single use item, maybe have some way to recharge/refuel them once used.
On my server, I changed the recipe to use mese crystals and gold ingots. It works quite well that way.

User avatar
LazerRay
Member
Posts: 147
Joined: Sun Jul 27, 2014 01:32
GitHub: LazerRay

Re: [Modpack] Flight

by LazerRay » Post

Looks like I found out why the wings weren't working, I have to have flight mode turned on before activating them.

Now I can use them to help with building and exploring hard to reach areas.

Dorje
Member
Posts: 109
Joined: Sun Oct 04, 2015 21:19
In-game: gryphon + MajesticBird
Location: South Africa, Cape Town, Observatory, MINECRAFT!

Re: [Modpack] Flight

by Dorje » Post

I have seen his mod and have been looking for it. its cool! :D
Give me some EXTREME HARDCORE xD

i have to say this sad thing viewtopic.php?f=3&t=13458&p=195719#p195719

User avatar
swordpaint12
Member
Posts: 191
Joined: Sat Aug 22, 2015 00:50
In-game: [swordpaint12][Belching_Balladeer]
Location: Foobass, isle of Atlantis, castle of Bardvendelle

Re: [Modpack] Flight

by swordpaint12 » Post

Amaz wrote:
Never seen them before, so I got no insparation off them!
WHAT? Never seen them?
God's not dead; remember that!
Yay for MT! No MC here!
I am a human. I'm younger than 100 years old.
I've been playing Minetest since December 2014.

I'm amazed that I haven't been on here in so long! My latest minetest accomplishment was mining by hand (well, as close as you can get in a computer game) a circle 30 blocks in diameter. It took forever but it's pretty cool.

stoneminer
Member
Posts: 1001
Joined: Sun Oct 18, 2015 19:11
GitHub: sm31
IRC: stoneminer
In-game: stoneminer

Re: [Modpack] Flight

by stoneminer » Post

Paradise for griefers!

Craft a flying carpet, hover over your archenemy's house, dump lava all over it, and fly away pretending you're not guilty.
For God so loved the world, that he gave his one and only Son, that whoever believes in him should not perish, but have eternal life.

User avatar
LazerRay
Member
Posts: 147
Joined: Sun Jul 27, 2014 01:32
GitHub: LazerRay

Re: [Modpack] Flight

by LazerRay » Post

I would never have that problem, I turn off the flying carpet part of the mod since I have trouble with the controls for it, and I get way too much lag with repeated crashing if I generate too many chunks at once while traveling around.

Blunt
New member
Posts: 7
Joined: Thu Dec 08, 2016 15:19

Re: [Modpack] Flight

by Blunt » Post

It would be awesome if the jetpack burned fuel instead of running on a timer, refueling instead of losing the item could be considered.


I don't know how hard it would be to do though.

User avatar
christoferlevich
Member
Posts: 325
Joined: Thu Dec 01, 2016 23:44
GitHub: ChristoferL
Location: Athol, Massachusetts

Re: [Modpack] Flight

by christoferlevich » Post

Question: Is there a way to limit the altitude and range of the Flying Carpet? I want to feature the mod items in a flight shop, and I've implemented the one use option however there is very little incentive to go 'wings' or 'jetpack' if there are no limitations on Flying Carpets.
everything can be a learning experience...

Post Reply

Who is online

Users browsing this forum: No registered users and 13 guests