VRAD Verbose Data Extractor A C# (.NET WinForms) tool for analyzing and structuring messages generated by VRAD (Source SDK 2013), with a focus on Garry's Mod.
When VRAD or Hammer generates output in "verbose" mode (via $light -verbose), the information is always located at the end. This tool aims to:
- Read last "verbose" from a log file.
- Structure and filter the desired information.
- Facilitate analysis for mappers or tool developers.
- Reads logs from the standard VRAD/Hammer compilation output.
- Parses lines.
- Simple interface (WinForms) to display and filter all information.
- Data export (log, raw text, all types)
- Target platform: .NET Framework (C#), Windows.
- Clone the project :
git clone https://github.com/Lumino-2-0/Verbose_Extractor.git cd Verbose_Extractor
OR