mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 13:24:40 -04:00
27d27e6d94
* Add offsets for Wii USA R0/R2, JPN, and PAL Also fix an oopsie where l_pos and l_normal's offsets were swapped * Allow loading Wii discs * Change GameVersion::GcnJpn checks to isRegionJpn() * Change GameVersion::GcnPal checks to isRegionPal() * Add platformSelect and regionSelect templates, simplify a ton of code * Add *_get() macros to simplify REL loads * Actually accept Wii USA Rev. 2 discs * Show the Wii USA revision in prelaunch's disc status * l_normal isn't in Wii RELs, so I'll just hardcode it * Account for various BLO differences Fix crash when opening the map on Wii USA Rev 0 and Wii PAL * Use the streamed version of the file select music * Update language selection * Fix the d-pad/cross button text for Wii PAL Resizing panes that are already 120.0f wide is harmless, so I didn't bother with a GameVersion check * Fix brightness check discrepancy, use IF_DUSK_BLOCK macros when ideal * Update docs and the issue template
122 lines
2.7 KiB
YAML
122 lines
2.7 KiB
YAML
name: Bug Report
|
|
description: Report an issue with Dusklight
|
|
type: Bug
|
|
body:
|
|
- type: checkboxes
|
|
id: official-build-certification
|
|
attributes:
|
|
label: Mods and Forks
|
|
description: Certify that this issue exists on the official builds of Dusklight
|
|
options:
|
|
- label: The bug occurs on an **official release** of Dusklight, without any forks or third-party patches installed
|
|
required: true
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: dusklight-version
|
|
attributes:
|
|
label: Dusklight Version
|
|
placeholder: ex. 1.3.1
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: bug-description
|
|
attributes:
|
|
label: Bug Description
|
|
placeholder: Describe the bug you are encountering
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: repro-steps
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
placeholder: |
|
|
1. Load save
|
|
2. Go to Hyrule Field
|
|
3. See bug
|
|
|
|
- type: textarea
|
|
id: expected-behavior
|
|
attributes:
|
|
label: Expected Behavior
|
|
placeholder: Describe what should be happening
|
|
|
|
- type: textarea
|
|
id: current-behavior
|
|
attributes:
|
|
label: Current Behavior
|
|
placeholder: Describe what is happening instead
|
|
|
|
- type: dropdown
|
|
id: system-os-architecture
|
|
attributes:
|
|
label: OS / Architecture
|
|
description: The operating system and architecture you are running Dusklight on
|
|
options:
|
|
- Windows x86-64
|
|
- Windows ARM64
|
|
- MacOS ARM64
|
|
- MacOS x86-64
|
|
- Linux ARM64
|
|
- Linux x84-64
|
|
- Android ARM64
|
|
- iOS ARM64
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: game-disc
|
|
attributes:
|
|
label: Game Disc
|
|
description: The game disc you are playing on
|
|
options:
|
|
- GameCube NTSC-U (North America)
|
|
- GameCube PAL (Europe)
|
|
- GameCube NTSC-J (Japan)
|
|
- Wii NTSC-U (North America) Revision 0
|
|
- Wii NTSC-U (North America) Revision 2
|
|
- Wii PAL (Europe)
|
|
- Wii NTSC-J (Japan)
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: game-language
|
|
attributes:
|
|
label: Game Language
|
|
description: The language you are playing the game in
|
|
placeholder: ex. English, Spanish, etc.
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Graphics Backend
|
|
options:
|
|
- Vulkan
|
|
- D3D12
|
|
- Metal
|
|
- D3D11
|
|
- OpenGL ES
|
|
- Unsure / Default
|
|
default: 5
|
|
|
|
- type: textarea
|
|
id: texture-packs-mods
|
|
attributes:
|
|
label: Texture Packs and Mods
|
|
placeholder: List any texture packs or mods you had installed
|
|
|
|
- type: upload
|
|
id: logs-upload
|
|
attributes:
|
|
label: Logs and Other Files
|
|
description: Include any relevant logs, config files, or saves to reproduce the bug
|
|
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional Context
|
|
placeholder: Any other information that might be helpful
|