Image 1 — Get Console like experience with Playnite using Dual shock 4 or Dual shock 5
Image 2 — Get Console like experience with Playnite using Dual shock 4 or Dual shock 5

Get Console like experience with Playnite using Dual shock 4 or Dual shock 5

Basically windows does not support DS4 controller or DS5 out the box so you have to use DS4 windows for that .

Now using this script you can automate launching DS4 Windows, and exit it on playnite's Exit it seems very cool so i thought i would share it you guys.

Place you ds4 windows install in the C:\Program Files (x86)\ or change the script path.

Do these settings in DS4 windows:

Hide Controller so you don't get double input.

Tick> Start minimized

Close Minimizes.

Then go to playnite > Setting > Scripts > Application scripts>
paste this in the "Execute on application start"

if (-not (Get-Process "DS4Windows" -ErrorAction SilentlyContinue)) {
    Start-Process -FilePath "C:\Program Files (x86)\DS4Windows\DS4Windows.exe"
}

Paste this in the "Execute on application close"

Stop-Process -Name "DS4Windows" -ErrorAction SilentlyContinue

Now when ever you start Playnite it will launch DS4 windows with itself saving you extra step.

and when you close the Playnite it will kill the ds4 windows.

Hiding DS4 controller option needs the Ds4 windows to be ran as administrator, for that either run playnite as an admin or Accept the ds4 UAC prompt.

u/Significant-Air-8825 — 4 days ago

Steam Alike – a new Playnite Fullscreen theme

I’ve released Steam Alike, a controller-focused Fullscreen theme for Playnite.

It uses a single horizontal row of equal-size game covers, selected-game background artwork, a compact bottom action bar, and PlayStation/Xbox button prompts.

The theme is currently built for Playnite 10 and Fullscreen Theme API 2.9.0.

Screenshots, installation instructions, source code, and the .pthm download are available here:

https://github.com/M-Essa11/steam-alike-playnite

Use SteamGridDB Meta Data for Best Use.

u/Significant-Air-8825 — 7 days ago
▲ 156 r/FuckDenuvo+1 crossposts

[GUIDE] How to run HV Crack Releases (Denuvo Bypasses) on CachyOS / Linux (Intel CPUs)

Step 1: Base CachyOS Setup
Grab the latest CachyOS ISO from the official site and flash it to a USB using Ventoy or BalenaEtcher.

Reboot into CachyOS and run a full system update:

sudo pacman -Syu

Step 2: Disable UMIP in Your Bootloader

Option A: systemd-boot (Default on CachyOS)

sudo micro /etc/sdboot-manage.conf or 
sudo nano /etc/sdboot-manage.conf

Locate the line starting with LINUX_OPTIONS=. Add clearcpuid=514 at the very end inside the quotes.

Example

LINUX_OPTIONS="quiet splash rw clearcpuid=514"

Apply the updated config to your boot entry:

sudo sdboot-manage gen

Option B: GRUB Bootloader

sudo micro /etc/default/grub or 
sudo nano /etc/default/grub

Locate the line starting with GRUB_CMDLINE_LINUX_DEFAULT=. Add clearcpuid=514 at the very end inside the quotes.

Example:

GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet splash clearcpuid=514"

Regenerate your GRUB configuration file:

sudo grub-mkconfig -o /boot/grub/grub.cfg

Verify UMIP is Disabled

sudo reboot

Once booted back in, run this command in your terminal:

cat /proc/cpuinfo | grep "umip"

Step 3: Install the Patched Proton Compatibility Tool

Create Steam's custom compatibility tools directory if it doesn't already exist:

mkdir -p ~/.local/share/Steam/compatibilitytools.d

