Creating a Custom Title Screen: Difference between revisions

From Zenith
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
m (Cleaned up some stuff + optimizations)
Line 1: Line 1:
===Requirements===
'''Tools Required:'''
*[https://zenith.miraheze.org/w/index.php?title=Miyamoto_Level_Editor Miyamoto Level Editor]
* [https://zenith.miraheze.org/wiki/Dumping_Wii_U_Games New Super Mario Bros. U Game Dump]
* [[Miyamoto Level Editor]]
* [https://zenith.miraheze.org/wiki/Switch_Toolbox Switch Toolbox]
* [[Switch Toolbox]]


===Importing a custom logo===
Of course, make sure you have a NSMBU rom obtained from your Wii U console. A guide to dumping games can be found [https://zenith.miraheze.org/wiki/Dumping_Wii_U_Games here].
First you will need to locate the <code>Title.szs</code> file which contains the title screen asset. This file can be found at: <code>content/common/layout.</code>.
==Importing a custom logo==
First you're going to find the '''Title.szs''' file. (This contains the asset used for the the title screen logo) So go to this directory in your NSMBU rom: '''content/common/layout.'''.


You should now see these files
You should now see these files:




Line 13: Line 13:




Next, open Title.szs with [https://zenith.miraheze.org/wiki/Switch_Toolbox Switch Toolbox].
Next, open <code>Title.szs</code> with [[Switch Toolbox]].
Now locate the file inside of the szs. The image is located at '''lyt_root/timg/wiiMario_Title_logo_00^l.bflim'''
Now locate this file inside of the szs, which is located at <code>lyt_root/timg/wiiMario_Title_logo_00^l.bflim</code>




Line 20: Line 20:




Now open this bflim by double clicking the it in toolbox.
Now open this BFLIM by double clicking it in '''Switch Toolbox'''.
This new window will pop up.
A new window will pop up.




Line 30: Line 30:




[[File:replace.png|left]]
[[File:replace.png|400px]]


Select your custom logo, and press '''Open''', and don't forget to save when you're done.


[[Category:Guides]]
[[Category:Guides]]

Revision as of 00:42, 7 February 2021

Requirements

First you will need to locate the Title.szs file which contains the title screen asset. This file can be found at: content/common/layout..

You should now see these files:



Next, open Title.szs with Switch Toolbox. Now locate this file inside of the szs, which is located at lyt_root/timg/wiiMario_Title_logo_00^l.bflim



Now open this BFLIM by double clicking it in Switch Toolbox. A new window will pop up.



Now in the BFLIM editor, click "File" -> "Replace".



Select your custom logo, and press Open, and don't forget to save when you're done.