diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-05-29 19:40:55 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-05-29 19:40:55 +0200 |
commit | be812c1ffd416c869afe794d0d7b265e56ded101 (patch) | |
tree | 239ee59c4d63f0b175842b7a47be374c6c60e844 /docs/installing-northstar/using-northstar | |
parent | 5d28adc4e6f213d6ab6637661a946602a4da8eeb (diff) | |
download | NorthstarWiki-be812c1ffd416c869afe794d0d7b265e56ded101.tar.gz NorthstarWiki-be812c1ffd416c869afe794d0d7b265e56ded101.zip |
Add workaround for Steam using old DXVK version
Diffstat (limited to 'docs/installing-northstar/using-northstar')
-rw-r--r-- | docs/installing-northstar/using-northstar/playing-on-linux.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/installing-northstar/using-northstar/playing-on-linux.md b/docs/installing-northstar/using-northstar/playing-on-linux.md index 6ffb111..92b1ed5 100644 --- a/docs/installing-northstar/using-northstar/playing-on-linux.md +++ b/docs/installing-northstar/using-northstar/playing-on-linux.md @@ -145,3 +145,11 @@ Access can be restricted using a file manager or terminal: `chmod -R 755` -> access + save It's also possible to create command aliases to type something short, such as tfoff/tfon. + +### Steam using incompatible DXVK version for Northstar + +When using the Steam version of Titanfall2, Steam will place a version of DXVK into `Titanfall2/bin/x64_retail`. While this version works fine for the vanilla game, Norhtstar has some incompatibilities with it, that are yet to be resolved. + +A simple workaround is to use the following script update the DXVK version placed into that directory. + +{% embed url="https://github.com/BotchedRPR/NSDXVKFix" %} |