For the complete documentation index, see llms.txt. This page is also available as Markdown.

FAQ

Common questions about rcore_prison.


Where is the included Prison Map?
  • The included MLO is stored in rcore_prison/assets/includedMaps/

  • Extract all assets into your resources

  • Go to your server.cfg and run it like this.

RCore map (server.cfg) example

ensure rcore_prison_models
ensure rcore_prison_map
ensure [prison]
What is deployer shown in server console?
  • The Deployer is our tool designed to simplify the installation and management of third-party scripts.

  • It automates actions that require specific resource items in the player's inventory or framework, including importing inventory images.

  • This tool streamlines the process for our customers, making it easier and more efficient.

  • How it works: guide.

Where can I change the canteen items?
How can we make booths work with our phone resource?
  • Obtain the phone resource's documentation to determine compatibility.

  • Evaluate the documentation to identify possible integration methods.

Are prisoner accounts persistent?
  • By default, prisoner accounts remain persistent after release.

  • This behavior can be changed in rcore_prison/config.lua by setting the appropriate configuration to remove accounts upon release.

Where to change sentence time?
  • Adjust sentence time in rcore_prison/config.lua under the Time section. Supported units include:

    • SEC

    • MIN

    • HOURS

    • DAYS

    • WEEKS

    • MONTHS

Where to specify certain items to keep after jail?
  • Modify Config.Stash.KeepItems in rcore_prison/config.lua to define specific items that remain after being jailed.

Where to change NPC configurations?
  • Edit NPC-related configurations in rcore_prison/data/presets/yourMap.lua.

How to disable prison break?
  • Disable the prison break feature by setting Escape.Enable = false in rcore_prison/config.lua.

Last updated