forked from DHager/packbsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.html
59 lines (51 loc) · 2.13 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!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 "Nem" Gregg, for
HlLib 2.1.1 which can read and extract from GCFs an BSP files.</li>
<li>"da_fileserver", 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>