Configuration

Options


You can find config file in no-torture/config/sh_config.lua

Option
type
Description

EnableInteractionZones

boolean

Enables interaction zones. Set this to true if you don't have an interaction (target) resource.

PlacementCommand

string?

Command to start dynamic chair placement.

ItemName

string?

Item to start dynamic chair placement.

SaveDynamicChairs

boolean

Whether to save dynamic chairs to the database. Set this to false if you don't have a mysql resource.

SceneRenderDistance

number

Distance between player and torture chair to create the scene.

Controls

[key: string]: {index: number; label: string}

StaticChairs

{coords: vector3; h: number}[]

List of static chairs.

Last updated