Transport Fever 2

Transport Fever 2

49 ratings
Cargo Weight Adjuster v1.0.6
   
Award
Favorite
Favorited
Unfavorite
Vehicle: Wagon
Misc: Script Mod
File Size
Posted
Updated
224.773 KB
27 Oct, 2020 @ 9:17am
13 Jun, 2022 @ 5:42am
9 Change Notes ( view )

Subscribe to download
Cargo Weight Adjuster v1.0.6

Description
Adjust the cargo weight for all different cargo types.

Vanilla game sets all cargo to 1200kg (except passengers are 200kg). Other mods (e.g. Yeol's Senseless Industries) add other cargo types and may adjust the weights of vanilla cargo types.

This mod has the 16 vanilla cargo types (plus passengers) at the top, followed by all the added cargo types from Yeol's, using default weights from Yeol's. Any adjustments you make with this mod during game load will be saved for that game only (you can set different weights in different games if you wish).

If there are other cargo types from other mods not included here, please let me know in the comments below.
38 Comments
blackwizard1812 29 Sep, 2022 @ 2:07am 
@SoftwareSimian
sorry for delayed answer, the mod was hidden on Steam for a while.
- Calcium Carbonate Industry mod is https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2777911233
- BTN industry comes with mod https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2717723309
- I assume BTN stands for beton (concrete) as cargo are different forms of concrete blocks.
Probably abbreviation of Hungarian words, I wish I know full words, we could have translate labels into something more human reader friendly.
SoftwareSimian  [author] 13 Jun, 2022 @ 5:42am 
v1.0.6 - 2022-06-13
* add cargo types "Calcium Carbonate", "BTNGR", "BTNFD", "BTNGY", "BTNKGR"
SoftwareSimian  [author] 13 Jun, 2022 @ 5:39am 
@blackwizard1812: which mod does Calcium Carbonate come from?
And what are those 4x "BTN" cargoes? They don't have a real name? What mod are they from?
blackwizard1812 12 Jun, 2022 @ 12:23pm 
Hi, you may add following:

table.insert(configCargoData, { id = "CACO_ORE", name = _("Calcium Carbonate"), weight = 2800.0, }) -- default values: Adrii = ?;
table.insert(configCargoData, { id = "BTNGR", name = _("BTNGR"), weight = 3000.0, }) -- default values: krisz04 = ?;
table.insert(configCargoData, { id = "BTNFD", name = _("BTNFD"), weight = 3000.0, }) -- default values: krisz04 = ?;
table.insert(configCargoData, { id = "BTNGY", name = _("BTNGY"), weight = 3000.0, }) -- default values: krisz04 = ?;
table.insert(configCargoData, { id = "BTNKGR", name = _("BTNKGR"), weight = 3000.0, }) -- default values: krisz04 = ?;
SoftwareSimian  [author] 7 Oct, 2021 @ 4:57am 
v1.0.5 - 2021-10-07
* add cargo types "DDC Cement", "Steel Coils" from krisz04
blackwizard1812 7 Oct, 2021 @ 1:16am 
Hi, thx for the mod.
You may also add following to support krisz04's DDC and rolls industries:
table.insert(configCargoData, { id = "DDC", name = _("DDC cement"), weight = 3000.0, }) -- default values: vanilla = 1200;
table.insert(configCargoData, { id = "ROLLS", name = _("Rolls"), weight = 8000.0, }) -- default values: vanilla = 1200;

Already did it local, working fine.

You may also specify that this mod must (obviously) be enabled AFTER any other industry mod in the loading order.
SoftwareSimian  [author] 5 Jul, 2021 @ 9:55am 
v1.0.4 - 2021-07-05
* add cargo types "Aluminium", "Bauxite", "Cans" from Senseless Industries
Martin 4 Jul, 2021 @ 10:10am 
@SoftwareSimian
Thank you! I will try it soon.
SoftwareSimian  [author] 2 Jul, 2021 @ 8:57am 
@Martin: all the cargo types I'm aware of should already be included:

vanilla:
"PASSENGERS",
"COAL", "CONSTRUCTION_MATERIALS", "CRUDE", "FOOD", "FUEL", "GOODS", "GRAIN", "IRON_ORE", "LOGS", "MACHINES", "OIL", "PLANKS", "PLASTIC", "STEEL", "STONE", "TOOLS",

other:
"ALCOHOL", "BRICKS", "CARS", "CLAY", "COMMERCIAL_GOODS", "COFFEE", "COFFEE_BERRIES", "CONCRETE", "CONSTRUCTION_MATERIALS_II", "COPPER", "COPPER_ORE", "DEVICES", "FIBER", "FISH", "FODDER", "GLASS", "INDUSTRIAL_GOODS", "LEATHER", "LIMESTONE", "LIVESTOCK", "MAIL", "UNSORTED_MAIL", "MARBLE", "MEAT", "MILK", "OIL_SAND", "PAPER", "RUBBER", "SAND", "SILVER", "SILVER_ORE", "SLAG", "SYNTHETIC_FIBER", "TEXTILES", "TIRES", "TRANSIT_GOODS", "WASTE", "WASTE_RESTS", "WOOL",
Martin 2 Jul, 2021 @ 1:53am 
Hallo,
falls es möglich ist, würde ich vorschlagen auch die Güter vom Expanded Industries Mod hinzu zu fügen, z.B. Kaffe, Silber, Post.
Danke für deine Mühen.