Hacking [Discussion] Smash WiiU Modding and Help Center

NAFEDUDE

Well-Known Member
Member
Joined
May 7, 2016
Messages
119
Trophies
0
Age
25
XP
49
Country
United States
Any alternative way to change texture IDs? The method in TS4M's tutorial isn't agreeing with my computer. I know I asked this already, but I figured I'd ask again since more people are here.
 

Pib

Active Member
Newcomer
Joined
Feb 24, 2016
Messages
26
Trophies
0
Age
53
XP
106
Country
United States
changing wario's texture ID causes his eyebrows and mustache to turn red
Ch2OaLsXIAAFdpy.jpg

extracting the textures from the model.nut shows the texture for his facial hair is still black. i don't have the slightest idea why this would be happening
 

RPD490

Well-Known Member
Newcomer
Joined
May 6, 2016
Messages
57
Trophies
0
Age
32
XP
108
Country
United States
AHA I GOT IT TO WORK. I just did hex edit of ui_sound_db.bin and figured out where to do the edits.

In the first screencap, this section is for Mario Maker. The 34 that is highlighted is hex for 52, which corrosponds to Entry[52] if you viewed this in the param editor.


Second screencap, the 1B that is highlighted represents the number of tracks in the stage, this case 27. Converting 1B to decimal is 27. Simply changing this number to a higher hex value is what determines the number of tracks the stage will have.


Third screencap is for Midgar, as 36 in hex is 54 in the param editor (Entry[54]). I changed the value of the tracks in the stage from 02 to 04 in the next line to have four tracks.

The lines that follow are the tracks themselves. Example would be 01 FA, which is hex for 506, which is Sound506 (Fight On!). All the FFs after the second copied 01 FA 05 are blank spaces and you simply need to add tracks like so:

36 05 - Stage Name (Midgar)
04 05 - Number of Tracks (4)
00 00 - Separator
01 F9 05 - Track 505 (Sound505 in sounds.msbt - Let the Battles Begin!)
00 00 - Separator
01 FA 05 - Track 506 (Sound506 in sounds.msbt - Fight On!)
00 00 -Separator
XX XX 05 - Place for new track (The 05 is basically telling the section to end)
00 00 - Separator
FF FF FF 05 - Blank Space

I decided to copy both stage songs again for the next two tracks, saved the bin and reinserted the file back into data(en-us)/param/ui and rebuild the mod and insert the patch back into the SD Card and ran SD Cafiine and the game booted this time around and thus, going to My Music on Midgar showed four tracks.

Note, that since I copied the same songs in the same stage, adjusting the copied track would affect the original track's adjustment so its best to insert another track from outside the stage or insert a new song altogether. The SoundXXX goes all the way to 600, so I don't know how you would insert more tracks after that, since reusing a song from another stage on Midgar would likely affect the original song from that stage as well, whether its been replaced or not.

Either way, I'm glad I finally figured this out and feel so proud XD
 

Attachments

  • bandicam 2016-05-07 17-22-57-343.png
    bandicam 2016-05-07 17-22-57-343.png
    2.2 KB · Views: 181
  • bandicam 2016-05-07 17-23-14-213.png
    bandicam 2016-05-07 17-23-14-213.png
    2.2 KB · Views: 154
  • bandicam 2016-05-07 17-25-47-816.png
    bandicam 2016-05-07 17-25-47-816.png
    1.3 KB · Views: 174
Last edited by RPD490,

Handy Man

Active Member
Newcomer
Joined
May 7, 2016
Messages
35
Trophies
0
Age
29
Location
SoCal
XP
63
Country
United States
I'm trying to extract a model.nut file with InjectPack, but when I click on Extract and GTX2DDS, a window instantly opens and closes and nothing apparently happens, as no files go into the OutDDS folder. I also installed Phython 2.7 and am on Windows 10. Does anyone know what my issue is? I'm following TS4M's tutorial btw.

http://pastebin.com/dXpY1LW6
 

NAFEDUDE

