Cities: Skylines

Cities: Skylines

Building Vehicle Monitor
60 件のコメント
=.:[Fox122]:.= 2023年9月12日 16時16分 
this mod seems to be behind my saved games or new games not loading, I think, got to do more testing of mods but this one was one that my issue happened
Ph.D. Mango 2023年4月23日 12時48分 
it's not work
sour haribos 2023年3月28日 13時17分 
whats the difference between this mod and transfer manager ce?
RZ_new 2023年3月15日 12時21分 
TOP 10 MOD.
StayHungryStayFoolish 2022年9月17日 10時54分 
I would also like to add this nice mod to the Plazas & Promenades DLC Compatible modlist.

... after we see how this would co-operate with other mods and how the source code works. Now it is listed as a compatible but skipped mod.
Chamëleon TBN 2022年9月17日 10時25分 
@kx36 - the reason why i ask to a link to source: Unknown code will lead in Compatibility Report to a warning for the users as mods with unknown sources can be risky, as we have seen in the past. Therefor an advice will be given not to subscribe such mods.
Plazmafield 2022年9月17日 9時13分 
Haha my mistake, I only code in Python/Julia/VBA and just very recently started dabbling with Java. I mentioned C# because I've seen some people code in C# for their mods haha.
kx36  [作成者] 2022年9月17日 8時58分 
C# isn't properly compiled to machine code like C/C++ is. It's only slightly compiled to Intermediate Language which is easily decompiled back to C#. The only reason we can make these mods is because we can decompile the Cities Skylines libraries, every modder can do it. Frankly, the only thing you can learn from my source files vs the decompiled IL is how bad I am at writing comments.
Plazmafield 2022年9月17日 8時45分 
@Chamëleon TBN Geez, I didn't even think out decompiling code as a possibility to figure out what someone's done. You guys never fail to impress me with what you know and the effort you put in for the community. If it's a package/software, what do you use to accomplish this? I presume it converts the machine code or Assembly back into a human readable format (e.g. C# editor format).
Chamëleon TBN 2022年7月28日 6時56分 
Any chance you release the source code, or will i need to decompile it on my own to see what you have coded? :D
amafobia 2022年6月9日 22時56分 
This mod is amazing! This mod coupled with Transfer Controller, Rebalanced Industries etc, I am having so much fun optimizing my industries!
MeteredPotatoCorp 2022年6月7日 23時55分 
This is a very handy mod. Thank you.
kx36  [作成者] 2022年5月25日 21時50分 
You can only view and delete vehicles. Can't directly make new vehicles or change vehicles' behavior.

Cities:Skylines' doesn't make and control vehicles in any simple direct way. Instead it has a complex system for brokering transfers between buildings with a negotiation of needs of one building and resources in another that results in a transfer contract being set up which sends a vehicle. Unfortunately this often results in vehicles being sent across the map or sent to/from outside the map even though 2 buildings which could have matched were right next to each other. Transfer brokering is very complex process and not really possible to use in mods without using something like Harmony to completely change the whole game AI in a massive way. Some mods like Enhanced District Services try to do this.

Instead, Building Vehicle Monitor is more about giving the player an insight into how the AI is behaving so that you can tweak your city to help the AI out in brokering better transfers.
Timshel97 2022年5月21日 9時19分 
Does this allow you to set which delivery vehicles are allowed to be received by a building? or does it just simply display them?
timstim_x 2022年3月7日 14時30分 
@kx36
Thank you!:hardhat:
kx36  [作成者] 2022年1月25日 17時42分 
Hotkey is now customizable.
User 2021年11月14日 20時55分 
i love this!:steamthumbsup:
MageOfAnubis 2021年10月6日 7時36分 
Could you place this mod in GitHub? Most of the big mod authors are doing that these days. Cities has a LOT of users globally, and Paradox keeps it updated on a regular basis. So just in case life gets in the way (as it usually does), or you just move on to better things (like building a Mars colony with Elon), at least someone can pick up the torch and soldier on. Cheers!
dbaeco 2021年9月7日 19時03分 
Yes please work on a Hot Key option, Shift B clashes anytime typing a label with a capital B !
Thanks for the extra info and tracking, really useful (particularly to get a handle on death waves and hearses)
timstim_x 2021年8月4日 9時00分 
Could you add a way to change the hotkey? Anytime I want to capitalize the letter "b" the panel opens.
Icy McFreezeFreeze 2021年4月2日 6時11分 
Hello, does this include vehicles that have yet to spawn? (eg Trains waiting for room at a cargo hub?)
The Engineer Pop 2021年3月26日 22時25分 
https://imgur.com/gallery/5zY3MeH
I thought it is a bug of Enhanced District Services, but somehow I remembered I turned this mod on. Will it be an error of matchmaking?

