diff options
author | F1F7Y <64418963+F1F7Y@users.noreply.github.com> | 2022-02-15 23:24:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 23:24:10 +0100 |
commit | 89bf2b61fbdc630c9a4cf82c85bc1db28f22c342 (patch) | |
tree | f7b4801369244686ef554a41df16e10b1104258d /docs | |
parent | 28ac6735e72c9ea9cf3457e9843e06aaedf21a9d (diff) | |
download | NorthstarWiki-89bf2b61fbdc630c9a4cf82c85bc1db28f22c342.tar.gz NorthstarWiki-89bf2b61fbdc630c9a4cf82c85bc1db28f22c342.zip |
Update console bind and wsock32 (#50)
* Update "Opening the console"
* Update wsock32 solutions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing-northstar/troubleshooting.md | 18 | ||||
-rw-r--r-- | docs/installing-northstar/using-northstar/commands.md | 19 |
2 files changed, 28 insertions, 9 deletions
diff --git a/docs/installing-northstar/troubleshooting.md b/docs/installing-northstar/troubleshooting.md index 6fb1ac7..0f5da25 100644 --- a/docs/installing-northstar/troubleshooting.md +++ b/docs/installing-northstar/troubleshooting.md @@ -65,9 +65,21 @@ Then checking if vanilla works before reinstalling Northstar. You are probably using EA Desktop app and it sets up game installations with no write permissions contrary to Origin. -* **Solution 1**: Launch EA Desktop and the game as admin once so that it can copy that file. -* **Solution 2**: If you know how, just copy the mentioned file manually, remembering you need to change its filename (just use some temp dir and rename there). -* **Solution 3**: If you know how, just change the folder permissions in Properties->Security tab of your Titanfall2 install dir to let your user write. +### Solution 1 +* Launch EA Desktop and the game as admin once so that it can copy that file. + +### Solution 2 +1. Copy `C:\WINDOWS\system32\wsock32.dll` to your Desktop / Temporary folder. +2. Rename the copied file to `wsock32.org.dll`. +3. Move `wsock32.org.dll` into `Titanfall2/bin/x64_retail/`. +4. Delete the copied `wsock32.org.dll` from your Desktop / Temporary folder. + +Do NOT make any changes in `system32`, just copy the file. + +### Solution 3 +1. Locate your `Titanfall2` folder +2. Right click it and go `Properties > Security` +3. Give yourself write permissions ## Can't Join Servers (Issues with 10th+ gen Intel CPUs)<a href="#intel" id="intel"></a> diff --git a/docs/installing-northstar/using-northstar/commands.md b/docs/installing-northstar/using-northstar/commands.md index 4284e47..72c2ea7 100644 --- a/docs/installing-northstar/using-northstar/commands.md +++ b/docs/installing-northstar/using-northstar/commands.md @@ -9,7 +9,19 @@ If you for example have a German keyboard you'll notice that this key is located To open your console you'll either have to switch to the English (US) layout **before** starting the game or rebinding the key to open console. -To rebind it make sure neither Titanfall nor Northstar are running, then go to `My Documents\Respawn\Titanfall2\local\` and open `settings.cfg`.\ +### Rebinding the console +{% hint style="info" %} +Make sure you updated [Northstar to version v1.5.0](https://github.com/R2Northstar/Northstar/releases) or higher. +{% endhint %} +{% hint style="info" %} +The console can only be bound to ```"`"``` or one of the function keys ```"F1" - "F12"``` +{% endhint %} + +To rebind it open Titanfall and navigate to `Controls > Settings > Key Binds` and change the `"Toggle Developer Console"` bind. + +If the `"Toggle Developer Console"` field is missing you can either disable all mods that don't start with `Northstar.` or rebind it manually. + +To rebind it manually make sure neither Titanfall nor Northstar are running, then go to `My Documents\Respawn\Titanfall2\local\` and open `settings.cfg`.\ Look for the line containing `toggleconsole`, i.e. ```txt @@ -22,11 +34,6 @@ and replace the `` ` `` key with your prefered key to open console. So if you wa bind "F5" "toggleconsole" ``` -{% hint style="info" %} -In the future this keybind should hopefully be adjustable via `Controls > Settings > Key Binds` from within Titanfall.\ -**Note** that if you're using the [Enhanced Menu Mod](https://github.com/taskinoz/Enhanced-Menu-Mod) this might already be the case -{% endhint %} - ## List of commands ### Northstar Commands |