mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
fix: added krkrdump template
This commit is contained in:
17
SchemeTool/KrKrDump logs/KrkrDump template.json
Normal file
17
SchemeTool/KrKrDump logs/KrkrDump template.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"loglevel": 1,
|
||||
"enableExtract": true,
|
||||
"outputDirectory": "C:\\dump",
|
||||
"rules": [
|
||||
"file://\\./.+?\\.xp3>(.+?\\..+$)",
|
||||
"archive://./(.+)",
|
||||
"arc://./(.+)",
|
||||
"bres://./(.+)"
|
||||
],
|
||||
"includeExtensions": [],
|
||||
"excludeExtensions": [
|
||||
],
|
||||
"decryptSimpleCrypt": true,
|
||||
"dumpHash": true,
|
||||
"dumpHxKey": true
|
||||
}
|
||||
Reference in New Issue
Block a user