Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 882 Bytes

readme.md

File metadata and controls

22 lines (13 loc) · 882 Bytes

bspzip_source

Project for building sourcesdk's bspzip tool for linux.

General information

This project is made to build a tool called bspzip from Source SDK. This modified version of bspzip have an extra function called -deletelist <bspfile> <deletelist> <newbspfile> used to remove content from bsp files.

Compiling

On Linux, everything should work after merging fix for IncludeSDKMathlib.
For other platforms i didn't tested.

Requirements

This project requires garrysmod_common, a framework to facilitate the creation of compilations files (Visual Studio, make, XCode, etc). Simply set the environment variable 'GARRYSMOD_COMMON' or the premake option 'gmcommon' to the path of your local copy of garrysmod_common.