Jump to content

Ni No Kuni 1 Remastered 3D Model Ripping (PKCHR?)


Recommended Posts

  • Engineers
Posted (edited)

Hello, using hex2obj with a001000_p00.pkchr reveals this (left part of picture). Two-thirds of the data belong to a DDS picture:

a001000_p00-pkchr.png

Edited by shak-otay
Posted
1 hour ago, shak-otay said:

Hello, using hex2obj with a001000_p00.pkchr reveals this (left part of picture). Two-thirds of the data belong to a DDS picture:

a001000_p00-pkchr.png

Oh,,,any way to use Hex2Obj?

  • Engineers
Posted
###################################
get BaseFileName basename

idstring "HP10"
get ResourceCount uint32
get Unknown_0_Offset uint32
get Unknown_1 uint32
get FileNamesOffset uint32
get DataBaseOffset uint32
get Unknown_4 uint32
get Unknown_5 uint32

for i = 0 < ResourceCount
	get Unknown_0 uint32
	get Unknown_1 uint32
	get Unknown_2 uint32
	get Unknown_3 uint32
	get Offset[i] uint32
	get Size[i] uint32
	get FileType uint32
	get Unknown_4 uint32
	math Offset[i] + DataBaseOffset
next i

goto FileNamesOffset

for i = 0 < ResourceCount
	get FileName[i] string
next i

for i = 0 < ResourceCount
	string FileName p= "%s/%s" BaseFileName FileName[i]
	log FileName Offset[i] Size[i]
next i

*.pkchr unpack script

  • Like 1
Posted
3 hours ago, h3x3r said:
###################################
get BaseFileName basename

idstring "HP10"
get ResourceCount uint32
get Unknown_0_Offset uint32
get Unknown_1 uint32
get FileNamesOffset uint32
get DataBaseOffset uint32
get Unknown_4 uint32
get Unknown_5 uint32

for i = 0 < ResourceCount
	get Unknown_0 uint32
	get Unknown_1 uint32
	get Unknown_2 uint32
	get Unknown_3 uint32
	get Offset[i] uint32
	get Size[i] uint32
	get FileType uint32
	get Unknown_4 uint32
	math Offset[i] + DataBaseOffset
next i

goto FileNamesOffset

for i = 0 < ResourceCount
	get FileName[i] string
next i

for i = 0 < ResourceCount
	string FileName p= "%s/%s" BaseFileName FileName[i]
	log FileName Offset[i] Size[i]
next i

*.pkchr unpack script

any idea what to do next after unpacking the models it unpacked but idk what next

c001005_p51_04000_std.zip

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...