KSP2 Modding with SpaceWarp

Install SpaceWarp To install SpaceWarp you need the following tools installed on your computer Get SpaceWarp from GitHub Install the Python dependencies Build SpaceWarp Add references to the missing assemblies Rebuild the solution Using SpaceWarp You can also download SpaceWarp from https://spacedock.info/mod/3257/Space%20Warp Maybe needed to configure Visual Studio to work with Unity See https://learn.microsoft.com/en-us/visualstudio/gamedev/unity/get-started/getting-started-with-visual-studio-tools-for-unity?pivots=windows for …

Error: Route.post() requires a callback function but got a [object Undefined]

If you use the NodeJS Express server, you have just created a new route with the code like this and created a new function to handle the request, like and get the error message: …/node_modules/express/lib/router/route.js:211throw new Error(msg);^ Error: Route.post() requires a callback function but got a [object Undefined] make sure you export the new function …

Rover Construction in Kerbal Space Program

To construct a rover we need a base to attach the wheels, seats, and the power source. Structural plates We can start with structural plates, but we need to apply some tricks to attach them to each other. Stability assistance Even if the rover performs fine on Kerbin, the low gravity on the Mun will …

Installing ngrok

“ngrok is a simplified API-first ingress-as-a-service that adds connectivity,security, and observability to your apps with no code changes” Create a free ngrok account Sign up for a free ngrok account at https://ngrok.com/ Install ngrok Download the ngrok application from https://dashboard.ngrok.com/get-started/setup to the Downloads directory On macOS Create the ngrok folder in your user’s opt directorymkdir …

Enable Surround, PhysX for multiple displays on ASUS ROG Strix laptop

If you have multiple monitors, you can connect them to your laptop and set up an immersive gaming environment. Connect the monitors Configure the monitors Enable all displays When you set up Surround, PhysX, the laptop built-in display gets disabled. To be able to use all displays Working with the surround display In some programs …

ASUS ROG Strix laptop configuration

Optimizations for windowed games in Windows 11 To enable Optimizations for windowed games in Windows 11 Select the Start  button, then select Settings . In Settings , select System  > Display  > Graphics > Change default graphics settings. Select the setting under Optimizations for windowed games to turn it On. Restart your game.

Apollo missons in Kerbal Space Program

In Kerbal Space Program you can recreate the Apollo missions using the stock parts. Apollo 11 An awesome Apollo 11 tutorial is located at Apollo 11 tutorial. Follow the instructions, but I have made some changes for easier operation. Notes Construction Flight Towards to Mun While the Command Module and the Lander are approaching the …

How to move the Desktop, Documents, and Pictures folders out of OneDrive on Windows 11

Some people, like me, don’t want to pay Microsoft as OneDrive fills up quickly with documents and pictures. To move your Desktop, Documents and Pictures folders out of OneDrive and disable OneDrive Make a backup copy the contents of the Desktop, Documents and Pictures folders into another directories on your computer incase anything goes wrong …