Star Wars - Galactic Battlegrounds DRS
(Redirected from Star Wars - Galactic Battlegrounds)
Choose archive extension:
DRS
- Format Type : Archive
- Endian Order : Little Endian
- SWGB Files : Information about DRS and SLP, Python language tools.
Format Specifications
byte {80} - Unknown
uint32 {4} - Archive Length
uint32 {4} - Unknown
uint32 {4} - Directory Offset
byte {X} - File Data
// Directory
- // for each file
- uint32 {4} - Unknown
- uint32 {4} - File Offset
- uint32 {4} - File Length
- uint32 {4} - Unknown
MultiEx BMS Script
IDString 0 Copyright ; ImpType Standard ; GoTo 80 0 ; Get FS Long 0 ; GoTo 88 0 ; Get FIS Long 0 ; Set FN Long FS ; Math FN -= FIS ; Math FN /= 12 ; GoTo FIS 0 ; For TE = 1 To FN ; Get D Long 0 ; SavePos FOO 0 ; Get FO Long 0 ; SavePos FSO 0 ; Get FS Long 0 ; Log "" FO FS FOO FSO ; Next TE ;