All Trucks Capacity x5
======================

A simple Captain of Industry logistics balance mod that increases the cargo capacity of all vanilla `TruckProto` vehicles by 5x.

What It Changes
===============

- Pickup: `20 -> 100`
- Truck / hydrogen Truck: `60 -> 300`
- Haul truck dump/tank and hydrogen variants: `180 -> 900`
- Amphibious truck / hydrogen Amphibious truck: `80 -> 400`
- No new products, machines, recipes, research, UI, or Unity assets are added.

Technical Notes
===============

- The mod updates all existing vanilla `TruckProto` instances through `PrototypesDb.All<TruckProto>()`.
- Capacity multiplier remains `x5`.

Configuration
=============

Example `config.json`:

```json
{
  "truck_capacity_multiplier": {
    "default": 5,
    "min": 1,
    "is_integer": true,
    "description": "Multiplier applied to the cargo capacity of all vanilla trucks."
  }
}
```

You can change the multiplier without rebuilding the DLL.
After editing `config.json`, restart the game.

Installation
============

1. Locate your Captain of Industry data folder:
   %APPDATA%\Captain of Industry

2. Open or create the `Mods` directory inside it.

3. Copy this mod into its own folder so the final structure looks like:
   Mods\AllTrucksCapacityX5\manifest.json
   Mods\AllTrucksCapacityX5\AllTrucksCapacityX5.dll
   Mods\AllTrucksCapacityX5\readme.txt

Logs
====

If something goes wrong, check:
%APPDATA%\Captain of Industry\Logs
