Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panquesito7/minetest-wall_jump
Gives the player advanced wall jump abilities. Highly customizable providing a lot of settings. Built for Minetest.
https://github.com/panquesito7/minetest-wall_jump
jump lua minetest minetest-engine minetest-mod mod physics wall wall-jump walljump
Last synced: about 1 month ago
JSON representation
Gives the player advanced wall jump abilities. Highly customizable providing a lot of settings. Built for Minetest.
- Host: GitHub
- URL: https://github.com/panquesito7/minetest-wall_jump
- Owner: Panquesito7
- License: other
- Created: 2023-07-03T17:07:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T05:07:07.000Z (11 months ago)
- Last Synced: 2024-10-09T22:20:14.546Z (about 1 month ago)
- Topics: jump, lua, minetest, minetest-engine, minetest-mod, mod, physics, wall, wall-jump, walljump
- Language: Lua
- Homepage:
- Size: 2.15 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Minetest Wall Jump
> **Note**
>
> The mod is still WIP and is still missing a lot of stuff, cleanup, and other things.\
> However, it should be stable and playable without any major issues. Thanks for testing!Allows the player to perform multiple wall jumps on Minetest!\
The mod has a variety of settings and customizations, from the number of wall jumps to configuring all the values for specific nodes or groups, which allows you to create a unique experience for your server. You can also configure specific armors to have different physics and values.## Settings
TODO: Add a list of settings found in settingtypes.txt here
To configure the Realistic Mode (RLM), check out the `realistic_mode.lua` file.
### Configuring the RLM mode
TODO: Add a guide on how to configure the RLM mode
## Known bugs
- When falling from very high and then sliding on the wall, sliding might not work well at all times (not sure if this is considered a bug or not).
- If you jump on a sticky wall and stay there, the player might not fully stick at times.
- Other bugs that happen at random times or very specific positions might have you jump very high, non-proper sliding, getting stuck, and other bugs.
- With a certain wall jump setup with a roof in the middle, particles might appear on the wrong node even if they shouldn't (the player is still touching the wall, though).## Installation
- Unzip the archive, rename the folder to `wall_jump` and
place it in `..minetest/mods/`- GNU/Linux: If you use a system-wide installation place
it in `~/.minetest/mods/`.- If you only want this to be used in a single world, place
the folder in `..worldmods/` in your world directory.For further information or help, see:\
## To-do
- Add all settings to `settingtypes.txt` (in progress).
- Add SkinsDB and 3D Armor support for the models.
- Add an in-game RLM configuration menu (?).
- Adjust the readme.
- Update the sounds to have higher quality.
- Create the jump and stick to wall models (#2, in progress).
- Clean up and tweak the code.## License
Refer to [`LICENSE.md`](LICENSE.md) for full information.