Reported on the Stable workshop page:
Klapaerl 2 hours ago
Field 'TrafficManager.State.Options.turnOnRed' not found. [System.MissingFieldException]
I can ask for log file but I suspect this is likely side-effect of moving from Labs (1.10.16) to Stable (1.10.14)?
@aubergine10
This guy may use my mod, and my mod is based on lab version currently.
But I will show a window to warning incompatiable, you can ask him to give AdvancedJunctionRule.txt to me for debug if he use my mod.
Will do!
Tagging #208
Cannot be fixed on our side. AdvancedJunctionRules mod contains a full implementation of TMPE and the game gets confused somehow. We need to extract a TMPE API...
To be more precise: Static methods & variables = evil. AJR's TMPE implementation tries to access our
(non-existing) static variables
We should convert any kind of static stuff into instance variables/methods. As a side effect that would also make TMPE hot-swappable
@VictorPhilipp
Yes, AdvancedJunctionRules is detour MayChangeSegment method in TMPE. And now two TMPE is different in this method now.
Actually I have fixed this issue by check which TMPE is in loadextention, and then detour different MayChangeSegment codes. I have not update it on steam yet.