A lightweight Python tool that scans your Star Citizen game logs to show who killed your character - including when, how, and with what. Each entry includes a link to the killer’s RSI profile.
- 🧍 Player-vs-Player Tracking: Detects all player-killed events in your logs.
- 📎 RSI Profile Links: Direct links to each killer’s Citizen profile.
- 🔍 Automatic Build Detection: Works with LIVE, PTU, or other builds located in the default Star Citizen folder.
- ⏱️ Local Time Conversion: Shows both UTC and your local timezone.
- 🔁 Remembers Your Nickname: Saves and reuses your nickname between runs.
- ✅ One-Click Launcher for Windows: Includes a
.batfile that handles all dependencies. - 💻 Offline and Safe: No network calls or login required - everything runs locally.
- Python 3.x
- During install, check "Add Python to PATH"
- No other setup is required - the batch file takes care of everything.
- Download or clone this repository.
- Place the following files in the same folder:
who-killed-me.pywho-killed-me.bat
- Double-click
who-killed-me.batto launch the analyzer.
The tool will:
- Ask for your nickname (remembers it next time)
- Show a list of available Star Citizen builds
- Scan log files and print out who killed you and how
The batch file automatically:
- Verifies Python is installed (opens Microsoft Store if missing)
- Ensures
pipis available (installs if missing) - Installs required Python packages:
colorama(terminal output)tzlocal(timezone detection)pytz(timezone conversion)
- Runs the script in PowerShell and keeps the window open
No Python setup is required manually - just double-click and go.
This tool is not officially affiliated with Cloud Imperium Games or the Star Citizen project.
This project is open source, available under the MIT License.