Lego Racers JAM: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks (→Games) |
||
| Line 48: | Line 48: | ||
=== Games === | === Games === | ||
List of games using this file format: | List of games using this file format: | ||
* Disney's Stitch: Experiment 626 (*.JAM) | * Disney's Stitch: Experiment 626 (PS2) (*.JAM) | ||
* Lego Racers (*.JAM) | * Lego Racers (PS1/PC) (*.JAM) | ||
=== Compatible Programs === | === Compatible Programs === | ||
Revision as of 10:04, 11 November 2021
Choose archive extension:
JAM
- Format Type : Archive
- Endian Order : Little Endian
- Signature : LJAM
Format Specifications
char {4} - Signature (LJAM)
// Directories
uint32 {4} - Number Of Files (0 means that there are no files, only nested directoies)
if (numFiles > 0) {
- // for each file
- char {12} - Filename (null)
- uint32 {4} - Offset
- uint32 {4} - Size
- }
- char {12} - Filename (null)
else if (numFiles == 0){
- uint32 {4} - Number Of SubDirectories
- // for each subdirectory
- char {12} - Subdirectory name
- uint32 {4} - Offset to subdirectory
- // go to subdirOffset and start again from "// Directories"
- }
- char {12} - Subdirectory name
byte {X} - File Data
MultiEx BMS Script
Not written yet.
QuickBMS Script
Games
List of games using this file format:
- Disney's Stitch: Experiment 626 (PS2) (*.JAM)
- Lego Racers (PS1/PC) (*.JAM)
Compatible Programs
See Also