← BLANCO

GTAW-LOG-PARSER

A fork of AdvGTAW/GTAW-Log-Parser, the long-running community tool that converts the .storage chat logs GTA World writes during play into readable, filterable text. The original ships two apps: a minimal WinForms parser (ParserMini.exe) and a fuller WPF assistant (GTAWAssistant.exe) with backup, filtering, and themes. Upstream development slowed in 2024 after light contributor patches for the GTA5 Enhanced launcher and a regex cleanup.

This fork (v5.0.0) rebuilds both apps on .NET 8, extracts a shared class library, modernizes the threading and theming stacks, and ships ship-readiness foundations the original didn't have: an xUnit test suite, structured Serilog logging, opt-in Sentry crash reporting (off by default, gated by GTAW_SENTRY_DSN), GitHub Actions CI on every push, and a tag-push auto-release workflow. Two new user-facing features land on top of that: a Live Tail window for streaming chat lines as they're written, and an in-app auto-updater that downloads and swaps the running executable.

DOWNLOADS — v5.0.0

Two apps, two flavors each. fdd builds need the .NET 8 Desktop Runtime installed (most modern Windows machines have it — recommended). selfcontained builds bundle the runtime: bigger, but no install needed.

GTAW Assistant
Full WPF app — backup, filter, themes, Live Tail, auto-updater
↓ fdd-win-x64.exe 13 MB ↓ selfcontained-win-x64.exe 175 MB
ParserMini
Minimal WinForms one-shot parser — no UI chrome, just convert
↓ fdd-win-x64.exe 1.4 MB ↓ selfcontained-win-x64.exe 163 MB

All releases · github.com/blancodagoat/GTAW-Log-Parser/releases · CHANGELOG.md

WHAT IT DOES (UPSTREAM)

Core capabilities inherited from AdvGTAW/GTAW-Log-Parser and preserved in this fork:

MODERNIZATION (.NET 8)

NEW FEATURES

OBSERVABILITY

TESTING & RELEASES

HOSTING

Running a FiveM server for your GTA V roleplay content? I use ZAP-Hosting for FiveM hosting. Use my link for 20% off for the life of the server.

Affiliate link — I may earn a commission at no extra cost to you.

Fork chain: AdvGTAW/GTAW-Log-Parser → blancodagoat

Original by AdvGTAW, distributed under GPLv3 — this fork keeps the same license.

View source on GitHub