Skip to content

A rust plugin for Smash Ultimate to play music on the title screen

Notifications You must be signed in to change notification settings

Struggleton/TitleScreenBGM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Play BGM on Title Screen

A rust plugin for Smash Ultimate to play music on the title screen

Prerequisites

Setup

Download the latest version of this plugin and put the atmosphere folder on the root of the SD card. Make sure the CSK Collection plugin is also installed in the sd:/atmosphere/contents/01006A800016E000/romfs/skyline/plugins directory.

Usage

In the sd:/ultimate folder, create a file called config_title.toml (or the plugin will create one for you if it doesn't exist when the game starts.) Inside the toml file which can be opened in any text editor, write a line with the ui_bgm_id of the bgm you want to play.

Example (config_title.toml) - Plays "Classic: Final Results"

ui_bgm_id = "0x209cc21ee3"

Optionally, you can add a line for disable_timeout to the config_title.toml file to set whether or not the plugin should disable the title screen switching to "How to Play" and other cutscenes:

Example 2 (config_title.toml) - Plays "Super Mario: Rolling Hills A" and disables title screen switching

ui_bgm_id = "ui_bgm_aa05_mvdmin_rollinghills"
disable_timeout = true

Credits

  • @jugeeya for advice on inline function hooks in Rust and a good reference in the UltimateTrainingModpack
  • @Coolsonickirby for creating the CSK Collection plugin and functions for developers
  • @ThatNintendoNerd for giving advice on Rust crates and practices

About

A rust plugin for Smash Ultimate to play music on the title screen

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages