diff --git a/LICENSE b/LICENSE index 1bd5d3d..5843cf5 100755 --- a/LICENSE +++ b/LICENSE @@ -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 Library. -Copyright Alexsandro Percy - 2021 +Copyright Alexsandro Percy - 2022 diff --git a/README.md b/README.md index ff8f23b..5cd5217 100755 --- a/README.md +++ b/README.md @@ -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. 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 @@ -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). 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) -to increase the engine power (check the panel for the indicator marked with a yellow P). +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 P). 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, 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 -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, 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. 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 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:** * Right click: enter in/get off plane * Left click (with biofuel): add fuel to plane * 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 * Sneak: Decrease power, brake on ground * 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: ** -/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: diff --git a/manual.lua b/manual.lua index cb832de..fc4e323 100755 --- a/manual.lua +++ b/manual.lua @@ -30,7 +30,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields) "* Left click (with biofuel): add fuel to plane \n", "* Right click and Sneak: enter in flight instructor mode \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", "* Sneak: Decrease power, brake on ground \n", "* Backward: go up flying - nose up \n", diff --git a/screenshot.jpg b/screenshot.jpg new file mode 100644 index 0000000..dcacfec Binary files /dev/null and b/screenshot.jpg differ