WasdMainMenu is a mod for Kerbal Space Program that lets you move around the Main Menu.
- Download the latest release from SpaceDock or the GitHub releases page.
- Unzip the downloaded file.
- Place the extracted folder into your
GameData
directory of your KSP installation. - Launch KSP and enjoy the mod.
Q: "My keybinds aren't saving!"
A: Navigate to the GameData/WasdMainMenu/Plugin
folder. If there isn't a file named WasdKeybinds.txt
, create one manually, or the game will generate it for you upon launch.
Q: "Why is the skybox black?"
A: This happens. Simply navigate to Settings and return to the main menu (you can also do this by going to Credits). The skybox should refresh. Gameplay is not impacted, so you can continue as usual.
- Download the
.cs
source code file. - Open the Reference Manager in your IDE and include the following references:
KSPAssets.dll Assembly-CSharp.dll UnityEngine.CoreModule.dll UnityEngine.UI.dll UnityEngine.IMGUIModule.dll UnityEngine.dll UnityEngine.InputLegacyModule.dll KSPAssets.XmlSerializers.dll UnityEngine.PhysicsModule.dll UnityEngine.AnimationsModule.dll
- Build the project and move the generated
.dll
file into yourGameData
folder.
- Initial release.
- Fixed CKAN compatibility issues.
- Moved mod files from
WasdMainMenu/GameData
toWasdMainMenu/Plugin
for proper organization.
- Added a Control GUI to adjust speed, zoom, and rotation settings.
- Introduced a Settings GUI to customize keybinds.
- Keybinds now save properly.
- Changed background to black (to refresh the main menu, go to Settings and return, or simply continue playing).
- Added new preset keybinds.
- Introduced Up and Down keybinds (Spacebar for up, Ctrl for down).
- Added Toolbar Icon
- Fixed Camera Issues
- Fixed Toolbar Icon
This mod is licensed under the MIT License. See the LICENSE file for more details.