Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.
* add cargo types "Calcium Carbonate", "BTNGR", "BTNFD", "BTNGY", "BTNKGR"
And what are those 4x "BTN" cargoes? They don't have a real name? What mod are they from?
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 = ?;
* add cargo types "DDC Cement", "Steel Coils" from krisz04
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.
* add cargo types "Aluminium", "Bauxite", "Cans" from Senseless Industries
Thank you! I will try it soon.
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",
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.