安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
For some reason these waggons are not patched and can just carry logs, planks and steel:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2246013758
The small ones are patched, the large ones are not.
Weird is, that all waggons are in the subfolder "train".
Not standard-conform I would say.
...
Well, a lot of "these british vehicle packs" miss stuff, like boundingBoxes etc.
I guess this is the culprit.
If it would check for logs the patch would work.
Was it intended to check for conmats only?
elseif (string.upper(data.metadata.transportVehicle.compartments[j][k].type) == "CONSTRUCTION_MATERIALS") or (string.upper(data.metadata.transportVehicle.compartments[j][k].type) == "LOGS") then
testing...
But it doesn't show the cargo mesh... (of aluminium in this case)
This is because those wagons define own cargo meshes for steel (and others), even with different types of shapes on different wagons of the same type.
line 336
elseif (string.upper(data.metadata.transportVehicle.compartmentsList[h].loadConfigs.cargoEntries[j].type) == "CONSTRUCTION_MATERIALS") or (string.upper(data.metadata.transportVehicle.compartmentsList[h].loadConfigs.cargoEntries[j].type) == "LOGS") then
- either you get the cargo type, but have no mesh
- or you fiddle with those wagon files
- or you ask the dev of the wagons to even produce more of a hassle to make it compatible (his fault, that he even made it so "vanilla-strict" with those custom meshes)
- or you go back a step and just use those large bolster wagons for logs, planks and steel only
I checked those files and still don't understand why the small bolster wagons are patched, but the large are not.
They use the same logic and the custom meshes.
Edit:
I got it. The small ones carry conmats, the large ones do not.
But that does not seem the cause of the problem, because all these British waggons seem to be able to transports also CM, or are they?
And I have to admit, that JK's code is beyond me. I don't understand what he is doing.
Custom meshes for steel, with random appearance on the same kind of wagon.
Which of his mentioned corrections do you prefer, the "1" or the "1a"?
comment 1:
I guess that was a typo and you meant "increase Crop Farm output to 3 grain from 2"
comment 2:
My suggestion for the pre 1900 farm.con, fitting to the 1a alternative:
increase grain output to 150% and decrease wool output to 50%, so I changed the line 457 in farm.con to this:
rule = { input = { { } }, output = { GRAIN=3,WOOL=1,MILK=2,LIVESTOCK=2 }, capacity = 25 },
rule = { input = { { } }, output = { GRAIN=3,FODDER=1 }, capacity = 100 },