BLANCO

Developer · blancodagoat.dev

Home

GTAW-LOG-PARSER

GTAW-Log-Parser (blancodagoat fork) is a free Windows desktop app that converts GTA World .storage chat logs into readable, filterable text. Version 5.0.0 rebuilds the upstream AdvGTAW tool on .NET 8 with a shared library, Live Tail streaming, and an in-app auto-updater.

This fork also adds structured Serilog logging, opt-in Sentry crash reporting (off by default), an xUnit test suite, GitHub Actions CI on every push, and tag-push auto-releases with four single-file artifacts. See downloads below for framework-dependent and self-contained builds.

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.

FAQ

What is GTAW-Log-Parser?

GTAW-Log-Parser is a Windows desktop utility that converts raw GTA World chatlog files into readable, formatted text. This blancodagoat fork modernizes the upstream AdvGTAW project on .NET 8.

What does this fork add?

A Live Tail window with debounced file watching, in-app auto-updater via Octokit, Serilog rolling-file logging, opt-in Sentry crash reporting, an xUnit test suite, and GitHub Actions CI that publishes four single-file release artifacts on tag push.

What do I need to run it?

Windows 10 or later. Use the framework-dependent build with .NET 8 Desktop Runtime installed, or grab a self-contained artifact from GitHub Releases that bundles the runtime.

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

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

View source on GitHub