From c483552fb25ada9abb32f782e626a49b532f4fb9 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Tue, 26 Jan 2016 20:37:08 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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