diff options
author | Kyle Gospodnetich <KyleGospo@users.noreply.github.com> | 2022-01-17 16:19:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 21:19:46 -0300 |
commit | b96d2699959f902717fa8f95f65496be9c0ed351 (patch) | |
tree | c58f23888b1878a066cb7907a01c7b65c43598fd /docs | |
parent | 625eeb509450f4871a64d178ffb7950c8bdaf332 (diff) | |
download | NorthstarWiki-b96d2699959f902717fa8f95f65496be9c0ed351.tar.gz NorthstarWiki-b96d2699959f902717fa8f95f65496be9c0ed351.zip |
Add notice about game settings while using LatencyFlex (#19)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing-northstar/using-northstar/playing-on-linux.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/installing-northstar/using-northstar/playing-on-linux.md b/docs/installing-northstar/using-northstar/playing-on-linux.md index 6ee2ca9..b38aa34 100644 --- a/docs/installing-northstar/using-northstar/playing-on-linux.md +++ b/docs/installing-northstar/using-northstar/playing-on-linux.md @@ -8,7 +8,7 @@ Linux is not officially supported currently. However, you can get it working thr 1. Download the latest version of Northstar from the [releases](https://github.com/R2Northstar/Northstar/releases) page 2. Extract all contents of the file to your Titanfall 2 folder ( Right click _Titanfall 2_ > Open _Properties_ > Click _Local Files_ > Click _Browse_ ) -3. Rename _Titanfall2.exe_ to anything else ( for example _Titanfall2old.exe_ ), and rename _NorthstarLauncher.exe_ to _Titanfall2.exe_. Alternatively to renaming _NorthStarLauncher.exe_, you can create a symlink to make future Northstar updates easier. This can be done by executing the following in the Titanfall 2 directory: +3. Rename _Titanfall2.exe_ to anything else ( for example _Titanfall2old.exe_ ), and rename _NorthstarLauncher.exe_ to _Titanfall2.exe_. Alternatively to renaming _NorthstarLauncher.exe_, you can create a symlink to make future Northstar updates easier. This can be done by executing the following in the Titanfall 2 directory: > ln NorthstarLauncher.exe Titanfall2.exe Now Steam will automatically launch Northstar when you hit play. Just launch the game through Steam and you should be greeted with a Northstar welcome message upon entering the main menu. @@ -52,6 +52,11 @@ Value: 1 Once in-game, LatencyFleX can be toggled off and on using the `"r_latencyflex"` console variable. +While playing with LatencyFleX, **VSync and Adaptive Super Sampling must be disabled**. If you wish to prevent tearing while using LatencyFleX, the following may be added to the end of `ns_startup_args.txt` in the root of your Titanfall 2 install: + +> +fps_max_use_refresh 1 + + ## Troubleshooting ### Blank console |