Note
This repository is a fork of coldrifting/Reflektor.
This README has also been modified, view the original here.
Reflection Enhanced Fairly Lightweight Editor for KSP Two Objects and Rectangles
All jokes aside, a quicker, lighter weight alternative to Unity Explorer for KSP 2.
Download the release from the latest release from GitHub.
Place the downloaded assembly in the BepInEx/Plugins folder.
You can find the KSP 2 root folder by right-clicking the game in your steam library,
selecting Manage and then clicking Browse local files.
- Browse the GameObject tree and disable objects by right clicking in the browser (Shift + Alt + Q by default).
- Fire a raycast to see what gameobjects are behind objects on the screen (Shift + Alt + R by default).
- Edit Fields/Properties of objects and invoke parameterless methods in the inspector (Shift + Alt + E by default).
- The new and improved editor supports editing of strings, numbers, booleans, enums (including multi-flag support), colors, vectors, etc, even inside of lists and dictionaries.
- The logs view contains the BepInEx logs, allowing them to be viewed live in the game.
- Logs can be filtered on the level of the message and on message contents.
- The messages view contains a history of each
MessageCenterMessagepublished in theMessageCenter.
