More actions
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|title=SlideNX | |title=SlideNX | ||
|image=slidenx.png | |image=slidenx.png | ||
|description=A work in progress module to change JoyCon attach/detach sound | |description=A work in progress module to change JoyCon attach/detach sound. | ||
|author=jonyluke | |author=jonyluke | ||
|lastupdated=2019/06/12 | |lastupdated=2019/06/12 | ||
|type= | |type=Sysmodules | ||
|version=0.17 | |version=0.17 | ||
|license=GPL-2.0 | |license=GPL-2.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/slidenxjon.7z?k33p0fil35 | ||
|website=https://gbatemp.net/threads/slidenx-change-joycon-attach-detach-sound.521749/ | |website=https://gbatemp.net/threads/slidenx-change-joycon-attach-detach-sound.521749/ | ||
|source=https://github.com/jonyluke/SlideNX | |source=https://github.com/jonyluke/SlideNX | ||
}} | }} | ||
SlideNX is a work in progress module to change JoyCon attach/detach sound. | SlideNX is a work in progress module to change JoyCon attach/detach sound. | ||
==Installation== | ==Installation== | ||
Extract the latest release to the root folder of your SD card. | Extract the latest release to the root folder of your SD card. Use it with Hekate. | ||
Also included is a [https://gbatemp.net/threads/bootsoundnx-boot-sound-on-nintendo-switch.547488/page-4#post-9478394 hacky build] (2021/06/28) by CompSciOrBust, which works on FW 12.0.0 and Atmosphere 0.19.4. | |||
==User guide== | ==User guide== | ||
Line 35: | Line 34: | ||
'''v0.17''' | '''v0.17''' | ||
* Added play random sounds option. | * Added play random sounds option. | ||
''' | '''v0.16''' | ||
*Code has been cleaned and improved (now almost all the actuals issues should be solved). | *Code has been cleaned and improved (now almost all the actuals issues should be solved). | ||
*Switched to NSP instead of the old KIP format. | *Switched to NSP instead of the old KIP format. | ||
''' | '''v0.15.1''' | ||
*Now working with latest version of Kosmos. | *Now working with latest version of Kosmos. | ||
''' | '''v0.15''' | ||
*Improve Joycon attachment detection, now using gpio.. | *Improve Joycon attachment detection, now using gpio.. | ||
== External links == | == External links == | ||
* GitHub - https://github.com/jonyluke/SlideNX | |||
* GBAtemp - https://gbatemp.net/threads/slidenx-change-joycon-attach-detach-sound.521749/ | * GBAtemp - https://gbatemp.net/threads/slidenx-change-joycon-attach-detach-sound.521749/ | ||
* | * GBAtemp - https://gbatemp.net/threads/bootsoundnx-boot-sound-on-nintendo-switch.547488/page-4#post-9478394 |
Latest revision as of 04:16, 5 February 2024
SlideNX | |
---|---|
General | |
Author | jonyluke |
Type | Sysmodules |
Version | 0.17 |
License | GPL-2.0 |
Last Updated | 2019/06/12 |
Links | |
Download | |
Website | |
Source | |
SlideNX is a work in progress module to change JoyCon attach/detach sound.
Installation
Extract the latest release to the root folder of your SD card. Use it with Hekate.
Also included is a hacky build (2021/06/28) by CompSciOrBust, which works on FW 12.0.0 and Atmosphere 0.19.4.
User guide
There are already mp3 files for testing, to add custom sound:
- Add the sound files you want to use to sounds folder.
- For changing the attach sound rename your mp3 to attach.mp3.
- For changing the detach sound rename your mp3 to detach.mp3.
If you want to use random sounds, change the content of the config.ini file from random=false to random=true and add all the mp3s in the sounds folder.
Media
This is why Nintendo Switch homebrew is important (NMKD // n00mkrad)
Changelog
v0.17
- Added play random sounds option.
v0.16
- Code has been cleaned and improved (now almost all the actuals issues should be solved).
- Switched to NSP instead of the old KIP format.
v0.15.1
- Now working with latest version of Kosmos.
v0.15
- Improve Joycon attachment detection, now using gpio..