Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
For the others who are trying to make it work on their systems, highly recommend using the link OP mentioned. Instructions found on GloriousEggroll's GitHub: https://github.com/GloriousEggroll/proton-ge-custom <- Refer to the readme.md found at the bottom of the page and look for the "How to install" section
If you want step-by-step instructions:
1. Download the tar.gz OP mentioned: https://github.com/przmkg/proton-ge-custom/releases/tag/5.0-rc3-GE-1-MHW
2. Extract the tar.gz and you should see a folder named "proton-ge-5rc-mhw"
3. Copy the folder "proton-ge-5rc-mhw" to $HOME/.steam/root/compatibilitytools.d/
**** If you cannot see ".steam" on you file manager simply press Ctrl+H to show hidden folders; Note that you have to create the folder "compatibilitytools.d"
4. Open your Steam Client
5. Right click on "Monster Hunter World" in your library
6. Click on Properties
7. Check "Force the use of a specific Steam Play compatibility tool"
8. On the dropdown, select "proton-ge-5rc-mhw" (If you can select this, it's the first indication that your on the right track. Otherwise, check if you've missed anything from the previous steps.)
9. Click on Close to save your settings
10. Restart Steam Client
**** For safe measure/For checking ****
11. Right click on "Monster Hunter World" in your library
12. Click on Properties
13. Go to "Local Files" Tab
14 Click on "Verify Intergrity of Game Files" and wait for it Complete before clicking close
**** For safe measure/For checking ****
15. Play Iceborne!
Of course mad respect to GloriousEggroll, przmkg, and @Guy1524 - Those who made the custom proton fix possible. Thanks bros. You guys rock!
Many thanks to those involved in this patch!
Hey dude. Check that the extracted content is in "~/.steam/root/compatibilitytools.d/" and you should have a folder in there named "proton-ge-5rc-mhw". Of course inside it are all the files you extracted from the tar.gz file.
If this is a new system, check if you already have steam play enabled:
https://itsfoss.com/steam-play/
Also check if you already have the drivers required to run Proton/Steam Play at:
https://github.com/ValveSoftware/Proton/wiki/Requirements
Hope this helps bro.
After setting up the ge patch, the game runs okay-ish (it still has some inconsistent slowdown in the new zone that feels unrelated to the threading issue), but trying to use the Surveyor Set after its initial tutorial causes a blackscreen.
Somebody on Protondb.com was kind enough to link the solution:
https://www.protondb.com/app/582010
To fix surveyor camera do this.
1. Create a folder in your root directory named "_TempPhoto" (sudo mkdir /_TempPhoto)
2 .Give it appropriate permissions (I only tested it with full permissions, sudo chmod 700/_TempPhoto)
3. chown yourusername /_TempPhoto (alternatively you can use: chown $USER:$USER /_TempPhoto)
that is it and it will work with the surveyor on Linux
Credits to: LizardWithHat and Wuestengecko on github https://github.com/ValveSoftware/Prot...
https://www.youtube.com/watch?v=bFWFfVqkyhw&feature=youtu.be
* Deleting my graphics settings file and starting the game again.
* Validating game files.
* Reinstalling the game.
* Reinstalling GE's custom Proton.
I'm assuming your referring to "graphics_options.ini" and/or "graphics_options_preset.ini"...
Instead of deleting the files, try opening them using any text editor and set the values to lower settings like:
AmbientOcclusion=Off
VolumeRenderingQuality=Off
ShadowQuality=Low
...and so forth. Seems like you tweaked a graphics setting that your GPU does not support. Perhaps try switching:
DirectX12Enable=On
into:
DirectX12Enable=Off
...or vice versa. Hope that helps.