I hate how city skylines dominates this genre. I want something that’s more about the challenges of making a real breathing city with lots of options versus a traffic management simulator.
Checkout frostpunk if you want something more about keeping the city living
I thought the whole point of the sequel was to be an actual game this time.
I just wanna build the kind of city I want to live in, which would mostly be car-free.
That was kinds doable in cs1 with mass transit, atleast private cars would see little use with lots of public transportation, did some island without a bridge and it worked fine. I believe you can give Industries train access now so i am hopefull
The TMPE mod (to remove unwanted parking spaces, and ban car traffic on some roads) and bike lane roads made this possible for me. And some additional DLC that has the trams.
My busiest area has a tram arrive every 5-10 seconds (normal game speed), and they’re so busy that I’ve had to rebuild the ‘terminating’ train station stop a few times, learning new things along the way. Most recently relocated it and switched to a multiplatform metro station to shuffle cims to various parts of the map faster
https://store.steampowered.com/app/1062090/Timberborn/
A really neat city builder where you’re basically trying to survive as a civilization of beavers fighting the seasons and growing larger and larger.
There’s very little focus on traffic, 100% focus on managing literally everything about your civilization though… and it’s a voxel style game so you can come up with some really cool setups.
So, not a lot of detail as this is a shit post account, but I mocked up a vector based system to use rather than grids which allows a city builder to run smoother and lighter on ram instead of basically being a giant spread sheet. Each path was a single vector and a data tree ties all the information to a single point on an infinitely divisible grid. It allowed a game to be more complex, and allowed for better road and other building elements.
I gave it away for free, hoping someone, anyone with more time on their hands would use it. Paradox now owns the rights to that system, they aren’t using it, but they are likely making sure noone else does.
What’s so bad about dropping grids and right angles, why can’t a building be a shape other than square? Because it’s cheaper to do and easier to mod.
If I ever have the time I’ll whip something up in unreal as a demonstration. The original was unfortunately built in unity. The whole point was to allow buildings to follow curved roads.