Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. ; Network Settings
  2.  
  3. net_inactivitytimeout = 32 ; nr. of sec until server trows inactive connection away (was set ridiculously high)
  4. net_inactivitytimeoutDevmode = 32 ; same as above, but for Devmode (don't know why you'd want to play multiplayer in Devmode?)
  5. net_lanbrowser = 1 ; find LAN (local) matches instead of internet matches in multiplayer serverbrowser
  6. net_initLobbyServiceToLan = 1 ; make LAN (local) lobbies instead of internet lobbies in multiplayer
  7. sv_lanonly = 1 ; launch LAN only server
  8. sv_servername = "LAN" ; server name (should show up in LAN serverbrowser)
  9. cl_nickname = "PLAYER_NAME" ; nickname for multiplayer
  10.  
  11. g_ignoreDLCRequirements = 1 ; shows servers in browser that run DLC you don't have
  12. g_useOnlineServiceForDedicated = 0 ; dedicated server in LAN mode (don't know for sure, this config crashes dedicated server anyway)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement