Advertisement
Guest User

Resorep on Linux with Steam Proton

a guest
Jan 19th, 2020
7,556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. https://www.undertow.club/threads/tool-resorep-directx-11-texture-replacer.8402/
  2.  
  3. Resorep installation for Rise of the Tomb Raider on Steam Proton.
  4. Probably the same or very similar with other games.
  5.  
  6. Working on default Manjaro Linux as of 20/01/2020.
  7.  
  8. Manual installation method. .jar doesn't work.
  9.  
  10. Copy C:\Windows\System32\d3d11.dll to same folder as game's .exe file.
  11. Rename copied d3d11.dll to ori_d3d11.dll (in the game folder, not in the system folder!)
  12. Copy dx11proxy64.dll to same folder as game's .exe file.
  13. <I used the win7/8/8.1 version. Win10 might work, not sure.>
  14. Rename copied dx11proxy64.dll in game folder to d3d11.dll
  15. Create dllsettings.txt file in same folder as game's .exe file.
  16. <I renamed to dllsettings.ini instead>
  17. Open dllsettings.txt file with Notepad.
  18. Put the following text inside dllsettings.txt file:
  19. version=1.7.0
  20. modded_textures_folder=C:\users\steamuser\Downloads\modded
  21. mod_creator_mode_enabled=false
  22. dll_log_enabled=false
  23. dll_log_file=C:\Users\steamuser\Downloads\log.log
  24. save_textures=false
  25. original_textures_folder=C:\users\steamuser\Downloads\existing
  26. application_to_hook=Z:\home\<LINUXUSER>\.local\share\Steam\steamapps\common\<GAME NAME>\<GAME>.exe|BIT64
  27.  
  28.  
  29. Logging did not work for me.
  30.  
  31. Windows to Linux folder relationships:
  32. C:\Windows\System32\ == /home/<LINUXUSER>/.local/share/Steam/steamapps/compatdata/<APPID>/pfx/drive_c/windows/system32/
  33. C:\users\steamuser\Downloads\ == /home/<LINUXUSER>/.local/share/Steam/steamapps/compatdata/<APPID>/pfx/drive_c/users/steamuser/Downloads/
  34.  
  35. Put your modded files in "C:\users\steamuser\Downloads\modded" under the Wine prefix or as set in dllsettings.ini (See the above relationship.)
  36.  
  37. Regarding application_to_hook:
  38. The root "/" is mounted to "Z:" in Wine.
  39. The actual files are in /home/<LINUXUSER>/.local/share/Steam/steamapps/ not /home/<LINUXUSER>/.steam/steam/steamapps/
  40. Therefore the program is run from this folder.
  41. While the game is running, you can ALT+TAB and use "htop" in terminal to see the path, should there be doubt.
  42. Remember to use \ in Windows paths.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement