mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 23:30:16 -04:00
config cleanup (#4146)
- jak 3 extractor config - validation that extractor expected game matches the provided ISO (no more drag and drop extractor for jak 2/3) - jak 3 bug report template
This commit is contained in:
@@ -121,6 +121,46 @@ extractor_iso_database() {
|
||||
"ko", // decompiler config
|
||||
"jak2",
|
||||
{}}}}},
|
||||
// Jak 3 NTSC-U
|
||||
{"SCUS-97330", // serial from ELF name
|
||||
{{4975852519304227343, // hash of ELF
|
||||
{"Jak 3", // canonical name
|
||||
GAME_TERRITORY_SCEA,
|
||||
749, // number of files
|
||||
{61426067393410901}, // iso hash
|
||||
"ntsc_v1", // decompiler config
|
||||
"jak3",
|
||||
{}}}}},
|
||||
// // Jak 3 NTSC-U (Greatest Hits)
|
||||
{"SCUS-97516", // serial from ELF name
|
||||
{{4975852519304227343, // hash of ELF
|
||||
{"Jak 3", // canonical name
|
||||
GAME_TERRITORY_SCEA,
|
||||
749, // number of files
|
||||
{61426067393410901}, // iso hash
|
||||
"ntsc_v1", // decompiler config
|
||||
"jak3",
|
||||
{}}}}},
|
||||
// Jak 3 NTSC-K
|
||||
{"SCKA-20040", // serial from ELF name
|
||||
{{10389946801578948532, // hash of ELF
|
||||
{"잭 3", // canonical name
|
||||
GAME_TERRITORY_SCEI,
|
||||
749, // number of files
|
||||
{15744436203314864205}, // iso hash
|
||||
"ko", // decompiler config
|
||||
"jak3",
|
||||
{}}}}},
|
||||
// Jak 3 PAL
|
||||
{"SCES-52460", // serial from ELF name
|
||||
{{1406394940700478958, // hash of ELF
|
||||
{"Jak 3", // canonical name
|
||||
GAME_TERRITORY_SCEE,
|
||||
746, // number of files
|
||||
{9845530557249070761}, // iso hash
|
||||
"pal", // decompiler config
|
||||
"jak3",
|
||||
{}}}}},
|
||||
};
|
||||
return database;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user