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/04/06 13:17] Sean Rhonegames:wine:monster_hunter_world [2024/08/13 16:14] (current) – removed Sean Rhone
Line 1: Line 1:
-====== Information ====== 
  
-  * [[http://monsterhunterworld.com/|Monster Hunter World]] 
-  * [[https://store.steampowered.com/app/582010/MONSTER_HUNTER_WORLD/|Steam]] 
-  * [[https://www.protondb.com/app/582010|ProtonDB]] 
-  * [[https://appdb.winehq.org/objectManager.php?sClass=version&iId=37601|WineHQ AppDB]] 
- 
-===== Prerequisites ===== 
- 
-  * [[distros:fedora_workstation_gnome|Fedora Workstation]] 
-  * [[notes:wine|Wine]] 
- 
-===== Notes ===== 
- 
-  * Benefits from a Fsync-compatible kernel 
-  * Benefits or requires GloriousEggroll's custom Proton build 
- 
-====== Install ====== 
- 
-===== Steam ===== 
- 
-**** 
- 
-  sudo dnf install 'steam' 
- 
-===== GloriousEggroll Proton ===== 
- 
-  * https://github.com/GloriousEggroll/proton-ge-custom/releases 
- 
-  * :!: Proton-5.5-GE-1 did not fix video playback, and introduces an issue with exiting the game 
- 
-  mkdir -p ~/'.steam/root/compatibilitytools.d' && gio open ~/'.steam/root/compatibilitytools.d' 
- 
-===== Monster Hunter World ===== 
- 
-  * Install from Steam or restore from backup through Steam 
-  * :!: This can take up to 20-30 minutes 
- 
-=====  mf-install ===== 
- 
-  * [[https://github.com/z0z0z/mf-install|z0z0z/mf-install GitHub]] 
-  * 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 
- 
-==== Download ==== 
- 
-**** 
- 
-  rm -Rf '/tmp/mf-install' && git clone --branch 'master' --depth '1' 'https://github.com/z0z0z/mf-install.git' '/tmp/mf-install' && sync 
- 
-==== Install ==== 
- 
-  * :!: 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 
- 
-==== Clean-up ==== 
- 
-**** 
- 
-  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]] 
- 
-  cd ~/'Wine Prefixes/World of Warcraft Classic/drive_c/Program Files (x86)/World of Warcraft' &&  
- 
-  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/World of Warcraft Launcher.exe' 
- 
-==== 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 ===== 
- 
-==== Compatibility Tools ==== 
- 
-**** 
- 
-  gio open ~/'.steam/steam/compatibilitytools.d' 
- 
-==== Wine Prefix ==== 
- 
-**** 
- 
-  gio open ~/'.steam/steam/steamapps/compatdata/582010/pfx' 
- 
-==== Game Data ==== 
- 
-**** 
- 
-  gio open ~/'.steam/steam/steamapps/common/Monster Hunter World' 
C:/www/wiki/data/attic/games/wine/monster_hunter_world.1586193447.txt.gz · Last modified: (external edit)