bloodypenguin / Skylines-MetroOverhaulMod

Metro Overhaul Mod for Cities: Skylines
http://steamcommunity.com/sharedfiles/filedetails/?id=816260433
GNU General Public License v3.0
66 stars 18 forks source link

Unable to customize individual tracks #31

Open fengshuo2004 opened 4 years ago

fengshuo2004 commented 4 years ago

Screenshot of the bug

Screenshot

As you can see, the MOM UI isn't letting me customize individual tracks of this ground dual island station (and other multi-platform stations) as it only shows one button. I can still convert the whole station to metro though but I need a metro+train hybrid station.

Attempt to fix

Checked all my mods against this compatibility list and I do not have any conflictinng mods. I then proceeded to:

  1. Re-launch game

  2. Disable all mods except MOM and its dependencies in content manager

  3. Start a fresh new save

  4. The only workshop assets I own are the NExt2 roads and MOM required depot, stations and tracks, so I didn't bother disabling them

which did not solve the problem.

Log

Log file is attached.

Using tail output_log.txt -n 20 -f ---disable-inotify command from WSL, here is what I've found:

When I select a train station, then click the metro tab on the MOM window, this gets written to the log file:

Checkpoint Metro

(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

Path 0 is a station path and is being set to METRO

(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

About to refresh sprite for Path 0

(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

Sprite refreshed. They are MOM_MetroTrackToggleAtlasFg (fg) and MOM_MetroTrackToggleAtlasBg (bg).

(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

When I click the train tab, similar thing happens except it says "Train". Pressing the track toggle does not cause anything to be logged.

Also, when I select another train station (in this case, from something else to Ground Dual Island), this is logged:

Setting 1700703476.Ground Dual Island Station_Data to Default 1700703476.Ground Dual Island Station_Data

(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

More info

output_log.txt