Skip to content

Commit 1f3879f

Browse files
committed
Troubleshoot - Linux VAC issue
1 parent 4cbd42c commit 1f3879f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/guide/install/index.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@ custom install path:
7676
-neopath "C:\PATH\TO\YOUR\NEOTOKYO\NeotokyoSource\"
7777
```
7878

79+
### Linux - Cannot join VAC servers
80+
81+
Linux loads up in insecure mode by default, which will get blocked by
82+
servers running VAC. To get VAC loading, open up "Properties..." then
83+
launch options and (this is not a typo) set:
84+
85+
```
86+
-steam -steam
87+
```
88+
7989
### Linux - Force SteamRT 3.0
8090

8191
This is not required, however if you want to make NT;RE run under the
@@ -112,8 +122,8 @@ causing the game to not start. To workaround this, go to the Source SDK 2013 Mul
112122
Then make a backup of `engine.so` and use [execstack](https://linux.die.net/man/8/execstack) on it:
113123

114124
```
115-
cp engine.so engine.so.bak
116-
execstack -c engine.so
125+
$ cp engine.so engine.so.bak
126+
$ execstack -c engine.so
117127
```
118128

119129
NT;RE should be able to load up normally afterward.

0 commit comments

Comments
 (0)