User Tools

Site Tools


games:linux:wine:gta_v_legacy_legendary

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:linux:wine:gta_v_legacy_legendary [2026/05/03 01:39] – [dxvk.conf] Sean Rhonegames:linux:wine:gta_v_legacy_legendary [2026/05/19 06:19] (current) – [Simple Trainer] Sean Rhone
Line 9: Line 9:
   * [[linux:distros:opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]]   * [[linux:distros:opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]]
   * [[linux:notes:wine|Wine]] (old WoW64)   * [[linux:notes:wine|Wine]] (old WoW64)
- 
-===== TODO ===== 
- 
-  * [[games:windows:gta_v_legacy_legendary]] 
  
 ====== Legendary ====== ====== Legendary ======
Line 79: Line 75:
  
   * https://github.com/doitsujin/dxvk/actions ((need to be signed into GitHub, and select the latest ''master'' artifacts package))   * https://github.com/doitsujin/dxvk/actions ((need to be signed into GitHub, and select the latest ''master'' artifacts package))
-  * Last tested: ''dxvk-master-d1b0151cb40288de31d5af4a2e84173c3889afa2.zip''+  * Last tested: ''dxvk-master-6e9b5047218f6a9e720730140cb97c9abd8ed697.zip''
  
-  rm -Rf '/tmp/dxvk-master' && unzip ~/'Downloads/dxvk-master-'*'.zip' -d '/tmp/dxvk-master' && mv -fv '/tmp/dxvk-master/x64/d3d11.dll' '/tmp/dxvk-master/x64/dxgi.dll' '/tmp/dxvk-master/x64/d3d10core.dll' ~/'.wine/GTA V/drive_c/windows/system32'+  unzip --~/'Downloads/dxvk-master-'*'.zip' 'x64/d3d11.dll' 'x64/dxgi.dll' 'x64/d3d10core.dll' -d ~/'.wine/GTA V/drive_c/windows/system32'
  
 ==== Dll Overrides ==== ==== Dll Overrides ====
Line 97: Line 93:
 <code> <code>
 # General # General
-d3d11.samplerLodBias = "-2.0"+dxvk.allowFse = "True" 
 +d3d9.dpiAware = "False" 
 +d3d9.enumerateByDisplays = "False" 
 +dxgi.enableHDR = "False"
 dxgi.maxFrameRate = "80" dxgi.maxFrameRate = "80"
 +d3d11.samplerLodBias = "-2.0"
  
 # Intel # Intel
-dxvk.hideIntegratedGraphics = "False" 
 dxgi.hideIntelGpu = "False" dxgi.hideIntelGpu = "False"
 +dxvk.hideIntegratedGraphics = "False"
 dxvk.enableGraphicsPipelineLibrary = "False" dxvk.enableGraphicsPipelineLibrary = "False"
 +dxvk.enableMemoryDefrag = "False"
 +dxvk.lowerSinCos = "False"
  
 # Tweaks # Tweaks
 dxvk.latencySleep = "False" dxvk.latencySleep = "False"
-dxgi.syncInterval = "0" 
 dxvk.tearFree = "False" dxvk.tearFree = "False"
 +dxgi.maxFrameLatency = "1"
 +dxgi.syncInterval = "0"
 d3d11.relaxedBarriers = "True" d3d11.relaxedBarriers = "True"
 d3d11.relaxedGraphicsBarriers = "True" d3d11.relaxedGraphicsBarriers = "True"
-d3d11.samplerAnisotropy = "0" 
-dxvk.useRawSsbo = "True" 
-dxvk.enableImplicitResolves = "False" 
-dxvk.enableMemoryDefrag = "False" 
-d3d9.dpiAware = "False" 
-d3d9.floatEmulation = "True" 
-dxvk.lowerSinCos = "False" 
  
 # HUD # HUD
 +#dxvk.hud = "fps,memory,gpuload"
 #dxvk.hud = "full" #dxvk.hud = "full"
  
Line 143: Line 140:
  
   unar -o ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV' -no-directory -f ~/'Downloads/'*'TrainerV.rar' 'TrainerV.asi'   unar -o ~/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV' -no-directory -f ~/'Downloads/'*'TrainerV.rar' 'TrainerV.asi'
 +
 +=== trainerV.ini ===
 +
 +  mkdir -p ~/'.wine/GTA V/drive_c/users/'$USER'/AppData/Roaming/TrainerV/Legacy' && nano ~/'.wine/GTA V/drive_c/users/'$USER'/AppData/Roaming/TrainerV/Legacy/trainerV.ini'
 +
 +<code>
 +[Defaults]
 +UnlimitedAbility=1
 +NoNoise=1
 +FastSwim=1
 +SuperJump=1
 +SpeedBoost=1
 +No_Reload=1
 +UnlimitedAmmo=1
 +RevealMap=1
 +RevealFort=1
 +Infinite_Boost=1
 +Nitro=1
 +MaxTuned=1
 +InfStamina=1
 +RestAreas=1
 +changeswimwear=0
 +
 +// End</code>
  
 ====== Settings ====== ====== Settings ======
Line 182: Line 203:
 ====== TODO ====== ====== TODO ======
  
-  legendary launch '9d2d0eb64d5c44529cece33fe2a46482' --offline --wine-prefix ~/'.wine/GTA V' --wrapper "wine $HOME/'.wine/GTA V/drive_c/Program Files/Epic Games/Launcher/EpicGamesLauncher.exe$HOME/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/PlayGTAV.exe' -scOfflineOnly"+  cd ~/'.wine/GTA V/drive_c/Program Files/Rockstar Games/Launcher' && WINEPREFIX=~/'.wine/GTA Vwine ~/'.wine/GTA V/drive_c/Program Files/Rockstar Games/Launcher/Launcher.exe'
  
-  WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /'renderer' /'REG_SZ' /'vulkan' /f+  legendary launch '9d2d0eb64d5c44529cece33fe2a46482' --wine-prefix ~/'.wine/GTA V' --wrapper "wine $HOME/'.wine/GTA V/drive_c/Program Files/Epic Games/Launcher/EpicGamesLauncher.exe$HOME/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/PlayGTAV.exe'
 + 
 +  legendary launch '9d2d0eb64d5c44529cece33fe2a46482' --offline --wine-prefix ~/'.wine/GTA V--wrapper "wine $HOME/'.wine/GTA V/drive_c/Program Files/Epic Games/Launcher/EpicGamesLauncher.exe$HOME/'.wine/GTA V/drive_c/Program Files/Epic Games/GTAV/PlayGTAV.exe' -scOfflineOnly"
  
   WINEPREFIX=~/'.wine/GTA V' wineserver -k   WINEPREFIX=~/'.wine/GTA V' wineserver -k
 +
 +===== Etc =====
 +
 +  WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'renderer' /t 'REG_SZ' /d 'gdi' /f
 +
 +  WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'csmt' /t 'REG_DWORD' /d '0' /f
 +
 +  WINEPREFIX=~/'.wine/GTA V' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Drivers' /v 'Graphics' /t 'REG_SZ' /d 'wayland' /f
  
   ~/'Documents/Rockstar Games/GTA V/Profiles'   ~/'Documents/Rockstar Games/GTA V/Profiles'
/srv/www/wiki/data/attic/games/linux/wine/gta_v_legacy_legendary.1777786777.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki