Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
compartments
local foundSteelCargobay = null
local foundSteelcustomCargoModels = null
foundSteelCapacity = data.metadata.transportVehicle.compartments[i][j][k].capacity
foundSteelCargobay = data.metadata.transportVehicle.compartments[i][j][k].cargoBay
foundSteelcustomCargoModels = data.metadata.transportVehicle.compartments[i][j][k].customCargoModels
foundNotOil = true
table.insert(data.metadata.transportVehicle.compartments[i], { { type = "COPPER", capacity = foundSteelCapacity, cargoBay = foundSteelCargobay, customCargoModels = foundSteelcustomCargoModels } })
table.insert(data.metadata.transportVehicle.compartments[i], { { type = "ALUMINIUM", capacity = foundSteelCapacity, cargoBay = foundSteelCargobay, customCargoModels = foundSteelcustomCargoModels } })
end
compartmentsList
local foundSteelCargobay = null
foundSteelCapacity = data.metadata.transportVehicle.compartmentsList[h].loadConfigs[i].cargoEntries[j].capacity
foundSteelCargobay = data.metadata.transportVehicle.compartmentsList[h].loadConfigs[i].cargoEntries[j].cargoBay
foundNotOil = true
table.insert(data.metadata.transportVehicle.compartmentsList[h].loadConfigs, {cargoEntries = { { type = "COPPER", capacity = foundSteelCapacity, cargoBay = foundSteelCargobay }}})
table.insert(data.metadata.transportVehicle.compartmentsList[h].loadConfigs, {cargoEntries = { { type = "ALUMINIUM", capacity = foundSteelCapacity, cargoBay = foundSteelCargobay }}})
end
*I added the customCargoModels to all entries to have clones of loading animations.
I will test the new version now but I assume the behaviour does not change.
I published version 2.14 with the modification.
https://gtm.steamproxy.vip/workshop/filedetails/discussion/2609986471/3413181204146397302/