User Tools

Site Tools


games:wine:monster_hunter_world

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
Last revisionBoth sides next revision
games:wine:monster_hunter_world [2020/04/06 13:17] Sean Rhonegames:wine:monster_hunter_world [2020/04/13 13:19] – [Clean-up] Sean Rhone
Line 3: Line 3:
   * [[http://monsterhunterworld.com/|Monster Hunter World]]   * [[http://monsterhunterworld.com/|Monster Hunter World]]
   * [[https://store.steampowered.com/app/582010/MONSTER_HUNTER_WORLD/|Steam]]   * [[https://store.steampowered.com/app/582010/MONSTER_HUNTER_WORLD/|Steam]]
 +  * [[https://github.com/ValveSoftware/Proton/issues/175|Proton Issue Tracker]]
   * [[https://www.protondb.com/app/582010|ProtonDB]]   * [[https://www.protondb.com/app/582010|ProtonDB]]
   * [[https://appdb.winehq.org/objectManager.php?sClass=version&iId=37601|WineHQ AppDB]]   * [[https://appdb.winehq.org/objectManager.php?sClass=version&iId=37601|WineHQ AppDB]]
Line 9: Line 10:
  
   * [[distros:fedora_workstation_gnome|Fedora Workstation]]   * [[distros:fedora_workstation_gnome|Fedora Workstation]]
-  * [[notes:wine|Wine]] 
  
 ===== Notes ===== ===== Notes =====
Line 24: Line 24:
   sudo dnf install 'steam'   sudo dnf install 'steam'
  
-===== GloriousEggroll Proton =====+===== Custom Proton =====
  
-  * https://github.com/GloriousEggroll/proton-ge-custom/releases+  * [[https://github.com/GloriousEggroll/proton-ge-custom|GloriousEggroll/proton-ge-custom GitHub]] 
 +  * [[https://github.com/GloriousEggroll/proton-ge-custom/releases|Releases]]
  
-  * :!: Proton-5.5-GE-1 did not fix video playback, and introduces an issue with exiting the game+  * :!: ''Proton-5.5-GE-1'' did not fix video playback, and introduces an issue with exiting the game 
 +  * ''Proton-5.4-GE-3'' is fine
  
   mkdir -p ~/'.steam/root/compatibilitytools.d' && gio open ~/'.steam/root/compatibilitytools.d'   mkdir -p ~/'.steam/root/compatibilitytools.d' && gio open ~/'.steam/root/compatibilitytools.d'
Line 35: Line 37:
  
   * Install from Steam or restore from backup through Steam   * Install from Steam or restore from backup through Steam
 +  * :!: Need to go to properties and force the use of a specific compatibility tool, specifically the one downloaded on the previous step
   * :!: This can take up to 20-30 minutes   * :!: This can take up to 20-30 minutes
  
-=====  mf-install =====+===== mf-install =====
  
   * [[https://github.com/z0z0z/mf-install|z0z0z/mf-install GitHub]]   * [[https://github.com/z0z0z/mf-install|z0z0z/mf-install GitHub]]
 +
   * This fixes movie playback, notably trying to play back weapon preview videos   * This fixes movie playback, notably trying to play back weapon preview videos
   * :!: If MH:W freezes when trying to play a movie, or for seemingly no reason, this may be required   * :!: If MH:W freezes when trying to play a movie, or for seemingly no reason, this may be required
Line 55: Line 59:
   * :!: The ''PROTON'' environment variable needs to point to a folder containing the Proton compatibility tool planned to be used   * :!: The ''PROTON'' environment variable needs to point to a folder containing the Proton compatibility tool planned to be used
  
-  WINEPREFIX=~/'.steam/steam/steamapps/compatdata/582010/pfx' PROTON=~/'.steam/root/compatibilitytools.d/Proton-5.4-GE-3' ./mf-install.sh -proton+  cd '/tmp/mf-install' && WINEPREFIX=~/'.steam/steam/steamapps/compatdata/582010/pfx' PROTON=~/'.steam/root/compatibilitytools.d/Proton-5.4-GE-3' ./mf-install.sh -proton
  
 ==== Clean-up ==== ==== Clean-up ====
Line 61: Line 65:
 **** ****
  
-  rm -Rf '/tmp/mf-install' && sync +  cd ~ && rm -Rf '/tmp/mf-install' && sync
- +
-  PROTON_LOG=1 __NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only %command% +
- +
-====== Quick Commands ====== +
- +
-===== Winecfg ===== +
- +
-**** +
- +
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' winecfg +
- +
-===== Winetricks ===== +
- +
-**** +
- +
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' winetricks +
- +
-===== Registry Editor ===== +
- +
-**** +
- +
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' regedit +
- +
-===== Kill ===== +
- +
-**** +
- +
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' wineserver -k +
- +
-===== Execute ===== +
- +
-==== Battle.net App ==== +
- +
-  * [[notes:wine#environment_variables|More Environment Variables]] +
- +
-  cd ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/Battle.net' &&  +
- +
-  DXVK_HUD='full' +
- +
-  WINEDEBUG='-all' +
- +
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' wine ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/Battle.net/Battle.net Launcher.exe' +
- +
-==== World of Warcraft (Battle.net App) ====+
  
-  * [[notes:wine#environment_variables|More Environment Variables]]+====== Steam Launcher ======
  
-  cd ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft&& +  * [[notes:wine#other|More Environment Variables]] 
 +  * See [[https://github.com/ValveSoftware/Proton#runtime-config-options|Runtime Config Options]] for Proton-specific environment variables 
 +  * :!: For any environment variables added, make sure ''%command%'' is placed at the end of the line
  
-  DXVK_HUD='full'+===== Log =====
  
-  WINEDEBUG='-all'+  * Can be used to test if ''fsync'' is being used 
 +  * :!: Probably shouldn't keep this enabled all the time
  
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' wine ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft/World of Warcraft Launcher.exe'+  PROTON_LOG=1 %command%
  
-==== World of Warcraft ====+===== NVIDIA Optimus =====
  
-  * [[notes:wine#environment_variables|More Environment Variables]]+  * If using [[http://download.nvidia.com/XFree86/Linux-x86_64/440.64/README/primerenderoffload.html|PRIME Render Offload]]
  
-  cd ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft/_classic_' && +  __NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only %command%
  
-  DXVK_HUD='full'+====== Settings ======
  
-  WINEDEBUG='-all'+  * :!: A lot of this needs verification and is quick observation
  
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' wine ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft/_classic_/Wow.exe'+  * MH:W uses more video memory under this configuration (Proton + DXVKthan Windows 10 natively 
 +  * :!: Use of High-resolution textures on a 6GB GTX 1060 at 1080p goes over 6GB of video memory usage, and causes significant performance drops 
 +  * Volumetric lighting should be set to Low; doesn't seem to affect graphics quality, but hits performance hard above Low 
 +  * Vsync should be disabled seemingly
  
-===== File Manager =====+====== File Manager ======
  
-==== Compatibility Tools ====+===== Compatibility Tools =====
  
 **** ****
Line 137: Line 103:
   gio open ~/'.steam/steam/compatibilitytools.d'   gio open ~/'.steam/steam/compatibilitytools.d'
  
-==== Wine Prefix ====+===== Wine Prefix =====
  
 **** ****
Line 143: Line 109:
   gio open ~/'.steam/steam/steamapps/compatdata/582010/pfx'   gio open ~/'.steam/steam/steamapps/compatdata/582010/pfx'
  
-==== Game Data ====+===== Game Data =====
  
 **** ****
  
   gio open ~/'.steam/steam/steamapps/common/Monster Hunter World'   gio open ~/'.steam/steam/steamapps/common/Monster Hunter World'
/var/www/wiki/data/pages/games/wine/monster_hunter_world.txt · Last modified: 2020/04/15 12:56 by Sean Rhone