Advertisement
Guest User

Untitled

a guest
Apr 30th, 2013
1,323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. No one knows when or even if QL will return. id has provided very little information, so the community can take action now and host their own servers.
  2. The client and servers do not communicate with id's servers and they are not linked to your QL account in any way. These files are 100% clean. All the info comes from this ESR post: http://www.esreality.com/post/2110433/quake-live-dedicated-servers
  3.  
  4.  
  5. ///////////////// HOW TO PLAY QL ON PRIVATE SERVERS /////////////////
  6.  
  7. Download the Quake Live Offline Client (QLOP)
  8.  
  9. This is a 2 part .rar download that is about 950 MB. It has the offline client and all maps:
  10.  
  11. Part 1: http://www.filedropper.com/qlofflinepart1 (qloffline.part1.rar)
  12.  
  13. Part 2: http://www.filedropper.com/qlofflinepart2 (qloffline.part2.rar)
  14.  
  15. To launch the game, run home\baseq3\quakeliveoffline.exe
  16.  
  17. ///////////////// HOW TO HOST PRIVATE QL SERVERS /////////////////
  18.  
  19. This is a 2 part .zip download that is also around 950MB. It has the QL linux server files and all maps. Server files are linux only.
  20.  
  21. Download the Quake Live Offline Server (QLOP SRV)
  22.  
  23. Part 1: https://anonfiles.com/file/cafee253f5736b9264efd2bd915ea001 (linux_qlserver-part1.zip)
  24.  
  25. Part 2: https://anonfiles.com/file/815d9cc3d6e51d17962345b81703a206 (linux_qlserver-part2.zip)
  26.  
  27. To run a server:
  28.  
  29. for 32bit server use ./qll32 but for 64 bits:
  30.  
  31. for clan arena server:
  32. ./qll64 +set dedicated 2 +exec ca.cfg
  33.  
  34. or for clan arena pql server:
  35.  
  36. ./qll64 +set dedicated 2 +exec ca-pql.cfg
  37.  
  38. or for ctf server:
  39.  
  40. ./qll64 +set dedicated 2 +exec ctf.cfg
  41.  
  42. or for ctf-1flag server:
  43.  
  44. ./qll64 +set dedicated 2 +exec ctf-1flag.cfg
  45.  
  46. or for duel server:
  47.  
  48. ./qll64 +set dedicated 2 +exec duel.cfg
  49.  
  50. or for ffa server:
  51.  
  52. ./qll64 +set dedicated 2 +exec ffa.cfg
  53.  
  54. or for harvester server:
  55.  
  56. ./qll64 +set dedicated 2 +exec harvester.cfg
  57.  
  58. or for iffa server:
  59.  
  60. ./qll64 +set dedicated 2 +exec iffa.cfg
  61.  
  62. or for ifreeze server:
  63.  
  64. ./qll64 +set dedicated 2 +exec ift.cfg
  65.  
  66. or for tdm server:
  67.  
  68. ./qll64 +set dedicated 2 +exec tdm.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement