MashGamemodeLibrary
An extensive library with features related to gamemode creation.
| Date uploaded | 3 weeks ago |
| Version | 1.0.5 |
| Download link | Mash-MashGamemodeLibrary-1.0.5.zip |
| Downloads | 1004 |
| Dependency string | Mash-MashGamemodeLibrary-1.0.5 |
This mod requires the following mods to function
bonelib-BoneLib
A BONELAB mod for making life easier for other mod creators.
Preferred version: 3.2.1Lakatrazz-Fusion
A multiplayer mod for BONELAB, taking advantage of its physical interaction.
Preferred version: 1.14.1README
Mash's Gamemode Library
An extensive library with features related to gamemode creation. My goal was to cut down the time I spent on making boilerplate for the gamemode and not the gamemode.
Features
- A spectator system that prevents interaction with the current game while still being around it.
- A system to chose who can grab what and when.
- A system for defining rules player characters must abide by during the gamemode.
- A system for defining phases of a game.
- A system for attaching behaviors to spawned network entities, and running code based on events on that behavior.
- A layer over fusion networking, primarily aimed at defining resources that should be the same for everyone, including registries for interface based instances.
- An extendable audio system that allows your gamemode players to make their own audio packs.
- And much more.
Gamemodes
- Bonestrike - A Counter-Strike inspired gamemode
Work in progress
I'm still actively working on this, it has come to a state that I feel confident in letting others outside my friend group play it.If you have feedback or find bugs, make an issue or DM me on discord: mashedram
Credits
Lakatrazz - For the multiplayer mod, Fusion.
HAHOOS - Inspired me to start making code mods, and his mod saved me time when it came to avatar stat patching.
notnotnotswipez - Based my grip patches of the ones in his gamemode SDK.
Testers
Guy Games - Will probably end up making the icon!
Random - Genuine lifesaver, way to many hours just having bonelab open to test stuff.
Lime - Provided so many good ideas for things to add.
Crayon
Raging Cricket 20
TESCO
Renji
And whomever I may have missed (Tell me)
CHANGELOG
Version 1.0.5
- Fixed a bug related to not being able to grab the clock in certain scenarios
- Fixed a bug related to avatar holsters being visible on spectating players
Version 1.0.0
- Initial Release