Difference between revisions of "Filesystem/Scene/UI/MenuSingle.szs/message window"

From Custom Mario Kart
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Filesystem/Scene/UI/MenuSingle.szs/message_window}} == Overview == This article describes the '''Filesystem/Scene/UI/MenuSingle.szs/message_window|/message_wi...")
 
 
Line 5: Line 5:
 
== Folders and Files ==
 
== Folders and Files ==
 
=== anim ===
 
=== anim ===
This folder contains BRLAN animation files that contain data for all the different message windows that pop up.
+
This folder contains [[BRLAN|BRLAN]] animation files that contain data for all the different message windows that pop up.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 94: Line 94:
  
 
=== blyt ===
 
=== blyt ===
This folder contains BRLYT files that contain data for all the different message windows that pop up.
+
This folder contains [[BRLYT|BRLYT]] files that contain data for all the different message windows that pop up.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 135: Line 135:
  
 
=== ctrl ===
 
=== ctrl ===
This folder contains BRCTR files that contain data for all the different message windows that pop up.
+
This folder contains [[BRCTR|BRCTR]] files that contain data for all the different message windows that pop up.
  
 
{| class="wikitable"
 
{| class="wikitable"

Latest revision as of 17:42, 23 August 2022

Overview

This article describes the /message_window directory of MenuSingle.szs.

Folders and Files

anim

This folder contains BRLAN animation files that contain data for all the different message windows that pop up.

Name Description
common_w004_menu_fade_in.brlan
common_w004_menu_fade_in_after.brlan
common_w004_menu_fade_in_before.brlan
common_w004_menu_fade_out.brlan
common_w004_menu_free.brlan
common_w004_menu_free_to_select.brlan
common_w004_menu_fuchi_check_loop.brlan
common_w004_menu_select.brlan
common_w004_menu_select_to_free.brlan
common_w004_menu_text_light_01_ok.brlan
common_w004_menu_text_light_01_stop.brlan
common_w004_menu_text_light_02_select.brlan
common_w004_menu_text_light_02_stop.brlan
common_w008_back_fade_in.brlan
common_w008_back_fade_in_after.brlan
common_w008_back_fade_in_before.brlan
common_w008_back_fade_out.brlan
common_w008_back_free.brlan
common_w008_back_free_to_select.brlan
common_w008_back_fuchi_check_loop.brlan
common_w008_back_select.brlan
common_w008_back_select_to_free.brlan
common_w008_back_text_light_01_ok.brlan
common_w008_back_text_light_01_stop.brlan
common_w008_back_text_light_02_select.brlan
common_w008_back_text_light_02_stop.brlan
common_w073_loading_loading.brlan Used for the loading icon that appears in the bottom-right corner of the screen. Note that this loading icon is only ever used for whenever the game needs to load specific menus, CTGP-R's Time Trials ghost data list has a longer loading time which makes this specific loading icon appear and move.

blyt

This folder contains BRLYT files that contain data for all the different message windows that pop up.

Name Description
a_button_for_message_window.brlyt For whenever you get the big message window saying anything, those messages also have this A button in the bottom-right corner. This file contains just that button.
black_down.brlyt Commonly used for hiding the background a bit for whenever a message window appears on the screen.
black_down_race.brlyt Similar to black_down.brlyt but it's used for the screen before starting a match (the screen where the OK button appears).
common_w004_menu.brlyt
common_w008_back.brlyt This file only contains the Back button panes and text placement.
common_w017_message.brlyt This message window is used for specific menus, such as the Drift Type help window and CTGP-R's Knockout Mode message.
common_w022_message_half.brlyt Used for the smaller popup windows that appear on the screen whenever the player tries to leave the game while the amount of races in VS Race and amount of matches in Battle aren't finished yet.
common_w073_loading.brlyt Used for the loading icon that appears in the bottom-right corner of the screen. Note that this loading icon is only ever used for whenever the game needs to load specific menus, CTGP-R's Time Trials ghost data list has a longer loading time which makes this specific loading icon appear.
common_w079_message_quarter.brlyt This message popup window is used for Mission mode's tutorial description window.
common_w127_yes_no_message_window.brlyt There are a few message boxes that contain a text message, and having two options put on top at the bottom of the message box (commonly used for the "Yes" and "No" options). This file only contains the message box window.
yes_no_window_popup_container.brlyt There are a few message boxes that contain a text message, and having two options put on top at the bottom of the message box (commonly used for the "Yes" and "No" options). This file only contains the placements for where the Yes and No buttons need to be placed.

ctrl

This folder contains BRCTR files that contain data for all the different message windows that pop up.

Name Description
Back.brctr This works similar like the Back.brctr file that is in the button/ctrl folder, but this one is used for whenever a new message window pops up on screen instead.
BlackBack.brctr
BusySymbol.brctr Used for the loading icon's placement.
ConfirmOK.brctr
MessageWindow.brctr
MessageWindowFrame.brctr
MessageWindowHalf.brctr Used for the smaller popup windows that appear on the screen whenever the player tries to leave the game while the amount of races in VS Race and amount of matches in Battle aren't finished yet.
MessageWindowQuarter.brctr This message popup window is used for Mission mode's tutorial description window.
OKKey.brctr
RaceConfirmBack.brctr
YesNoButton.brctr
YesNoPopupContainer.brctr