mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-03-26 15:08:28 -06:00
28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
|
<meta name="ProgId" content="FrontPage.Editor.Document">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
|
<title>How to add a Template Collection to a Game Database</title>
|
|
<link rel="stylesheet" type="text/css" href="AuthorKit.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h4>How to add a Template Collection to a Game Database</h4>
|
|
<p>Use the helper batch file <a href="mkpdbRef.htm">mkpdb.bat</a> to insert a
|
|
new Template Collection (.tc) into Game Database (.pdb). mkpdb invokes a number
|
|
of tools to produce an 8-bit palette from the Template Collection and reduce the
|
|
Templates to 8-bit before adding them to the Game Database.</p>
|
|
<p class="labelproc">To add a Template Collection into a Game Database:</p>
|
|
<p class="commandline">mkpdb -pdb <database> -tc <template collection> -size <16
|
|
| 24></p>
|
|
<p class="labelproc">Example:</p>
|
|
<p class="commandline">mkpdb -pdb htdata816.pdb -tc grassy.tc -size 16</p>
|
|
|
|
</body>
|
|
|
|
</html>
|