User Tools

Site Tools


touchbound_system:cage

This is an old revision of the document!


Supported TouchBound functions

Sensing zones

  • Door
  • Door lockpoint.
  • Hatch
  • Hatch lockpoint.

Supported locks

Configuration

The Lattice Cage comes with a notecard based configuration allowing to tweak some of its features.

Sample Configuration

IMPORTANT!! Ensure that the land the cage is on has teleport routing set to “anywhere” if you want to use FORCE_TP or this feature won't work properly!

//KDC cage configuration
//**********************
//All lines starting by "//" will be ignored.

//Allow the cage to attempt to force teleport prisoners that attempt to escape.
//(Do not use this unless your parcel's teleport routing is set to "anywhere"!!!)
//Valid settings: YES/NO
FORCE_TP=NO

//If you want the door to auto open on unlock
//Valid settings: YES/NO
AUTO_OPEN_DOOR=NO
AUTO_OPEN_HATCH=NO

//To restrict cage locking to a list of people
//Ex: John Doe,Kyrah Abattoir
//The list can only use legacy names (John Doe,Jessie Resident)
//Or usernames (john.doe,jessie) separated by commas.
//Leave empty to disable.
RESTRICT_TO_USERS=

//Uncomment the next line to restrict cage locking to the group the cage is set to.
//Valid settings: YES/NO
RESTRICT_TO_GROUP=NO

//If no user or group restriction is set the cage locking will default to public,
//In which case putting a timer is recommended.

//NOTE: No matter the setting, the cage WILL require a TB padlock to lock.

//The timer will automatically unlock the cage doors after the given time has passed
//Times are expressed in minutes
//A value of 0 disable the auto unlocks
AUTO_UNLOCK_DOOR=0
AUTO_UNLOCK_HATCH=0


//This is where you specify the cage skin.
//A blank value will disable updating the skin (useful if you have custom textures)
//Valid settings: AGED,BLACK,BLUE,GREY,OLIVE,PINK,PURPLE,RED,WHITE,YELLOW
BASE_SKIN=BLACK
CAGE_SKIN=BLACK

//This is where you specify the cage tint/color.
//A blank value will disable updating the tint (useful if you prefer to tint the cage manually)
//GREY and BLACK skins are best for that.
//Values can be entered in the following format: "<R,G,B>" (red green blue) from 0 to 255
BASE_TINT=<255,255,255>
CAGE_TINT=<255,255,255>
touchbound_system/cage.1456185815.txt.gz · Last modified: 2017/04/04 10:35 (external edit)