Installation
Last updated
Make sure everything on the Dependencies page is installed and starting before this resource.
Download the package from Portal, unzip it, and put the rm_scenes folder in your server's resources directory. Do not rename the folder.
Admins see every scene in the list, delete/teleport/bulk-manage them, and bypass creation limits and job zone restrictions. Anyone with the ace permission command (txAdmin admins) already counts; everyone else goes into cfg.auth.admins:
cfg.auth = {
-- ...
admins = {
['license:0aa00a00a00aa000a000000a00000a00a00aa000'] = true,
},
}Create your first scene in-game with /create_scene and open the list with /scenes. Then head to Configuration to tune permissions, durations and features.
The server console prints loaded N scenes when the resource starts, a quick sanity check that the database connection works.
Last updated