Transport Fever 2

Transport Fever 2

[VPC] Vehicle power control
15 kommentarer
Chill For 12 timer siden 
я чуть не понял ничё,что такое меню ассетов и где там маркеры,я не понимать помогите пожалуйста
jdevin733 26. aug. kl. 8:43 
What train are VPC
N0neGiv3N 18. feb. kl. 10:00 
That looks correct, but change "industry_floor.lua" to "none.lua" so that nothing shows up.

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.
Metathron  [ophavsmand] 18. feb. kl. 9:37 
result.groundFaces = {}
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?
N0neGiv3N 18. feb. kl. 9:12 
Ah yes you are correct, however collision can be disabled while still retaining the attributes needed for configurable constructions. You only need a very small ground texture to make an asset do this (something small like 0.1 unit for X Y and Z). It doesn't need terrain alignment. That should fix the issue with underground placement. There are many asset mods that do this.
Metathron  [ophavsmand] 18. feb. kl. 8:19 
I'm not sure this can be done. As far as i remember it allows it to be reconfigureable construction, which is a key mechanic
N0neGiv3N 13. feb. kl. 16:15 
Do you think you could remove the terrain alignment on the markers that can be placed? It restricts them from being usable in tunnels. Thanks!
potzep 25. dec. 2024 kl. 4:27 
:steamthumbsup:
Metathron  [ophavsmand] 23. dec. 2024 kl. 11:51 
Anyone can add compatibility to any loco.
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.
Elje0ett 23. dec. 2024 kl. 11:24 
Is like only russian loco compatible? Do creator or you have to make compatible?
mandigritsch 23. dec. 2024 kl. 8:27 
Thanks
Metathron  [ophavsmand] 23. dec. 2024 kl. 8:25 
Sorry, I don't understand your question.
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
Elje0ett 23. dec. 2024 kl. 8:16 
How loco specific will it be? Will it include one for every loco you have in the game or do you gave to add one per loco into the mod?
HK416 23. dec. 2024 kl. 8:06 
absolutely fantastic
takashi 23. dec. 2024 kl. 3:09 
This is a feature that train enthusiasts will love!
I'll admit, I'm not that knowledgeable about trains, but reading the description makes it sound fun! I'll trust you, recognize that it's a train, and enjoy it.
Thank you, I'm taking another step into the world of railways.