[Tutorial] Ripping Guide for Animal Crossing New Horizons - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: The Resources (https://www.vg-resource.com/forum-109.html) +--- Forum: The Models Resource (https://www.vg-resource.com/forum-111.html) +---- Forum: Ripping Help (https://www.vg-resource.com/forum-115.html) +---- Thread: [Tutorial] Ripping Guide for Animal Crossing New Horizons (/thread-36986.html) |
RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - kouglov - 04-19-2020 (04-18-2020, 04:23 PM)Username123 Wrote:(04-18-2020, 12:47 PM)kouglov Wrote: Okay, strangely, not all content of model folder was extracted with the method using NSC Builder.@kouglov Strange, for me the NSC Builder worked perfectly and extracted all 37,549 elements in the model folder. Yeah I Didn't find why the first extraction failed.But anyway, thanks for your awesome tutorial ! It's real nice of you to share this ! RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - dany1994gus - 04-19-2020 when opening the switch toolbox it tells me that it cannot find the DirectXTexNetImpl. where should i put it? RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - Username123 - 04-19-2020 (04-19-2020, 04:32 PM)dany1994gus Wrote: when opening the switch toolbox it tells me that it cannot find the DirectXTexNetImpl. where should i put it?@dany1994gus I haven't had this error yet, but make sure the correct version of Microsoft Visual Studio is installed. If so, delete the x64 or x86 folder depending on your system architecture. Also make sure that there is a DirectXTexNetImpl.dll file in the folder you are not deleting. RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - sectoid - 04-20-2020 All I'm seeing are .zs files? How do I convert those to something usable by Blender? EDIT: Never mind, I figured it out. You export the .zs file, then drop it into Switch Toolbox. RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - ziggozippo - 04-21-2020 Does any one get nothing when they preview the NpcSp models? The player model isn't even in there. Is there another place for these? RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - MPMOT - 04-26-2020 https://i.imgur.com/3S1KEwO.png Guys, help needed. RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - B166ER - 04-26-2020 Same issue here. Using the old method I can get all the models from base game but not from the updates. RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - MPMOT - 04-27-2020 I extracted the models using the old method. What to do I do with the red and yellow pictures? RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - cruizeez96 - 04-27-2020 I can’t even get past the extracting .nca flies from the .nsp when I enter the “hactool.exe -t pfs0 --pfs0dir=base_nca your_base.nsp” command (replacing the your_base with my nsp directory) I just get a list of a ton of additional commands. Is it supposed to extract the .nca files after the original command or do I need to enter additional commands? RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - MPMOT - 04-27-2020 Made in Blender. Added a T-Shirt because I wasn't able to find his original clothes. RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - cruizeez96 - 04-27-2020 (04-27-2020, 03:20 PM)MPMOT Wrote: Made in Blender. Added a T-Shirt because I wasn't able to find his original clothes. Very nice. I got the 35,000+ models unpacked but how did you find any of the villagers/residents? Are they in a different models folder? RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - Username123 - 04-27-2020 @cruizeez96 Villager models are under Model/NpcNml ... .Nin_NX_NVN.zs @ziggozippo The player model can be found under Model/PlayerBody.Nin_NX_NVN.zs @MPMOT you can find the model for the villager clothes under "Model/NpcNmlTops ... .Nin_NX_NVN.zs". When you have one you can then put your own or original textures on this model. EDIT: Most of these texture maps are actually used for something different so check the post from @thezebradude1 to learn more For the textures maps, I think this is right but I could be wrong: ..._Alb - Base Color ..._Mix - Specular ..._Nrm - Normal ..._Emi - Emission ..._AlbGry - Metallic ..._OP - Alpha (either clipped or hashed) RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - dany1994gus - 04-27-2020 (04-27-2020, 06:09 PM)Username123 Wrote: @cruizeez96 Villager models are under Model/NpcNml ... .Nin_NX_NVN.zs a question. when I open any model in Switch toolbox, it won't let me see the textures nor extract nor replace, it hangs or closes. Download the Directx you mentioned for that problem, but when you install it it tells me that I already have the latest update. What a way to de-update or does it work? RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - MPMOT - 04-28-2020 (04-27-2020, 03:43 PM)cruizeez96 Wrote:They were in the same folder. The files begin with Npc.(04-27-2020, 03:20 PM)MPMOT Wrote: Made in Blender. Added a T-Shirt because I wasn't able to find his original clothes. RE: [Tutorial] Ripping Guide for Animal Crossing New Horizons - thezebradude1 - 04-28-2020 I think I have some, if not, most of the texture maps figured out... I looked into them for a bit. - _Alb -> Diffuse/Base Color
- _OP -> Alpha - _Nrm -> Normal - _Mix -> Mask
- _Emi -> Emission Some notes... - I thought _Mix would be a bit of a stretch for specular. It looked like it was used for masking. (I used some Smash Ultimate textures as reference.)
- _Nrm zero their blue channels despite having data for them.
Though I might be wrong as well... I just had a hunch for some of the texture maps he listed since I didn't look into some of them, yet. (I was using Switch Toolbox to see about these textures, btw.) EDIT: I used Blathers (NpcSpOwl) as a reference for the above on texture maps. This, apparently, doesn’t apply to every model. Probably other special NPC models have this scheme, but I don’t know... |