Awsomgamr999
Member
- Nov 14, 2025
- 15
- 14
StellarAnalytics
StellarAnalytics is a simple analytics mod for Kitten Space Agency that records how long the player has spent in the game across multiple sessions. It displays both the current session time and the total accumulated time directly in-game.
1. Go to releases
2. Download and extract the '.zip' file
3. Move the unzipped folder into the 'Content\' folder of Kitten Space Agency
4. Edit the 'Manifest.toml' in `\My Games\Kitten Space Agency\` and add the following:
Code:
[mods]
name = "StellarAnalytics"
enabled = true
Current Features
In-Game Time Display- Shows the time spent in the current game session
- Shows the total time ever spent in KSA
- Displayed in a Days:Hours:Minutes:Seconds format.
NOTE
This mod does save an additional file onto your computer. the file is called 'timeFile.txt' and is stored at the following filepath:
'%LOCALAPPDATA%/KSA/StellarAnalytics/timeFile.txt'
The purpose of this file is to save the amount of time that you have previously spent on the game to accurately tell you total time played.
Source Code
The source code can be found on the GitHub
This mod does save an additional file onto your computer. the file is called 'timeFile.txt' and is stored at the following filepath:
'%LOCALAPPDATA%/KSA/StellarAnalytics/timeFile.txt'
The purpose of this file is to save the amount of time that you have previously spent on the game to accurately tell you total time played.
Source Code
The source code can be found on the GitHub
Attachments
Last edited:
