Difference between revisions of "Magic The Gathering CAT"
From XentaxWiki
m (→Compatible Programs) |
m (→MultiEx BMS Script) |
||
Line 23: | Line 23: | ||
=== MultiEx BMS Script === | === MultiEx BMS Script === | ||
− | + | <pre>ImpType Standard ; | |
+ | Get FN Long 0 ; | ||
+ | For T = 1 To FN ; | ||
+ | Get FID Long 0 ; | ||
+ | SavePos FOO 0 ; | ||
+ | Get FO Long 0 ; | ||
+ | SavePos FSO 0 ; | ||
+ | Get FS Long 0 ; | ||
+ | Log "" FO FS FOO FSO ; | ||
+ | Next T ; | ||
+ | </pre> | ||
=== Compatible Programs === | === Compatible Programs === |
Revision as of 22:11, 23 May 2005
Choose archive extension:
Contents
CAT
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
uint32 {4} - Number Of Files
// for each file
- uint32 {4} - Unknown
- uint32 {4} - Offset
- uint32 {4} - Size
MultiEx BMS Script
ImpType Standard ; Get FN Long 0 ; For T = 1 To FN ; Get FID Long 0 ; SavePos FOO 0 ; Get FO Long 0 ; SavePos FSO 0 ; Get FS Long 0 ; Log "" FO FS FOO FSO ; Next T ;
Compatible Programs
Other Games
These games also use this file format