gebLib | GMod Extension Base
gebLib is a gLua library for creating addons and improving QoL.
gebLib on GitHub[github.com]
The documentation is currently in development
gebLib currently includes several systems and utilities mod creators can use in their work. The library is under development and will get improved in the future. The library includes:
- Camera system – allows you to create cinematic cutscenes
- Status effects – a system that allows you to create modular buffs/debuffs you can apply on player or entities
- Animation system – allows you to run animations and bind events to certain frames. Events support loops and playback rate changes. A great alternative to timers
- Network library – an easier and convenient way to manage network instead of creating nets everytime. ( Doesn’t replace nets though )
- Utilities that can help you in creation of mods
The mod also includes modules created by other authors. These modules unfortunately were not merged with the main game, even though they’re really good:
- Extended Hook library[github.com] – A library that adds priorities to default hook library and other improvements
gebLib is used in these mods:
- gJujutsu
- DRAGON BALL GM ( In Development )