Kuribo64
Views: 19,856,926 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
03-29-24 02:25 PM
Guest:

0 users reading TLoZ Twilight Princess Wii Hacking | 1 bot

Main - Misc. ROM hacking - TLoZ Twilight Princess Wii Hacking Hide post layouts | New reply


SunakazeKun
Posted on 11-06-14 03:32 PM (rev. 5 of 11-06-14 06:36 PM) Link | #50889
Twilight Princess for Wii has the same file format as SMG1. All of its ARC files are yaz0 encoded and can be opened with WiiExplorer.

Tree idea stolen from MrRean
├───Audiores
│ ├───Seqs
│ │ └───Z2SoundSeqs.arc
│ ├───Stream
│ ├───Waves
│ │ ├───HomeMenu_0.aw
│ │ ├───Z2BgmWave_0.aw ... Z2BgmWave_88.aw
│ │ └───Z2SeWave_0.aw ... Z2SeWave_140.aw
│ ├───Z2CSRes.arc
│ └───Z2Sound.baa
├───Map
│ └───RFinal
│ └───Release
├───Movie
│ └───demo_movie98_00.thp
├───rel
│ └───RFinal
│ └───Release
├───res
│ ├───ActorDat
│ │ └───ActorDat.bin
│ ├───CardIcon
│ │ └───cardicon.arc
│ ├───FieldMap
│ │ ├───D_MN01.arc
│ │ ├───D_MN04.arc
│ │ ├───D_MN05.arc
│ │ ├───D_MN06.arc
│ │ ├───D_MN07.arc
│ │ ├───D_MN08.arc
│ │ ├───D_MN09.arc
│ │ ├───D_MN10.arc
│ │ ├───D_MN11.arc
│ │ ├───Field0.arc
│ │ ├───res-d.arc
│ │ └───res-f.arc
│ ├───Fonteu
│ │ ├───fontres.arc
│ │ └───rubyres.arc
│ ├───HomeBtn
│ │ ├───homeBtn_ENG.arc
│ │ ├───homeBtn_FRA.arc
│ │ ├───homeBtn_GER.arc
│ │ ├───homeBtn_ITA.arc
│ │ ├───homeBtn_NED.arc
│ │ └───homeBtn_SPA.arc
│ ├───ItemTable
│ │ ├───enemy_table.bin
│ │ └───item_table.bin
│ ├───Layout
│ ├───LayoutRevo
│ ├───Msgde
│ │ ├───bmgres.arc
│ │ ├───bmgres1.arc
│ │ ├───bmgres2.arc
│ │ ├───bmgres3.arc
│ │ ├───bmgres4.arc
│ │ ├───bmgres5.arc
│ │ ├───bmgres6.arc
│ │ ├───bmgres7.arc
│ │ ├───bmgres8.arc
│ │ └───bmgres99.arc
│ ├───Msgfr
│ │ ├───bmgres.arc
│ │ ├───bmgres1.arc
│ │ ├───bmgres2.arc
│ │ ├───bmgres3.arc
│ │ ├───bmgres4.arc
│ │ ├───bmgres5.arc
│ │ ├───bmgres6.arc
│ │ ├───bmgres7.arc
│ │ ├───bmgres8.arc
│ │ └───bmgres99.arc
│ ├───Msgit
│ │ ├───bmgres.arc
│ │ ├───bmgres1.arc
│ │ ├───bmgres2.arc
│ │ ├───bmgres3.arc
│ │ ├───bmgres4.arc
│ │ ├───bmgres5.arc
│ │ ├───bmgres6.arc
│ │ ├───bmgres7.arc
│ │ ├───bmgres8.arc
│ │ └───bmgres99.arc
│ ├───Msgsp
│ │ ├───bmgres.arc
│ │ ├───bmgres1.arc
│ │ ├───bmgres2.arc
│ │ ├───bmgres3.arc
│ │ ├───bmgres4.arc
│ │ ├───bmgres5.arc
│ │ ├───bmgres6.arc
│ │ ├───bmgres7.arc
│ │ ├───bmgres8.arc
│ │ └───bmgres99.arc
│ ├───Msguk
│ │ ├───bmgres.arc
│ │ ├───bmgres1.arc
│ │ ├───bmgres2.arc
│ │ ├───bmgres3.arc
│ │ ├───bmgres4.arc
│ │ ├───bmgres5.arc
│ │ ├───bmgres6.arc
│ │ ├───bmgres7.arc
│ │ ├───bmgres8.arc
│ │ └───bmgres99.arc
│ ├───Object
│ ├───Particle
│ ├───Stage
│ └───WiiBannerIcon
│ └───bannerIcon.arc
└───str
└───RFinal
└───Release
├───COPYDATE
└───RframeworkF.str

File Formats
ARC = Archive (like SMG1/2)
AST = Audio Stream (like SMG1/2)
AW = Sound Bank (like SMG1/2)
BAA = Archive for audio data (information on how to piece together sequences/soundfonts)
BIN = Binary File
BFN = Binary Font
BMG = Binary Message (like SMG1)
BMS = Audio Sequence (like SMG1/2)
BTI = Image
JPC = Particle File (like SMG1/2)
MAP = unused
REL = Libraries (DLLs)
STR = ?
THP = Prerendered Video (like SMG1)



Youtube | Github | Neo Mario Galaxy | Super Mario Galaxy & Super Mario 3D Land Modding


NWPlayer123
Posted on 11-06-14 03:36 PM (rev. 2 of 11-06-14 03:38 PM) Link | #50890
Wind Viewer/Editor already edits maps. All the formats are already documented for you. I don't see much of a need for this thread, other then showing off already made stuff.
EDIT: RELs are libraries (think DLL)
BAA is an archive for audio data (information on how to piece together sequences/soundfonts)
MAP is unused by the game, all it is is a way to see functions in the DOL (open it up in a text editor)

____________________
"I hate playing musical chats" ~ Quote of the month

SunakazeKun
Posted on 11-06-14 03:37 PM Link | #50891
Posted by NWPlayer123
All the formats are already documented for you.

Oh really .-. Where?



Youtube | Github | Neo Mario Galaxy | Super Mario Galaxy & Super Mario 3D Land Modding


NWPlayer123
Posted on 11-06-14 03:41 PM (rev. 2 of 11-06-14 03:41 PM) Link | #50892
Like I said, go look at Wind Editor.
https://github.com/LordNed/WindEditor
There's an entire wiki there.

____________________
"I hate playing musical chats" ~ Quote of the month

SunakazeKun
Posted on 11-06-14 03:45 PM Link | #50893
Well this mainly contains Wind Waker file formats that aren't used in Twilight Princess for Wii.



Youtube | Github | Neo Mario Galaxy | Super Mario Galaxy & Super Mario 3D Land Modding


NWPlayer123
Posted on 11-06-14 03:51 PM Link | #50894
Posted by NWPlayer123
Wind Viewer/Editor already edits maps. All the formats are already documented for you. I don't see much of a need for this thread, other then showing off already made stuff.
EDIT: RELs are libraries (think DLL)
BAA is an archive for audio data (information on how to piece together sequences/soundfonts)
MAP is unused by the game, all it is is a way to see functions in the DOL (open it up in a text editor)

What exactly are you looking to do?

____________________
"I hate playing musical chats" ~ Quote of the month

SunakazeKun
Posted on 11-06-14 04:04 PM (rev. 2 of 11-06-14 06:19 PM) Link | #50895
All of this.
Thanks for explaining that stuff.
EDIT: THought of creating a wiki page. Should I do this?



Youtube | Github | Neo Mario Galaxy | Super Mario Galaxy & Super Mario 3D Land Modding


Hiccup
Posted on 11-06-14 08:06 PM Link | #50900
Could this not be put on the/a wiki rather than a post that only one person can update?

SunakazeKun
Posted on 11-06-14 08:17 PM (rev. 2 of 11-06-14 08:27 PM) Link | #50901

SunakazeKun
Posted on 11-07-14 02:15 PM (rev. 3 of 11-08-14 05:35 PM) Link | #50933
Added some object & dungeon names to the Wiki.
EDIT: Added all Stage Names.
I'm not sure if those maps are used:

D_MN08D/R50_00.arc Zanto's Throne Room (empty)
R_SP300/R00_00.arc Round Water Platform (unused?)
R_SP301/R00_00.arc Hyrule Castle Throne Room (empty)



Youtube | Github | Neo Mario Galaxy | Super Mario Galaxy & Super Mario 3D Land Modding


Stygmax
Posted on 11-08-14 01:11 PM Link | #50958
I'm pretty sure that R_SP128 is Impaz's House in the Hidden Village. I could be wrong though.
Status: It was really, really fun, guys - thanks for the ride!

SunakazeKun
Posted on 11-08-14 05:33 PM Link | #50971
And you're right! I still wonder about the other three maps.

Also Twilight Princess crashes after applying a patch. Does anybody know why? I only edited D_MN05.



Youtube | Github | Neo Mario Galaxy | Super Mario Galaxy & Super Mario 3D Land Modding


SunakazeKun
Posted on 01-12-15 04:37 PM Link | #54242

Tahcryon
Posted on 01-13-15 05:51 AM Link | #54255
So uh...Did it actually work in game?

____________________


[04/15/2018]gridatttack: I still think the whole smg2.5 team are still in middle school lol
[04/15/2018]gridatttack: and they are 14yrs old
__________

cosmological: There's no one in Russia who doesn't agree with Putin, probably because his ideas are that great



SunakazeKun
Posted on 01-13-15 12:31 PM Link | #54259
Have to fix an issue with Riivolution first, then I can try it.



Youtube | Github | Neo Mario Galaxy | Super Mario Galaxy & Super Mario 3D Land Modding



Main - Misc. ROM hacking - TLoZ Twilight Princess Wii Hacking Hide post layouts | New reply

Page rendered in 0.077 seconds. (2048KB of memory used)
MySQL - queries: 29, rows: 225/225, time: 0.013 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.