Dear CO & PDX Team
I am trying to extend Advanced Vehicle Options with a functionality, which would allow to change any Aircrafts "size" property. Basic idea is to enable users changing existing plane assets, where the creator has been retired and no updated is expected to come. All pre-Airports DLC plane asset will be always "medium" planes, even it is a tiny A319 or a 777. The mod will allow users to select from a dropdown the new size, which is taken over ingame. Asset will not be changed.
As I understand, the size is controlled by m_level of the planes ItemClass. Doing so will have a side effect. For some reason, the stand BuildingAI will also change some data under an additional ItemClass in the Building AI, called m_overrideVehicleClass with the result, that somehow the small-to-large reclassified planes as well as the large planes will utilize the small stands.
Now I am looking for solution to prevent it, or maybe there is an easier way to accomplish the size conversion without editing an asset.
Observations have been posted to Boformer's & TGP's Discord Skylines.Code, and have been also shared with Avanya.
Thanks for some idea, how to prevent. It might be probably a nice extension for the players.
Tim (Maintainer of AVO)
I am trying to extend Advanced Vehicle Options with a functionality, which would allow to change any Aircrafts "size" property. Basic idea is to enable users changing existing plane assets, where the creator has been retired and no updated is expected to come. All pre-Airports DLC plane asset will be always "medium" planes, even it is a tiny A319 or a 777. The mod will allow users to select from a dropdown the new size, which is taken over ingame. Asset will not be changed.
As I understand, the size is controlled by m_level of the planes ItemClass. Doing so will have a side effect. For some reason, the stand BuildingAI will also change some data under an additional ItemClass in the Building AI, called m_overrideVehicleClass with the result, that somehow the small-to-large reclassified planes as well as the large planes will utilize the small stands.
Now I am looking for solution to prevent it, or maybe there is an easier way to accomplish the size conversion without editing an asset.
Observations have been posted to Boformer's & TGP's Discord Skylines.Code, and have been also shared with Avanya.
Thanks for some idea, how to prevent. It might be probably a nice extension for the players.
Tim (Maintainer of AVO)
Last edited:
- 2