Well-Known Member
Member
Joined
May 7, 2016
Messages
119
Trophies
0
Age
25
XP
49
Country
United States
changing wario's texture ID causes his eyebrows and mustache to turn red

extracting the textures from the model.nut shows the texture for his facial hair is still black. i don't have the slightest idea why this would be happening

How did you change the ID? The method in the tutorial wasn't working for me.
 

Brantek

Member
Newcomer
Joined
May 4, 2016
Messages
16
Trophies
0
Age
35
XP
47
Country
United States
I'm trying to extract a model.nut file with InjectPack, but when I click on Extract and GTX2DDS, a window instantly opens and closes and nothing apparently happens, as no files go into the OutDDS folder. I also installed Phython 2.7 and am on Windows 10. Does anyone know what my issue is? I'm following TS4M's tutorial btw.

http://pastebin.com/dXpY1LW6

Shift right-click in the InjectPack folder and run a command window, then type in "NUT_check.py model.nut" (without quotes) and hit enter. That will extract them and give you the correct mipmap info. 2 birds 1 stone.
 
  • Like
Reactions: Handy Man

MarioMaster2005

Member
Newcomer
Joined
Aug 20, 2015
Messages
11
Trophies
0
Age
30
XP
60
Country
Canada
Help I'm trying to use SDCafiine following this guide: http://pastebin.com/t74TiQwT

I get to the part where it attempts to load a video and sends me back to the home button menu, I try and go back to the internet browser but it just loads the default webpage instead of loading SDcafiine.

Im definitely deleting my cookies and I'm doing this for 5.5.1. Also pretty confident my files are in the right place I double checked that. Also I can start the HBC so my SD card should be okay? Any help on this would be great thanks.
 

CrystalForce

I'm gonna "fix" that spaghetti.
Member
Joined
Feb 10, 2015
Messages
283
Trophies
0
XP
228
Country
United States
Help I'm trying to use SDCafiine following this guide: http://pastebin.com/t74TiQwT

I get to the part where it attempts to load a video and sends me back to the home button menu, I try and go back to the internet browser but it just loads the default webpage instead of loading SDcafiine.

Im definitely deleting my cookies and I'm doing this for 5.5.1. Also pretty confident my files are in the right place I double checked that. Also I can start the HBC so my SD card should be okay? Any help on this would be great thanks.
Are you using loadiine.ovh? None of the other hosts worked, but when I used that one things were fine. (Not to mention I didn't change my files at all between trying different hosts)
 

CrystalForce

I'm gonna "fix" that spaghetti.
Member
Joined
Feb 10, 2015
Messages
283
Trophies
0
XP
228
Country
United States
Yeah that's what the guide says to use. It's also how I'm able to load the HBC.
When you come back to the browser, does it load the default loadiine.ovh webpage? If so, make sure you don't clear you cookies ALL the time (I don't, and SDCafiine works perfectly fine)
 

MarioMaster2005

Member
Newcomer
Joined
Aug 20, 2015
Messages
11
Trophies
0
Age
30
XP
60
Country
Canada
When you come back to the browser, does it load the default loadiine.ovh webpage? If so, make sure you don't clear you cookies ALL the time (I don't, and SDCafiine works perfectly fine)

It loads the default webpage that shows your bookmarks and allows you to access settings. Basically what I'm doing is delete cookies > go to loadiine.ovh > select sdcafiine + kernel > submit > goes to home button menu > click internet browser > loads default homepage.
 

CrystalForce

I'm gonna "fix" that spaghetti.
Member
Joined
Feb 10, 2015
Messages
283
Trophies
0
XP
228
Country
United States
It loads the default webpage that shows your bookmarks and allows you to access settings. Basically what I'm doing is delete cookies > go to loadiine.ovh > select sdcafiine + kernel > submit > goes to home button menu > click internet browser > loads default homepage.
You have to go to loadiine.ovh again. There, it loads SDCafiine.
 
  • Like
Reactions: MarioMaster2005

Segtendo

