This repository contains the work on my 2.0 roleplay framework for FiveM. The contents are incomplete and shouldn't be expected to work out-of-the-box.
The following modules need to be built manually: chat, ui, inventory, and devices - which can be found in systems.
- Conventions
- Installation
- Resources
- Entities: easily create persistent abstract objects; like for dynamic navigation menus.
- Interact: general purpose interface with the world.
- Jobs: register jobs externally that allow characters to interact with.
- Navigation: nested options within a navigation wheel.
- Npcs: create stateful npcs with a series of functions and callbacks.
- Utility: a bunch of random helpers.