-
Notifications
You must be signed in to change notification settings - Fork 0
All games FAQ
How to save tables to the map?
- Casinokit persist option in context menu of the table.
- PermaProps (https://steamcommunity.com/sharedfiles/filedetails/?id=220336312)
How do you change chip value?
For DarkRP the serverside concommand is casinokit_chiprate_darkrp_money2chips
. That is the amount of money that one chip costs. The default value is 0.1
(ie. one chip is worth 10 darkrp money)
Chip exchange fees
By default when exchanging chips back to currency, there is a 1% fee applied. You can control this fee with the convar casinokit_chiprate_darkrp_exchangefee
(for darkrp money), which is by default 0.01 = 1%
.
How do I reset chips for everyone?
As a superadmin use the console command casinokit_econ_resetchips
.
How to remove/disable a currency?
The simplest way at the moment is removing the relevant file in addons\casinokit\lua\casinokit\custom\currencies
folder.
The table/entity is invisible
Some anti-proppush and prop ghosting addons make the table invisible. It can be solved by grabbing the table with physgun (you need to aim at position between chairs and the dealer) and wiggling it around aggressively until it appears, adding it to a blacklist for ghosting, or switching to alternative anti-proppush addons.
For APAnti the easiest known workaround at this time is to fully disable ghosting with apa_antipush 0
.
Pressing buttons does not work (nothing happens)
3d2d ui does not work well if there are reflective surfaces visible on screen (which is the case in eg. cinema_theatron main area). This will be fixed, but for now avoid areas where reflective areas are visible. The problem can be worked around on your end by disabling reflections on client.
Missing materials on table
Most likely the automatic asset loader of casino kit failing. You can try adding the missing assets to your workshop DL collection manually.