Skip to content

ShootingRange/cvardump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cvardump

A small utility for exporting a list of all cvars from a Source engine game into a spreadsheet in CSV format.

Can both connect using RCON and extract automatically, or through a manual dump from the cvarlist command.

Usage

cvardump rcon --output=cvars.csv 192.168.10.100:27015 password

cvardump manual --input=cvarlist.txt --output=cvars.csv