Skip to content

Commit

Permalink
Added content to troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
Skippeh committed Jan 14, 2022
1 parent 64c3f55 commit 8854e97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,14 @@ In this guide we're gonna be using the Multiplayer plugin as an example.
4. If you get the question to overwrite existing files make sure you deleted the previous version of the plugin first.

# Troubleshooting
(todo)
It might help to enable the console to troubleshoot if the game doesn't start or if it's acting weird. To do this add ```--console``` to the game's launch arguments. [Image](.github/media/instructions/troubleshooting/steam-console-launch-arguments.png)

<details>
<summary>
Expand me to find some common errors that may be thrown at you
</summary>

```System.NotSupportedException: An attempt was made to load an assembly from a network location...```

To fix this you have to unblock the zip file in Windows before extracting it to the game folder. There's instructions for this above in the substeps of step 1. When extracting the second time make sure you overwrite all existing files.
</details>

0 comments on commit 8854e97

Please sign in to comment.