How to change the attributes of the train

This tutorial is set by the author's setting without permission.

Here is the attribute method to modify the default train of module

This modification method needs to modify the JSON file in the mod

The game version is 1.12.2 forge.

First of all, you need a software that can open the jar file, here is Winrar

Use WinRAR to open the body file (not the configuration file), and the file cannot be modified during the game operation. It is recommended to copy a MOD file to modify separately and cover the original MOD with modified mods.

Enter the address assets/image

From top to bottom are related attribute files of trucks, hand -cranked cars, locomotives, passenger cars, fluid trucks, and coal and water vehicles. The main parameters are at the beginning of the file. Players can use the translation software and in -game data to judge the relevant data.content.

Here is an example of coal railway, trucks and fluid trucks.

Open the Locomotives folder and select the locomotive you want to modify (here is the largest coal -water locomotive Big Boy here)

Select the area is the main vehicle attribute, of which

"Water_capacity_L": 95000 is the water capacity of the locomotive, the unit is a milliler (MB)

"HorsePower": 6290 is a locomotive horsepower. The value affects the acceleration of the locomotive, that is, the time required from speed n to n+x (n> = 0, x> 0)

"Tractive_effort_LBF": 135375 is a traction, and the unit is pound (therefore, the value of this value is different from the in -game traction, the unit in the game is Newton) mainly affects the capacity of locomotive traction cars.

"max_speed_kmh": The maximum speed that the 130 train can reach, the unit is kilometers per hour (km/h)

"Weight_kg": 345600 is locomotive weight (KG)

"slots": 36 is the total number of locomotive fuel grids

"width": 9 is the number of fuel grids

Open the Freight folder to select the truck you want to modify (70T Hopper)

Among them, "Slots": 108 is the amount of object grid, "width": 18 is the number of single -line grids in the UI interface

Open the tank folder and select the fluid truck you want to modify (SLAG Car)

Among them

In -game effect: Modified fluid trucks (the original capacity is 35 barrels, 35000MB, and 35,000 barrels after modification, 35000000MB)

This tutorial is mainly for some attributes, especially the demand for train loads (currently the train load cannot be modified by configuring files). Others such as horsepower, braking double, and the impact of the slope on speed can be modified through configuration files.This tutorial does not represent the new version of the author's MOD of the original MOD author, respecting the copyright of the MOD author, please try to use the native MOD released by the MOD author.