PGA Tour 97 TIH: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(8 intermediate revisions by the same user not shown)
Line 9: Line 9:
<pre>
<pre>
// TIH file format  
// TIH file format  
1 byte (uint8) - compression type // "0x10" for Refpack 1.0
1 byte (uint8) - compression type // "0x10" for Refpack 1.0
x bytes - compressed TIM image data
x bytes - compressed TIM image data
Line 17: Line 18:


Not written yet.
Not written yet.
=== QuickBMS Script ===




=== QuickBMS Script ===
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
# Author: Bartlomiej Duda
# Author: Bartlomiej Duda
# Creation Date: 29.12.2020
# Creation Date: 29.12.2020
Line 34: Line 38:
string NAME + ".TIM"
string NAME + ".TIM"
clog NAME 0 ZSIZE SIZE
clog NAME 0 ZSIZE SIZE
</pre>
</div>


=== Notes and Comments ===  
=== Notes and Comments ===  
Line 58: Line 64:
[[Category:BMS_None | BMS: None]]
[[Category:BMS_None | BMS: None]]
[[Category:File Format]]
[[Category:File Format]]
[[Category:RefPack Compression]]
[[Category:Refpack compression]]

Latest revision as of 22:53, 16 July 2021

TIH


Format Specifications

// TIH file format 

1 byte (uint8) - compression type // "0x10" for Refpack 1.0
x bytes - compressed TIM image data

MultiEx BMS Script

Not written yet.

QuickBMS Script

# Author: Bartlomiej Duda
# Creation Date: 29.12.2020

comtype dk2
get ZSIZE asize
set SIZE long 0
if SIZE <= 0
    math SIZE = ZSIZE
    math SIZE *= 20
endif

get NAME basename
string NAME + ".TIM"
clog NAME 0 ZSIZE SIZE

Notes and Comments

Games

List of games using this file format:

Compatible Programs

None.