Results 1 to 10 of 11

Thread: Master List?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ... connecting
    Join Date
    Jul 2017
    Posts
    9
    Thanks
    1
    Thanked 1 Time in 1 Post

    Master List?

    Morning Guys,

    I'm having a little trouble getting my server to appear in the master list. I've searched the forum numerous times but I can't quite figure out what I've done wrong or have failed to do so far.

    I've followed the guide located "https://killtube.org/showthread.php?2454-CoD2-Setup-CoD2-on-your-ubuntu-14-04-server" and the server is up and running cod 1.3 cracked binary with verons libcod.

    When i run ./start.sh the the server loads correctly and i can join the server from console using "connect"
    > [LIBCOD] Compiled for: CoD2 1.3
    > [LIBCOD] Compiled Jul 29 2017 01:55:48 using GCC 5.4.0 20160609
    > [PLUGIN LOADED]
    CoD2 MP 1.3 build linux-i386 Jun 23 2006

    but it wont appear in the master list?

    my ./start.sh is as follows

    #!/bin/bash
    sv_maxclients="64"
    fs_game="tsgmod"
    fs_homepath="/home/tsg/cod2/"
    cod="/home/tsg/cod2/cod2_lnxded"
    com_hunkMegs="512"
    config="dedicated.cfg"
    cracked="1"
    net_port="28960"


    args=\
    "+set fs_homepath \"$fs_homepath\" "\
    "+set sv_cracked $cracked "\
    "+set fs_game $fs_game "\
    "+set net_port $net_port "\
    "+set com_hunkMegs $com_hunkMegs "\
    "+set sv_maxclients $sv_maxclients "\
    "+set fs_basepath \"$fs_homepath\" "\
    "+exec $config"

    LD_PRELOAD="/home/tsg/libcod/bin/libcod2_1_3.so" $cod $args +set g_gametype tdm +map mp_toujane

    In the terminal window when the game is loading I get the below warning but the game still loads anyway

    "WARNING: Couldn't open logfile: games_mp.log
    -----------------------------------
    -----------------------------------
    Couldn't write config_mp_server.cfg."

    Could it be anything to do with the permissions on the above files?

    Just doesnt show on the master list. Any help would be appreciated fellas


    EDIT - Sorry forgot to mention i've searched the forum and the only thing i havent tried as of yet is the editing the IPtable rules I've not done this as i read with libcod and using sv_cracked "1" this step wouldnt be required.
    Last edited by Mr.SuicideSheep; 30th July 2017 at 11:23.

Posting Permissions

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