A plugin for Skyline that allows you to change the opening movie in Umineko no Naku Koro ni Saku ~Nekobako to Musou no Koukyoukyoku~
Title ID:01006A300BA2C000
| Setting Key | Value Type | Default Value | Description |
|---|---|---|---|
| is_enabled | bool | true | Enables or disables the plugin |
| opening_type | i32 | 0 | Which opening type should the plugin use? ( See OpeningType ) |
| is_specific_opening | bool | false | Should the plugin force a specific opening? |
| specific_opening | i32 | 0 | ( See OpeningMovie ) |
| Config | Value | Description |
|---|---|---|
| Default | 0 | Plays the default intro (Kasaneawase No Nekobako) |
| UminekoProject | 1 | Plays Senkyou No Igreja if you completed epsiodes 1-4, then Innana No Mita Yume for episodes 5-8 |
| Linear | 2 | To do! - Don't use this value, will most likely crash your game!!! |
| SakuLinear | 3 | To do! - Don't use this value, will most likely crash your game!!! |
| Config | Value |
|---|---|
| KasaneawaseNoNekobako | 0 |
| UminekoNoNakuKoroNi | 1 |
| SenkyouNoIgreja | 2 |
| OcculticsNoMajo | 3 |
| KiriNoPithos | 4 |
| InnanaNoMitaYume | 5 |
| SakuPc | 6 |
| Ogon | 7 |
| OgonX | 8 |
| OgonC | 9 |
❗️This plugin only works with UPDATE VERSION 0.0.3.0/v196608 (You can check the version by pressing + on the game, at the top-left)
You can download the latest version of NekobakoOpeningMod here.
After downloading, drop the contents of the .zip file into the root of your SD card.
You can find the config file at /atmosphere/contents/01006A300BA2C000/romfs/skyline/config/nekobako_opening_mod/config.yaml
To build from source you would need to have Rust and cargo-skyline installed.
Then you can build the plugin with:
cargo skyline buildOr generate the plugin package with:
cargo skyline packagehttps://github.com/DCNick3 for the tools he created, the time explaining how the basics works, and all sorts of things that would not have made this possible without his help.
(He is also re-implementating the engine if you want to check it out, DCNick3/shin)