• @ForgetReddit@lemmy.world
    link
    fedilink
    399 months ago

    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.

    • knexcar
      link
      fedilink
      169 months ago

      I thought the whole point of the sequel was to be an actual game this time.

        • @knatschus@discuss.tchncs.de
          link
          fedilink
          119 months ago

          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

          • Rentlar
            link
            fedilink
            59 months ago

            I’m hoping transmodal transport will work better, my industries all had long single-file lines of trucks waiting their turn to enter the freight station.

            • knexcar
              link
              fedilink
              29 months ago

              Sadly one of the development diaries specifically said that train cargo stations will have a lot of traffic, so sadly I doubt it will be that different.

              • Rentlar
                link
                fedilink
                19 months ago

                I’ll see how it is next week when it comes out. Since I think I will have management of the cargo train fleet rather than random trains deciding to pop in or out, I could potentially establish better supply lines.

        • 𝒍𝒆𝒎𝒂𝒏𝒏
          link
          fedilink
          69 months ago

          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

        • knexcar
          link
          fedilink
          49 months ago

          Well they did release the Plazas and Promenades DLC

    • Dark ArcA
      link
      59 months ago

      Have you tried timberborn?

    • @Datto@lemmy.ca
      link
      fedilink
      29 months ago

      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.