Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Member
    Join Date
    Aug 2011
    Posts
    8

    Question Update killing floor

    Hello!
    I wonder how I can update killing floor in CpGs.
    Thanks

  2. #2
    Member
    Join Date
    Aug 2011
    Posts
    8

    Default Re: Update killing floor

    Nobody can help me?

  3. #3
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,893
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: Update killing floor

    You first posted at 6 PM on a Friday. You might have to be patient a bit longer for assistance with this.
    Fav cPlinks this week: Blog - cPanel & WHM 11.32 we love it! | cPanel University study for it! | Attracta is coming! we want this!

  4. #4
    Member
    Join Date
    Jul 2010
    Posts
    21

    Default Re: Update killing floor

    If I'm not mistaking, I believe you would go to cpgs in whm and on the left side click "Download Gameserver Files", Select the recipient server, Then select Killing Floor & and your Mirror then "Download Gameserver Files" button. Now there is an error with the loading bar where it will look like it's stuck at zero what I would recommend doing would be to open two windows of the list of the game server files and use one of them to download the files and keep refreshing the other one until its the color for "Exists and up to date"

    Hope this helps!!, Shane M. Kelley

  5. #5
    Member
    Join Date
    Aug 2011
    Posts
    8

    Default Re: Update killing floor

    Hello!
    The game is downloaded but the problem is that the version that is not the last low and would like to upgrade, but not how.
    Thanks!

  6. #6
    cPanel Staff
    Join Date
    Dec 2001
    Location
    Houston, TX
    Posts
    1,881

    Default Re: Update killing floor

    I've added this to the next release, but for now you should be able to do this:

    Add the following line to /var/cpanel/cpgs/games/kf/simple_config

    Code:
    Auto Update|||selectyesno|||autoupdate|||
    Then in /var/cpanel/cpgs/games/kf/kf.pm

    After the line if ( !grep /^defmap/, @existconf ) { push( @existconf, "defmap KF-BioticsLab.rom" ); }

    add

    Code:
        if ( !grep /^autoupdate/, @existconf ) { push( @existconf, "autoupdate 0" ); }

    In sub loadlaunchrc :

    after elsif ( $args =~ m/^type(?:\s+|=)(.*)/i ) { $type = $1; }

    Code:
            elsif ( $args =~ m/^autoupdate(=|\s+)(.*)/i )  { $launchrc{'autoupdate'} = $2; }
    and right after that, before if ($mapextras) { $mapextras = "\?$mapextras"; }

    Code:
        if ( $launchrc{'autoupdate'} == 1 ) {
            my $ret = main::steamupdate( $user, $game, $srvn, $short, $long, 'killingfloor' );
            if ( $ret =~ m/running=(\d+)/ ) {
                $launchrc{'current_steam_pid'} = $1;
            }
        }
    and finally after net_port $lowport

    Code:
    autoupdate 0
    You should be able to search in your text editor for the places mentioned rather than trying to read each line. I'm hoping to get the new version out this week if you want to wait, but no promises.
    Need to put in a support ticket for cPGS ? Click on the url below and follow the bottom most link "Submit a Support Request without Logging In"
    https://tickets.cpanel.net/submit/index.cgi?support=1

Similar Threads & Tags
Similar threads

  1. I can't get Killing Floor to install
    By RuKun in forum cPGS Discussions
    Replies: 3
    Last Post: 08-29-2011, 10:14 AM
  2. Is Killing Floor ever going to be implemented?
    By Gerdeman in forum cPGS Discussions
    Replies: 0
    Last Post: 04-05-2011, 05:00 PM
  3. Hey Darren :) Killing Floor?
    By OmbreNoir in forum cPGS Discussions
    Replies: 9
    Last Post: 06-29-2010, 03:20 PM
  4. Spam is killing me.
    By jpabboud in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 06-24-2005, 12:34 AM
  5. Killing Interchange
    By rpmws in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 08-14-2001, 04:06 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube