Quickstart¶
Get yourself up and running quickly.
Installation¶
PyPI¶
ValveBSP is available on the Python Package Index. This makes installing it with pip as easy as:
pip3 install valvebsp
Git¶
If you want the latest code or even feel like contributing, the code is available on GitHub.
You can easily clone the code with git:
git clone git://github.com/pySourceSDK/ValveBSP.git
and install it from the repo directory with:
python3 setup.py install
Usage¶
Here’s a few example usage of ValveBSP
Parsing¶
Parsing can be done by creating an instance of Bsp with a path.
> from valvebsp import Bsp
> bsp = Bsp('C:/Program Files (x86)/Steam/steamapps/common/Team Fortress 2/tf/maps/ctf_2fort.bsp')