Hello, I'm coming in with another post to introduce the WXS Framework.
Currently it's not much, other than a foundation that I'll be putting work in to in the coming time.
It's got the following features down so far:
- User data handling
- Multi-character system
- Mutex on everything important
- Automatic saving of characters
- Currencies system with support for unlimited currencies
- Basic inventory setup (Very barebones rn, but the idea is to provide generel, very extendable inventory logic later)
- Character selection & creation with this module
My goals with this framework
- Since I won't have the time to create new scripts for every aspect of a server, I'm going to make "bridges" for ESX & QBCore - these will allow you to run scripts from those frameworks and then they'll translate it to mine.
- A few vital first party resources to show off the framework and Foact UI lib
- Fully make all the functionality other frameworks currently provide
The reason I'm posting such an early project here, is that I'd love for it to be a community project, that everyone with the skills and motivation can help out with! I've laid somewhat of a foundation, but loads of stuff are still missing.
Here's the link:
https://github.com/Walter-Xean-Scripts/wxs_framework

