ROM Hack Problems with rebuilding Rom after rebuild the romfs.bin

ChrisX930

Banned!
OP
Banned
Joined
Sep 3, 2013
Messages
788
Trophies
0
Location
Germany
XP
458
Country
Gambia, The
Hey Guys,

I ran into some problems with rebuilding a 3DS Game as cia-file after rebuilding my romfs.bin with SciresMs RomFS-Builder.

At first, I decrypted the Game "Harvest Moon - A new Beginning" with 3DS Lazy 1.2.
I got this files and folder in "decrypted"-folder:
mod2cslb.jpg



after this, I tried to rebuild the romfs with SciresM's RomFS-Builder without making ANY of changes in the romfs-folder.

Then, I replaced the old decrypted/romfs.bin with this one I rebuilt with SciresM's RomFS-Builder.
I copied the exefs.bin, exheader.bin and romfs.bin into the Auto_CIA/tmp folder, where I decrypted the same Game earlier.
Now the tmp-folder looks like this:
modwqs7o.jpg



I tried to rebuild the Game as cia with this given Options:
modnfsm6.jpg





I installed the Game with BigRedMenu (tried the other ones, too) but after the 3DS-Boot-Logo, I only got a Black Screen...
It also won't work if I try to install a cia created with 3DS-Lazy itself...


Anyone who could help me with this?
I can't get this to work-.-

Please help me with it...
 

ChrisX930

Banned!
OP
Banned
Joined
Sep 3, 2013
Messages
788
Trophies
0
Location
Germany
XP
458
Country
Gambia, The
Tried it with this makerom.bat, too....
But yea... same problem. Game won't start...
Code:
echo off
set /p dsfile=Enter the filename (without 3ds extension):
echo Building temp .cci ...
cd manual
If exist *MANUAL.cfa ren *MANUAL.cfa manual.cfa
cd ..
If exist "manual\manual.cfa" makerom -f cci -o %dsfile%.cci -content manual\manual.cfa:1:1 -rsf RSF.rsf -target t -desc app:4 -exheader decrypted/exheader.bin -exefslogo -code decrypted/exefs/code.bin -romfs decrypted/romfs.bin  -icon decrypted/exefs/icon.bin -banner decrypted/exefs/banner.bin
If not exist "manual\manual.cfa" makerom -f cci -o %dsfile%.cci -rsf RSF.rsf -target t -desc app:4 -exheader decrypted/exheader.bin -exefslogo -code decrypted/exefs/code.bin -romfs decrypted/romfs.bin  -icon decrypted/exefs/icon.bin -banner decrypted/exefs/banner.bin
exinjector -rom %dsfile%.cci -exheader decrypted/exheader.bin -sd
mkdir temp
rom_tool -x temp %dsfile%.cci
echo Building .cia ...
cd temp
ren *APPDATA.cxi appdata.cxi
If exist *MANUAL.cfa ren *MANUAL.cfa manual.cfa
cd ..
If exist "temp\manual.cfa" makerom -f cia -o %dsfile%.cia -content temp/appdata.cxi:0:0 -content temp/manual.cfa:1:1
If not exist "temp\manual.cfa" makerom -f cia -o %dsfile%.cia -content temp/appdata.cxi:0:0
del %dsfile%.cci
rmdir /s /q temp
set /p ANSWER="Delete the decrypted files (y/n)?"
if /i {%ANSWER%}=={y} (goto :yes)
if /i {%ANSWER%}=={yes} (goto :yes)
goto :no
 
:yes
rmdir /s /q manual
rmdir /s /q decrypted
rmdir /s /q encrypted_bin
goto xorpad
 
:no
goto xorpad
 
 
:xorpad
set /p ANSWER2="Delete the xorpads (y/n)?"
if /i {%ANSWER2%}=={y} (goto :yes)
if /i {%ANSWER2%}=={yes} (goto :yes)
goto :no
 
:yes
rmdir /s /q xorpads
if exist exefs_7x.xorpard del exefs_7x.xorpard
if exist exefs_norm.xorpard del exefs_norm.xorpard
goto end
 
:no
cd xorpads
move *.xorpad ../
cd ..
rmdir xorpads
goto end
 
:end
echo Done
 
 
 
 
 
pause

Really need help with it...
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: I'll just pretend like I know what's going on