Scripts use Encoding: [CP20932] EUC-JP Double-Byte Edition of Windows
- Use
Namco file project.exe
to unpacknamco.bdi
into.arc
files. - Use arc_extractor.py (or in conjuction with arc_extractor.bat) to extract as much as possible from each
.arc
in the previous step. - When modifying a file, use
EZBIND Editor.exe
to EXTRACT files in the.arc
file. Swap the files, then IMPORT all the files back in to get a new.arc
file. - Use
Namco file project.exe
to rebuild a newnamco.bdi
file. - Use
UDMGen
orApache3
to replace thenamco.bdi
file. Test the newly modify ISO, and if it works, remember to create a patch and share it!
mevXX_XXX.scr
appears to be where the story script is. For example, the very first scene dialog should be inmev00_020.scr
found in the21.arc
file.- The
tow-tools
fromdelguoqing
are Python2 scripts. Use ChatGPT to convert to Python3 for convieience.
Omarrrio
for the Initial tools!StorMyu
ASM investigation and game file analysis that helped make the above tools.Delguoqing
for the Python2 scripts