/ZExtract

Steam .z file decompression tool

Primary LanguageC#MIT LicenseMIT

ZExtract

Steam .z file extraction utility. Useful for those who download workshop files for servers using the steamcmd CLI.

Requirements

Download

See Releases for the CLI.

Or Packages for the NuGet package. (Also available at NuGet.org)

dotnet add package ZExtract

Or build your own from source.

Usage

dotnet ZExtractCLI myFile.asset.z outputDirectory\

Will extract the .z file to outputDirectory\myFile.asset

Build

Requirements

Checkout and run...

dotnet publish -c Release -o publish

then execute publish/ZExtractCLI