readme adjust

This commit is contained in:
Alexsandro Percy 2022-05-01 12:08:55 -03:00
parent 88001839af
commit ded9c738d2
4 changed files with 22 additions and 14 deletions

View File

@ -164,4 +164,4 @@ apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the permanent authorization for you to choose that version for the
Library. Library.
Copyright Alexsandro Percy - 2021 Copyright Alexsandro Percy - 2022

View File

@ -1,9 +1,11 @@
Minetest 5.4 mod: Super Cub Minetest 5.4 mod: PA28
======================================== ========================================
The Super Cub The PA28
Adapted from Super Duck, this is a pure lithoplane, based on Super Cub airplane. This is an implementarion to minetest of the Piper PA28. It is far from the real
plane, as it is adapted to a minetest scale and behaviour. It was inspired on
brazilian version of it, the EMB-712 Tupi.
In order to fly, it is necessary to first supply the airplane with biofuel. In order to fly, it is necessary to first supply the airplane with biofuel.
Then with a bottle or gallon selected, punch it against the airplane. Then with a bottle or gallon selected, punch it against the airplane.
You can use 10 bottles them to fill the tank. See the fuel gauge on the airplane You can use 10 bottles them to fill the tank. See the fuel gauge on the airplane
@ -12,16 +14,21 @@ While the machine is off, it is possible to move it using the sneak and jump key
W ans S controls the pitch (elevator). W ans S controls the pitch (elevator).
Right and Left (A and D) controls the yaw (rudder and ailerons). Right and Left (A and D) controls the yaw (rudder and ailerons).
Then to fly, start the engine with the special key E. Press jump (space) Then to fly, start the engine accessing the internal menu (right click). Press jump (space)
to increase the engine power (check the panel for the indicator marked with a yellow P). to increase the engine power (check the panel for the indicator marked with a P).
Adjust to the maximum. Pull the elevator control (S) when it have the speed to lift. Adjust to the maximum. Pull the elevator control (S) when it have the speed to lift.
During the cruise flight, it is ideal to keep the power setting below the red range, During the cruise flight, it is ideal to keep the power setting below the red range,
to control fuel consumption. Use the climb indicator to stabilize altitude, to control fuel consumption. Use the climb indicator to stabilize altitude,
as at high altitudes you lose sustentation and you spend more fuel. as at high altitudes you lose sustentation and you spend more fuel.
The altimeter was adapted too for a minetest range, so instead an altimeter divided by
1000 feets, it is divided in 100ft only
For landing, just lower the power and stabilize the airplane. Pay attention at air speed For landing, just lower the power and stabilize the airplane. Pay attention at air speed
indicator, keeping it at green range, otherwise you will stall. indicator, keeping it at green range, otherwise you will stall. It is recommended to use
the flap during landing, but it should only be engaged when the speed is at the initial
limit of the green range, as it will automatically retract if the speed exceeds too much.
Care must be taken with impacts, as it causes damage to the aircraft and the pilot, Care must be taken with impacts, as it causes damage to the aircraft and the pilot,
so training landings is essential. so training landings is essential.
@ -33,18 +40,19 @@ To repair damages, you can use the repair tool. It subtracts steel ingots to inc
airplane hp. airplane hp.
It can be painted using dye of any color you want, you must punch the airplane with the dye. It can be painted using dye of any color you want, you must punch the airplane with the dye.
It is possible to paint it using the automobiles or the bike painter if it is installed
Biofuel mod can be found here: https://github.com/APercy/minetest_biofuel You can use biofuel mod made by Lokrates, but here I have another biofuel mod:
https://github.com/APercy/minetest_biofuel
The limitations: because the lack in functions to roll the camera, and the rudder acting together the ailerons, The limitations: because the lack in functions to roll the camera, and the rudder acting together the ailerons,
the airplane is unable to do a tuneau, barrel roll, loopings and any kind of aerobatics maneuvers. the airplane is unable to do a tuneau, barrel roll, loopings and any kind of aerobatics maneuvers.
It was limited at the source. You can modify it by your own, just making the roll movement cumulative and increasing the speeds
**Controls overview:** **Controls overview:**
* Right click: enter in/get off plane * Right click: enter in/get off plane
* Left click (with biofuel): add fuel to plane * Left click (with biofuel): add fuel to plane
* Right click and Sneak: enter in flight instructor mode (limited vision, so use debug info) * Right click and Sneak: enter in flight instructor mode (limited vision, so use debug info)
* E: Start engine * E + Shift: flaps
* Jump: Increase power, forward on ground * Jump: Increase power, forward on ground
* Sneak: Decrease power, brake on ground * Sneak: Decrease power, brake on ground
* Backward: go up flying - nose up * Backward: go up flying - nose up
@ -56,9 +64,9 @@ It was limited at the source. You can modify it by your own, just making the rol
**Chat Commands: ** **Chat Commands: **
/cub_eject - ejects from the vehicle /pa28_eject - ejects from the vehicle
/cub_manual - shows the manual /pa28_manual - shows the manual
----------------------- -----------------------
License of source code: License of source code:

View File

@ -30,7 +30,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
"* Left click (with biofuel): add fuel to plane \n", "* Left click (with biofuel): add fuel to plane \n",
"* Right click and Sneak: enter in flight instructor mode \n", "* Right click and Sneak: enter in flight instructor mode \n",
" (limited vision, so use external camera) \n", " (limited vision, so use external camera) \n",
"* E (aux1): Start/stop engine \n", "* E (aux1) + Shift (sneak): flaps \n",
"* Jump: Increase power, forward on ground \n", "* Jump: Increase power, forward on ground \n",
"* Sneak: Decrease power, brake on ground \n", "* Sneak: Decrease power, brake on ground \n",
"* Backward: go up flying - nose up \n", "* Backward: go up flying - nose up \n",

BIN
screenshot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB