Overview
Comment: | Add conversion from DOS game "Vampiric Tower". |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
69ea6fbdf018f09d38d6e3d62b5b66c5 |
User & Date: | user on 2021-10-29 23:44:28 |
Other Links: | manifest | tags |
Context
2021-10-30
| ||
00:01 | Add imgtofhm.c check-in: 5a195fae37 user: user tags: trunk | |
2021-10-29
| ||
23:44 | Add conversion from DOS game "Vampiric Tower". check-in: 69ea6fbdf0 user: user tags: trunk | |
23:07 | Correct a mistake in picture importing check-in: ed2c776526 user: user tags: trunk | |
Changes
Modified README from [eb9ef13858] to [a613e20e9f].
︙ | |||
139 140 141 142 143 144 145 146 147 148 149 150 151 152 | 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 | + + + + + + + + + + + + + + + + + + + + | * puzzleset.doc: Describes what makes up a puzzle set. * sql.doc: This file lists and documents each of the SQL functions and SQL tables that are available. This is not relevant to programming the rules of the game; it is used for user customization, and for performing batch operations when editing, and for producing reports. === Conversion from other games === There are programs to convert from other engines, mostly in the misc/ directory (except Hero Hearts, which is in the main directory). * Hero Hearts: Free Hero Mesh was invented to play puzzles from Everett Kaser's MESH engine; in that case, the mbtofhm program is used. Give the base name of the output files as the command-line argument, and receives the contents of the .mb file from stdin. * Vampiric Tower: A DOS game. The misc/vtower.class contains class definitions and vtower_export.ps is a PostScript program which converts levels in the Vampiric Tower format to Free Hero Mesh export format. It requires two command-line arguments, being the name of the level file to read from, and the zero-based level number. The second argument is optional; if it is omitted, then zero is assumed by default. (Hopefully there will be more in future.) === Other files === Free Hero Mesh also includes the following other files, which are not the source code files, compilation files, or documentation files: * codepage.har: Contains fonts for code pages. Code page 437 is included |
︙ |
Added misc/vtower.class version [0da9eacd4d].