Skip to content

Star Citizen Game Log Event Viewer

License

Notifications You must be signed in to change notification settings

DimmaDont/all-slain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

all-slain

Star Citizen Game Log Reader

GitHub Release GitHub Downloads Python: 3.10+ Code style: black Imports: isort Docstring style: google

This program monitors the Star Citizen Game.log file in real-time, reporting player kills, vehicle kills, game loading progress, respawn events, and more.

example screenshot of the program running in windows console

Requirements

  • If the log file is not specified, RSI Launcher 2.2.0+ is required to automatically find it.

Usage

  1. Start the game, and wait until the EasyAntiCheat splash screen closes and the main game window has appeared.
  2. Run the program.

The program can also be run with the game log file as the first parameter in a terminal.
For example: E:\allslain.exe E:\StarCitizen\PTU\Game.log

To run the script instead of the exe, see Running the script.

Tip

Previous log files can be found in the logbackups folder.

allslain.exe --help
usage: allslain.exe [-h] [-d] [-q] [-r [REPLAY]] [-u] [-v] [--version] [file]

all-slain: Star Citizen Game Log Reader
https://github.com/DimmaDont/all-slain

positional arguments:
  file

options:
  -h, --help            show this help message and exit
  -d, --debug
  -q, --quit-on-eof     quit when end of log is reached
  -r, --replay [REPLAY]
                        replays the log as if running live. optionally, specify the maximum number of seconds to wait between each line
  -u, --update          check for updates and exit
  -v, --verbose
  --version             show program's version number and exit

Game Log Version Compatibility

Compatible with LIVE (4.1.0).
Originally developed for 4.0_PREVIEW.
Mostly compatible with 3.24.X.

Supported Events in LIVE

  • Player/NPC deaths1
  • Ship/vehicle destruction
  • Player respawns/corpse activity
  • Game load progress2
  • Quit to menu/desktop2
  • Incapacitation events3
  • Inter-system jumps2
  • Medical bed limb healing2

Supported Events from Previous Patches

  • Quantum travel events with destination24
  • Quantum travel events56

Optional Additional Features

  • Player organization lookup
  • Planespotting7

See the allslain.conf.toml config file after first run.
It can be opened with Notepad, but an editor with syntax highlighting such as Notepad++ is recommended.

Help Wanted

Location names and IDs

Locations with missing names will display a red question mark before the ID.

If you find one, please let us know!

Running the script

  1. Install Python
  2. Download a copy of the project, and unzip it.
  3. Run run.bat

Supported Python Versions

  • 3.10+

Disclaimer

"This is an unofficial Fansite."

Star Citizen intellectual property, content, and trademarks are owned by Cloud Imperium Rights LLC, Cloud Imperium Rights Ltd., and their subsidiaries.

Footnotes

  1. Available from 3.24 to 4.0.1. Since 4.0.2, only events involving the client player are logged.

  2. Local client only 2 3 4 5

  3. Excludes incaps from combat

  4. Only available for 4.0_PREVIEW

  5. Excludes local player

  6. Only available up to and including 4.0.1

  7. Only available up to and including 4.0.2. No longer available in 4.1.0.