User:Webb/Steam dedicated server: Difference between revisions
From TF2 Classified Wiki
More actions
No edit summary |
No edit summary |
||
| Line 272: | Line 272: | ||
=== Sounds are missing/only stock weapons are usable === | === Sounds are missing/only stock weapons are usable === | ||
This is due to a missing <code>libvstdlib.so</code> symlink. Ensure that it's symlinked properly. | |||
<pre> | |||
$ cd ~/classified/bin/linux64 | |||
$ rm libvstdlib.so | |||
$ ln -s libvstdlib_srv.so libvstdlib.so | |||
</pre> | |||
[[Category:Guides]] | [[Category:Guides]] | ||