Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

iNilo/cvar2file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

11 Commits

Repository files navigation

Source Engine CVar Exporter

This project builds a master list of console commands and variables in CS:GO. It consists a SourceMod plugin that, on map load, exports all server variables and commands and then exits.

Exporting cvars

SourceMod plugin that exports all cvars in an HTML format on server start, and then quits. Cvars are exported to csgo/cvars-$VERSION.txt. Based on a plugin by MCPAN.

Compiling

Edit the path to your CS:GO installation at the top of the Makefile, then simply make && make install.

About

Exports Source engine cvars to file

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • SourcePawn 93.5%
  • Makefile 6.5%