When I erase returning trucks using this mod then these warehouses start to dispatch its trucks.
Disco Bambino 2021年2月13日 10時31分 
@chaos ty! I wish there were some mod that alerted you to broken connections, bc. I had the same problem with a bunch of RICO buildings that I had moved too far away from road networks.
Chaos 2021年2月12日 22時02分 
@Disco Bambino, check out Transfer Broker - it's a new mod still in Beta, but it does match making based on road connections. It's what you need to build islands with no road connections
Disco Bambino 2021年2月12日 21時31分 
I had this problem with garbage trucks spawning and instantly despawning. Turns out that no, you can't have an island with no road connections. So thanks to this mod bc. it was driving me nuts!
Lost Nomad 2020年12月15日 3時33分 
Global shift-B works for me.
Chaos 2020年11月29日 8時42分 
I suggest Shift-B as a hotkey.

This should be a global-enable, ie, when BVM is "on" it should automatically open for new buildings you click; you shouldn't have to toggle the BVM window separately for each building.
kx36  [作成者] 2020年11月29日 3時21分 
OK, I'll try adding a hotkey. Any suggestions for a default hotkey?
Lost Nomad 2020年11月20日 10時28分 
Definitely needs a better way of opening the list, i.e. a hotkey.

Does not work with Enhanced District Manager, the list does not open when EDS is installed. https://steamproxy.com/sharedfiles/filedetails/?id=1922400472

Crashes the game, raising a exception in TM:PE parking code. I am reporting the bug details in your pinned bug reports.
Chaos 2020年11月17日 13時07分 
A better trigger to open the list is needed. Perhaps an obtrusive UI button is needed after all, to make it compatible with buildings like "Cargo Train Terminal", and zoned industry/commerce buildings like "The Lumber Mill", etc
Chaos 2020年11月17日 12時56分 
When ScaleUI is used at 75%, the vehicle list window has 25% padding on the right and bottom. Even if you resize the window, the same amount of screen real estate is blank.

While investigating the conflict, I disabled and re-enabled the ScaleUI mod. After re-enabling ScaleUI, BVM would not open the vehicle list, and the log contains:

NullReferenceException
at (wrapper managed-to-native) UnityEngine.Component:get_transform ()
at BuildingVehicleManager.UIBvmPanel.SetTransform () [0x00000] in <filename unknown>:0
at BuildingVehicleManager.UIBvmPanel.SetBuildingPanel (UInt16 buildingID) [0x00000] in <filename unknown>:0
at BuildingVehicleManager.Loading.OnWorldInfoPanelClick (ColossalFramework.UI.UIComponent component, ColossalFramework.UI.UIMouseEventParameter eventParam) [0x00000] in <filename unknown>:0
at ColossalFramework.UI.UIComponent.OnClick (ColossalFramework.UI.UIMouseEventParameter p) [0x00000] in <filename unknown>:0
... (truncated due to 1000 char limit)
dbaeco 2020年10月20日 20時27分 
Found a conflict with GeliDistricts. https://steamproxy.com/sharedfiles/filedetails/?id=927293560
Had all been working good, then after loading gelidistricts, the vehicle list would not open. Clicking on vehicle numbers did nothing. Removed Gelidistricts and all was well again.
Gelidistricts would not work either, should dispatch vehicle to district only, but stopped vehicles dispatched within district, only buildings outside of district. would dispatch.
Commented the same to Gelidistrict page.
ApollonDriver 2020年9月13日 14時08分 
@M.HA not this one but there is a mod that gives cars according to the wealth of that citizen. But I don't know the name of that mod :(
M.HA 2020年9月12日 16時04分 
does this mod allow you to control how many civilians owned a particular vehicle? (let's say i subs ferrari assets and i want to set this car only owned by some civilian)
ApollonDriver 2020年9月5日 16時18分 
does this allow you to change the number of vehicles a building has?
Kesangan 2020年7月19日 0時12分 
@Zetesofos, after clicking on main building, click on the word "trucks" on that window. See the screenshot below

https://i.ibb.co/SfHWrhY/2051693155-preview-screenshot.jpg
Zetesofos 2020年7月18日 19時10分 
As of July 2020, I'm struggling to get this mod to work - no window is coming up when clicking on main building options (either industries or services). Not sure if anything has changed and/or if I have an incompatible mod; wondering if anyone else has had issues.
bailey_alex1999 2020年7月11日 13時26分 
Does this mod work with the Advanced Vehicle Options mod?
kx36  [作成者] 2020年6月28日 14時43分 
@xxx78 you're not blind, it's just a quirk of how the game works, the vehicles don't "belong" to the stations, they belong to depots, so e.g. look at the bus depot, not the bus station.
xxx78 2020年6月27日 4時31分 
Nice mod, but I have problems making it working with Show it. I cant find any text mentioning "vehicles" in any station buildings. Maybe Im just blind...
Tim 2020年5月10日 13時41分 
@kx36 - I am in for the districts as well. Thanks for this mod!
Termite 2020年5月9日 12時34分 
Sounds good. Knowing which district a vehicle is going to on cities with remote areas can be really helpful.
kx36  [作成者] 2020年5月9日 4時29分 
@Termite If district names is something that would be useful, I can add that in. Getting the district name for a building is trivial. I'm just wondering what is the best way to display that without cluttering the interface.

So far what I have is that if you click on "owner" or "description" titles, it toggles the text for both columns between being building name and district name, while the function of clicking on the data remains unchanged, i.e. focus camera on the building.
Termite 2020年5月3日 16時06分 
Is there anyway you would be able to add the district vehicles are going to?
Termite 2020年5月3日 13時32分 
Thanks. I can confirm it works with the custom assets I use. If any others show problems I will let you know.
kx36  [作成者] 2020年5月3日 8時51分 
I have just released an update (v1.5). You should see performance improvements as well as improved compatibility with custom assets. You can also now click on the "Load" title and switch between showing load as percent and fraction which might be useful for public transport depots. Any problems, let me know.

@Termite I have tested that it works with the assets you have kindly listed as well as a random selection of assets I've found on the workshop.

@CreatorOfWorlds I have tested that it works with all 32 assets currently in @dboi88 's Industries Remastered collection, even the ones that take in vanilla zoned industrial goods and put out vanilla zoned commercial goods, since at their heart all the assets so far are Industries DLC type processor buildings.
CreatorOfWorlds 2020年5月3日 7時54分 
Has anyone tested this mod with ‘industries remastered’ assets?
https://steamproxy.com/workshop/filedetails/?id=2071860124
Termite 2020年5月2日 11時41分 
Thanks for looking into it. It does work with some custom assets but not all and it does not work with custom industry ones. Examples are:

https://steamproxy.com/sharedfiles/filedetails/?id=1090103730
https://steamproxy.com/sharedfiles/filedetails/?id=504226955
https://steamproxy.com/sharedfiles/filedetails/?id=2021331694
kx36  [作成者] 2020年5月1日 16時41分 
@Termite I think I have a solution for the next version update to get it working for any custom asset which duplicates the functionality of an in-game building. Could you please tell me some specific assets you've noticed it doesn't currently work on so I can test them out. Thanks.
André 2020年4月27日 7時47分 
IDEM