KS-Scopa
Installation
- Unzip the delivered archive into your
resources/folder, under the nameks-scopa. - Add
ensure ks-scopato yourserver.cfg, aftervorp_core,vorp_inventoryandvorp_character. - Restart your server.
Main configuration
The config.lua file centralizes the most commonly used settings:
Config.MinBet = 5 -- minimum bet per game (RP money)
Config.MaxBet = 200 -- maximum bet per game
Config.MaxPlayersPerTable = 4
Config.TeamsAllowed = true -- allows 4-player team games
Game locations
The config/tables.lua file lists the available tables (coordinates + heading). Add an entry for each location where you want to offer the game:
{ coords = vec3(-311.4, 792.1, 118.2), heading = 45.0, label = "Valentine Saloon" },
Common issues
The table doesn’t open in the right spot. Check the coordinates in config/tables.lua — even a small offset can place the cards outside the game camera’s view.
Bets aren’t being charged. Make sure vorp_inventory starts before ks-scopa, and that the configured currency type (Config.Currency) matches the one used on your server.
Something not covered here? Join our Discord.

