Skip to content

beepster4096/srctools

 
 

Repository files navigation

srctools

Modules for working with Valve's Source Engine file formats, as well as a variety of tools using these.

Installation

First clone the git repo to your computer. You'll likely want the dev branch, a specific tag. You'll need Python 3.4+.

Run the following to install dependencies:

pip install PyInstaller, cython, importlib_resources, aenum

To build the optional extension modules to speed up the code, run the following:

python setup.py build_ext

Then run the following to build the postcompiler.

pyinstaller postcompiler.spec

About

Modules for working with Valve's Source Engine file formats.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Squirrel 0.1%