Jump to content

aloritias

Member
  • Content Count

    3
  • Joined

  • Last Visited

Community Reputation

1 Recognised

About aloritias

  • Rank
    Freshman
  1. As a former programmer, I am curious about why you'd use ushort in this day-and-age instead of 32-bit integers. The performance hit is zero on modern processors, memory is so plentiful, and even caches are so large that for the quantum of records we're talking about there isn't a need to limit it that I can see, and locking yourself into unneeded constraints is never a good idea, even if you can't see that at the time. This is a genuine question, by the way - does anybody have any insights as to why you'd do this? I speak as someone who's bent over backwards writing hand-crafted assembly to get functional programs working within a 256-byte (yes, BYTE, no prefix) limit, but who isn't up-to-speed on the current software development environment.
  2. Cities: OFFLINE PLAY

    Cities: Skylines has always been offline... there's never been any online requirement, and it doesn't even have a multiplayer function. I play it offline on my laptop alll the time...
  3. Need help with new map I created

    Are you using the Building Themes mod? If so, I had the exact same issue - with the recent update, you need to go to the 'Themes' tab in the policies menu and enable theme management for the city, otherwise nothing will build.
×