Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
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://psteamcommunity.yuanyoumao.com/workshop/filedetails/discussion/2609986471/3413181204146397302/