Users browsing this thread: 1 Guest(s)
(Another) Zelda Ripping Project!
(05-02-2017, 05:42 AM)Trikeboy Wrote:
(04-29-2017, 05:07 AM)Relt Wrote: A quick question to anyone else who is digging through these files: does anyone have an idea what is going on with the textures for the dragons?  The images are enormous and try though I might, I can't seem to find any way to make them fit the model's UVs.  Is there an offset or something that I haven't stumbled on yet, or does the game's code just do something real weird with these giant textures?

The game adds the colours since the bodies are the same.  Nintendo does this a lot to save space.  A lot of the NPC's have different sin tones as well.  When you export them, their skin texture is black/white/grey too.

Is it possible to isolate the information that determines the skin tones so they can be added manually?
Reply
Thanked by:
(05-14-2017, 06:46 PM)zSydor Wrote: If helps anyone

Is there a similar tutorial for extracing models/textures from the pack files? I'm currently using UWizard to extract the archive (pack/sarc), then Yaz0Dec to decompress (sbfres->bfres), but the QuickBMS scripts (bfres->gtx) either don't produce files or are glitchy:

[Image: i78zg7.png]
Reply
Thanked by:
(05-19-2017, 11:25 AM)gammer10 Wrote: Is there a similar tutorial for extracing models/textures from the pack files? I'm currently using UWizard to extract the archive (pack/sarc), then Yaz0Dec to decompress (sbfres->bfres), but the QuickBMS scripts (bfres->gtx) either don't produce files or are glitchy:

[Image: i78zg7.png]
Looks like you're using the script on the .Tex2 archives. Don't do that, those only contain mipmaps (and is why the textures are coming out corrupted). Use it on the respective .Tex1 archives instead.
Reply
Thanked by:
(05-19-2017, 05:26 PM)Random Talking Bush Wrote:
(05-19-2017, 11:25 AM)gammer10 Wrote: Is there a similar tutorial for extracing models/textures from the pack files? I'm currently using UWizard to extract the archive (pack/sarc), then Yaz0Dec to decompress (sbfres->bfres), but the QuickBMS scripts (bfres->gtx) either don't produce files or are glitchy:

