Jump to content

[PC] Moorhuhn Kart Extra .obj files


MaxBOOST
Go to solution Solved by Durik256,

Recommended Posts

Without said amk.obj noone can tell. edit: found it:

Steps:

- search for 000001000200
- get start address of face indices: 0x24f39
- the DWord before that address is:
  size of FIs' block: 0x192C = 6444 dec.
- count of FIs is 6444/2= 3222

- load amk.obj into hex2obj, enter FIs' address and count
- press go1 button
- scroll down in left lower window to find
- vertex count: 876

- size of vertex block: 876x36= 31536 dec.= 0x7B30

- search for 307B0000, add 8 to found address 1D3ED ->
  1D3F5 is start of vertex block

- enter params into hex2obj, press 'mesh' button, done
 

amk.png

Edited by shak-otay
  • Thanks 1
Link to comment
Share on other sites

  • Solution
Posted (edited)
13 hours ago, MaxBOOST said:

but i don't understand 

go to the tutorial section

EDIT:

just a crude hack to load all meshes from *obj:: fmt_obj.py

*(Ideally, you would need to change the file extension to avoid format conflicts in Noesis)

Без имени-2.png

Edited by Durik256
  • Thanks 1
Link to comment
Share on other sites

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...