I'll try to add a painter (with technic painter) to have more airplanes colors. Add front lights can be a good idea. Also, the mod is a bit lagging on my computer, but the gameplay is fantastic. Finally, how to deploy back gears ?
Also I think you can add the speed in the top center of the panel, and correct the turns when we are at ground - the plane turn like it is flying, - I mean only direction gear change direction. But congrats for that work.
I'll do that! I tried do "copy" the position of the gauges of the airplane I learned to fly in real life (Aero Boero 115). I'll do the fixes too, thank you!.
The landing gear I made to deploy and remove automatically, because I had no keys more to make it manually :(
I have to test what the impact of a lot of passengers attached to one flying entity in a server. But one thing I know, I'm limited by the speed, but I can try...
What speed ? Your RAM ? Also, you can do like in adv : only one person have access to commands of the plane. Also, why not add a new command (for example Sneak+Space) which deploy a door, like here : https://bit.ly/3etivKO.
Very cool mod,
I'll try to add a painter (with technic painter) to have more airplanes colors. Add front lights can be a good idea. Also, the mod is a bit lagging on my computer, but the gameplay is fantastic. Finally, how to deploy back gears ?
Thank you! Press shift with engine off to go reverse when landed. The lights was in scope, but I cannot attach lights at an entity in minetest :(
I'm trying to do it actually, don't worry. So you mean I have to switch off the engine when I am flying to deploy/remove gears ?
Also I think you can add the speed in the top center of the panel, and correct the turns when we are at ground - the plane turn like it is flying, - I mean only direction gear change direction. But congrats for that work.
I'll do that! I tried do "copy" the position of the gauges of the airplane I learned to fly in real life (Aero Boero 115). I'll do the fixes too, thank you!. The landing gear I made to deploy and remove automatically, because I had no keys more to make it manually :(
Okay, great ! Just, you can combinate with sneak. For example, you use Sneak + E.
First you have to edit the if for engine starting
if ctrl.aux1 and hidroplane.last_time_command > 0.3 then
becomes
if ctrl.aux1 and not ctrl.sneak and hidroplane.last_time_command > 0.3 then
And add a line
if ctrl.aux1 and ctrl.sneak and hidroplane.last_time_command > 0.3 then
with your new command.
Good job, I also like your others mods :)
I noticed another problem : when I paint my plane in a color, the engine is still yellow : look at this screenshot : https://we.tl/t-2ibjVjQmLP.
the propeller has tips yellow for security reasons, it does not change =)
Maybe, when you could add light to the entity, you could add red/green light to the extremeties of the wings.
Yes, the position lights.
Also, why not add a airliner model, or add ATC (like in advtrains) ?
I have to test what the impact of a lot of passengers attached to one flying entity in a server. But one thing I know, I'm limited by the speed, but I can try...
What speed ? Your RAM ? Also, you can do like in adv : only one person have access to commands of the plane. Also, why not add a new command (for example Sneak+Space) which deploy a door, like here : https://bit.ly/3etivKO.