About
With our npm module it is easier to setup our resources with the compatible frameworks.
You can still use the script on a fully custom framework, but it will be harder to set up than in the previous version. See: Custom framework export functions
We wanted to cater to those who are not so familiar with development.
Most of the servers are running QBCore and ESX thats why these to main frameworks was our decision to be compatible with our resource(s).
Features
- Custom deck design, with all of the 52 cards.
- Custom table model prop.
- Easily creatable tables with adjustable blinds. (We are spawning the models)
- Player sit animations are synced, unless you have oneSync turned on. (This will mess up the syncing sometimes)
- Statistics system, it will save: amount of chips betted(all),played games, calculate the winrate and other things.
- Openable statistics on players, who are playing.
- Game event log
- Settable avatar images.
- Responsive design. (Vue, not webpacked)
- Players are able to watch the game without sit down at the table.
Dependencies
- NodeJS (for npm)
- Server version atleast 4752. (to support lua54 & escrow)
- Aquiver module supported framework & mysql resource. See: Aquiver module compatibles
Installation, config files, snippets, exports
You can find more information about it on our Documentation website.
Links
You will receive 3 packages on keymaster.
- Table model (neccesary)
- Typescript version 2.0 (pick)
- Old Javascript version 1.0 (pick)
Version 1.0 vs Version 2.0
Javascript->Typescript
I have deleted the old database system, we do not store your chips anymore.
Fixed issues
- All-in payouts could be higher than your stack, you was able to win the other player 200.000$ chips even if you allined 50$.
- Added clientside encryption against the leakers. (If there was any) (Clientside remain still .lua.)
- Buttons now updating & checking from serverside.
isValidBet
function modified, you can now bet with chips like: 21, 32. (So does not have to end the number EVEN, like: 10, 25, etc.)
- Mysql old dependency → mysql2.
- Added export function getIdentifier (If you have a multicharacter system, then the statistic will not be shared if you set this function right!)
- Other fixes.
|
|
Code is accessible |
Yes & No (Serverside is fully accessible, we locked the clientside where the table spawning happens for security reasons) |
Subscription-based |
No |
Lines (approximately) |
~2000-2500 |
Requirements |
Explained above. |
Support |
Yes |