WinBSPZip: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(cleanup)
Line 1: Line 1:
A GUI for Valve's [[BSPZIP]] tool.
'''WinBSPZip''' is a [[GUI]] frontend for Valve's [[Bspzip]] application.


It also does the following:
It has three main functions:
*Fixes errors in writing large files (Breaks up writes to steam filesystem write)
* Fixing errors in writing large files by breaking up writes to Steam {{wiki|file system}} write.
*Adds error checking to list file (fixes back and forward slashes, checks for spaces)
* Adding error checking to list file by fixing back and forward slashes and checking for spaces.
*Adds all files in a directory to the BSP (No more creating lists of files!)
* Adding all files in a directory to the .[[BSP]].


 
== See also ==
----
* [http://www.chaosincarnate.net/cannonfodder/cftools.php?program=winbspzip WinBSPZip homepage]
''See Also''
{{warning|WinBSPZip is no longer compatible with current map format (since August 2006 SDK update).}}
 
[http://www.chaosincarnate.net/cannonfodder/cftools.php?program=winbspzip WinBSPZip homepage] (<-- unusable app id 211 error)
 
An updated version of WinBSPzip by erix920 can be found [http://files.filefront.com/winbspzipexe/;5016353;;/fileinfo.html here] (<-- unusable, path to map.bsp is version 20 not 19 error)


[[Category:Third Party Tools]]
[[Category:Third Party Tools]]
[[Category:Level Design]]
[[Category:Level Design]]

Revision as of 12:41, 17 November 2007

WinBSPZip is a GUI frontend for Valve's Bspzip application.

It has three main functions:

  • Fixing errors in writing large files by breaking up writes to Steam Wikipedia icon file system write.
  • Adding error checking to list file by fixing back and forward slashes and checking for spaces.
  • Adding all files in a directory to the .BSP.

See also

Warning.pngWarning:WinBSPZip is no longer compatible with current map format (since August 2006 SDK update).