🗒️TMC 2.1.5

The release of TMC 2.1.5 on the 29th October 2025. This release focuses on minor features & bug fixes.

Base

Features/Tweaks

  • Added FOV config for multichar camera.

  • Added support for multicrafting in food trucks.

  • Added support for overriding the `craftType` of food trucks.

  • Prevented use of /offsets if not using /shelldebug.

  • Added optional random item drops when completing a task in electical or deliveries job

Bug Fixes

  • Fixed error when using police GSR with no one close by.

  • Fixed weather inside teleport shells.

  • Fixed /me not sending to players when travelling at speed.


Jailbreak

  • Fixed issue where we'd try to set the state of the tunnel doorlock even when the option is disabled.


Methruns

  • Improves meth runs mission flow and configuration.

  • Adds configuration options for item requirements, car keys, and vehicle despawning.

  • Improves package handling by using vehicle network ID for tracking and stash management.

  • Fixes a bug related to item requirement labels.

  • Adds a check to prevent players from collecting packages multiple times.

  • Includes a dev mode shortcut for progress bar timing.


Weed

  • Added optional logic to have an item requirement for harvesting a plant


Changed Files

Base

core_game/
|-  server/
|-  |-  server.lua
jobs/
|-  configRestaurant.lua
|-  restaurant/
|-  |-  client.lua
-  configDeliveries.lua -- Config.Deliveries.randomDrops
|-  deliveries/
|-  |-  server.lua
-  configElectrician.lua -- Config.Electrician.randomDrops
|-  electrician/
|-  |-  server.lua
multichar/
|-  client.lua
|-  config.lua
police/
|-  client/
|-  |-  status.lua
shells/
|-  client.lua
utils/
|-  client/
|-  |-  weather.lua

Addon

jailbreak/
|-  server.lua
methruns/
|-  client.lua
|-  config.lua -- Config.MethRunsItemRequirement | Config.MethRunsGivePlayerCarKeys |Config.MethRunsDespawnVehicleOnCompletion
|-  server.lua
weed/
|-  client.lua
|-  config.lua -- Config.WeedHarvestRequireItem

Last updated