Dejvid
New Member
- Nov 25, 2025
- 9
- 20
CatsGotYourCam
CatsGotYourCam is a camera control framework for Kitten Space Agency mods. It does not add gameplay, parts, UI, replay tools, or cinematic features by itself. Instead, it provides a shared API that lets other mods temporarily take ownership of the game camera, update camera transforms every frame, and return control cleanly when finished.Updated for KSA version: v2026.7.6.4939
SpaceDock:
Source code: https://github.com/DavidK0/CatsGotYourCam
Latest release: https://github.com/DavidK0/CatsGotYourCam/releases/latest
Mod version: v1.0.0
License: MIT
For players
How to install1. Install StarMap
. i. Download and unzip the latest release of StarMap
. ii. Run the .exe and follow the instructions
3. Download and unzip the latest release of CatsGotYourCam from Github or from SpaceDock
4. Place Place the extracted CatsGotYourCam into Kitten Space Agency\Mod\. Your mod folder should look something like this:
├── CatsGotYourCam
│ ├── CatsGotYourCam.deps.json
│ ├── CatsGotYourCam.dll
│ ├── LICENSE
│ └── mod.toml
For modders
Modders who want to develop a mod that moves the camera can make their mod depend on CatsGotYourCam. For more information, see MODDING.mdAI Disclaimer: This mod was made with the help of AI.
Last edited: