mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-09 04:16:30 +00:00
Massive update (#6)
* Refactor some of the code, multiple bug fixes * Fix something stupid * More bug fixes * LOTS OF STUFF * Make the sniper alot stronger and other changes * Prevent Players from respawning in the middle of a match * Fix stupid mistake * Small update * More updates * Remove minimap access.. and downgrade the sniper class
This commit is contained in:
parent
6c26978752
commit
17eeae8937
499 changed files with 616 additions and 225 deletions
|
|
@ -1,24 +0,0 @@
|
|||
3d wielded items [wield3d]
|
||||
==========================
|
||||
|
||||
This is a mod for Luanti/Minetest which makes hand wielded items visible
|
||||
to other players.
|
||||
|
||||
For engine version: 5.0.0 or later.
|
||||
|
||||

|
||||
|
||||
Settings: see [settingtypes.txt](settingtypes.txt) (or in the main menu)
|
||||
|
||||
### Game Compatibility
|
||||
|
||||
wield3d is generic and supports all games. However, certain items might not be
|
||||
shown perfectly, thus this mod includes specific improvements for the following games:
|
||||
|
||||
* Minetest Game
|
||||
|
||||
### Known Issues
|
||||
|
||||
Items occasionally disappear when viewing in 3rd person. This is a minetest engine bug and not the fault of the mod, turning 3rd person off then back on restores the view.
|
||||
|
||||
Wield item switches direction at certain animation key-frames. I have yet to identify the true cause of this issue but a specially adapted version of the player model can be found [here](https://github.com/stujones11/minetest-models/tree/master/character/sam_viewer) that attempts to work around the problem.
|
||||
Loading…
Add table
Add a link
Reference in a new issue