Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>PackBSP Readme</title>
	<link rel="stylesheet" href="styles.css" type="text/css"/>
</head>
<body class="readme-doc">        
<h1>PackBSP 2.0.4</h1>
<div class="release-date">Released: Mar 22, 2011</div>
<p>Homepage: <a href="http://technofovea.com/blog/projects/packbsp">http://technofovea.com/blog/projects/packbsp</a></p>

<h3>What it is:</h3>
<p>PackBSP is a tool to help automatically
manage and pack dependencies in custom maps for games based on the
Source Engine by Valve Software. Please note that games which do not
use the central Source SDK (Such as <i>Left 4 Dead</i> or <i>Alien
Swarm)</i> are not yet supported.</p>

<h3>What you need:</h3>
<ol>
	<li>You need to have Java 5.0 or
	higher in order to run this program. (You can get it from
	<a href="http://www.java.com">www.java.com</a> )</li>
	<li>You need to be logged on to Steam
	so that some of Valve's SDK tools are operable.</li>
</ol>
<h3>What to click:</h3>

<p>To run the GUI double-click on
packbsp.exe.</p>

<h3>"Help! It shows me a list of files it
expects, do I really need to tell it where to find them all?"</h3>

	<p>To some extent you need to use your
	own judgment whether a missing asset is important. For example, .PHY
	files are only needed for solid props.</p>

<h3>Having problems?</h3>
<p>First, check out the support page at:
<br/>	<a href="http://technofovea.com/blog/projects/packbsp/support">http://technofovea.com/blog/projects/packbsp/support</a>
</p>
<p>If you wish to report problems, please
send a description of what went wrong, along with a copy of the
packbsp_debug.log file, to:<br/>packbsp@technofovea.com</p>


<h3>Thanks to:</h3>
<ul>
	<li>Ryan &quot;Nem&quot; Gregg, for
	HlLib 2.1.1 which can read and extract from GCFs an BSP files.</li>
	<li>&quot;da_fileserver&quot;, from
	whose work I was able to find detail of the ClientRegistry.blob
	format.</li>
	<li>All the folks at Interlopers.net
	and TF2Maps.net for their suggestions and testing.</li>
</ul>
</body>
</html>