-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not all Cargo airport stand is used #1354
Comments
@krzychu124 in one of the dev diaries it mentioned CO had changed something with regards to aircraft pathfinding to ensure they use all stands - maybe TM:PE needs to incorporate same update? |
The thing is the aircraft must want to go to different stand. That decision is done outside of TMPE. I'll take a look later. |
Again last night , i have ran with vanilla. It goes to all airport stand and noticed, some airplanes are circling around if no taxi way. Morning i have switched on, cleared traffic. all goes to 1 stand + noticed, airplanes are not circling instead it just lands and vehicles overlapes to each other, means 2 or 3 planes in 1 location standing, I badly need this mod for main junction , lane connector, vehicle trestriction , dynamic lane , speed limit and timed traffic light. Please help to fix for air craft or ignore it to vanilla for now is highly appreciated. As of now, i am tricking like. turn off all stand building and keep enabling 1 by 1, once vehicles assigned to 1 stand which is in last position , so atleast all 4 stand gets in use. I dont know how it works permenantly. |
TM:PE is only searching for path for the aircrafts for now, because TM:PE is replacing whole pathfinding. Pathfinding for aircrafts is 1:1 as vanilla, no tweaks or any changes. Other behaviour like Adding support will be quite hard as all code is designed for road/rail vehicles only and Aircrafts when moving can do both (move on the ground and also fly, obviously and transition between states (take off/landing)) so a lot of additional code for state detection (on ground/flying) will be required. It will be huge task. |
Thanks bro. Is there a way to enable full log? |
Looks like problem with CitiesHarmony used. I just replaced CitiesHarmony new version ( yeah may be it is under beta not sure) and recompiled. Now Cargo stand is going like expected + all my garbage collector is collecting too. I dont what is the purpose of CitiresHarmony dll. Anyway let me try to check. |
Which version of harmony were you using previously? |
Currently used in nuget and this mod uses below I have used the pre-release vesion as below "CitiesHarmony.API" version="2.1.0-rc" |
I'm assuming you're on Linux? |
Windows 10 brother |
You can use stable version of Harmony, I also tested experimental on 2 days ago, both work without any issues. TMPE is shipped with CitiesHarmony,Api.dll which in game communicates and requests the main Cities.Harmony.dll, either this (stable) or that (experimental) depending on which is installed. Without Cities Harmony mod TM:PE won't work at all and it's required since 11.6.x+. Up to v11.5.2 previous version was included(embedded) but now migrated to external version to be easier to keep updated. Also you can't have multiple versions of Harmony installed, just a side note. |
When using vanilla , say if i have 3 Cargo airport stand, all placed as row then cargo planes seems to coming to all 3. but with our Mod, it seems always goes to first Cargo stand. I am not sure because of this path finding. Is it possible to switch off using path finding for airport ?
The text was updated successfully, but these errors were encountered: