Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
There should also be another section either right above or below this one that says terrainAlignmentLists.
You should make it say this:
result.terrainAlignnentLists = { {
type = "EQUAL",
faces = { }
} }
With that changed, we should be able to place these markers on tracks underground without issues.
result.groundFaces[1] = {
face = {{0.01, -0.01}, {0.01, 0.01}, {-0.01, 0.01}, {-0.01, -0.01}},
modes = {{
type = "FILL",
key = "industry_floor.lua"
}}
}
return result
This is what I have right now in mod, is it the same what you suggested?
Furthermore, in mod files I've left guide how to add support for any loco you want.
And generally I'm hoping that other people or mod creators will add support for a locos they want. Because it's impossible for me to cover everything in the game.
As a test, as a first step, I added support for one freight, one passenger loco and the MU, to cover every type. And these are Ukrainian trains just because I can use them on my Ukrainian styled map.
But once again anyone can add support for anything.