File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff 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
8191This 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
112122Then 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
119129NT;RE should be able to load up normally afterward.
You can’t perform that action at this time.
0 commit comments