New Website Sale - 15% OFF everything

๐Ÿ› ๏ธ Configuration

Train Heist is configured through four files in the configs folder:

  • shared.lua โ€” settings used by both sides: queue requirements, the NPC contact, the laptop & skill tree integrations, and the loot/search pools.
  • client.lua โ€” everything the player experiences: locations (depots, antennas, terminal, interception, drop-off), the device props, the train, the loot props on the carriages, the carry animation, and the client-side police alarm hook.
  • server.lua โ€” queue timers, the cargo payout, completion rewards, the police alert chances, and the server-side police alarm hook.
  • translation.lua โ€” every player-facing string (UI labels and notifications).

Never rename the Config.* / Shared.* keys โ€” only change their values.