Creating a Custom Title Screen: Difference between revisions

From Zenith
Jump to navigation Jump to search
Content added Content deleted
m (bugged category)
(improve guide a bit)
Line 2: Line 2:
* [[Miyamoto Level Editor]]
* [[Miyamoto Level Editor]]
* [[Switch Toolbox]]
* [[Switch Toolbox]]
*Image editing software of your preference (Photoshop, paint.net, GIMP, etc)


===Importing a custom logo===
===Making a custom logo===
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>
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>[[Filesystem/content/Common/layout|./content/Common/layout]]</code>


You should now see these files:
You should now see these files:[[File:Layout Folder.png|400px]]




Next, open <code>Title.szs</code> with [[Switch Toolbox]] and find the file located at <code>Title.szs/lyt_root/timg/wiiMario_Title_logo_00^l.bflim</code>[[File:toolbox.png|400px]]
[[File:Layout Folder.png|400px]]




Now open the file you just found by double clicking it if you haven't already. A new menu will pop up on the side, this is the BFLIM editor.[[File:logonsmbu.png|400px]]
Next, open <code>Title.szs</code> with [[Switch Toolbox]].
Now locate this file inside of the szs, which is located at <code>lyt_root/timg/wiiMario_Title_logo_00^l.bflim</code>


If you haven't made your custom logo yet and want to use the original as base for it, click "'''File'''" > "'''Export'''", then select '''PNG''' as export format and save the exported PNG somewhere on your computer, open it with your preferred image editing software, make your custom logo, and once you're done, save the PNG and continue the tutorial below.


Now in the BFLIM editor, if you already have your custom logo ready as a PNG file (read above if not), click "'''File'''" > "'''Replace'''".[[File:replace.png|400px]]
[[File:toolbox.png|400px]]




In the file explorer window that opens, select the PNG file of your custom logo and press '''Open''', and finally save the archive using this button on the top left corner: [[File:STB saveButton.png|frameless]]
Now open this BFLIM by double clicking it in '''Switch Toolbox'''.
A new window will pop up.


[[File:logonsmbu.png|400px]]


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


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


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

unfinished


=== Editing the Titlescreen Level ===
[WIP]
[[Category:Guides]]
[[Category:Guides]]

Revision as of 03:56, 31 July 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 and find the file located at Title.szs/lyt_root/timg/wiiMario_Title_logo_00^l.bflim


Now open the file you just found by double clicking it if you haven't already. A new menu will pop up on the side, this is the BFLIM editor.

If you haven't made your custom logo yet and want to use the original as base for it, click "File" > "Export", then select PNG as export format and save the exported PNG somewhere on your computer, open it with your preferred image editing software, make your custom logo, and once you're done, save the PNG and continue the tutorial below.

Now in the BFLIM editor, if you already have your custom logo ready as a PNG file (read above if not), click "File" > "Replace".


In the file explorer window that opens, select the PNG file of your custom logo and press Open, and finally save the archive using this button on the top left corner:

Editing the Titlescreen Level

[WIP]