[Image: i78zg7.png]
Looks like you're using the script on the .Tex2 archives. Don't do that, those only contain mipmaps (and is why the textures are coming out corrupted). Use it on the respective .Tex1 archives instead.
Thanks, I completely forgot about that. It appears however that the other archive (Link.bfres) doesn't contain any images. Is that right?
Reply
Thanked by:
Sorry to jump in like this but why is pending taking so long ? I also have nds models not uploaded and I did that a year ago... Whatever on another note how are we dealing with Lods since some models have some ? (but I guess people aren't interested in those crappy ones anyway but curiously & surprisingly enough master sword has a clean lod made by hand compared to others which were automated)

[Image: c29caae2dae63051312628a42812d714.png][Image: 3a476b82397c38dc67084b0461c27584.png][Image: 58d861ba867f6311a5e6cf9ef0f821a7.png][Image: 7bab207f626e48267f271e6619154073.png][Image: 35d2234104a7ce16d02d001ef5d0556b.png]
Reply
Thanked by: lukis_makis
There are currently 1,400+ models that need to be individually checked for bugs and issues. This takes a lot of time.
Tsunami Bomb - The Simple Truth
We could run away
Leave behind anything paper
Not knowing where we're going to stay
When there's no Mondays

You're part of me, it's so easy to see the simple truth
When I'm in your arms, I feel safe from harm and sorrow too
You're part of me, it's so easy to see the simple truth
But most of all, nothing couldn't be solved when I'm with you
Reply
Thanked by:
(06-06-2017, 12:13 AM)Resiliaxia Wrote: Sorry to jump in like this but why is pending taking so long ? I also have nds models not uploaded and I did that a year ago... Whatever on another note how are we dealing with Lods since some models have some ? (but I guess people aren't interested in those crappy ones anyway but curiously & surprisingly enough master sword has a clean lod made by hand compared to others which were automated)

[Image: c29caae2dae63051312628a42812d714.png][Image: 3a476b82397c38dc67084b0461c27584.png][Image: 58d861ba867f6311a5e6cf9ef0f821a7.png][Image: 7bab207f626e48267f271e6619154073.png][Image: 35d2234104a7ce16d02d001ef5d0556b.png]
Just going to point out that your exxageration is false as you didn't submit anything a year ago, but I appreciate your patience!Smile
Reply
Thanked by:
(06-06-2017, 12:13 AM)Resiliaxia Wrote: Whatever on another note how are we dealing with Lods since some models have some ? (but I guess people aren't interested in those crappy ones anyway but curiously & surprisingly enough master sword has a clean lod made by hand compared to others which were automated)
Level-of-Detail models are completely optional and aren't necessary for submissions (especially if they're terribly-done, heh).
Reply
Thanked by:
(06-06-2017, 05:49 PM)Pingu! Wrote:
(06-06-2017, 12:13 AM)Resiliaxia Wrote: Sorry to jump in like this but why is pending taking so long ? I also have nds models not uploaded and I did that a year ago... Whatever on another note how are we dealing with Lods since some models have some ? (but I guess people aren't interested in those crappy ones anyway but curiously & surprisingly enough master sword has a clean lod made by hand compared to others which were automated)
Just going to point out that your exxageration is false as you didn't submit anything a year ago, but I appreciate your patience!Smile

I did, in fact I was so bored of waiting that I posted them on the forum (Sonic Chronicles) but I did not submit anything else except Ninja Gaiden Dragon Sword which was accepted at this time, lol don't take it personal I'm not roasting you.
Reply
Thanked by:
Hi all!  

I'm a newcomer to the model ripping scene, but I've been working on it for a while and I've been having a great time of it!  I've made a batch script which employs the libraries across the web (notably RTB's scripts, but a couple others from other authors which make them possible to import seamlessly with textures into 3DS Max and subsequently into FBX).  I could probably upload it at some point if people are interested but you all seem sufficiently knowledgeable about this kind of thing to have probably developed some technique of your own.  

Cutting to the chase, I have the models for BOTW up and running in Unity (I've decided to at least temporarily take on the futile task of making a Unity port), with custom-made scripts for camera movement, sprinting fatigue, and all that good stuff.  Although these work (scripting isn't really the issue here), I've had some trouble with the next steps: getting terrain models, audio models, and animations (the other stuff I can work without).  

In order of importance, 
  1. Does anyone already know how to extract and import .Animation.sbfres animations?  Once decompressed with yaz0dec, they don't seem to work the BFRES importer which RTB and ItsEasyActually developed (I know that they aren't expected to be imported with that script but a guy can hope Tongue).  I'm not super experienced in scripting the decompression of these files so any hints would be great.  
  2. Same thing but for the .bars audio files.  There seems to be a couple of these files floating around which were successfully extracted to .flac files, but I don't know how it was done... any ideas?
  3. For the terrain, they use a bunch of file formats which I am not at all familiar with: sstera and sbwlp to name a couple.  Are these simply a variation on sbfres files?  They also don't work with the importer.  
Any help would be appreciated Smile
Reply
Thanked by:
Could someone please rip the master sword model?
Reply
Thanked by:
Could someone rip the master sword from breath of the wild?
Reply
Thanked by:
WOOMY ! Yes !
They upped them very quickly compared to the other games ! (like my Izuku Midoryia model, still pending)
Thank you devs, and obviously, contributers !
Reply
Thanked by:
(06-06-2017, 06:50 AM)Dazz Wrote: There are currently 1,400+ models that need to be individually checked for bugs and issues. This takes a lot of time.

I'd like to help but I am pretty much new at ripping 3d models. I've been making my own for 10 years but never ripped any. I signed up for this site to request the frog statue from BOTW to 3D print but I noticed that requesting is not allowed. If you can point me in the right direction on how to get started I will help out and that statue will turn up eventually.
Reply
Thanked by:
thanks to all contribuers for sharing your models.

*a papercraft designer
Reply
Thanked by: Smakkohooves


Forum Jump: