mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-11 05:08:59 -04:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be75bc7ebd | |||
| 824405b236 | |||
| d0368665dd | |||
| cc1018a8fc |
@@ -1,48 +0,0 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Report a bug in Unleashed Recompiled
|
||||
type: Bug
|
||||
---
|
||||
|
||||
### Validation
|
||||
- [ ] I have checked the [Issues](https://github.com/hedge-dev/UnleashedRecomp/issues) page to see if my problem has already been reported
|
||||
- [ ] I have confirmed that this bug does not occur in the original game running on original Xbox 360 hardware
|
||||
|
||||
#### If you have DLC installed, please specify which ones you have.
|
||||
- [ ] Apotos & Shamar Adventure Pack
|
||||
- [ ] Chun-nan Adventure Pack
|
||||
- [ ] Empire City & Adabat Adventure Pack
|
||||
- [ ] Holoska Adventure Pack
|
||||
- [ ] Mazuri Adventure Pack
|
||||
- [ ] Spagonia Adventure Pack
|
||||
|
||||
#### If you have mods enabled, please specify which ones you have.
|
||||
Provide a list of your enabled mods in Hedge Mod Manager here. You will not receive support for issues *caused* by mods.
|
||||
|
||||
#### If you have codes enabled, please specify which ones you have.
|
||||
Provide a list of your enabled codes in Hedge Mod Manager here.
|
||||
|
||||
### Describe the Bug
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
### Steps to Reproduce
|
||||
Steps to reproduce the bug:
|
||||
1. Go to '...'
|
||||
2. etc.
|
||||
|
||||
### Expected Behavior
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
### Footage
|
||||
Attach a screenshot or video of the bug. If possible, please also provide footage of the expected behaviour on original Xbox 360 hardware.
|
||||
|
||||
### Specifications
|
||||
Fill out the following details:
|
||||
- CPU: (e.g. Intel Core [...], AMD Ryzen [...], etc.)
|
||||
- GPU: (e.g. NVIDIA GeForce [...], Radeon HD [...], Intel HD [...], etc.)
|
||||
- GPU Driver: (e.g NVIDIA driver 545.XX, AMD driver 24.X.X, etc.)
|
||||
- OS: (e.g. Windows 10, Windows 11, Linux distro)
|
||||
- Version: (e.g. 1.0.0)
|
||||
|
||||
### Additional Context
|
||||
Provide any other context about the problem here.
|
||||
@@ -0,0 +1,95 @@
|
||||
name: Bug Report
|
||||
description: Report a bug, crash, or other type of error in Unleashed Recompiled
|
||||
type: Bug
|
||||
body:
|
||||
- id: validation
|
||||
type: checkboxes
|
||||
attributes:
|
||||
label: Validation
|
||||
options:
|
||||
- label: I have checked the [Issues](https://github.com/hedge-dev/UnleashedRecomp/issues) page to see if my problem has already been reported
|
||||
required: true
|
||||
- label: I have confirmed that this bug does not occur in the original game running on original Xbox 360 hardware
|
||||
required: false
|
||||
- id: dlc-installed
|
||||
type: checkboxes
|
||||
attributes:
|
||||
label: If you have DLC installed, please specify which ones you have.
|
||||
options:
|
||||
- label: Apotos & Shamar Adventure Pack
|
||||
required: false
|
||||
- label: Chun-nan Adventure Pack
|
||||
required: false
|
||||
- label: Empire City & Adabat Adventure Pack
|
||||
required: false
|
||||
- label: Holoska Adventure Pack
|
||||
required: false
|
||||
- label: Mazuri Adventure Pack
|
||||
required: false
|
||||
- label: Spagonia Adventure Pack
|
||||
required: false
|
||||
- id: mods-used
|
||||
type: textarea
|
||||
validations:
|
||||
required: false
|
||||
attributes:
|
||||
label: If you have mods enabled, please specify which ones you have.
|
||||
description: Provide a list of your enabled mods in Hedge Mod Manager here. You will not receive support for issues *caused* by mods.
|
||||
- id: codes-used
|
||||
type: textarea
|
||||
validations:
|
||||
required: false
|
||||
attributes:
|
||||
label: If you have codes enabled, please specify which ones you have.
|
||||
description: Provide a list of your enabled codes in Hedge Mod Manager here.
|
||||
- id: describe-bug
|
||||
type: textarea
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Describe the Bug
|
||||
description: A clear and concise description of what the bug is.
|
||||
- id: repro-steps
|
||||
type: textarea
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Steps to Reproduce
|
||||
description: Step-by-step instructions on how to reproduce the bug.
|
||||
placeholder: |
|
||||
1. Go to '...'
|
||||
2. etc.
|
||||
- id: expected-behavior
|
||||
type: textarea
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
- id: footage
|
||||
type: textarea
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Footage
|
||||
description: Attach a screenshot or video of the bug. If possible, please also provide footage of the expected behaviour on original Xbox 360 hardware.
|
||||
- id: system-specifications
|
||||
type: textarea
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: System Specifications
|
||||
description: Fill out the following details.
|
||||
placeholder: |
|
||||
- CPU: (e.g. Intel Core [...], AMD Ryzen [...], etc.)
|
||||
- GPU: (e.g. NVIDIA GeForce [...], Radeon HD [...], Intel HD [...], etc.)
|
||||
- GPU Driver: (e.g NVIDIA driver 545.XX, AMD driver 24.X.X, etc.)
|
||||
- OS: (e.g. Windows 10, Windows 11, Linux distro)
|
||||
- Version: (e.g. 1.0.0)
|
||||
- id: additional-context
|
||||
type: textarea
|
||||
validations:
|
||||
required: false
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: Provide any other context about the problem here.
|
||||
@@ -0,0 +1 @@
|
||||
blank_issues_enabled: true
|
||||
@@ -145,13 +145,11 @@ jobs:
|
||||
Move-Item -Path ".\out\build\${{ env.CMAKE_PRESET }}\UnleashedRecomp\dxil.dll" -Destination ".\release\dxil.dll"
|
||||
Move-Item -Path ".\out\build\${{ env.CMAKE_PRESET }}\UnleashedRecomp\UnleashedRecomp.exe" -Destination ".\release\UnleashedRecomp.exe"
|
||||
|
||||
Compress-Archive -Path .\release\* -DestinationPath .\UnleashedRecomp-Windows.zip
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: UnleashedRecomp-Windows-${{ env.CMAKE_PRESET }}
|
||||
path: .\UnleashedRecomp-Windows.zip
|
||||
path: .\release
|
||||
|
||||
- name: Upload PDB
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
@@ -278,9 +278,16 @@ Simply booting at least once in Desktop Mode will enable the Deck to use the fil
|
||||
|
||||
## FAQ
|
||||
|
||||
### Do you have a Discord server?
|
||||
### Do you have a website or Discord server?
|
||||
|
||||
Unleashed Recompiled is not associated with any Discord servers. Use the [Issues](https://github.com/hedge-dev/UnleashedRecomp/issues) page if you need support.
|
||||
Unleashed Recompiled does not have an official website, nor is it affiliated with any Discord servers.
|
||||
|
||||
**Please link here when directing anyone to the project.**
|
||||
|
||||
> [!CAUTION]
|
||||
> Do not download builds of Unleashed Recompiled from anywhere but our [Releases](https://github.com/hedge-dev/UnleashedRecomp/releases/latest) page.
|
||||
>
|
||||
> **We will never distribute builds on other websites, via Discord servers or via third-party update tools.**
|
||||
|
||||
### Why does the installer say my files are invalid?
|
||||
|
||||
|
||||
@@ -116,3 +116,42 @@ PPC_FUNC(sub_823B4590)
|
||||
|
||||
SDL_User_EvilSonic(false);
|
||||
}
|
||||
|
||||
// Change state to squat kick.
|
||||
PPC_FUNC_IMPL(__imp__sub_8236FE88);
|
||||
PPC_FUNC(sub_8236FE88)
|
||||
{
|
||||
if (Config::DisableSquatKick)
|
||||
{
|
||||
ctx.r3.u32 = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
__imp__sub_8236FE88(ctx, base);
|
||||
}
|
||||
|
||||
// Change state to drift.
|
||||
PPC_FUNC_IMPL(__imp__sub_82370A50);
|
||||
PPC_FUNC(sub_82370A50)
|
||||
{
|
||||
if (ctx.r4.u32)
|
||||
{
|
||||
if (Config::DisableDriftOnSlide)
|
||||
{
|
||||
if (auto pInputState = SWA::CInputState::GetInstance())
|
||||
{
|
||||
auto& rPadState = pInputState->GetPadState();
|
||||
|
||||
if (!rPadState.IsDown(SWA::eKeyState_LeftTrigger) && !rPadState.IsDown(SWA::eKeyState_RightTrigger))
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (Config::DisableDriftOnBrake)
|
||||
return;
|
||||
}
|
||||
|
||||
__imp__sub_82370A50(ctx, base);
|
||||
}
|
||||
|
||||
@@ -80,8 +80,11 @@ CONFIG_DEFINE_HIDDEN("Codes", bool, DisableAutoSaveWarning, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, DisableBoostFilter, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, DisableDLCIcon, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, DisableDPadMovement, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, DisableDriftOnBrake, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, DisableDriftOnSlide, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, DisableDWMRoundedCorners, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, DisableLowResolutionFontOnCustomUI, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, DisableSquatKick, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, EnableEventCollisionDebugView, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, EnableGIMipLevelDebugView, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, EnableObjectCollisionDebugView, false);
|
||||
|
||||
Reference in New Issue
Block a user