You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Unleashed Recompiled is an unofficial PC port of the Xbox 360 version of Sonic U
48
48
49
49
- Xbox 360 (modifications not necessary)
50
50
- Xbox 360 Hard Drive (20 GB minimum)
51
-
- Xbox 360 Hard Drive Transfer Kit (or a compatible SATA to USB adapter)
51
+
- Xbox 360 Hard Drive Transfer Cable (or a compatible SATA to USB adapter)
52
52
- Sonic Unleashed for Xbox 360 (US or EU, **JP is not supported**)
53
53
- 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)).
54
54
- Title Update required.
@@ -138,7 +138,9 @@ Support for the D-Pad has been added to various parts of the game, allowing the
138
138
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!
139
139
140
140
> [!NOTE]
141
-
> LED and touchpad support for the DualShock 4 and DualSense may be limited on Linux.
141
+
> 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).
142
+
>
143
+
> Support for both features may also be limited on Linux.
142
144
143
145
### Low Input Latency
144
146
@@ -374,6 +376,9 @@ Some of the game's more demanding sections require strong CPU single-thread perf
374
376
375
377
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.
376
378
379
+
> [!WARNING]
380
+
> Using external frame rate limiters or performance overlays may degrade performance or have negative consequences.
381
+
377
382
### Can I install the game with a PlayStation 3 copy?
378
383
379
384
**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
382
387
383
388
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.
384
389
390
+
### Why is the game detecting my PlayStation controller as an Xbox controller?
391
+
392
+
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.
393
+
385
394
### Will macOS be supported?
386
395
387
396
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).
Copy file name to clipboardExpand all lines: docs/DUMPING-en.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
### Pre-requisites
4
4
- Xbox 360 (modifications not necessary)
5
5
- Xbox 360 Hard Drive (20 GB minimum)
6
-
- Xbox 360 Hard Drive Transfer Kit (or a compatible SATA to USB adapter)
6
+
- Xbox 360 Hard Drive Transfer Cable (or a compatible SATA to USB adapter)
7
7
- Sonic Unleashed for Xbox 360 (US or EU, **JP is not supported**)
8
8
- 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)).
5. Using the Xbox 360 Hard Drive Transfer Kit (or compatible SATA to USB adapter), connect your Xbox 360 hard drive to your PC.
30
+
5. Using the Xbox 360 Hard Drive Transfer Cable (or compatible SATA to USB adapter), connect your Xbox 360 hard drive to your PC.
31
31
32
32
> [!CAUTION]
33
33
> 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 @@
36
36
>
37
37
> For Xbox 360 S|E hard drives, this enclosure is glued shut and removing the hard drive may be an irreversible process!
38
38
>
39
-
> **It is highly recommended** that you obtain the official Xbox 360 Hard Drive Transfer Kit in order to proceed.
39
+
> **It is highly recommended** that you obtain the official Xbox 360 Hard Drive Transfer Cable in order to proceed.
40
40
41
41
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.
42
42
7. Create a new folder anywhere that's convenient to you for storing the game files.
0 commit comments