Page 1 of 2

UV ripping help - 300 Heroes

Posted: Sat Apr 14, 2018 12:25 pm
by ailephi
So far I managed to get the mesh but can never get the UV values.
Anyone available to mind helping me out?

This is the only model I need from the game anyway.

Image

http://www.mediafire.com/file/n4lypx4i7q9aj6m/

Thank you in advance.

Re: UV ripping help - 300 Heroes

Posted: Sat Apr 14, 2018 1:00 pm
by Bigchillghost
No prob: :D
UV.jpg

Re: UV ripping help - 300 Heroes

Posted: Sat Apr 14, 2018 1:07 pm
by ailephi
That was quick,

thank you very much

Re: UV ripping help - 300 Heroes

Posted: Sat Apr 14, 2018 1:50 pm
by ailephi
Oh sorry, last one

A friend of mine wanted to rip this but he couldn't get the face indices nor the vertex start address for the main model, just the sword.

If anyone wants to do it, thank you. I owe him a favor.

http://www.mediafire.com/file/bd9r5b5dd4ok6un/

Re: UV ripping help - 300 Heroes

Posted: Sat Apr 14, 2018 2:08 pm
by Bigchillghost
ailephi wrote:A friend of mine wanted to rip this but he couldn't get the face indices nor the vertex start address for the main model, just the sword.
And how are you doing?

Easy as always:
mdl.jpg

Re: UV ripping help - 300 Heroes

Posted: Sat Apr 14, 2018 2:40 pm
by ailephi
I really need to learn more about hex language
thank you again, my dude

Re: UV ripping help - 300 Heroes

Posted: Sat Apr 14, 2018 3:13 pm
by ailephi
btw for getting the UVs, was the process the same for both models?

I want to learn how to get them myself so I can practice on the other models from this game

Re: UV ripping help - 300 Heroes

Posted: Sat Apr 14, 2018 3:33 pm
by Bigchillghost
ailephi wrote:btw for getting the UVs, was the process the same for both models?
Of course it is. The model is using seq format where data chunks are in the following order:
V coords, NM coords, UV coords, then face indices buffer.
Didn't find any fields about the counts so I guess you'll have to do it manually. Maybe there're other files that containing the necessary info.

Re: UV ripping help - 300 Heroes

Posted: Sat Apr 14, 2018 3:41 pm
by ailephi
Aye aye, exactly what I needed to know

I should be able to rip them properly now after some time

I owe ya

Re: UV ripping help - 300 Heroes

Posted: Wed Mar 02, 2022 10:44 am
by LoveLynx
Sorry for the Necro, but is it possible someone could rip Sora Kasugano's model from here, or tell me how to rip the models myself? I also would have to know where to get hex2obj, I guess.
Sorry again.

Re: UV ripping help - 300 Heroes

Posted: Wed Mar 02, 2022 4:56 pm
by shakotay2
hex2obj zips are uploaded in three posts starting from here (click up arrow):
shakotay2 wrote: Sun Mar 07, 2021 3:29 pm
(All three zips are required.)

Re: UV ripping help - 300 Heroes

Posted: Thu Mar 03, 2022 7:35 pm
by Durik256
LoveLynx wrote: Wed Mar 02, 2022 10:44 am or tell me how to rip the models
i create noesis plugin.
you need only write offset indices, vertex and count.
line 21 inside script as (offset = [[indices_offset, num_indices, vert_offset, num_vert], ...])
submesh can be as many as you want.
Image
example:

Code: Select all

#for 000032b1.dat >> 
offset = [[36866, 624, 33104, 114], [202550, 22284, 40850, 4900]]

#for 00002674.dat >> 
offset = [[39291, 996, 31008, 251], [0x3b4b1, 25965, 0xb8cb, 5926]]
or post your model...
(where can i download this game?)

Re: UV ripping help - 300 Heroes

Posted: Sun Mar 13, 2022 2:54 am
by LoveLynx
...I think I'm too stupid for this. XD

I'm looking for the Sora Kasugano model to get ripped, but idk how to do any of this.

https://i.imgur.com/iPmjDmI.mp4

^ That's the video/gif of her model. IDK if she always has her rabbit in her arms either or anything. x.x

How would I get the Noesis plugin to work? How do I figure out which hex is Sora's? So many questions ;; I'm sorry I'm dumb aaaa

Re: UV ripping help - 300 Heroes

Posted: Sun Mar 13, 2022 1:30 pm
by Durik256
LoveLynx wrote: Sun Mar 13, 2022 2:54 am I'm looking for the Sora Kasugano model to get ripped
I don't have the game, you need to share the files, or at least a link to the game. otherwise I won't be able to help you. :ninja:

Re: UV ripping help - 300 Heroes

Posted: Thu Mar 24, 2022 10:15 am
by LoveLynx
Ohhhhhhhh, I feel dumb. XD

http://300.jumpw.com/download.html

download From here ; and click the dark blue button!