Package Details: unleashedrecomp-bin 1.0.2-2

Git Clone URL: https://aur.archlinux.org/unleashedrecomp-bin.git (read-only, click to copy)
Package Base: unleashedrecomp-bin
Description: An unofficial PC port of the Xbox 360 version of Sonic Unleashed created through the process of static recompilation
Upstream URL: https://github.com/Jujstme/UnleashedRecomp
Licenses: GPL3
Submitter: Jujstme
Maintainer: Jujstme
Last Packager: Jujstme
Votes: 0
Popularity: 0.000000
First Submitted: 2025-03-06 14:04 (UTC)
Last Updated: 2025-03-10 21:42 (UTC)

Required by (0)

Sources (3)

Latest Comments

Jujstme commented on 2025-03-07 18:49 (UTC) (edited on 2025-03-07 18:49 (UTC) by Jujstme)

Game has been updated to version 1.0.2. Starting from this version, the game data will be stored into ~/.local/share/UnleashedRecomp directory, as per patches used in the fork I'm using. I really wish not to bother with compilation on the client side, because you can't compile the source without the original binaries from the Xbox 360 (and those can't be redistributed).

If you previously installed the game, you should find the game assets into ~/.sunrdata. Those should be either deleted or moved into ~/.local/share/UnleashedRecomp (in the latter case, you won't need to reinstall the game).

Save files are not affected by the version upgrade.

vitaliikuzhdin commented on 2025-03-06 21:19 (UTC) (edited on 2025-03-07 21:01 (UTC) by vitaliikuzhdin)

$ UnleashedRecomp
[*] OS doesn't support registry
[*] SDL video driver: "x11"
Missing required extension: VK_KHR_xlib_surface.
Missing required extension: VK_KHR_surface.
Unable to create instance. Required extensions are missing.

If I'm not mistaken, you need to add depends+=('vulkan-driver').

Jujstme commented on 2025-03-06 15:51 (UTC)

I added ostree and tried to fix the game install data. By default, the application wants to write into /var/data directly to store the game data... which is obviously a bad idea. Now the PKGBUILD directly modifies the executable so it writes inside the home directory.

Jujstme commented on 2025-03-06 14:22 (UTC)

Looks like I forgot to add ostree as a dependency. Keep in mind the package will install correctly if you do but I just noticed it will fail to install the game data. Looks like they hardcoded the data to be installed into /var...

vitaliikuzhdin commented on 2025-03-06 14:20 (UTC)

==> Starting package()...
/home/vitalii/.cache/yay/unleashedrecomp-bin/PKGBUILD: line 51: ostree: command not found