mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-05 00:38:49 +00:00
Move seeddb.bin to the end and allow failure
This commit is contained in:
Vendored
+9
-4
@@ -44,10 +44,6 @@ if chk $[ONTYPE] "N3DS"
|
|||||||
cp -w -n "S:/sector0x96.bin" $[OUT]/sector0x96.bin
|
cp -w -n "S:/sector0x96.bin" $[OUT]/sector0x96.bin
|
||||||
end
|
end
|
||||||
|
|
||||||
sdump -w seeddb.bin
|
|
||||||
cp -w -n "0:/gm9/out/seeddb.bin" $[OUT]/seeddb.bin
|
|
||||||
rm "0:/gm9/out/seeddb.bin"
|
|
||||||
|
|
||||||
if not find $[OUT]/sysarchives NULL
|
if not find $[OUT]/sysarchives NULL
|
||||||
mkdir $[OUT]/sysarchives
|
mkdir $[OUT]/sysarchives
|
||||||
end
|
end
|
||||||
@@ -98,6 +94,15 @@ decrypt $[OUT]/sysarchives/000400db/00010302.app
|
|||||||
# Config savegame
|
# Config savegame
|
||||||
cp -w -n 1:/data/$[SYSID0]/sysdata/00010017/00000000 $[OUT]/config.sav
|
cp -w -n 1:/data/$[SYSID0]/sysdata/00010017/00000000 $[OUT]/config.sav
|
||||||
|
|
||||||
|
# seeddb.bin
|
||||||
|
sdump -o -s -w seeddb.bin
|
||||||
|
if not find 0:/gm9/out/seeddb.bin NULL
|
||||||
|
echo "WARNING: \nseeddb.bin couldn't be built. \nThis may be because your system \ndoes not have any seeds. \nOtherwise, imported games may fail \nto run if they use seed encryption."
|
||||||
|
else
|
||||||
|
cp -w -n "0:/gm9/out/seeddb.bin" $[OUT]/seeddb.bin
|
||||||
|
rm "0:/gm9/out/seeddb.bin"
|
||||||
|
end
|
||||||
|
|
||||||
set PREVIEW_MODE "threeSD Dumper\nby zhaowenlan1779\n \nSuccess!"
|
set PREVIEW_MODE "threeSD Dumper\nby zhaowenlan1779\n \nSuccess!"
|
||||||
echo "Successfully dumped necessary\nfiles for threeSD."
|
echo "Successfully dumped necessary\nfiles for threeSD."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user