More actions
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
|source=https://github.com/RhythmLunatic/smashlauncher-neo | |source=https://github.com/RhythmLunatic/smashlauncher-neo | ||
}} | }} | ||
{{Obsolete}} | |||
This is a WIP open source Smash Selector written in C++. | |||
==Features | ==Features== | ||
* It switches your modpacks like Smash Selector. | * It switches your modpacks like Smash Selector. | ||
* It reads your desc.txt like Smash Selector. | * It reads your desc.txt like Smash Selector. | ||
== | ==User guide== | ||
For modpack authors: If your modpack contains a settings.csv you can switch around options in your modpack. Refer to main.cpp on how this works. This feature is currently WIP, but it does work and has been tested. | |||
== | ==Known issues== | ||
* Launching smash actually just crashes your 3DS | * Launching smash actually just crashes your 3DS. | ||
* It might have a bug when moving around folders (only when using a settings.csv) | * It might have a bug when moving around folders (only when using a settings.csv). Some folders move fine and others don't, it seems to be dependent on the filename. | ||
== | ==External links== | ||
https:// | * GitHub - https://github.com/RhythmLunatic/smashlauncher-neo | ||
[[Category:3DS homebrew applications]] | |||
[[Category:Other 3DS homebrew applications]] |
Revision as of 08:22, 31 March 2022
Open source smash mod selector | |
---|---|
File:Opensourcesmashmodselector.jpg | |
General | |
Author | Mariosegafreak |
Type | Hack Utilities |
Version | wip |
License | Mixed |
Last Updated | 2018/02/27 |
Links | |
Download | |
Website | |
Source | |
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
This is a WIP open source Smash Selector written in C++.
Features
- It switches your modpacks like Smash Selector.
- It reads your desc.txt like Smash Selector.
User guide
For modpack authors: If your modpack contains a settings.csv you can switch around options in your modpack. Refer to main.cpp on how this works. This feature is currently WIP, but it does work and has been tested.
Known issues
- Launching smash actually just crashes your 3DS.
- It might have a bug when moving around folders (only when using a settings.csv). Some folders move fine and others don't, it seems to be dependent on the filename.