Tripwire Interactive Forums

Go Back   Tripwire Interactive Forums > Killing Floor Forums > Killing Floor Modifications > Coding

Reply
 
Thread Tools Display Modes
  #1  
Old 11-18-2010, 02:45 AM
Goldmetal's Avatar
Goldmetal Goldmetal is offline
Junior Member
 
Join Date: Nov 2010
Posts: 11
Default Mut : Advanced Per Server Perk (Original author : Marco)

Mut : Advanced HUD ServerPerkV3 (Original author : Marco)

Download Link:: Click

I received Marco's ServerPerkV3 Source Code,
and added perk HUD.

If Player PerkLevel was high, displayed many StarMaterial in Original ServerPerkV3


- Commando Level 20.

So, I modified HUDKillingfloor and added this mutator.

- Perk Level is 11~15, display Green Perkicon.


-Perk Level is 16~20, display Blue Perkicon.








- Display new Perk HUD

Next, substance of Advanced HUD ServerPerkV3
- Rrebalancing All perk's abilities for perkLevel 20.
- Added Green, Blue Perk Icon. (:: KillingFloor3HUD.utx)
- Lobby, MainScreen, ScoreBoard applicated this Custom HUD.

Thanks to Marco and YoYoBatty.

Quote:
Originally Posted by Marco View Post
This mutator brings the perks stats tracking back the way it were in KF 2.5 in Unreal Tournament 2004: All player stats are being tracked by the server individually.

Download from here. (Version 3.01)

Download source codes from here.

Upsides about this mutator:
  • It allows server host to run any mutator/modification/map they ever want without having to whitelist them all.
  • Server host can add/remove standard/custom perks.
  • Clients can't cheat their stats in offline games then join the server with level 5 everything.
  • Fixed some menu issues while at it.
And downsides of this mutator:
  • Clients will don't have their stats following from server to server (anything they do in that server will stay within that server)!
  • Archivements aren't earned.
Version history:
3.01:
- Fixed minor problems with updated Firebug perk.
3.00:
- Updated to support updated perks in latest KF version.
- Updated network codes of this mod to resolve some other bugs.
- Added 'Maximum perk levels' value for defining max level you can get (you can set max level up to 254).
- Added 'Requirements scaler' to scale the requirements (1 = default, 0.5 = half scaling; i.e: 60 headshot kills becomes 30 headshot kills).
- Added Mutator config/Webadmin config pages for some settings of this mutator.
2.55:
- This time (hopefully) fixed the perk selection problem.
- Added option (bForceGivePerk) to force players with no perk selected to start with a random perk available.
- Added another option (bNoSavingProgress) to disable progress saving (for level 6 perks only servers).
2.30:
- Fixed perk selection in Trader and Lobby menus.
- Fixed some problems with not being able to select perk sometimes.
- While at it fixed a memory leak problem on Lobby menu.
2.10:
- Fixed an issue with demolition stats loading.
2.00:
- Fixed a crash with "SRPerkSelectList" menu.
- Updated it to work on latest KF version.
- Added in Demolition perk.
- Updated all perks to be equally to latest KF version.
- Added a new option to specify minimum perk level for all players (edit ServerPerksV2.ini).
- Added to lobby menu a "Main Menu" button where people can access perks selection and map voting.
1.00:
- Released.

How to use this mutator (eighter way):
  • In mutators list, add "Server Veterancy Handler V2" to active mutators.
  • Add to server startup commandline "?Mutator=ServerPerksV2.ServerPerksMut"
To add/remove perks, simply edit "ServerPerksV2.ini" and add/remove lines.

If there are any bugs, please report them here (or have any comments/suggestions)!

Last edited by Goldmetal; 11-19-2010 at 12:53 AM.
Reply With Quote
  #2  
Old 11-22-2010, 02:11 AM
juustro juustro is offline
Member
 
Join Date: Nov 2010
Posts: 37
Default

Commando level requirements are bugged, no stalkers kills needed to level or way too low amount. Also no welding for support is needed.

Level 20 firebug and sharpshooter stats are lower than level 19.

Commando is overpowered compared to to other perks at level 19.

Perk progress does not show when max level reached.

Last edited by juustro; 11-22-2010 at 04:53 AM.
Reply With Quote
  #3  
Old 11-22-2010, 12:21 PM
Goldmetal's Avatar
Goldmetal Goldmetal is offline
Junior Member
 
Join Date: Nov 2010
Posts: 11
Default THis balance for WTF Mutator.

Quote:
Originally Posted by juustro View Post
Commando level requirements are bugged, no stalkers kills needed to level or way too low amount. Also no welding for support is needed.

Level 20 firebug and sharpshooter stats are lower than level 19.

Commando is overpowered compared to to other perks at level 19.

Perk progress does not show when max level reached.
If applicate WTF Mutator at Server,
we see few stalker in all wave.

So, commando was difficult to level up.

I think about this problem, down stalkers kills requirement.
Reply With Quote
  #4  
Old 11-22-2010, 03:46 PM
Yin's Avatar
Yin Yin is offline
Senior Member
 
Join Date: Mar 2010
Posts: 550
Default

Quote:
Originally Posted by juustro View Post
Commando is overpowered compared to to other perks at level 19.
Lol yeah, I've noticed that aswell. You can kill Suicidal FP's with a half SCAR magazine in the head, not even. Needs a little nerf.
Reply With Quote
  #5  
Old 11-22-2010, 09:24 PM
netsky/SiE netsky/SiE is offline
Senior Member
 
Join Date: Oct 2010
Posts: 148
Default

Does this work fine on online servers? or just listen
__________________

Reply With Quote
  #6  
Old 11-22-2010, 10:46 PM
Goldmetal's Avatar
Goldmetal Goldmetal is offline
Junior Member
 
Join Date: Nov 2010
Posts: 11
Default It's work at all type server

Quote:
Originally Posted by netsky/SiE View Post
Does this work fine on online servers? or just listen
It will work at all type server.

Last edited by Goldmetal; 11-22-2010 at 11:43 PM.
Reply With Quote
  #7  
Old 11-23-2010, 01:15 AM
juustro juustro is offline
Member
 
Join Date: Nov 2010
Posts: 37
Default

Could I get the source code so I can change those requirements for my server?
Reply With Quote
  #8  
Old 11-23-2010, 05:27 AM
Goldmetal's Avatar
Goldmetal Goldmetal is offline
Junior Member
 
Join Date: Nov 2010
Posts: 11
Default You can get SourceCode using UCC compiler.

Quote:
Originally Posted by juustro View Post
Could I get the source code so I can change those requirements for my server?
ServerPerksV3.u decomplie by the ucc.exe,
and you will get .uc files

Reference thread link::
http://forums.tripwireinteractive.co...ad.php?t=47321

Read on the YoYoBatty's reply.
Reply With Quote
  #9  
Old 12-04-2010, 05:48 AM
facedepoulet facedepoulet is offline
Junior Member
 
Join Date: Feb 2010
Posts: 6
Default Bug report

Good job for this mutator ! I noticed some bugs though :

-Editing Mutator options through "Host game" configure GUI will modify it this way

*No more demolitions perk
*Sharpshooter var will display this way (in GUI) : SRVetSharpshooter",



(Editing through ini file works 100% btw)

-Some perks like Sharp, Commando and FireBug are overpowered, should lower the damage ratio. +5% per level ?

-Weapons discount is unbalanced, weapons are so cheap, should lower the discount ratio. Like +5% per level (ie: 75% max for lvl9 Sharp)

-Reload speed can be unbalanced too. Hell fast reload ! Sould be lowered.

-Green HUD should display in lower levels (from 7) with a maximum level around 9 (Blue HUD for max Level).

Hold on. Nice mutator, much better than the PerksReplacement one.

*CHEERS*

Bye

Last edited by facedepoulet; 12-05-2010 at 10:54 AM.
Reply With Quote
  #10  
Old 12-06-2010, 04:34 PM
MORDRED's Avatar
MORDRED MORDRED is offline
Senior Member
 
Join Date: Nov 2010
Location: Russia
Posts: 138
Default

Damn, server crashes when I replace Marco's original ServerPerksV3 with your version I presume, that the problem is in ServerPerksV3.u file. Cuz when I restore original .u file, server runs normally
Reply With Quote
  #11  
Old 12-07-2010, 07:05 AM
facedepoulet facedepoulet is offline
Junior Member
 
Join Date: Feb 2010
Posts: 6
Default

Quote:
Originally Posted by MORDRED View Post
Damn, server crashes when I replace Marco's original ServerPerksV3 with your version I presume, that the problem is in ServerPerksV3.u file. Cuz when I restore original .u file, server runs normally
What about the "KillingFloor3HUD.utx" file ?
You must put it in "textures" of course. If it exists in "system" folder delete it first.
Reply With Quote
  #12  
Old 12-07-2010, 04:55 PM
MORDRED's Avatar
MORDRED MORDRED is offline
Senior Member
 
Join Date: Nov 2010
Location: Russia
Posts: 138
Default

Quote:
Originally Posted by facedepoulet View Post
What about the "KillingFloor3HUD.utx" file ?
You must put it in "textures" of course. If it exists in "system" folder delete it first.
Cheers, gov'na! I just put all the files within an archive into my system folder, without looking at those files. Bad habit, must abandon it


@ Goldmetal
Good work! New icons looks cool and stylish But balance is needed. Some bugs were mentioned in previous posts, some are yet to be found BTW, are you going to give some special bonuses on level 20? Like - Berserker recieves Katana, Armor Vest and Crossbow? And other classes get their uber weapons Would be great Slight increase in weight would be nice too)

Last edited by MORDRED; 12-07-2010 at 05:01 PM.
Reply With Quote
  #13  
Old 12-18-2010, 10:02 AM
sebo sebo is offline
Junior Member
 
Join Date: Dec 2010
Posts: 9
Default

kept crashing for me with ServerPerk V3.

V4 was just posted, will you be upgrading?
Reply With Quote
  #14  
Old 12-26-2010, 08:46 PM
YoYoBatty's Avatar
YoYoBatty YoYoBatty is offline
Senior Member
 
Join Date: Dec 2009
Location: Canada
Posts: 3,322
Default

Wait, thanks to Marco and YoYoBatty? What did I do to help?
__________________
Reply With Quote
  #15  
Old 03-14-2011, 04:04 PM
FinalDanger FinalDanger is offline
Junior Member
 
Join Date: Aug 2009
Posts: 9
Default

Please tell me where to place the code responsible for displaying VetStar for green and blue stars.
Reply With Quote
  #16  
Old 03-16-2011, 07:03 PM
RoBoT's Avatar
RoBoT RoBoT is offline
Senior Member
 
Join Date: Mar 2009
Location: Syria
Posts: 1,019
Default

does this work on listen? because it didn't work to me
__________________
Reply With Quote
  #17  
Old 09-05-2011, 01:20 AM
rada660 rada660 is offline
Member
 
Join Date: Aug 2011
Posts: 53
Default

cant download the download from here in the quote, telling teh connection was reset... all the time :S
Reply With Quote
  #18  
Old 12-21-2011, 12:12 PM
peliukaszz peliukaszz is offline
Junior Member
 
Join Date: Dec 2011
Posts: 3
Default

plz someone help me i put this mutator into game but it dont work
plz help!
Reply With Quote
  #19  
Old 12-21-2011, 01:01 PM
peliukaszz peliukaszz is offline
Junior Member
 
Join Date: Dec 2011
Posts: 3
Default

where i can put this line i know into server startup commandline but there is it? Add to server startup commandline "?Mutator=ServerPerksV2.ServerPerksMut"
and help with this mutator plz!!!
Reply With Quote
  #20  
Old 12-21-2011, 02:26 PM
Gartley's Avatar
Gartley Gartley is offline
Senior Member
 
Join Date: Dec 2010
Location: UK
Posts: 2,154
Default

Ok, this thread/mut is out of date and redundant. Go here.

Follow instructions.
__________________
Whisky's Workshop

"As you can see here, I'm -ALL ON MY F***ING OWN! Guys where the hell are you?!"
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:43 AM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2005 - 2013, Tripwire Interactive, LLC