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
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.
But I guess you should just install this and some vpc compatible loco and try it.
Or please rephrase your question.
Or read again through mod description carefully, maybe it has answer already