2023-02-27 20:06:10 -03:00
|
|
|
Minetest 5.4 mod: Airship
|
2023-02-27 19:54:38 -03:00
|
|
|
========================================
|
|
|
|
|
2023-02-27 20:06:10 -03:00
|
|
|
This mod implements an airship for minetest.
|
|
|
|
THIS IS VERY EXPERIMENTAL AND HAVE A LOT OF MISSING FEATURES. AND I KNOW IT
|
|
|
|
I will remove the above text in future, I hope.
|
2023-02-27 19:54:38 -03:00
|
|
|
|
|
|
|
Shortcuts:
|
|
|
|
|
|
|
|
punch with dye to paint
|
|
|
|
forward and backward while in drive position: controls the power lever
|
|
|
|
left and right while in drive position: controls the direction
|
|
|
|
jump and sneak: controls the up and down movement
|
|
|
|
|
|
|
|
- right click to enter and access menu
|
|
|
|
- E + right click while inside: acess inventory
|
|
|
|
- E + backward while in drive position: the machine does backward
|
|
|
|
- E + foward while in drive position: extra power
|
|
|
|
|
|
|
|
Tip:
|
|
|
|
Drive it gently.
|
|
|
|
The captain can leave the drive position to walk too
|
|
|
|
If a player goes timeout or logoff in flight, the blimp will "rescue" him if no other player
|
|
|
|
enter the blimp, so is a good idea wait the friend at a secure place far from anyone who
|
|
|
|
wants to enter the blimp.
|
|
|
|
|
|
|
|
Know issues:
|
|
|
|
The walk movement inside the ship is affected by server lag, because the lack of
|
|
|
|
an interpolation method on attach function.
|
|
|
|
|
|
|
|
License of source code:
|
|
|
|
MIT (see file LICENSE)
|
|
|
|
|
|
|
|
License of media (textures and sounds):
|
|
|
|
---------------------------------------
|
|
|
|
collision.ogg by APercy, CC0
|
|
|
|
|
2023-02-27 20:06:10 -03:00
|
|
|
Airship model and textures by APercy. CC BY-SA 3.0
|
2023-02-27 19:54:38 -03:00
|
|
|
|
|
|
|
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
|
|
|
|
Copyright (C) 2022 Alexsandro Percy (APercy) <alexsandro.percy@gmail.com>
|
|
|
|
|
|
|
|
You are free to:
|
|
|
|
Share — copy and redistribute the material in any medium or format.
|
|
|
|
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
|
|
|
|
The licensor cannot revoke these freedoms as long as you follow the license terms.
|
|
|
|
|
|
|
|
Under the following terms:
|
|
|
|
|
|
|
|
Attribution — You must give appropriate credit, provide a link to the license, and
|
|
|
|
indicate if changes were made. You may do so in any reasonable manner, but not in any way
|
|
|
|
that suggests the licensor endorses you or your use.
|
|
|
|
|
|
|
|
ShareAlike — If you remix, transform, or build upon the material, you must distribute
|
|
|
|
your contributions under the same license as the original.
|
|
|
|
|
|
|
|
No additional restrictions — You may not apply legal terms or technological measures that
|
|
|
|
legally restrict others from doing anything the license permits.
|
|
|
|
|
|
|
|
Notices:
|
|
|
|
|
|
|
|
You do not have to comply with the license for elements of the material in the public
|
|
|
|
domain or where your use is permitted by an applicable exception or limitation.
|
|
|
|
No warranties are given. The license may not give you all of the permissions necessary
|
|
|
|
for your intended use. For example, other rights such as publicity, privacy, or moral
|
|
|
|
rights may limit how you use the material.
|
|
|
|
|
|
|
|
For more details:
|
|
|
|
http://creativecommons.org/licenses/by-sa/3.0/
|
|
|
|
|