More actions
(Created page with "{{Infobox Switch Homebrews |title=SSBUStageInjector |image=ssbustageinjectorswitch.png |description=A WIP (Work-In-Progress) application that allows users to easily inject SSBU Stage Builder Stages into a SSBU save file! |author=Chrs2324 |lastupdated=2019/04/27 |type=Hack Utilities |version=wip |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/ssbustageinjectorswitch.7z |website=https://github.com/Chrs2324/SSBUStageInjector |source=https://github.com/Ch...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=SSBUStageInjector | |title=SSBUStageInjector | ||
|image= | |image=Switch-logo.png | ||
|description=A WIP | |description=A WIP application that allows users to easily inject SSBU Stage Builder Stages into a SSBU save file. | ||
|author=SkullKidChrs | |||
|author= | |lastupdated=2019/04/25 | ||
|lastupdated=2019/04/ | |type=Save Managers and Editors | ||
|type= | |version=2019 | ||
|version= | |||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ssbustageinjectorswitch.7z | |download=https://dlhb.gamebrew.org/switchhomebrews/ssbustageinjectorswitch.7z | ||
Line 14: | Line 13: | ||
|donation= | |donation= | ||
}} | }} | ||
A WIP homebrew that allows you to inject any stage builder map into your SSBU save file. | |||
A WIP | |||
== | ==User guide== | ||
Steps for using application: | |||
* Dump your Super Smash Bros Ultimate save file on [[Checkpoint Switch|Checkpoint]]. | |||
* Make sure to name it "smash_stages". | |||
* Download your favorite smash bros custom stages. | |||
* Place them in a folder on your sd card titled "Smash Maps" (case-sensitive). Also, make sure the map name doesn't have any 0's in the name. | |||
* Place "SmashMapInjector.nro" in the switch folder of SD card. | |||
* Run application. | |||
* Go to Checkpoint and restore the save. | |||
Compile the program: | |||
* To compile the application, simply download the code and run devkitPro (msys2). | |||
* | * Once you have devkitPro (msys2) running, go ahead and change your directory to the SSBUStageInjector folder. | ||
* Once you're there, simply type in the command "make" and it will begin to compile and build the NRO file. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Chrs2324/SSBUStageInjector | ||
* | * Reddit - https://www.reddit.com/r/SwitchHacks/comments/bhetww/ssbu_stage_builder_map_injector_tool/ | ||
Revision as of 10:53, 20 Haziran 2023
SSBUStageInjector | |
---|---|
General | |
Author | SkullKidChrs |
Type | Save Managers and Editors |
Version | 2019 |
License | Mixed |
Last Updated | 2019/04/25 |
Links | |
Download | |
Website | |
Source | |
A WIP homebrew that allows you to inject any stage builder map into your SSBU save file.
User guide
Steps for using application:
- Dump your Super Smash Bros Ultimate save file on Checkpoint.
- Make sure to name it "smash_stages".
- Download your favorite smash bros custom stages.
- Place them in a folder on your sd card titled "Smash Maps" (case-sensitive). Also, make sure the map name doesn't have any 0's in the name.
- Place "SmashMapInjector.nro" in the switch folder of SD card.
- Run application.
- Go to Checkpoint and restore the save.
Compile the program:
- To compile the application, simply download the code and run devkitPro (msys2).
- Once you have devkitPro (msys2) running, go ahead and change your directory to the SSBUStageInjector folder.
- Once you're there, simply type in the command "make" and it will begin to compile and build the NRO file.