🗒️TMC 2.1.4

The release of TMC 2.1.4 on the 10th September 2025. This release focuses on minor features & bug fixes.

Base

Features/Tweaks

  • Added option to show rep-locked items in skilled worker menus. Includes new config option per skilled worker.

  • Added validation to doorlock status updates to prevent errors when a door doesn't exist.

Bug Fixes

  • Fixed overly strict item checks for food reheating.


Dispatch/MDT2

  • Added the ability to ignoreCalls in specific call zones.

    • Passing ignorecalls = true in the config whilst adding a call zone will prevent calls within that zone.

    • Replicated functionality to existing callzones that are defined within the police resource.

  • Replicated Config.ClearVehicles from dispatch to also exist within the mdt2 resource.


Jailbreak

  • Updated ladder positions and tasks config.

  • Added dev command to test extended jobs - /jailbreak extended [job_name] .

  • Added default minigame fallback in case one is not defined.


Gangs

  • Updated readability of the README documentation.


Changed Files

Base

core_game/
|-  client/
|-  |-  skilledworkers.lua
|-  config.lua
dispatch/
|-  server/
|-  |-  server.lua
doorlocks/
|-  server.lua
jobs/
|-  restaurant/
|-  |-  server.lua
police/
|-  config.lua

Addon

mdt2/
|-  config.lua
|-  server/
|-  |-  server.lua
jailbreak/
|-  client.lua
|-  README.md
|-  server.lua
|-  serverConfig.lua
gangs/
|-  README.md

Last updated