More actions
(Created page with "{{Infobox Switch Homebrews |title=Taiko song inserter |image=taikosonginserterswitch.png |description=Made a python3 script to put Taiko WiiU3 (Taiko no Tatsujin: Atsumete?Tomodachi Daisakusen!) songs into the Switch Taiko game. |author=EmEE |lastupdated=2019/09/16 |type=Game Hacks |version=2 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/taikosonginserterswitch.7z |website=https://gbatemp.net/threads/taiko-song-inserter.516889/ |source= |donation= }}...") |
No edit summary Tag: Manual revert |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Taiko song inserter | |title=Taiko song inserter | ||
|image= | |image=taikosonginserternx.png | ||
|description= | |description=Script to insert Taiko WiiU3 (Taiko no Tatsujin: Atsumete?Tomodachi Daisakusen!) songs into the Switch Taiko game. | ||
|author=EmEE | |author=EmEE | ||
|lastupdated= | |lastupdated=2018/09/16 | ||
|type=Game Hacks | |type=Game Hacks | ||
|version=2 | |version=2 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/taikosonginserternx.7z | ||
|website=https://gbatemp.net/threads/taiko-song-inserter.516889/ | |website=https://gbatemp.net/threads/taiko-song-inserter.516889/ | ||
|source= | |source= | ||
|donation= | |donation= | ||
}} | }} | ||
A Python3 script for adding Taiko WiiU3 (Taiko no Tatsujin: Atsumete★Tomodachi Daisakusen!) songs into the Switch Taiko game. | |||
==User guide== | |||
===How to use=== | |||
Use [[hactool Switch|hactool]] to extract the Switch game with update (up to 1.0.3?) and put it into a folder called "switch". | |||
Use CDecrypt to extract WiiU game files to their respective folder "wiiu1, wiiu2, wiiu3" and any DLCs to "wiiu1dlc, wiiu2dlc, wiiu3dlc". | |||
Run the first musicinfo.py script with Python3 to generate a romfs for use with LayeredFS on the Switch. The script will notify you if you have passed the high limit on the number of songs. If so, modify the csv file to delete rows of songs you wished to have removed until you are below 196 rows. | |||
Then you can run the trimmer script to delete the songs you have marked as remove to remove them from the romfs files for a while romfs to use with LayeredFS. | |||
===Useful notes=== | |||
* [https://gbatemp.net/threads/taiko-song-inserter.516889/post-9320980 Tips when converting taiko songs from WiiU/PS4/3DS/Vita] by surloinllama3. | |||
* [https://gbatemp.net/threads/taiko-song-inserter.516889/post-9465449 A small guide] by JuliusCesarus. | |||
* [https://gbatemp.net/threads/taiko-song-inserter.516889/post-8713832 Notes on converting PS4 chart] by SwigS-27 and [https://gbatemp.net/threads/easy-nus3bank-editor-with-gui.426370/ Nus3bank Editor] by DanSyor. | |||
* [https://pastebin.com/LpX8nmqc Taiko no Tatsujin V Version - Add Custom DLC] by DespairOfHarmony. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/taikosonginserternx5.png | ||
https://dlhb.gamebrew.org/switchhomebrews/ | |||
https://dlhb.gamebrew.org/switchhomebrews/taikosonginserternx3.png | |||
https://dlhb.gamebrew.org/switchhomebrews/ | |||
https://dlhb.gamebrew.org/switchhomebrews/taikosonginserternx6.png | |||
https:// | ==Media== | ||
'''[Taiko Switch] Cirno's Perfect Math Class PS4 Port''' ([https://www.youtube.com/watch?v=nCxamzoQEAI swigz27]) <br> | |||
<youtube>nCxamzoQEAI</youtube> | |||
==Changelog== | ==Changelog== | ||
''' | '''v2''' | ||
* | * Added support for Wiiu1/Wiiu2 and all the DLC stuff. This puts it above the 200 song limit, so I made a second simple script to remove songs. Making a GUI is hard, so you get a csv you can delete rows from, and then a second script to run to actually delete stuff. | ||
== External links == | == External links == | ||
* | * GBAtemp - https://gbatemp.net/threads/taiko-song-inserter.516889/ | ||
Latest revision as of 10:31, 5 February 2024
Taiko song inserter | |
---|---|
General | |
Author | EmEE |
Type | Game Hacks |
Version | 2 |
License | Mixed |
Last Updated | 2018/09/16 |
Links | |
Download | |
Website | |
A Python3 script for adding Taiko WiiU3 (Taiko no Tatsujin: Atsumete★Tomodachi Daisakusen!) songs into the Switch Taiko game.
User guide
How to use
Use hactool to extract the Switch game with update (up to 1.0.3?) and put it into a folder called "switch".
Use CDecrypt to extract WiiU game files to their respective folder "wiiu1, wiiu2, wiiu3" and any DLCs to "wiiu1dlc, wiiu2dlc, wiiu3dlc".
Run the first musicinfo.py script with Python3 to generate a romfs for use with LayeredFS on the Switch. The script will notify you if you have passed the high limit on the number of songs. If so, modify the csv file to delete rows of songs you wished to have removed until you are below 196 rows.
Then you can run the trimmer script to delete the songs you have marked as remove to remove them from the romfs files for a while romfs to use with LayeredFS.
Useful notes
- Tips when converting taiko songs from WiiU/PS4/3DS/Vita by surloinllama3.
- A small guide by JuliusCesarus.
- Notes on converting PS4 chart by SwigS-27 and Nus3bank Editor by DanSyor.
- Taiko no Tatsujin V Version - Add Custom DLC by DespairOfHarmony.
Screenshots
Media
[Taiko Switch] Cirno's Perfect Math Class PS4 Port (swigz27)
Changelog
v2
- Added support for Wiiu1/Wiiu2 and all the DLC stuff. This puts it above the 200 song limit, so I made a second simple script to remove songs. Making a GUI is hard, so you get a csv you can delete rows from, and then a second script to run to actually delete stuff.