Hacking Splatoon Modding Hub

Has this guide allowed you to successfully install Octohax?

  • Yes

  • No (If you choose this, please post errors, your process, etc.)


Results are only viewable after voting.

Mario10095

Well-Known Member
Newcomer
Joined
Apr 25, 2016
Messages
67
Trophies
0
Age
30
XP
93
Country
United States
"So the address starts around 0x392F4C38
and it is literally regular RGB. :)"

so coming back to this statement, what program do i need to find this hex number. is it gecko dnet?
otherwise its a meaningless jumble, i need specifics not vague-ity :P

Hex Editor: HxD
WiiU Hex editor: TCPGecko
 

Arc_Ray

Active Member
Newcomer
Joined
Jul 28, 2016
Messages
25
Trophies
0
Age
34
XP
53
Country
United States
"So the address starts around 0x392F4C38
and it is literally regular RGB. :)"

still with this info and now connected with TCP Gecko...what the hell does what? what do i do to change the colors?
its not "easy to do" if i have no idea what anything means that i am looking at in this hex filled window.
 

pinkupi13

Well-Known Member
Member
Joined
May 8, 2016
Messages
154
Trophies
0
XP
678
Country
Australia
Okay now you have to write the simplest guide ever to even walk someone through TCPGecko.
remember, many users just only know gui interfaces and nothing better ;)
although tbh I've used some of this stuff and tcpgecko is still confusing slightly to me so idk
(especially when I try stuff and it doesn't work like urgh)
 

Arc_Ray

Active Member
Newcomer
Joined
Jul 28, 2016
Messages
25
Trophies
0
Age
34
XP
53
Country
United States
Okay now you have to write the simplest guide ever to even walk someone through TCPGecko.
remember, many users just only know gui interfaces and nothing better ;)
although tbh I've used some of this stuff and tcpgecko is still confusing slightly to me so idk
(especially when I try stuff and it doesn't work like urgh)
yes, a quick simple guide would be nice. i understand that there arent a lot of "cheats" out there yet, but damn i want to do this one thing real quick and get it over with.
i cant believe this is taking over a week to just change the colors of different characters.
i just figured with all the videos and pics of the color changer mod that there would be some of the squid sisters, but no.
at least its claimed to be possible by people who seem to know the code, so thats some progress.
 

Dunkmaster

New Member
Newbie
Joined
Jul 7, 2016
Messages
4
Trophies
0
Age
26
XP
60
Country
United States
I cant seem to get Music Randomizer to work I followed a tutorial and I did all the things the guy told me to do but when I luanch splatoon the game hangs on splash screen with the drums playing and when the game finally gets to the tittle screen i go to the multiplayer lobby and my custom music does not load what am i doing wrong also sorry for the long message every one
 

Goku Junior

Well-Known Member
Member
Joined
Dec 27, 2013
Messages
951
Trophies
0
Age
23
Location
Buenos Aires, Argentina
XP
482
Country
Argentina
So uh... I just wanted to edit a line of text to make Cap' Cuttlefish say "This is a text hack", however doing this I broke one entire part of the game text...
14519758_10207192063111823_3578848074671337653_n.jpg The Weapons now show their internal names instead their normal ones.
14516595_10207192063471832_739527993215295431_n.jpg NPCs doesn't have dialogues anymore (Except in Japanese in some parts of the game)
14519758_10207192063111823_3578848074671337653_.jpg I think I don't need to explain this Image.


I'm trying to fix it, however I'm not having luck (I'm not a programmer, I don't know anything about this, the only languages that I know is pretty basic HTML,CSS and... well, I was going to say JavaScript, but it doesn't matter), anyway, I get into this mess using UWizard to extract the SARC containing the text data, the SZS SARCs that are in the Message folder, then I have edited that one named CommonMsg_USes with MSBT Editor Reloaded 0.9.6, I think the problem is when I recompress the SARC, because it's size is lower than the original (Even if I extract and I don't do anything to it, the recompress makes it size less).
The thing is I want to work in a mod for Story Mode that makes the enemies a lot stronger... or at least Agent 3 a lot weaker..., I want to edit some text, some levels (If it isn't that difficult), enemy strength, Nerf Hero Mode weapon, a "new" music for the final boss, etc...
Is there a way to fix this? (Like I said, I don't know anything about programming, so, if you say that I won't be able to make the mods I want, just tell me, because it takes a lot of time, and I don't want to waste it to end breaking the entire game, thank you!)
 

Arc_Ray

Active Member
Newcomer
Joined
Jul 28, 2016
Messages
25
Trophies
0
Age
34
XP
53
Country
United States
"So the address starts around 0x392F4C38
and it is literally regular RGB. :)"

still hanging on to this (useless) info, not sure what to do with it. ive tried searching and that code number never comes up in the data
 

Mario10095

Well-Known Member
Newcomer
Joined
Apr 25, 2016
Messages
67
Trophies
0
Age
30
XP
93
Country
United States
"So the address starts around 0x392F4C38
and it is literally regular RGB. :)"

still hanging on to this (useless) info, not sure what to do with it. ive tried searching and that code number never comes up in the data
The memory address is at 0x392F4C38
 

Splat_Red

Well-Known Member
Member
Joined
May 28, 2016
Messages
402
Trophies
0
Age
24
Location
Twinleaf Town
XP
133
Country
United States
So uh... I just wanted to edit a line of text to make Cap' Cuttlefish say "This is a text hack", however doing this I broke one entire part of the game text...
View attachment 64575 The Weapons now show their internal names instead their normal ones.
View attachment 64573 NPCs doesn't have dialogues anymore (Except in Japanese in some parts of the game)
View attachment 64574 I think I don't need to explain this Image.


I'm trying to fix it, however I'm not having luck (I'm not a programmer, I don't know anything about this, the only languages that I know is pretty basic HTML,CSS and... well, I was going to say JavaScript, but it doesn't matter), anyway, I get into this mess using UWizard to extract the SARC containing the text data, the SZS SARCs that are in the Message folder, then I have edited that one named CommonMsg_USes with MSBT Editor Reloaded 0.9.6, I think the problem is when I recompress the SARC, because it's size is lower than the original (Even if I extract and I don't do anything to it, the recompress makes it size less).
The thing is I want to work in a mod for Story Mode that makes the enemies a lot stronger... or at least Agent 3 a lot weaker..., I want to edit some text, some levels (If it isn't that difficult), enemy strength, Nerf Hero Mode weapon, a "new" music for the final boss, etc...
Is there a way to fix this? (Like I said, I don't know anything about programming, so, if you say that I won't be able to make the mods I want, just tell me, because it takes a lot of time, and I don't want to waste it to end breaking the entire game, thank you!)
Are you using Caffine?
The effects of Caffine are temporary, if you turn off your wii u ( and unplug from the socket ) and then normally boot up into splatoon everything goes back to normal.
 

Goku Junior

Well-Known Member
Member
Joined
Dec 27, 2013
Messages
951
Trophies
0
Age
23
Location
Buenos Aires, Argentina
XP
482
Country
Argentina
Are you using Caffine?
The effects of Caffine are temporary, if you turn off your wii u ( and unplug from the socket ) and then normally boot up into splatoon everything goes back to normal.
Yep, I'm using it, I know that Cafiine effects are just temporal, but by fix I mean making a custom word appear, in this case I wanted the Cap' to say "Hello, this is a text hack!", I still think the problem is the compression of the SARC...
 

Haymose

Well-Known Member
Member
Joined
Mar 24, 2014
Messages
426
Trophies
1
Age
33
XP
1,604
Country
United States
Hello,
I just wanted to know if ppl have been getting banned for changing their rank. I've tried searching for the answer here but I haven't been able to find it. Any help would be appreciated.
 

Splat_Red

Well-Known Member
Member
Joined
May 28, 2016
Messages
402
Trophies
0
Age
24
Location
Twinleaf Town
XP
133
Country
United States
Yep, I'm using it, I know that Cafiine effects are just temporal, but by fix I mean making a custom word appear, in this case I wanted the Cap' to say "Hello, this is a text hack!", I still think the problem is the compression of the SARC...
Oh well I dunno. Sorry!

--------------------- MERGED ---------------------------

can you just stop asking and search by yourself ?

I see you everywhere asking for stuff.
The hack you have, you didn't did it
Exactly! I've seen Luky asking for a lot of hacks recently.
Actually see what you can do on your own before you constantly ask.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Sonic Angel Knight @ Sonic Angel Knight: :ninja: