Created Updating UniStore (2 to 3) (markdown)

Pk11
2020-11-05 14:07:00 -06:00
parent da968a15ea
commit f68deaf8ff
+9
@@ -0,0 +1,9 @@
- `version` should be `3` instead of `2`
- `file` and `sheet` in the `storeInfo` should now be just the file name, not the full path
- Ex. `sdmc:/3ds/Universal-Updater/stores/universal-db.unistore` to `universal-db.unistore`
- The `authors`, `categories`, and `consoles` arrays in the `storeInfo` are no longer used
- All of the colors are no longer used, you can now use a background image on the top with `bg_index` and `bg_sheet` though
- In the entry `info`, `category` and `console` should now be arrays
- You can also have `license` in the entry `info` now
- `promptMessage` can now skip a specific amount of steps when <kbd>B</kbd> is pressed instead of just exiting
- `exit` and `skip` have been added, `exit` ends the script immediately and `skip` lets you skip a specific amount of steps