Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Instruction to install RevEmu on Linux server:
  2.  
  3. 1. Install server CS:GO using SteamCMD
  4.  
  5. 2. Download RevEmu from 03.08.2014 and install SourceMod and MetaMod on the server.
  6.  
  7. 3. Open folder [RevEmu]/linux/ and copy file rev.ini to [ServerRoot], file steam_appid.txt no need to copy
  8.  
  9. 4. After that open folder [ServerRoot]/bin and rename original library steamclient.so to steamclient_valve.so
  10.  
  11. 5. From folder [RevEmu]/linux/bin copy library steamclient.so in [ServerRoot]/bin
  12.  
  13. 6. Open file [ServerRoot]/csgo/cfg/server.cfg (if you don't have this file, you need create it) using notepad and change parameter sv_lan on "0". If you don't have that parameter, then add it in end of file. And you need to write these lines: "host_info_show 2" and "host_players_show 2" (without quotes). After that save file.
  14.  
  15. 7. Open folder [ServerRoot]/csgo/cfg/sourcemod/sourcemod.cfg using notepad and add sv_lan "1" in end of file. And save file.
  16.  
  17. 8. Open your bat file (file, which launching your server) and add to it next parameters: +sv_pure 0 and +sv_lan 0
  18.  
  19. 9. Launch your server and try connect using no-steam client.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement