Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timschneeb/mkdlc-touhou-spellbubble
Generate DLC packages from scratch
https://github.com/timschneeb/mkdlc-touhou-spellbubble
dlc nintendo-switch nsp spell-bubble switch touhou touhou-spell-bubble
Last synced: about 1 month ago
JSON representation
Generate DLC packages from scratch
- Host: GitHub
- URL: https://github.com/timschneeb/mkdlc-touhou-spellbubble
- Owner: timschneeb
- License: gpl-3.0
- Created: 2023-10-02T18:09:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-02T18:09:51.000Z (about 1 year ago)
- Last Synced: 2024-05-21T12:00:00.130Z (7 months ago)
- Topics: dlc, nintendo-switch, nsp, spell-bubble, switch, touhou, touhou-spell-bubble
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkdlc-touhou-spellbubble
Generate DLC unlocker NSPs for Touhou Spell Bubble from scratch.**Important: This repository does not contain any copyrighted material. NSPs are generated from scratch using free open-source tools provided by the Homebrew community.**
## Prerequisites
* Dump the production decryption keys (`prod.keys`) from your Nintendo Switch using LockpickRCM and put them into `~/.switch/prod.keys`.
* Install [hacpack](https://github.com/The-4n/hacPack) on your system and make sure that the `hacpack` binary is added to `$PATH` (e.g. by installing hacpack into `/usr/local/bin`)## Usage
Generate all possible DLC unlock packages from #1 up to #100.
```
./mkdlc.sh
```
There are currently only about 40 DLCs available, so the other 60 packages won't do anything at the moment. They may unlock future DLC content that hasn't been yet released though.Actual DLC content is distributed through game updates that are received by everyone. The NSPs generated by this script only act as the activation keys.