diff --git a/README.md b/README.md index 93f30ff..94ee8a8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ BspZipGui BspZipGui is GUI tool for Valve's BSPZIP command line utility. It is used to easily **embed** a folder with all your custom files(textures, models, scripts etc) into a BSP file. With BspZipGui you can also **extract** all files contained inside BSP file. The main feature of BspZipGui is that it automatically generates a file list from the folder you specified and then runs bspzip.exe to embed these files into BSP. The application can be used for **any Source Engine game** including Nuclear Dawn, Left 4 Dead 2, Counter Strike Global Offensive etc. +More info at +https://sites.google.com/site/softdevdy/software/bspzipgui + To embed your files into BSP file you need to: - Specify the path to bspzip.exe of your game. Usually /bin/bspzip.exe - Put your BSP file into Game's "maps" folder. Because bspzip.exe can crash otherwise