April 15, 20242 yr Localization i asked this same question on xentax before, but unfortunately i can't find the post anymore. i remember using hex2obj on it though, but i cannot remember what the post told me to do exactly. can anyone help ? Moorhuhn Kart Extra.zip
April 15, 20242 yr Author Localization alright so i found the old post, but i don't understand what he did. can anybody explain? the file he opened is amk.obj Edited April 15, 20242 yr by MaxBOOST
April 16, 20242 yr Supporter 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 Edited April 16, 20242 yr by shak-otay
April 16, 20242 yr Supporter Solution 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) Edited April 16, 20242 yr by Durik256
April 18, 20242 yr Author Localization wow, that really worked. I tried it with all the other files, and they ripped just fine. thanks a ton everyone !
Create an account or sign in to comment