PXPVehicleInfo
PXPVehicleInfo.
Sick of reaching the vehicle limit and don’t want to break your save by activating the More Vehicles mod? Then this mod is for you. It lets you diagnose your system by giving you the vehicle count of each type and class, so you know what is eating up your limit, so you can prioritize on reducing or limiting that.
My first attempt at CS modding and at C# scripting.
Adapted from SimpleStats https://steamcommunity.com/sharedfiles/filedetails/?id=410536594
This minimalistic mod has only 1 use: to display the count of your vehicles and the types that make up them.
Usage: Press Ctrl+G to display the stats. Press it again to lose it.
‘Level 1’ and ‘Level 2’ don’t represent zone levels. These are the vehicle levels themselves. I don’t know what vehicle levels mean and where they’re set yet either, but at least this mod tells you whether the vehicles are cars or bicycles.
The ‘Low’ and ‘High’ don’t seem to represent zone density either. These are vehicle names generated by the game and I have yet to find in the code what they mean.
If you use trams you’ll notice the vehicle count from trams is 3 times your tram count from depot. This tells you that the vehicle count is ‘per car’, so if a train is made up of 6 cars, it counts as 6 vehicles.