Generating height maps with justgeektechs.com
The site https://map.justgeektechs.com generates height maps and overlay images for Cities: Skylines 2 map creation.
Host the Cities: Skylines map generator locally
There are times when the Cities: Skylines Map Generator at https://heightmap.skydark.pl is not available. The free MapBox token expires because of the number of requests it serves. We can host the site ourselves on our workstation and use it any time.…
Create a high resolution overlay image for Cities: Skylines II
The Image Overlay mod for Cities: Skylines 2 allows us to build a city based on real world locations. See Image overlay in Cities: Skylines 2 on how to install and use it. To generate a high resolution overlay image Create the standard resolution overlay…
DMV Online Learning and Tests
If you have a testing requirement for your driver’s license (DL), save some time and do it online before visiting a DMV office. Visit ONLINE LEARNING AND TESTS
Signature verification failed, repository.json is not valid
When the Cities: Skylines II mod publishing fails with Syncing WIP mod “…”[L3Error_][6574][4B66][EFB4][0181] Error getting repository metadata for repository mods/cities_skylines_2/…/repo/Windows__Any, got exception: Signature…
Creating a new mod for Cities: Skylines II
Developer tools To create a new mod for Cities: Skylines 2, first, we need to install the developer tools. Start a new Visual Studio solution Deploy the mod locally for testing To deploy the new mod and activate it in the game To disable the mod To run…
Decompiling the Cities: Skylines II code
To be able to view the source code code of Cities: Skylines 2, we need a few tools. Visual Studio Visual Studio Community edition is a free IDE to write .NET code in C# and other languages. Decompiler To decompile the game code to the source code, we…
How to stop the rain and snow in Cities: Skylines II
The snow makes it hard to see the image overlay in Cities: Skylines II. To stop the rain and snow we can Weather+ mod Temporary change in Developer mode The Override Precipitation setting in Developer Mode is not saved in the city, so every time you open…
Argument of type ‘(number | null)[]’ is not assignable to parameter of type ‘(err: Error, result: QueryResult) => void’
The latest “npm install @types/pg –save-dev” command changed the “@types/pg” Node.js module version in the package.json file from to “^8.11.4”. Since that, the build of my TypeScript applications fail with the…