Hey, I want to rip the 3d models from DragonBall Heroes Ultimate Mission 2
something like this
I managed to unpack the rom, and I have many .ctpk files (textures and graphics maybe) .ama and .amt files (amt are most likely the 3d models)
with the cptk tool I tried to convert a texture but I get this error:
Converting /work/TAG2/svn/trunk/Projects/WorkData/2D/ARCADE/Character/????-MGA/1SD/MN_NAME_1P_A.rotate.tmp.tga...
Unbehandelte Ausnahme: System.IO.DirectoryNotFoundException: Ein Teil des Pfades "\work\TAG2\svn\trunk\Projects\WorkData\2D\ARCADE\Character\????-MGA\1SD" konnte nicht gefunden werden.
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost)
bei System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)
bei System.IO.Directory.CreateDirectory(String path)
bei ctpktool.CTPKEntry.ToFile(String outputFolder, Boolean isRawExtract)
bei ctpktool.Ctpk.Read(Byte[] data, String inputPath, String outputPath, Boolean isRawExtract)
bei ctpktool.Ctpk.Read(String inputPath, String outputPath, Boolean isRawExtract)
bei ctpktool.Program.Main(String[] args)
Any idea on how to get the textures and 3d models?
something like this
I managed to unpack the rom, and I have many .ctpk files (textures and graphics maybe) .ama and .amt files (amt are most likely the 3d models)
with the cptk tool I tried to convert a texture but I get this error:
Converting /work/TAG2/svn/trunk/Projects/WorkData/2D/ARCADE/Character/????-MGA/1SD/MN_NAME_1P_A.rotate.tmp.tga...
Unbehandelte Ausnahme: System.IO.DirectoryNotFoundException: Ein Teil des Pfades "\work\TAG2\svn\trunk\Projects\WorkData\2D\ARCADE\Character\????-MGA\1SD" konnte nicht gefunden werden.
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost)
bei System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)
bei System.IO.Directory.CreateDirectory(String path)
bei ctpktool.CTPKEntry.ToFile(String outputFolder, Boolean isRawExtract)
bei ctpktool.Ctpk.Read(Byte[] data, String inputPath, String outputPath, Boolean isRawExtract)
bei ctpktool.Ctpk.Read(String inputPath, String outputPath, Boolean isRawExtract)
bei ctpktool.Program.Main(String[] args)
Any idea on how to get the textures and 3d models?