Star Citizen Game Log Reader
This console application monitors the Star Citizen Game.log file in real-time, reporting player kills, vehicle kills, game loading progress, respawn events, and more.
For a game overlay, check out all-slain-gui!
- If the log file is not specified, RSI Launcher
2.2.0+ is required to automatically find it.
If you are using this project as part of another project, see DEVELOPERS.md.
- Start the game, and wait until the EasyAntiCheat splash screen closes and the main game window has appeared.
- 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
Compatible with LIVE (4.3.2).
Originally developed for 4.0_PREVIEW.
Mostly compatible with 3.24.X.
- Player/NPC deaths1
- Ship/vehicle destruction
- Player respawns/corpse activity
- Game load progress2
- Quit to menu/desktop2
- Incapacitation events3
- Medical bed limb healing2
- Player organization lookup
- Planespotting8
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.
Locations with missing names will display a red question mark before the ID.
If you find one, please let us know!
- Install Python
- Download a copy of the project, and unzip it.
- Run
run.bat
- 3.10+
"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
-
Available from
3.24to4.0.1. Since4.0.2, only events involving the client player are logged. ↩ -
Excludes incaps from combat ↩
-
Only available up to and including
4.1.0. Unavailable since4.1.1. ↩ -
Only available for
4.0_PREVIEW↩ -
Excludes local player ↩
-
Only available up to and including
4.0.1↩ -
Only available up to and including
4.0.2. Unavailable since4.1.0. ↩

