mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
README: added notes about third-party input translation layers and external FPS limiters (#476)
* README: added notes about third-party input translation layers * README: added footnote about using external FPS limiters * Change "Transfer Kit" to "Transfer Cable"
This commit is contained in:
parent
2ee4a056e6
commit
e251f15afa
2 changed files with 14 additions and 5 deletions
13
README.md
13
README.md
|
@ -48,7 +48,7 @@ Unleashed Recompiled is an unofficial PC port of the Xbox 360 version of Sonic U
|
|||
|
||||
- Xbox 360 (modifications not necessary)
|
||||
- Xbox 360 Hard Drive (20 GB minimum)
|
||||
- Xbox 360 Hard Drive Transfer Kit (or a compatible SATA to USB adapter)
|
||||
- Xbox 360 Hard Drive Transfer Cable (or a compatible SATA to USB adapter)
|
||||
- Sonic Unleashed for Xbox 360 (US or EU, **JP is not supported**)
|
||||
- Retail Disc or Digital Copy (can be purchased and downloaded from the [Xbox Store](https://www.xbox.com/en-US/games/store/sonic-unleashed/c098fgnmts8f)).
|
||||
- Title Update required.
|
||||
|
@ -138,7 +138,9 @@ Support for the D-Pad has been added to various parts of the game, allowing the
|
|||
If you have a DualShock 4 or DualSense controller, the LED will dynamically change color depending on the game context and support for the touchpad has been added to the World Map, allowing you to spin the planet freely!
|
||||
|
||||
> [!NOTE]
|
||||
> LED and touchpad support for the DualShock 4 and DualSense may be limited on Linux.
|
||||
> LED and touchpad support for the DualShock 4 and DualSense controllers may be limited when using third-party input translation layers (such as DS4Windows or Steam Input).
|
||||
>
|
||||
> Support for both features may also be limited on Linux.
|
||||
|
||||
### Low Input Latency
|
||||
|
||||
|
@ -374,6 +376,9 @@ Some of the game's more demanding sections require strong CPU single-thread perf
|
|||
|
||||
Linux has an unexpected advantage when it comes to CPU performance, showing improvements in CPU-bound scenarios. It's currently speculated that this could be due to the heavy amount of thread synchronization the game performs, an operation that is likely to be more performant on Linux's CPU scheduler than on Windows' scheduler. If you wish to gain some additional performance, playing on Linux instead of Windows could yield better results.
|
||||
|
||||
> [!WARNING]
|
||||
> Using external frame rate limiters or performance overlays may degrade performance or have negative consequences.
|
||||
|
||||
### Can I install the game with a PlayStation 3 copy?
|
||||
|
||||
**You cannot use the files from the PlayStation 3 version of the game.** Supporting these files would require an entirely new recompilation, as they have proprietary formatting that only works on PS3 and the code for these formats is only present in that version. All significant differences present in the PS3 version of the game have been included in this project as options.
|
||||
|
@ -382,6 +387,10 @@ Linux has an unexpected advantage when it comes to CPU performance, showing impr
|
|||
|
||||
The Japanese version of Sonic Unleashed has some minor differences in both file structure and content that make this version of the game incompatible with the international release. Furthermore, the US and EU versions of the game already support Japanese. Supporting this version would only cause mod compatibility issues in the future, so it is unlikely to be added to the update roadmap as it would also require its own recompilation.
|
||||
|
||||
### Why is the game detecting my PlayStation controller as an Xbox controller?
|
||||
|
||||
If you're using a third-party input translation layer (such as DS4Windows or Steam Input), it is recommended that you disable these for full controller support.
|
||||
|
||||
### Will macOS be supported?
|
||||
|
||||
While macOS is not currently on the roadmap, this project welcomes any effort to add support for this platform. Unleashed Recompiled relies on [plume](https://github.com/renderbag/plume), a rendering hardware abstraction layer that will be getting support for Metal in the near future. You can join the macOS discussion on [this issue](https://github.com/hedge-dev/UnleashedRecomp/issues/455).
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
### Pre-requisites
|
||||
- Xbox 360 (modifications not necessary)
|
||||
- Xbox 360 Hard Drive (20 GB minimum)
|
||||
- Xbox 360 Hard Drive Transfer Kit (or a compatible SATA to USB adapter)
|
||||
- Xbox 360 Hard Drive Transfer Cable (or a compatible SATA to USB adapter)
|
||||
- Sonic Unleashed for Xbox 360 (US or EU, **JP is not supported**)
|
||||
- Retail Disc or Digital Copy (can be purchased and downloaded from the [Xbox Store](https://www.xbox.com/en-US/games/store/sonic-unleashed/c098fgnmts8f)).
|
||||
- Title Update required.
|
||||
|
@ -27,7 +27,7 @@
|
|||
> - [Xbox 360 S](https://www.ifixit.com/Guide/Xbox+360+S+Hard+Drive+Replacement/3184)
|
||||
> - [Xbox 360 E](https://www.ifixit.com/Guide/Xbox+360+E+Hard+Drive+Replacement/22179)
|
||||
|
||||
5. Using the Xbox 360 Hard Drive Transfer Kit (or compatible SATA to USB adapter), connect your Xbox 360 hard drive to your PC.
|
||||
5. Using the Xbox 360 Hard Drive Transfer Cable (or compatible SATA to USB adapter), connect your Xbox 360 hard drive to your PC.
|
||||
|
||||
> [!CAUTION]
|
||||
> If you're using an unofficial SATA to USB adapter, you may need to remove the hard drive from its enclosure in order to connect it.
|
||||
|
@ -36,7 +36,7 @@
|
|||
>
|
||||
> For Xbox 360 S|E hard drives, this enclosure is glued shut and removing the hard drive may be an irreversible process!
|
||||
>
|
||||
> **It is highly recommended** that you obtain the official Xbox 360 Hard Drive Transfer Kit in order to proceed.
|
||||
> **It is highly recommended** that you obtain the official Xbox 360 Hard Drive Transfer Cable in order to proceed.
|
||||
|
||||
6. Download [the latest release of Velocity](https://github.com/Gualdimar/Velocity/releases/download/xex%2Biso-branch/Velocity-XEXISO.rar) and open the `*.rar` file using [7-Zip](https://7-zip.org/download.html), then extract its contents anywhere that's convenient to you.
|
||||
7. Create a new folder anywhere that's convenient to you for storing the game files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue