gebLib | GMod Extension Base

If you liked this item, please rate it up on Steam Workshop page.

Authors: Tom, jopster1336

Last revision: 3 Mar, 2024 at 12:00 UTC

File size: 86.58 KB

On Steam Workshop

Description:
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 )