• ⚠️ Mod Release Rules now apply to this board.

    All mods must include a license, source code (for executable mods), and proper attribution.

    Read the full rules here before posting.

User Interface Stellar Analytics

Awsomgamr999

Member
Nov 14, 2025
18
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.

View attachment 681

License Type: MIT


Install

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
5. Run KSA through StarMap




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
 
Last edited:
If I want to migrate the data between updates of the game, would I just copy and paste the txt file into the new version?