mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Add PlayStartupJingle and StartupJingleDelayAdjust
Also some minor edits
This commit is contained in:
parent
979dd2a06a
commit
9d2718af62
@ -147,9 +147,9 @@ These must be PNG files, any file will work however only 100% transparency will
|
|||||||
You may configure various options on how the theme is drawn in the `theme.ini` to accommodate larger sprites or textures. For true/false options `0` is false and `1` is true. Options with a blank default value for a theme are unused for that theme.
|
You may configure various options on how the theme is drawn in the `theme.ini` to accommodate larger sprites or textures. For true/false options `0` is false and `1` is true. Options with a blank default value for a theme are unused for that theme.
|
||||||
|
|
||||||
| Value | Description | Default (3DS) | Default (DSi) |
|
| Value | Description | Default (3DS) | Default (DSi) |
|
||||||
| ------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------- | ------------- |
|
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------------- |
|
||||||
| `StartBorderRenderY` | The initial Y position of the Start Border | 92 | 81 |
|
| `StartBorderRenderY` | The initial Y position of the Start Border | 92 | 81 |
|
||||||
| `StartBorderSpriteW` | The width of the start border sprite. Note that the start border texture is exactly half of the full border. | 32 | 32 |
|
| `StartBorderSpriteW` | The width of the start border sprite. Note that the start border texture is exactly half of the full border | 32 | 32 |
|
||||||
| `StartBorderSpriteH` | The height of the start border sprite | 64 | 80 |
|
| `StartBorderSpriteH` | The height of the start border sprite | 64 | 80 |
|
||||||
| `StartTextRenderY` | The initial Y position of the Start text | 143 | 143 |
|
| `StartTextRenderY` | The initial Y position of the Start text | 143 | 143 |
|
||||||
| `BubbleTipRenderX` | The X position of the tip of the bubble that is drawn over the start border | 125 | 122 |
|
| `BubbleTipRenderX` | The X position of the tip of the bubble that is drawn over the start border | 125 | 122 |
|
||||||
@ -201,14 +201,16 @@ You may configure various options on how the theme is drawn in the `theme.ini` t
|
|||||||
| `FontPaletteName2` | The override color of the font for the username | 0xDEF7 | 0xDEF7 |
|
| `FontPaletteName2` | The override color of the font for the username | 0xDEF7 | 0xDEF7 |
|
||||||
| `FontPaletteName3` | | 0xC631 | 0xC631 |
|
| `FontPaletteName3` | | 0xC631 | 0xC631 |
|
||||||
| `FontPaletteName4` | | 0xA108 | 0xA108 |
|
| `FontPaletteName4` | | 0xA108 | 0xA108 |
|
||||||
| `StartTextUserPalette` | Whether to use the DS Profile color for the palette of the start text | | 1 |
|
| `StartTextUserPalette` | Whether or not to use the DS Profile color for the palette of the start text | | 1 |
|
||||||
| `StartBorderUserPalette` | Whether to use the DS Profile color for the palette of the start border | | 1 |
|
| `StartBorderUserPalette` | Whether or not to use the DS Profile color for the palette of the start border | | 1 |
|
||||||
| `ButtonArrowUserPalette` | Whether to use the DS Profile color for the palette of the arrow buttons on the bottom of the screen | | 1 |
|
| `ButtonArrowUserPalette` | Whether or not to use the DS Profile color for the palette of the arrow buttons on the bottom of the screen | | 1 |
|
||||||
| `MovingArrowUserPalette` | Whether to use the DS Profile color for the palette of the arrow shown when moving icons | | 1 |
|
| `MovingArrowUserPalette` | Whether or not to use the DS Profile color for the palette of the arrow shown when moving icons | | 1 |
|
||||||
| `LaunchDotsUserPalette` | Whether to use the DS Profile color for the palette of the launch dots | | 1 |
|
| `LaunchDotsUserPalette` | Whether or not to use the DS Profile color for the palette of the launch dots | | 1 |
|
||||||
| `DialogBoxUserPalette` | Whether to use the DS Profile color for the palette of the dialog box | | 1 |
|
| `DialogBoxUserPalette` | Whether or not to use the DS Profile color for the palette of the dialog box | | 1 |
|
||||||
| `RenderPhoto` | Whether or not to draw a photo on the top screen | 0 | 1 |
|
| `RenderPhoto` | Whether or not to draw a photo on the top screen | 0 | 1 |
|
||||||
| `RotatingCubesRenderY` | The Y position on the top screen to draw the rotating cubes | 78 | |
|
| `RotatingCubesRenderY` | The Y position on the top screen to draw the rotating cubes | 78 | |
|
||||||
|
| `PlayStartupJingle` | Whether or not to use the startup sound before the main BGM. See the [custom SFX](custom-dsi-3ds-sfx) page for more information | 1 | 0 |
|
||||||
|
| `StartupJingleDelayAdjust` | The amount of samples early in the startup sound the BGM should start at | 0 | 0 |
|
||||||
|
|
||||||
### Macro Mode options
|
### Macro Mode options
|
||||||
You may add specific override options to `theme.ini` for use in Macro Mode. To do this, add `[MACRO]` to a blank line at the bottom of the configuration file, then add any specified configurations below it.
|
You may add specific override options to `theme.ini` for use in Macro Mode. To do this, add `[MACRO]` to a blank line at the bottom of the configuration file, then add any specified configurations below it.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user