Image overlay enables us to display a transparent map over our layout in the game and in the Editor. In the Editor this makes is easy to place outside connections to the correct locations, so when we build our city replica, the roads start at the right place. In the game it makes it possible …
Author Archives: Laszlo Pinter
Creating an AWS Q AI application
To use an AWS Q application we need two components: AWS Q application To set up the AWS Q AI application For more information see Configuring an Amazon Q application Identity Provider AWS Q is a paid service based on the number of users. To control access to AWS Q, we need to configure it …
Using the Map Editor in Cities:Skylines 2
Import a height map Generate the height map To import a height map into the Cities: Skylines 2 Map Editor we need to create a 4096×4096 pixel 16 bit grayscale height map. To generate the height map and overlay map image of an area of the Earth, we can use the following sites: Create the …
Continue reading “Using the Map Editor in Cities:Skylines 2”
Kerbal Space Program 2 minimum altitudes for each warp level
In KSP 1 the minimum altitudes for each warp level were compiled at Kerbal Space Program 2 minimal altitudes for each warp level by SaintWacko. As of today I have not found any similar information for KSP 2, so based on experiments I will create a similar table here. KERBOL MOHO EVE GILLY KERBIN MÜN …
Continue reading “Kerbal Space Program 2 minimum altitudes for each warp level”
Approaching Kerbin, lowering time warp to 100x for safety!
Interplanetary transfers can only occur at specific times, when the planets are aligned in the optimal position. It can take months until the celestial bodies are in the right position for the interplanetary transfer burn. If the space craft orbits Kerbin below 120 km altitude, Kerbal Space Program 2 slows down the warp speed to …
Continue reading “Approaching Kerbin, lowering time warp to 100x for safety!”
SyntaxError: The requested module ‘dotenv’ does not provide an export named ‘default’
When we try to use modules in out TypeScript applications we encounter the error message This is caused by the missing “default” export in the module’s code. To eliminate the error message modify the import statement as
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath ‘./format/index.js’ is not defined by “exports” in …
The date-fns and date-fns-tz Node.js packages are being updated, and version 3 has some bugs. When you try to use them in TypeScript you get the error message Currently, the only solution is the restrict the version to 2. In package.json add the lines In the terminal run Check the effect of the new settings …
Kerbal Space Program Delta V Map
The Kerbal Space Program Delta V Map helps to calculate the required propulsion to reach the Kerbol System’s planetary bodies.
Kerbal Space Program 2 For Science! notes
KSP 2 version 0.2.0.0, “For Science!” opens an entirely new type of game play. Now we can complete missions, do science experiments, collect Science Points and unlock new parts in the Research and Development Center. Recommended mods The Science Arkive mod lists all available experiments by celestial body, so check it before you launch. It …
Continue reading “Kerbal Space Program 2 For Science! notes”
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: ‘…/certifi
During the building of a Docker container for a Python application we may get the following error message ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: ‘/private/var/folders/sy/f16zz6x50xz3113nwtb9bvq00000gp/T/abs_477u68wvzm/croot/certifi_1671487773341/work/certifi This is caused by an out of date path in the requirements file for “certifi”. To fix the issue