https://aur.archlinux.org/packages/dxvk-git/ ~ installed this pack everything is so beautiful and it works fine in games (so thank u) but i have a problem I could not activate HUD(FPS,memories etc) the on-screen indicators
The Walking Dead http://store.steampowered.com/agecheck/app/207610/?l=turkish The Hunter Classic http://store.steampowered.com/app/253710/theHunter_Classic/
ı usefull this script
#! /bin/sh # script by xpander # Read the file location and go into it BINDIR="$(dirname "$(readlink -fn "$0")")" cd "$BINDIR" # Define directories. gamedir=$BINDIR winebindir="$BINDIR"/wine-staging/bin wineprefixdir="$BINDIR"/_DXVK_prefix # Disable debugging export WINEDEBUG=-all # Vulkan stuff export DXVK_DEBUG_LAYERS=1 export DXVK_HUD=devinfo,fps,frametimes DXVK_HUD=1 # Start Steam in prefix PATH="$winebindir:$PATH" env WINEPREFIX="$wineprefixdir" wine "$BINDIR/_DXVK_prefix/drive_c/Program Files (x86)/Steam/Steam.exe" -no-cef-sandbox
Those are D3D9 games. DXVK only supports D3D11.
DXVK_DEBUG_LAYERS=1
DXVK_HUD=1
DXVK_HUD=devinfo,fps,frametimes
WINEDEBUG=-all
WINEPREFIX="$wineprefixdir"
https://aur.archlinux.org/packages/dxvk-git/ ~ installed this pack
everything is so beautiful and it works fine in games (so thank u)
but i have a problem I could not activate HUD(FPS,memories etc) the on-screen indicators
I tried 2 games and did not get results
The Walking Dead http://store.steampowered.com/agecheck/app/207610/?l=turkish
The Hunter Classic http://store.steampowered.com/app/253710/theHunter_Classic/
System information
ı usefull this script