mirror of
https://github.com/open-goal/jak-project
synced 2026-05-29 16:45:10 -04:00
fb532f2a53
* release: include error metadata file for launcher purposes * release: put release assets in the top level of the 7z/tarball (no out/ dir) * extractor: ensure critical directories are created * extractor: handle weird Win32 path prefix `\\?\` by stripping it out * release: avoid using `-C` with `tar`
21 lines
548 B
JSON
21 lines
548 B
JSON
{
|
|
"4000": {
|
|
"msg": "Validation Failed: Cannot locate ELF"
|
|
},
|
|
"4001": {
|
|
"msg": "Validation Failed: Game serial missing from valid game database"
|
|
},
|
|
"4002": {
|
|
"msg": "Validation Failed: ELF missing from valid game database"
|
|
},
|
|
"4010": {
|
|
"msg": "Validation Failed: Bad or unexpected ISO contents"
|
|
},
|
|
"4011": {
|
|
"msg": "Validation Failed: Extracted an unexpected amount of files from ISO"
|
|
},
|
|
"4020": {
|
|
"msg": "Validation Failed: ISO Extraction failed, output directory did not contain expected files"
|
|
}
|
|
}
|