Skip to content

Instantly share code, notes, and snippets.

@ChandanShakya
Created March 3, 2024 17:39
Show Gist options
  • Save ChandanShakya/fee7ed2ca756e5691e652fe2be659f73 to your computer and use it in GitHub Desktop.
Save ChandanShakya/fee7ed2ca756e5691e652fe2be659f73 to your computer and use it in GitHub Desktop.
CS 1.6 Server On LAN

CS 1.6 LAN Server

  • On Host Computer:
    • Open an offline game
    • Open Developer console using ` key
    • Enable LAN by typing: sv_lan 1
    • Check the status of the server: status
  • On Client Computer:
    • To connect to the server: connect <ip>
    • To connect to the server with password: connect <ip>; password <password>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment