STEAM GROUP
ScrN Balance Fans ScrN-B
STEAM GROUP
ScrN Balance Fans ScrN-B
28
IN-GAME
230
ONLINE
Founded
14 December, 2012
Language
English
[ILL]DrHolbr 18 Dec, 2012 @ 9:26am
ScrNB Sentry Tech, SMGer, The Guardian, and The Saboteur Compatibility patch
Here are edited version of some of the perks made by GuardiannKnight. I modified these for use on my own personal server and have decided to make them public here with no garuntees.

Instructions are in the files, you still have to download and install at least the perks weapons packs to go along with them.


Scrn Sentry Tech Perk[www.ILLHQ.net]
I have edited Sentry Tech to stop integers from going negative and have also capped all but running speed to level 8. This is also compatible with the latest version of ScrnB and its perking with no damage bonus.

Scrn SMGer perk[www.ILLHQ.net]

Scrn Saboteur Perk[www.ILLHQ.net]

Scrn The Guardian Perk[www.ILLHQ.net]

ILLHQ.net is no longer up, i havent modded kf in awhile now these are obsolete, thread locked pending deleteion or achiving
Last edited by [ILL]DrHolbr; 27 Apr, 2016 @ 9:13am
< >
Showing 1-15 of 49 comments
[ScrN]PooSH 20 Dec, 2012 @ 3:36pm 
Nice 1. Finally somebody made GuardianKnight's job :)
I'll check it out when I'll have a spare time.
[ILL]DrHolbr 21 Dec, 2012 @ 5:19am 
I did SMG'er yesterday. I will post a link to it once i get it all RAR'd up. Although i must say that it caused a conflict with Roll The Dice somehow, that would cause the server to crash shortly after starting. I dont think its the perk itself but the weapons pack. I Removed the weps and left the perk loaded and the server ran fine all night. I personally wanted more perks so i just removed Roll The Dice from my server until i can figure it out
[ScrN]PooSH 21 Dec, 2012 @ 5:43am 
An important notice:
When overriding AddCustomStats() function, you need to call super function too (I forgot to put that line in ScrnBruteGunner111, sorry):

static function AddCustomStats( ClientPerkRepLink Other )
{
[/b]super.AddCustomStats(Other);[/b] //init achievements

Other.AddCustomValue(Class'BruteGunnerPerkProg');
}

[ILL]DrHolbr 21 Dec, 2012 @ 6:18am 
Thank you i will revisit the code and recompile.
Last edited by [ILL]DrHolbr; 21 Dec, 2012 @ 6:31am
[ILL]DrHolbr 21 Dec, 2012 @ 9:41am 
updated code to inclue the super class for achievements.

links above
Last edited by [ILL]DrHolbr; 17 Feb, 2013 @ 11:00am
[ILL]DrHolbr 22 Dec, 2012 @ 6:25am 
Just made the ScrnSaboteurPerk

link above
Last edited by [ILL]DrHolbr; 17 Feb, 2013 @ 11:00am
[ScrN]PooSH 22 Dec, 2012 @ 6:28am 
If you don't mind, I'll move this thread to the "News @ Releases" section, making it avaliable to public.

Admin Room can't be viewed by anyone but Moderators or Admins.
[ILL]DrHolbr 22 Dec, 2012 @ 6:58am 
i dont mind, i will ask that you put a disclaimer that it is made by a non programmer (i have very little coding skills) and i take no responsibility if something is wrong

Also i will take this time to thank you for the instructions on how to do this! It really does only take a few minutes
Last edited by [ILL]DrHolbr; 22 Dec, 2012 @ 7:01am
[ScrN]PooSH 1 Feb, 2013 @ 4:48am 
Just want to let you know that some people are complaining about some bugs in those perks, e.g. negative price on high levels etc.
It seems like GuardiannKnight has been updated his perks recently.
Tbh I don't use those perks, so I have no idea. If this info is wrong, please sorry for bothering you.
[ILL]DrHolbr 1 Feb, 2013 @ 5:42am 
Ive been keepin up with the TWI forums its just a pain to try and post on there because of the moderation. The negative prices bug is a bug in original Sentry Tech Perk and i do believe guardian knight is aware of it. As i stated in the OP i have only made compatibility changes to these perks no bugfixes or stats changes.
[ScrN]PooSH 1 Feb, 2013 @ 11:25am 
Here is a code from new version of ScrnBruteGunnerPNW, which limits the discount to 90% max:
static function float GetCostScaling(KFPlayerReplicationInfo KFPRI, class<Pickup> Item) { if ( Item == class'ScrnBruteGunnerPNW.BruteAK47Pickup' || Item == class'ScrnBruteGunnerPNW.BruteSA80LSWPickup' || Item == class'ScrnBruteGunnerPNW.BruteRPK47Pickup' || Item == class'ScrnBruteGunnerPNW.BrutePKMPickup' || Item == class'ScrnBruteGunnerPNW.BruteAUG_A1ARPickup' || Item == class'ScrnBruteGunnerPNW.BruteM249Pickup' || Item == class'ScrnBruteGunnerPNW.BruteM41APickup' || Item == class'ScrnBruteGunnerPNW.BruteChainGunPickup' || Item == class'ScrnBruteGunnerPNW.StingerPickup' || ClassIsInArray(default.PerkedPickups, Item) ) { if ( GetClientVeteranSkillLevel(KFPRI) <= 6 ) return 0.9 - 0.10 * float(GetClientVeteranSkillLevel(KFPRI)); // 10% perk level up to 6 else return fmax(0.1, 0.3 - (0.05 * float(GetClientVeteranSkillLevel(KFPRI)-6))); // 5% post level 6 } return 1.0; }
Last edited by [ScrN]PooSH; 1 Feb, 2013 @ 11:26am
[ILL]DrHolbr 24 Feb, 2013 @ 7:42am 
Updated Sentry Tech, will be updating the rest as i get time
[ScrN]PooSH 4 Apr, 2013 @ 1:15pm 
Download links give 403 error - Access forbidden
[ILL]DrHolbr 6 Apr, 2013 @ 4:34am 
fixed thanks for the heads up
Last edited by [ILL]DrHolbr; 6 Apr, 2013 @ 4:37am
XeonDead 27 Apr, 2014 @ 12:02am 
Links are down, again, please fix :)
< >
Showing 1-15 of 49 comments
Per page: 1530 50