Nintendo Badge Arcade: Difference between revisions
Add format tag reference |
RandoMan1232 (talk | contribs) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 86: | Line 86: | ||
==== layout ==== | ==== layout ==== | ||
These folders contain layout, Images and Animation for basic UI | |||
root | root | ||
├── anim | ├── anim | ||
Line 135: | Line 134: | ||
==== message ==== | ==== message ==== | ||
This folder | This folder stores all online-related game dialogues on each language supported by the region. It goes down the following directories: | ||
message | message | ||
Line 156: | Line 155: | ||
==== post ==== | ==== post ==== | ||
This folder | This folder stores all Miiverse posts related to customizing the Home Menu with themes and badges. Each SARC file inside here has the following sructure: | ||
root | root | ||
Line 178: | Line 177: | ||
This folder stores the [[Nintendo Badge Arcade/PrizeCollection|PrizeCollection]] file with the badges and machines available for the belonging week. | This folder stores the [[Nintendo Badge Arcade/PrizeCollection|PrizeCollection]] file with the badges and machines available for the belonging week. | ||
The file is named using the starting and ending dates that the collection is active for, in yy/mm/dd format separated with | The file is named using the starting and ending dates that the collection is active for, in yy/mm/dd format separated with an underscore. For example, a collection active between the dates December 15th, 2022 to December 22nd, 2022 is named `221215_221222.sarc` | ||
==== talkpic ==== | ==== talkpic ==== | ||
This folder contains | This folder contains the promotional images shown on the hub inside SARC files. Each SARC file has the following content: | ||
root | root | ||
Line 189: | Line 188: | ||
==== xml ==== | ==== xml ==== | ||
This folder has some XML data that controls | This folder has some XML data that controls the parameters of the promotional images. It has the following structure: | ||
xml | xml | ||
Line 227: | Line 226: | ||
<Output>boss/archive_src/BossYYYYmmdd_YYYYmmdd/message/boss_XXX/XXxx/boss/slotAXX/</Output> | <Output>boss/archive_src/BossYYYYmmdd_YYYYmmdd/message/boss_XXX/XXxx/boss/slotAXX/</Output> | ||
<Preview /> | <Preview /> | ||
<SrcPath>boss/output/message/ | <SrcPath>boss/output/message/boss_XXX/XXxx/boss/slotAXX</SrcPath> | ||
<Command>path/to/command_used.bat</Command> | <Command>path/to/command_used.bat</Command> | ||
<Arguments /> | <Arguments /> | ||
Line 277: | Line 276: | ||
|} | |} | ||
The ''BonusStage'' and ''DefaultStage'' data define the sets (crane instances) available for each day of that week | The ''BonusStage'' and ''DefaultStage'' data define the sets (crane instances) available for each day of that week. The bonus catchers are also available as a practice crane. |