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
games:wine:monster_hunter_world [2020/03/09 05:26] Sean Rhonegames:wine:monster_hunter_world [2020/04/15 12:56] (current) – [mf-install] 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 22: Line 22:
 **** ****
  
-    sudo dnf install 'steam'+  sudo dnf install 'steam'
  
-===== proton-ge-custom =====+===== 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.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 32: Line 36:
 ===== Monster Hunter World ===== ===== Monster Hunter World =====
  
-  * Install from Steam or Restore from Steam Backup+  * 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
  
-  PROTON_LOG=1 __NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only %command%+===== mf-install =====
  
-====== Quick Commands ======+  * [[https://github.com/z0z0z/mf-install|z0z0z/mf-install GitHub]]
  
-===== Winecfg =====+  * 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 
 +  * :!: Observe [[https://github.com/ValveSoftware/Proton/issues/175|Proton issue #175]] and [[https://www.protondb.com/app/582010|ProtonDB]] to see if there's any reports related to this 
 +  * :!: As of 2020/04/06, ''Proton-5.4-GE-3'' requires this 
 +  * :!: Be aware of [[https://github.com/z0z0z/mf-install/issues/44|issue #44]] with CPUs with more than 8 cores
  
-**** +==== Download ====
- +
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' winecfg +
- +
-===== Winetricks =====+
  
 **** ****
  
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classicwinetricks+  rm -Rf '/tmp/mf-install&& git clone --branch 'master' --depth '1' 'https://github.com/z0z0z/mf-install.git' '/tmp/mf-install&& sync
  
-===== Registry Editor =====+==== Install ====
  
-****+  :!: The ''PROTON'' environment variable needs to point to a folder containing the Proton compatibility tool planned to be used
  
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classicregedit+  cd '/tmp/mf-install' && WINEPREFIX=~/'.steam/steam/steamapps/compatdata/582010/pfxPROTON=~/'.steam/root/compatibilitytools.d/Proton-5.4-GE-3' ./mf-install.sh -proton
  
-===== Kill =====+==== Clean-up ====
  
 **** ****
  
-  WINEPREFIX=~/'Wine Prefixes/World of Warcraft Classic' wineserver -k+  cd && rm -Rf '/tmp/mf-install' && sync
  
-===== Execute =====+====== Steam Launcher ======
  
-==== Battle.net App ====+  * [[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
  
-  * [[notes:wine#environment_variables|More Environment Variables]]+===== Log =====
  
-  cd ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/Battle.net&& +  * Can be used to test if ''fsync'' is being used 
 +  * :!: Probably shouldn't keep this enabled all the time
  
-  DXVK_HUD='full'+  PROTON_LOG=1 %command%
  
-  WINEDEBUG='-all'+===== NVIDIA Optimus =====
  
-  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'+  * If using [[http://download.nvidia.com/XFree86/Linux-x86_64/440.64/README/primerenderoffload.html|PRIME Render Offload]]
  
-==== World of Warcraft (Battle.net App) ====+  __NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only %command%
  
-  * [[notes:wine#environment_variables|More Environment Variables]]+====== Settings ======
  
-  cd ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft' && +  * :!: A lot of this needs verification and is quick observation
  
-  DXVK_HUD='full'+  * MH:W uses more video memory under this configuration (Proton + DXVK) than 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
  
-  WINEDEBUG='-all'+====== File Manager ======
  
-  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'+===== Compatibility Tools =====
  
-==== World of Warcraft ==== +****
- +
-  [[notes:wine#environment_variables|More Environment Variables]] +
- +
-  cd ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft/_classic_' &&  +
- +
-  DXVK_HUD='full' +
- +
-  WINEDEBUG='-all' +
- +
-  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'+
  
-===== File Manager =====+  gio open ~/'.steam/steam/compatibilitytools.d'
  
-==== Root ====+===== Wine Prefix =====
  
 **** ****
  
-  gio open ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft/_classic_'+  gio open ~/'.steam/steam/steamapps/compatdata/582010/pfx'
  
-==== AddOns ====+===== Game Data =====
  
 **** ****
  
-  gio open ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft/_classic_/AddOns'+  gio open ~/'.steam/steam/steamapps/common/Monster Hunter World'
/var/www/wiki/data/attic/games/wine/monster_hunter_world.1583745989.txt.gz · Last modified: 2020/03/09 05:26 by Sean Rhone