#TeamMarie
Member
Joined
Jun 30, 2010
Messages
252
Trophies
1
Age
31
Location
Illinois
Website
twitter.com
XP
394
Country
United States
There is a dirty way (the one i used), you need to copy the game (without the patch foder) to another folder, once is done you put the mods in the new copy, open it with smashexplorer, and you now see what is inside the packed folders and extract them.

I hope works for you.
I asked the question over on KC:MM, and Nanobuds said that I could use the patch from the pack in place of the update patch that you need to download.
 

Brantek

Member
Newcomer
Joined
May 4, 2016
Messages
16
Trophies
0
Age
35
XP
47
Country
United States
changing wario's texture ID causes his eyebrows and mustache to turn red
Ch2OaLsXIAAFdpy.jpg

extracting the textures from the model.nut shows the texture for his facial hair is still black. i don't have the slightest idea why this would be happening

I'm running into this issue, too, on other characters. I change the texture ID, hair turns red (no texture), while all the other textures load fine. I tried a few different texIDs, all got the same result.

Anybody know what's going on?
 
  • Like
Reactions: Pib

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Xdqwerty @ Xdqwerty:
    Also somebody is remaking it
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, the other game where I found newgrounds is new york shark
    +1
  • SylverReZ @ SylverReZ:
    Spoke to Tom Fulp the other day, if he can find his old Newgrounds site content like the mini Flash animations from the 2000's that played on the portal.
  • SylverReZ @ SylverReZ:
    So far no response, but he did say that he'll find them. Wayback Machine doesn't have em.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, atleast the 1999 versión of pico's school is avaliable (the difference between it, the 2006 versión and the 2016 versión is that the speed of the game depends of the speed of your computer and that it had the og soundtrack)
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Another being Pico VS Bear, the original 1999 version before Jim Henson filed a DMCA takedown.
    +1
  • Xdqwerty @ Xdqwerty:
    The 2006 versión was made when the flash portal was made
  • SylverReZ @ SylverReZ:
    Many people thought it was lost, but was discovered that he hid it on the same page.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, although the "secrets" system where the game was has been removed. Also pico vs uberkids had a netplay versión that was shutdown, although the swf file has been found
  • SylverReZ @ SylverReZ:
    @Xdqwerty, Nope. There are two download buttons on the same page, where you can download the original under a file called "bear.exe". "bear2.exe", however, is the updated game in a Flash projector. P.s. this was on the archived Pico page from 2000.
  • SylverReZ @ SylverReZ:
    @Xdqwerty, That's been there for a long time, too. People who search for lost media don't look hard enough lmao.
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, also the pico 2 demos used to be only for the newgrounds patrons but they are on internet archive too (https://archive.org/download/picos_school_2)
    +1
  • Xdqwerty @ Xdqwerty:
    Iirc the demos were removed from newgrounds in 2022
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, or well only the demo with mindchamber's style was on newgrounds
    +1
  • Xdqwerty @ Xdqwerty:
    Fun fact @SylverReZ: iirc one of the goals on the fnf Kickstarter stated that pico 2 would be finished but the Kickstarter didnt get enough money for that goal to be fullfiled
  • SylverReZ @ SylverReZ:
    @Xdqwerty, FNF sucks, their community is toxic as hell.
  • The Real Jdbye @ The Real Jdbye:
    @SylverReZ its a single player game
  • Xdqwerty @ Xdqwerty:
    @The Real Jdbye, Yea but it has a shitton of mods with their own songs and stuff
  • Xdqwerty @ Xdqwerty:
    @The Real Jdbye, and quite a lot of people involved in those mods get cancelled
  • SylverReZ @ SylverReZ:
    Newgrounds wasn't the birth of FNF; rather, it was games where you beat up celebrities and parodies.
    +2
  • a_username_that_is_cool @ a_username_that_is_cool:
    FNF was born from Game Jams
  • a_username_that_is_cool @ a_username_that_is_cool:
    Specifically Ludum Dare 47
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, and Sonic fights a la dragón ball z
    Xdqwerty @ Xdqwerty: @SylverReZ, and Sonic fights a la dragón ball z