Installation

Welcome to the Luman Studio's Bear Trap installation guide!

Assets

After purchase, you will receive access to 2 asset(s) on your Portalarrow-up-right.

Asset Name
Installation Required
Description

luman-chess

Yes

Script

luman-chess-assets

Yes

3D models

Installation

1

Extract assets

Extract granted assets into your resources folder.

2

Update server.cfg

Update your server.cfg to include next lines:

ensure luman-chess

Items

  1. Copy the chessboard.png and chessboard_marble.png images into vorp_inventory/html/img/items/.

  2. Add the item into your database table using the following SQL query:

INSERT INTO `items` (`item`, `label`, `usable`, `desc`) VALUES ('chessboard', 'Classic Chess', 1, 'A classic wooden chess set, perfect for a strategic game between two players.');
INSERT INTO `items` (`item`, `label`, `usable`, `desc`) VALUES ('chessboard_marble', 'Marble Chess', 1, 'An elegant marble chess set, crafted for those who appreciate the finer things.');

Last updated