mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-26 08:18:59 -05:00
59 lines
2.5 KiB
YAML
59 lines
2.5 KiB
YAML
name: Discord title configuration
|
|
description: Suggest changes to a title's appearance in Discord
|
|
|
|
# title:
|
|
labels:
|
|
- Discord title configuration
|
|
assignees:
|
|
- samuelthomas2774
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
> [!IMPORTANT]
|
|
> Discord now allows requesting to show the details or state field under the user's name, which allows showing the full title name instead of "Nintendo Switch"/"Nintendo Switch 2" for all titles, although this doesn't allow fully customising the activity name. It is no longer necessary add title configuration that only sets a custom Discord application.
|
|
|
|
- type: input
|
|
id: title-name
|
|
attributes:
|
|
label: Title name
|
|
description: The full name of the title, exactly as it appears on a Nintendo Switch console or Nintendo eShop.
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: publisher
|
|
attributes:
|
|
label: Publisher
|
|
description: The name of the title's publisher. This isn't used in Discord activities or any other features; this is just used to categorise titles.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: title-ids
|
|
attributes:
|
|
label: Title IDs
|
|
description: |
|
|
Include all related title IDs and their names, for example any demos or other versions (such as regional variants and online/prerelease demos), from all Nintendo eShop regions, even if they are not available for download.
|
|
|
|
If the title/s already has/have custom Discord configuration, you don't need to include all title IDs - just one to identify it. If the title hasn't been released yet and doesn't have a title ID, add a note in the other information section below, and the expected release date and links to Nintendo websites/Nintendo eShop NSUIDs.
|
|
|
|
Application title IDs are 16 hexadecimal digits, and should start with `0100` (Nintendo Switch) or `0400` (Nintendo Switch 2) and end with `0000`, `2000`, `4000`, `6000`, `8000`, `a000`, `c000` or `e000`.
|
|
placeholder: |
|
|
0100d2f00d5c0000 Nintendo Switch Sports
|
|
01000ee017182000 Nintendo Switch Sports Online Play Test
|
|
...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: other-information
|
|
attributes:
|
|
label: Other information
|
|
description: |
|
|
Include any other relevant information, such as custom attributes that should be set for the title, or any changes that should be made to the existing configuration, or any other related titles that have/will be released.
|
|
validations:
|
|
required: true
|