UnleashedRecomp icon indicating copy to clipboard operation
UnleashedRecomp copied to clipboard

Steam deck performance

Open Sonicloop16 opened this issue 9 months ago • 3 comments

Would like to know people experience with the game on steam deck.

Sonicloop16 avatar Mar 03 '25 20:03 Sonicloop16

Will generally perform around 60 FPS at 1280x800 with 4xMSAA + Alpha-to-coverage, shadows at 2048, bicubic lightmap filtering and enhanced motion blur, but will drop to as low as 40FPS depending on the scene, particularly when you have a lot of particles on screen or when the camera is in front of a lot of transparencies.

krittinen avatar Mar 03 '25 21:03 krittinen

I tested the game on my Steam Deck, and the performance was outstanding—no stuttering or visual issues whatsoever, also keeped a very stable FPS rate with no additional graphics setup.

I used Windows Subsystem for Linux (WSL2) to build the Linux version of the game by doing the following:

On WSL

Install Flatpak

  • sudo apt install flatpak

Install UnleashedRecomp via Flatpak

  • flatpak install io.github.hedge_dev.unleashedrecomp.flatpak

Run UnleashedRecomp

  • Run flatpak (flatpak run io.github.hedge_dev.unleashedrecomp)

Copy the necessary data to transfer to the Steam Deck

  • Copy ~/.var/app/io.github.hedge_dev.unleashedrecomp/data to /home/deck/.var/app/io.github.hedge_dev.unleashedrecomp/data (I do not copied the cache and config folders only data folder)

On Steam Deck

Install UnleashedRecomp via Flatpak

  • flatpak install io.github.hedge_dev.unleashedrecomp.flatpak
  • Run the game

tomsnunes avatar Mar 03 '25 21:03 tomsnunes

I tested the game on my Steam Deck, and the performance was outstanding—no stuttering or visual issues whatsoever, also keeped a very stable FPS rate with no additional graphics setup.

I used Windows Subsystem for Linux (WSL2) to build the Linux version of the game by doing the following:

On WSL

Install Flatpak

  • sudo apt install flatpak

Install UnleashedRecomp via Flatpak

  • flatpak install io.github.hedge_dev.unleashedrecomp.flatpak

Run UnleashedRecomp

  • Run flatpak (flatpak run io.github.hedge_dev.unleashedrecomp)

Copy the necessary data to transfer to the Steam Deck

  • Copy ~/.var/app/io.github.hedge_dev.unleashedrecomp/data to /home/deck/.var/app/io.github.hedge_dev.unleashedrecomp/data (I do not copied the cache and config folders only data folder)

On Steam Deck

Install UnleashedRecomp via Flatpak

  • flatpak install io.github.hedge_dev.unleashedrecomp.flatpak
  • Run the game

I've built from the steam deck itself lmao

gouineblade avatar Mar 04 '25 00:03 gouineblade