PropaneDragon

Results 19 comments of PropaneDragon

Hi @salmander. You'll also need to install the Qt5 QtMultimedia package. I think it's libqt5multimedia5. Install that and let me know if that fixes it.

Yeah, that could be an issue. You'd need to have the same version of Qt as it was built with, or at least the same version of Qt base and...

Yeah, it should compile fine on 5.11. I'll have to get around to working on it again at some point and update the Qt version.

Qt is free for open source projects. If you want to download the binaries for it they're [here](https://www.qt.io/download-qt-installer) or you can get the source code [here](https://wiki.qt.io/Building_Qt_5_from_Git#Getting_the_source_code) and compile it yourself....

Garbage collection is done on an as-need basis like the rest of the simulation in Cities. I don't think I'll be able to change this without a lot of work...

This is possible, but wouldn't trash become a huge issue at about mid day? Granted it would be cleared up at whatever time the garbage trucks set off, but it'll...

That's really strange. It does definitely seem like Unity isn't creating the panel right, but I can't understand why. Maybe the `mainUIGameObject` isn't getting created correctly. I can't say I've...

Unity creates an output_log.txt file in the game directory. It might be advantageous for you to use [ModTools](https://steamcommunity.com/sharedfiles/filedetails/?id=450877484) to debug, as it has a better output and allows you to...

This is a tool within the mod trying to access the Steam community in order to download the change logs. I'll see why it's erroring out rather than failing gracefully.