Skip to content

davidruhmann/ZExtract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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