Download your patched Proton build tarball (e.g., Proton-GE11-1-LinUwUx.tar.gz or cachyos_11.0_20260702-LinUwUx.tar.xz

Extract it via terminal (do NOT use GUI extractors they can drop empty directories needed by Wine):

tar -xf ~/Downloads/cachyos_11.0_20260702-LinUwUx.tar.xz -C ~/.local/share/Steam/compatibilitytools.d/

Step 4: Configure Game Files & Crack

Find DenuvOwO.ini or Reflex.ini in the game folder and open it with a text editor:

Locate AutoLoad and AutoLoadHV and set both to false:

AutoLoad=false
AutoLoadHV=false

his stops the crack from trying to load Windows-native hypervisor drivers inside Wine, which will crash the game on Linux

Step 5: Launching the Game

  1. Open Steam.
  2. Go to Games >Add a Non-Steam Game to My Library...
  3. Browse to your game folder, select the primary .exe, and click Add Selected Programs.
  4. Right-click the game in your Steam Library > Properties > Compatibility.
  5. Check Force the use of a specific Steam Play compatibility tool and select CachyOS-LinUwUx from the dropdown menu.
  6. Hit Play.

Enjoy gaming on Linux without Windows telemetry holding you back.

reddit.com
u/Significant-Air-8825 — 11 days ago

Sonic Racing: CrossWorlds LinUwUx | CachyOS

Followed the cs rin ru guide and Sonic racing crosswords is working like a charm.
it is super easy and efficient in comparison to windows HV bypass.
One of the coolest experience..
proton used:cachyos_11.0_20260702-LinUwUx
running it via steam as non steam game.

u/Significant-Air-8825 — 12 days ago

Sonic Racing: CrossWorlds LinUwUx | CachyOS

Followed the cs rin ru guide and Sonic racing crosswords is working like a charm.
it is super easy and efficient in comparison to windows HV bypass.
One of the coolest experience.
if you guys want i can make a YT tutorial or Guide.
proton used:cachyos_11.0_20260702-LinUwUx
running it via steam as non steam game.

u/Significant-Air-8825 — 12 days ago

Building an Open-Source Offline Launcher for FitGirl Repacks

I’m building an open-source launcher designed for organizing and launching FitGirl repacks completely offline.

It’s forked from Playnite and stripped down for lower RAM usage, with optional SteamGridDB support for downloading cover art, backgrounds, and icons.

Features include:

  • PS4, PS5, and Xbox controller support out of the box
  • Controller emulation and light-bar customization
  • Desktop and console-style modes
  • Custom UI colors
  • Local game library with no store integrations required
  • Console mode.

I’m hoping to release the first public build within a day or two. Feedback and feature suggestions are welcome!
long live piracy!

u/Significant-Air-8825 — 19 days ago

I made an open-source iPhone drive-mounting app for Windows

Windows normally makes accessing iPhone app documents unnecessarily difficult, so I built an open-source solution.

iPhone Drive for Windows mounts the Documents folders of compatible iOS apps such as VLC and LocalSend as a normal Windows drive with an automatically assigned letter.

It supports file transfers, automatic device detection, actual iPhone capacity reporting, system-tray operation, and installs Dokan automatically.

Apple Devices for Windows is required. Protected iOS files are not accessible, and apps must support iOS File Sharing.

GitHub:
https://github.com/M-Essa11/iphone-drive-windows

First release:
https://github.com/M-Essa11/iphone-drive-windows/releases/tag/v1.0.0

This is an early release, so testers and contributors are welcome!
Do restart your PC after installation.

u/Significant-Air-8825 — 1 month ago
▲ 656 r/software+2 crossposts

I made an open-source iPhone drive-mounting app for Windows

Windows normally makes accessing iPhone app documents unnecessarily difficult, so I built an open-source solution.

iPhone Drive for Windows mounts the Documents folders of compatible iOS apps such as VLC and LocalSend as a normal Windows drive with an automatically assigned letter.

It supports file transfers, automatic device detection, actual iPhone capacity reporting, system-tray operation, and installs Dokan automatically.

Apple Devices for Windows is required. Protected iOS files are not accessible, and apps must support iOS File Sharing.

GitHub:
https://github.com/M-Essa11/iphone-drive-windows

First release:
https://github.com/M-Essa11/iphone-drive-windows/releases/tag/v1.0.0

This is an early release, so testers and contributors are welcome!

u/Significant-Air-8825 — 1 month ago

Dual shock4 vibration not working in 007 first light!

i am using Ds4 windows and have the ps4 controller but the vibration does not seem to work its shows Ds5 icons though, i tried switching to xbox input but still no luck

reddit.com
u/Significant-Air-8825 — 2 months ago
▲ 1 r/Fedora

My trading view App is not rendering the text properly need help!

i am using fedora workstation, i have this issue with tradingview app i tried installing via snap and flatpak, but still the text looks like an OS from 2005, i tried x11, wayland, force better rendering etc but still nothing helps, how can i get better text like macos or Windows?

look at the HUD text and the remaining time its horrible.

https://preview.redd.it/qeppg3u06u6h1.png?width=1916&format=png&auto=webp&s=33df6b715e84f9fe622132a3e5f97508e2b691a1

reddit.com
u/Significant-Air-8825 — 2 months ago
▲ 18 r/Fedora

Just installed Fedora workstation after using Windows for 15 years!

reddit.com
u/Significant-Air-8825 — 3 months ago