Skip to content

f4sh/Who-Killed-Me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Star Citizen Kill Log Analyzer

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.

Features

  • 🧍 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 .bat file that handles all dependencies.
  • 💻 Offline and Safe: No network calls or login required - everything runs locally.

Installation & Setup (Windows)

✅ Prerequisites

  • Python 3.x
    • During install, check "Add Python to PATH"
  • No other setup is required - the batch file takes care of everything.

🚀 How to Run

  1. Download or clone this repository.
  2. Place the following files in the same folder:
    • who-killed-me.py
    • who-killed-me.bat
  3. Double-click who-killed-me.bat to 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

🛠 Batch File Behavior

The batch file automatically:

  • Verifies Python is installed (opens Microsoft Store if missing)
  • Ensures pip is 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.

Disclaimer

This tool is not officially affiliated with Cloud Imperium Games or the Star Citizen project.

License

This project is open source, available under the MIT License.

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors