Hello!
I wonder how I can update killing floor in CpGs.
Thanks
Hello!
I wonder how I can update killing floor in CpGs.
Thanks
Nobody can help me?
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!
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
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!
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
Then in /var/cpanel/cpgs/games/kf/kf.pmCode:Auto Update|||selectyesno|||autoupdate|||
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; }
and right after that, before if ($mapextras) { $mapextras = "\?$mapextras"; }Code:elsif ( $args =~ m/^autoupdate(=|\s+)(.*)/i ) { $launchrc{'autoupdate'} = $2; }
and finally after net_port $lowportCode:if ( $launchrc{'autoupdate'} == 1 ) { my $ret = main::steamupdate( $user, $game, $srvn, $short, $long, 'killingfloor' ); if ( $ret =~ m/running=(\d+)/ ) { $launchrc{'current_steam_pid'} = $1; } }
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.Code:autoupdate 0
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