Results 1 to 6 of 6

Thread: Masterlist

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts
    Check sv_master1...2..3..4..5 cvars. Make sure sv_master0 is set to cod2master.activision.com. Also don't use a modded binary with llibcod, libcod already has all necessary patches in it (va, localized messages, etc.) and make sure sv_noauthorize is set to 0.
    Last edited by voron00; 23rd March 2020 at 15:07.
    sudo apt-get rekt

  2. The Following User Says Thank You to voron00 For This Useful Post:

    KillerBoB (23rd March 2020)

  3. #2
    Private
    Join Date
    Nov 2012
    Posts
    15
    Thanks
    3
    Thanked 18 Times in 11 Posts
    Quote Originally Posted by voron00 View Post
    Check sv_master1...2..3..4..5 cvars. Make sure sv_master1 is set to cod2master.activision.com. Also don't use a modded binary with llibcod, libcod already has all necessary patches in it (va, localized messages, etc.) and make sure sv_noauthorize is set to 0.
    Thank you i figured out what the problem was...

    I ported my serverconfig.cfg from Cod2 v1.2 to v1.3 without doing any changes...

    So i used it like it was years ago...

    Code:
    //Master-Server
    seta sv_master0 "cod2master.activision.com"
    //seta sv_master1 "master0.gamespy.com"
    //seta sv_master2 "master1.gamespy.com"
    //seta sv_master3 "cod2authorize.activision.com"
    //seta sv_master4 "cod2master.infinityward.com"
    And without libcod it is no problem, but it looks like libcode need it to be sv_master1

    So this works for me...

    Code:
    seta sv_master1 "cod2master.activision.com"
    +sv_noauthorize 0
    +set sv_cracked 1

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •