[Mod] hang-gliders [hangglider]

Re: [Mod] hang-gliders [hangglider]

Postby SpaghettiToastBook » Fri Dec 28, 2018 9:40 am

Any chance of supporting player_monoids for the physics overrides? I could probably add it myself but I'm not too familiar with Git :P (though I could learn)
SpaghettiToastBook
Member
 
Posts: 52
Joined: Sun Feb 22, 2015 9:11 pm
In-game: STB

Re: [Mod] hang-gliders [hangglider]

Postby Piezo_ » Fri Dec 28, 2018 10:20 am

SpaghettiToastBook wrote:Any chance of supporting player_monoids for the physics overrides? I could probably add it myself but I'm not too familiar with Git :P (though I could learn)

This currently supports minetest_systemd's gravityctl service, which is a bit more specialized to smart gravity handling. I also don't know much about how player_monoids works, unfortunately, although I am reading up on it.
Piezo_
Member
 
Posts: 221
Joined: Fri Jul 20, 2018 9:36 pm
GitHub: is proprietary I use NotABug
In-game: Piezo_ or TheRealPiezo_

Re: [Mod] hang-gliders [hangglider]

Postby SpaghettiToastBook » Sun Dec 30, 2018 2:11 am

I sent a pull request with player_monoids support.
SpaghettiToastBook
Member
 
Posts: 52
Joined: Sun Feb 22, 2015 9:11 pm
In-game: STB

Re: [Mod] hang-gliders [hangglider]

Postby texmex » Sun Dec 30, 2018 12:17 pm

SpaghettiToastBook wrote:I sent a pull request with player_monoids support.

Great!
texmex
Member
 
Posts: 1266
Joined: Mon Jul 11, 2016 9:08 pm
GitHub: tacotexmex
In-game: texmex

Re: [Mod] hang-gliders [hangglider]

Postby Piezo_ » Sun Dec 30, 2018 8:40 pm

SpaghettiToastBook wrote:I sent a pull request with player_monoids support.


Merged.
Piezo_
Member
 
Posts: 221
Joined: Fri Jul 20, 2018 9:36 pm
GitHub: is proprietary I use NotABug
In-game: Piezo_ or TheRealPiezo_

Re: [Mod] hang-gliders [hangglider]

Postby Piezo_ » Mon Dec 31, 2018 1:24 am

The results are in on the vote for glider controls:

It's a tie. You have all failed spectacularly. Feel ashamed of yourself. SHAME, SHAME, SHAME!!!

Since I'm the one maintaining this, I'm deciding to leave the controls the way they are.
Piezo_
Member
 
Posts: 221
Joined: Fri Jul 20, 2018 9:36 pm
GitHub: is proprietary I use NotABug
In-game: Piezo_ or TheRealPiezo_

Re: [Mod] hang-gliders [hangglider]

Postby Felfalido » Mon Dec 31, 2018 4:45 pm

Piezo_ wrote:The results are in on the vote for glider controls:

It's a tie. You have all failed spectacularly. Feel ashamed of yourself. SHAME, SHAME, SHAME!!!

Since I'm the one maintaining this, I'm deciding to leave the controls the way they are.

No strong feelings one way or the other

I think it's ok with leaving them controls as they are.
Felfalido
Member
 
Posts: 22
Joined: Fri Aug 18, 2017 1:49 pm
GitHub: Felfa but in GitLab
In-game: Felfa

Re: [Mod] hang-gliders [hangglider]

Postby migdyn » Tue Jan 08, 2019 10:01 pm

Hi, you got this message on your topic move request
Edit by Shara, Jan 8, 2019: Mod topic is missing license information and dependencies. Please add these if you want this topic moved. (You need to state license of your mod, not just licenses of the mods you used when working on it).
migdyn
Member
 
Posts: 255
Joined: Mon Aug 20, 2018 12:44 am
GitHub: migdyn
In-game: migdyn

Re: [Mod] hang-gliders [hangglider]

Postby Piezo_ » Wed Jan 09, 2019 8:10 am

migdyn wrote:Hi, you got this message on your topic move request

Thanks for telling me!
Piezo_
Member
 
Posts: 221
Joined: Fri Jul 20, 2018 9:36 pm
GitHub: is proprietary I use NotABug
In-game: Piezo_ or TheRealPiezo_

Re: [Mod] hang-gliders [hangglider]

Postby runs » Sun Feb 03, 2019 12:06 am

Image

Congratulations! Your mod won the Sam Awards! Your mod is the best mod of 2018 overall!
runs
Member
 
Posts: 330
Joined: Sat Oct 27, 2018 8:32 am
GitHub: runsy

Re: [Mod] hang-gliders [hangglider]

Postby Piezo_ » Sun Feb 03, 2019 1:50 am

runs wrote:Image

Congratulations! Your mod won the Sam Awards! Your mod is the best mod of 2018 overall!

:O
Piezo_
Member
 
Posts: 221
Joined: Fri Jul 20, 2018 9:36 pm
GitHub: is proprietary I use NotABug
In-game: Piezo_ or TheRealPiezo_

Re: [Mod] hang-gliders [hangglider]

Postby StarNinjas » Sun Feb 03, 2019 4:30 am

Congrats I voted for this mod!
StarNinjas
Member
 
Posts: 264
Joined: Wed Mar 14, 2018 12:32 am
GitHub: starninjas
In-game: J1

Re: [Mod] hang-gliders [hangglider]

Postby Wuzzy » Thu Feb 28, 2019 11:30 pm

As for the question of elytra vs hangglider: Why not both? If the code for both of them is similar enough, it seems reasonable to support both.
If not, heck, might even create two separate mods out of it.
Wuzzy
Member
 
Posts: 3402
Joined: Mon Sep 24, 2012 3:01 pm
GitHub: Wuzzy2
In-game: Wuzzy

Re: [Mod] hang-gliders [hangglider]

Postby Piezo_ » Fri Mar 01, 2019 2:57 am

Wuzzy wrote:As for the question of elytra vs hangglider: Why not both? If the code for both of them is similar enough, it seems reasonable to support both.
If not, heck, might even create two separate mods out of it.

It's not similar. One can be accomplished just by tweaking gravity. The other would require attaching the player to an entity, and then accelerating the entity according to a number of factors including gravity, the player's look direction, and previous momentum. For realism, the player's model would also have to be rotated vertically.
Piezo_
Member
 
Posts: 221
Joined: Fri Jul 20, 2018 9:36 pm
GitHub: is proprietary I use NotABug
In-game: Piezo_ or TheRealPiezo_

Re: [Mod] hang-gliders [hangglider]

Postby DS-minetest » Fri Mar 01, 2019 6:57 pm

I found time to test this.
Warnings say, that
  • getpos is used instead of get_pos at init.lua:214.
  • without any of the optional dependencies that are not part of minetest_game, undecleared global variables are accessed. I suggest the use of minetest.global_exists.
About the flying behavior: It seems a bit odd that you can choose whether to fly forwards, backwards, not or even sidewards. Personally I would prefer if the y velocity would be transformed to forward velocity and you could only turn, but this would be much more player-unfriendly, hence the way it is is ok.

All in all, at the first few glances, I like this mod and how it is made.
DS-minetest
Member
 
Posts: 1059
Joined: Thu Jun 19, 2014 7:49 pm
GitHub: DS-Minetest
In-game: DS

Re: [Mod] hang-gliders [hangglider]

Postby Piezo_ » Fri Mar 01, 2019 9:25 pm

DS-minetest wrote:getpos is used instead of get_pos at init.lua:214.


Is the former deprecated?
Piezo_
Member
 
Posts: 221
Joined: Fri Jul 20, 2018 9:36 pm
GitHub: is proprietary I use NotABug
In-game: Piezo_ or TheRealPiezo_

Re: [Mod] hang-gliders [hangglider]

Postby DS-minetest » Sat Mar 02, 2019 12:18 pm

Piezo_ wrote:
DS-minetest wrote:getpos is used instead of get_pos at init.lua:214.


Is the former deprecated?

Yes, it is. See https://forum.minetest.net/viewtopic.php?f=18&t=20403.
DS-minetest
Member
 
Posts: 1059
Joined: Thu Jun 19, 2014 7:49 pm
GitHub: DS-Minetest
In-game: DS

Re: [Mod] hang-gliders [hangglider]

Postby Sires » Sat Mar 02, 2019 3:10 pm

Can you add it to content db? (https://content.minetest.net/)
Sires
Member
 
Posts: 181
Joined: Mon Jan 02, 2017 9:00 pm
GitHub: Sires0
In-game: Sires Sores Siri Seris or anything ppl call me

Re: [Mod] hang-gliders [hangglider]

Postby Piezo_ » Sun Mar 03, 2019 7:38 pm

Sires wrote:Can you add it to content db? (https://content.minetest.net/)


I've uploaded it, but there's a notice saying "Please wait for the release to be approved."
Piezo_
Member
 
Posts: 221
Joined: Fri Jul 20, 2018 9:36 pm
GitHub: is proprietary I use NotABug
In-game: Piezo_ or TheRealPiezo_

Re: [Mod] hang-gliders [hangglider]

Postby Sires » Mon Mar 04, 2019 12:14 am

Piezo_ wrote:
Sires wrote:Can you add it to content db? (https://content.minetest.net/)


I've uploaded it, but there's a notice saying "Please wait for the release to be approved."


When some moderator notice they will approve :) Thx so much.
Sires
Member
 
Posts: 181
Joined: Mon Jan 02, 2017 9:00 pm
GitHub: Sires0
In-game: Sires Sores Siri Seris or anything ppl call me

Re: [Mod] hang-gliders [hangglider]

Postby benrob0329 » Mon Mar 18, 2019 4:35 am

Shouldn't the player either fall from the sky when stopped dead, or be forced to keep moving forward? (I understand the latter is difficult to do with physics overrides, but the former would add a bit of risk to flying).

Also, it would make this a lot more fun if there was a way to glide, rather than just slowly fall. You can only slowly go down, but with no way to gain any height mid-air (even at the cost of some speed).
benrob0329
Member
 
Posts: 1260
Joined: Thu Aug 06, 2015 10:39 pm
GitHub: Benrob0329
In-game: benrob03

Re: [Mod] hang-gliders [hangglider]

Postby Piezo_ » Mon Mar 18, 2019 5:14 am

benrob0329 wrote:Shouldn't the player either fall from the sky when stopped dead, or be forced to keep moving forward? (I understand the latter is difficult to do with physics overrides, but the former would add a bit of risk to flying).

The reason I haven't added something like this despite repeated suggestions is that I was aiming for more of a parachute-like effect.
benrob0329 wrote:Also, it would make this a lot more fun if there was a way to glide, rather than just slowly fall. You can only slowly go down, but with no way to gain any height mid-air (even at the cost of some speed).

I could think of a couple ways to implement this, but considering that this is all done with just physics overrides, the amount of abuse that would be possible in the right lag conditions doesn't need to get any higher, if you ask me.

Maybe, if some kind of set_velocity system is added, or server-CSM can modify physics in a more reliable way than we have at present, I might do this.
Piezo_
Member
 
Posts: 221
Joined: Fri Jul 20, 2018 9:36 pm
GitHub: is proprietary I use NotABug
In-game: Piezo_ or TheRealPiezo_

Re: [Mod] hang-gliders [hangglider]

Postby voxelproof » Mon Mar 18, 2019 3:01 pm

benrob0329 wrote:Shouldn't the player either fall from the sky when stopped dead, or be forced to keep moving forward? (I understand the latter is difficult to do with physics overrides, but the former would add a bit of risk to flying).

Also, it would make this a lot more fun if there was a way to glide, rather than just slowly fall. You can only slowly go down, but with no way to gain any height mid-air (even at the cost of some speed).


Try the older version with this tweaking. Set movement_speed_walk to 8, use "Fn" button for auto-forward movement (if you're using Win) and you can experience from time to time awesome uplifting drafts. As far as I compared the performance of this version with YT glider videos I can say that it gives stunning resemblance of real aerodynamic conditions during the flight.
voxelproof
Member
 
Posts: 767
Joined: Sat Aug 05, 2017 8:13 am

Re: [Mod] hang-gliders [hangglider]

Postby gpcf » Wed Mar 20, 2019 11:33 pm

I propose an ultralight aircraft based on the hangglider, just with a propeller. It would be electric and the batteries would be recharged by technic.
gpcf
Member
 
Posts: 294
Joined: Fri May 27, 2016 10:48 am
In-game: gabriel

Re: [Mod] hang-gliders [hangglider]

Postby voxelproof » Thu Mar 21, 2019 8:45 am

gpcf wrote:I propose an ultralight aircraft based on the hangglider, just with a propeller. It would be electric and the batteries would be recharged by technic.


I'm afraid it isn't feasible as for now, due to the lack of the engine feature enabling in-game change of player's movement speed.
voxelproof
Member
 
Posts: 767
Joined: Sat Aug 05, 2017 8:13 am



Return to Mod Releases



Who is online

Users browsing this forum: Google Bot [Bot] and 0 guests