More actions
(Created page with "{{Infobox Switch Homebrews |title=SlideNX |image=slidenxswitch.png |description=A work in progress module to change JoyCon attach/detach sound |author=jonyluke |lastupdated=2019/06/12 |type=Other Apps |version=0.17 |license=GPL-2.0 |download=https://dlhb.gamebrew.org/switchhomebrews/slidenxswitch.7z |website=https://gbatemp.net/threads/slidenx-change-joycon-attach-detach-sound.521749/ |source=https://github.com/jonyluke/SlideNX |donation= }} {{#seo: |title=Switch Homebre...") |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=SlideNX | |title=SlideNX | ||
|image= | |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. | |||
==Installation== | |||
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== | |||
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== | ==Media== | ||
'''This is why Nintendo Switch homebrew is important''' ([https://www.youtube.com/watch?v=zUDSW22_cOQ NMKD // n00mkrad]) <br> | |||
<youtube>zUDSW22_cOQ</youtube> | <youtube>zUDSW22_cOQ</youtube> | ||
==Changelog== | ==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.. | |||
== 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/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..