mirror of
https://github.com/APercy/ap_airship.git
synced 2025-03-21 18:21:21 +00:00
fixed readme
This commit is contained in:
parent
c00d1ffa25
commit
3beee52443
1 changed files with 5 additions and 48 deletions
53
README.md
53
README.md
|
@ -1,46 +1,9 @@
|
||||||
Minetest 5.4 mod: Steampunk Blimp
|
Minetest 5.4 mod: Airship
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
This mod implements a fantasy steampunk blimp for minetest.
|
This mod implements an airship for minetest.
|
||||||
The mod was made for fun, but tries to provide an immersion on it's operation.
|
THIS IS VERY EXPERIMENTAL AND HAVE A LOT OF MISSING FEATURES. AND I KNOW IT
|
||||||
It can carry 5 people.
|
I will remove the above text in future, I hope.
|
||||||
|
|
||||||
To fly it, it is necessary to provide some items, such as fuel to be burned and
|
|
||||||
water for the boiler. The fuel can be coal, coal block and wood. To supply it,
|
|
||||||
be on board and punch the necessary items on the airship. There is another way to
|
|
||||||
load water to the boiler: if it is landed on water, it can load it through the
|
|
||||||
menu. But the current pressure will be lost.
|
|
||||||
|
|
||||||
Activate the furnace in the first option of the menu. Take control by activating
|
|
||||||
the option "Take the Control".
|
|
||||||
|
|
||||||
The information panel will be on the left and bottom of the screen. Wait for the
|
|
||||||
boiler to reach the proper pressure for operation (green) before operating the power lever.
|
|
||||||
To go up, press Jump (space). Note that it takes some pressure from the boiler. To go down,
|
|
||||||
hold sneak (shift).
|
|
||||||
|
|
||||||
Forward increases the propeller power, Backward reduces.
|
|
||||||
There is a power mode. When the lever reaches the up limit, hold E
|
|
||||||
and forward to increase the acceleration. But note that the boiler will lose pressure.
|
|
||||||
The blimp inventory can be accessed by Aux (E) + rightclick.
|
|
||||||
|
|
||||||
Shared owners:
|
|
||||||
This vehicle was made to be shared with a team. So the owner can set more users to
|
|
||||||
operate it. Inside the blimp, just use the command /blimp_share <name>
|
|
||||||
|
|
||||||
- To go reverse, hold aux (E key) and backward together.
|
|
||||||
- To remove someone from the sharing, /blimp_remove <name>
|
|
||||||
- To list the owners, /blimp_list
|
|
||||||
- To lock the blimp access, so only the owners can enter: /blimp_lock true
|
|
||||||
- To let anyone enter, /blimp_lock false
|
|
||||||
|
|
||||||
All shared owners can access the blimp inventory
|
|
||||||
|
|
||||||
Painting:
|
|
||||||
As the planes, punch a dye against the hull, so the primary color will change
|
|
||||||
- To change the secondary color, punch a dye, but holding Aux (E) key.
|
|
||||||
It is possible to set a logo on your blimp, so enter inside it and type the command /blimp_logo
|
|
||||||
Only the original owner can do the paintings
|
|
||||||
|
|
||||||
Shortcuts:
|
Shortcuts:
|
||||||
|
|
||||||
|
@ -65,12 +28,6 @@ Know issues:
|
||||||
The walk movement inside the ship is affected by server lag, because the lack of
|
The walk movement inside the ship is affected by server lag, because the lack of
|
||||||
an interpolation method on attach function.
|
an interpolation method on attach function.
|
||||||
|
|
||||||
Rubber-band bug is from minetest nature, just close and reopen minetest to solve.
|
|
||||||
Or try to live the Michael Jackson's way of life and learn the Moonwalk properly XD
|
|
||||||
Some old versions of minetest can have an strange issue, the camera is set to
|
|
||||||
the map center. So if it happens, just type /blimp_eject to be free again.
|
|
||||||
|
|
||||||
|
|
||||||
License of source code:
|
License of source code:
|
||||||
MIT (see file LICENSE)
|
MIT (see file LICENSE)
|
||||||
|
|
||||||
|
@ -78,7 +35,7 @@ License of media (textures and sounds):
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
collision.ogg by APercy, CC0
|
collision.ogg by APercy, CC0
|
||||||
|
|
||||||
Blimp model and textures by APercy. CC BY-SA 3.0
|
Airship model and textures by APercy. CC BY-SA 3.0
|
||||||
|
|
||||||
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
||||||
Copyright (C) 2022 Alexsandro Percy (APercy) <alexsandro.percy@gmail.com>
|
Copyright (C) 2022 Alexsandro Percy (APercy) <alexsandro.percy@gmail.com>
|
||||||
|
|
Loading…
Add table
Reference in a new issue