mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-01-17 19:47:00 +01:00
Updated ENB, Reshade and Community Shaders (markdown)
@@ -9,12 +9,35 @@ On Steam Deck, these steps will need to be carried out in Desktop mode, and it i
|
||||
|
||||
### Install Additional Requirements
|
||||
|
||||
ENB requires a few packages to be installed into the Proton prefix for the modlist. Thankfully they are available directly via protontricks, so no need for downloading and installing manually. The packages needed are d3dx11_43, d3dcompiler_43 and d3dcomiler_47. Run the following command to install them, or replace "Skyrim - Dragonborn" with the name of your Non-Steam game entry:
|
||||
ENB requires a few packages to be installed into the Proton prefix for the modlist. Thankfully they are available directly via protontricks, so no need for downloading and installing manually.
|
||||
|
||||
If you don't already have it installed, ProtonTricks can be installed via the Discover store as a flatpak, and is likely also available from your distribution's package manager. Personally I use the version from flatpak/Discover Store:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
To enable the use of protontricks via the command line, open a Konsole terminal and run the following command to add an alias(If you use a shell other than bash, you will have to adapt the following for your own login script location):
|
||||
|
||||
```
|
||||
echo "alias protontricks='flatpak run com.github.Matoking.protontricks'" >> ~/.bashrc
|
||||
```
|
||||
|
||||
then close and reopen your terminal/Konsole. We can now invoke protontricks from the command line. Next, we need to allow protontricks access to the filesystem location (adjust as needed if you used a different path):
|
||||
|
||||
```
|
||||
sudo flatpak override com.github.Matoking.protontricks --filesystem=/home/omni/Games
|
||||
```
|
||||
|
||||
|
||||
The packages needed are d3dx11_43, d3dcompiler_43 and d3dcomiler_47. Run the following command to install them, or replace "Skyrim - Dragonborn" with the name of your Non-Steam game entry:
|
||||
|
||||
```
|
||||
APPID=`protontricks -l | grep -i "Skyrim - Dragonbprn" | awk {'print $NF'} | sed 's:^.\(.*\).$:\1:'` ; protontricks --no-bwrap $APPID d3dx11_43 d3dcompiler_47 d3dcompiler_43
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### Conclusion
|
||||
And that's really all there is to it! Performance will obviously take a hit compared to running without an ENB. You should also be able to replace the ENB that ships with the Modlist for either a different look, or better performance. Reshade and Community Shaders may be a lighter option, and likewise you may have your own profiles that weren't included with the Modlist by default. I'd love to hear of any ENB, Reshade or Community Shaders profiles that work well on the Steam Deck, or Linux in general. As always, any questions, issues, or comments, you can find me in the #unofficial-linux-help channel of the [Official Wabbajack Discord](https://discord.gg/wabbajack).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user