Yes.Just edit ServerPerksV2.ini:
MinPerksLevel=6
That is the minimum starting level for perks.
And this happens on latest version?
@stormin normin How do you do 20 slot server? :/
Last edited:
Yes.Just edit ServerPerksV2.ini:
MinPerksLevel=6
That is the minimum starting level for perks.
And this happens on latest version?
it does not work for me
when refreshing the mutators list appear unchecked again.
my server is a KF-Steam, has 64 slots and is hosted on a dedicated with debian server.
help!
?Mutator=ServerPerksV2.ServerPerksMut
Ehm I have no idea how MySQL works, but you mean simply save an INI file in /killingfloor/System/ folder (with all the stats)?Did you think about MYSQL and SaveBy "name" or "ip" or "steamid" in ini file?
Sorry for annoying, I just like saving data to mysql ^_^
Have you tried putting the mutator on Voting GameConfig then (see attachment)?I have added ?Mutator=ServerPerksV2.ServerPerksMut to the command line. I'm using the latest version of the mutator on a 20 slot server. Every time i check the box to enable the mutator. It does not enable it and the check box is empty when i return to the mutators screen.
Have you tried putting the mutator on Voting GameConfig then (see attachment)?
Hmm that would be too awesomeEhm I have no idea how MySQL works, but you mean simply save an INI file in /killingfloor/System/ folder (with all the stats)?
Well the stats are already saved in /killingfloor/System/ServerPerksStat.ini by SteamID.Hmm that would be too awesome
But I mean, you could do the option for saving data by: name, ip, steamid
For example in ServerPerksV2.ini : sSaveDataBy="ip" or sSaveDataBy="name" or sSaveDataBy="steamid"
ThanksWell the stats are already saved in /killingfloor/System/ServerPerksStat.ini by SteamID.
But yes I could add that option in next version to save by Name or IP aswell.
@Paul add this to command line when launching server:
@Marco Please fix that bug and please if you can make it MYSQL support that would be awesome!![]()
Ehm I have no idea how MySQL works, but you mean simply save an INI file in /killingfloor/System/ folder (with all the stats)?
Please Marco try to learn it ^_^ It's really simple, I'm coding in amxmodx.org , sourcemod.org for other games and it's easy, working with queries,databases etc...still not working, got the update and does not work =(
is actually very simple to learn and use mysql, is a matter of self memorized functions.
http://dev.mysql.com/doc/refman/5.0/en/functions.html
if ( ST==None || ST.CachePerks.Length==0 )
{
if( ST!=None )
ST.ServerRequestPerks();
lb_PerkEffects.SetContent("Please wait while your client is loading the perks...");
}
// Spectate map while waiting for players to get ready
LobbyMenu(PageOwner).bAllowClose = true;
PC.ClientCloseMenu(true, false);