Tripwire Interactive Forums

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

Reply
 
Thread Tools Display Modes
  #761  
Old 06-16-2012, 12:42 PM
Zeus1 Zeus1 is offline
Junior Member
 
Join Date: Jun 2012
Posts: 4
Default

Quote:
Originally Posted by FluX View Post
Yeah I know about this as I am a "balance freak" as I guess Hemi would call me lol. I do know that (as I did this too first of all), but there is no reload bonus on Marco's version that I know of.
The Firebug and Commando class get their reload perks.

Besides the reload speed on sharpshooter, I also noticed Berserker doesn't get it's movement speed bonus with melee weapons.

Quote:
Originally Posted by ro_sauce View Post
you could just copy the stats n stuff out of kfmod.kfvet(perk) and put in your version of perks.
I couldn't find that file. The only thing I found that has perk info is kfmod.int
Then I found ServerPerksP.int, which has some perk info in there. But ServerPerksP.int has everything, including reload speed on Sharpshooter. Is this the right file? Or is it somewhere else?
Reply With Quote
  #762  
Old 06-16-2012, 05:01 PM
ro_sauce ro_sauce is offline
Senior Member
 
Join Date: Sep 2007
Posts: 3,110
Default

you dont have a kfmod directory?
__________________


For RO2 Crash Support Help, PM me your problem and teamview connection, and I will see if I can fix it for you.
Reply With Quote
  #763  
Old 06-16-2012, 08:37 PM
Zeus1 Zeus1 is offline
Junior Member
 
Join Date: Jun 2012
Posts: 4
Default

no. Should I have a kfmod directory? I just downloaded ServerPerksV55.rar and put the files in my system folder. I picked up the game recently so I'm still learning about modding and stuff.
Reply With Quote
  #764  
Old 06-17-2012, 08:39 AM
Gartley's Avatar
Gartley Gartley is offline
Senior Member
 
Join Date: Dec 2010
Location: UK
Posts: 2,152
Default

Quote:
Originally Posted by Zeus1 View Post
no. Should I have a kfmod directory? I just downloaded ServerPerksV55.rar and put the files in my system folder. I picked up the game recently so I'm still learning about modding and stuff.
Download and install the SDK, that will create a KFMOD directory in your /killingfloor/ folder. It contains all the original class files for the game.
__________________
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
  #765  
Old 06-17-2012, 03:27 PM
Blasphemy Blasphemy is offline
Member
 
Join Date: Apr 2011
Posts: 68
Default

Great job Marco!

Thankx a lot!
Reply With Quote
  #766  
Old 06-18-2012, 11:39 AM
Zeus1 Zeus1 is offline
Junior Member
 
Join Date: Jun 2012
Posts: 4
Default

Quote:
Originally Posted by Gartley View Post
Download and install the SDK, that will create a KFMOD directory in your /killingfloor/ folder. It contains all the original class files for the game.
Ok, got it. Thanks.

Also, really cool mutator Marco!
Reply With Quote
  #767  
Old 06-18-2012, 01:11 PM
Z-MAN Z-MAN is offline
Senior Member
 
Join Date: Jun 2009
Posts: 201
Default

ummmm
V5.5

A Weapon menu will be displayed if changed by a number key.

Press [1]
PrevWeapon Menu or NextWeapon Menu displayed for a short time.

why ????
I am never using the menu.

PS.
I understand.
The function was deleted in my server.

SRHUDKillingFloor.uc
PrevWeapon
NextWeapon

KFPCServ
SwitchWeapon

Last edited by Z-MAN; 06-18-2012 at 01:23 PM.
Reply With Quote
  #768  
Old 06-18-2012, 01:46 PM
Marco Marco is offline
Senior Member
 
Join Date: May 2009
Location: Finland
Posts: 452
Default

Quote:
Originally Posted by Z-MAN View Post
ummmm
V5.5

A Weapon menu will be displayed if changed by a number key.

Press [1]
PrevWeapon Menu or NextWeapon Menu displayed for a short time.

why ????
I am never using the menu.

PS.
I understand.
The function was deleted in my server.

SRHUDKillingFloor.uc
PrevWeapon
NextWeapon

KFPCServ
SwitchWeapon
It works as intended, it was meant to show up for brief moment and to cancel out Next/PrevWeapon selection.
Also as you seam to be so bad at coding you should be informed that it is only caused by KFPCServ.SwitchWeapon and that you can simply subclass that playercontroller class to undo that function change without need to modify any core packages.
__________________
Quote:
Originally Posted by HuNteR- View Post
Sadly no, we can't do anything about it, fools like Marco will always exist, and with no one with power pulling strings, its a lost cause.
Reply With Quote
  #769  
Old 06-19-2012, 09:03 AM
Z-MAN Z-MAN is offline
Senior Member
 
Join Date: Jun 2009
Posts: 201
Default

Quote:
Originally Posted by Marco View Post
It works as intended, it was meant to show up for brief moment and to cancel out Next/PrevWeapon selection.
Also as you seam to be so bad at coding you should be informed that it is only caused by KFPCServ.SwitchWeapon and that you can simply subclass that playercontroller class to undo that function change without need to modify any core packages.
ok.
I HUD function rollback.
modify SwitchWeapon only.

thanks.
Reply With Quote
  #770  
Old 06-19-2012, 05:11 PM
Professional_Nub Professional_Nub is offline
Junior Member
 
Join Date: Aug 2011
Posts: 10
Default Requirement Scaling Broken

I have changed the Requirement Scaling in Server Perks however the damage is now stuck at 1250 out of whatever number the scaling changed it to. I noticed 1250 was the default amount of damage needed to level, so maybe there is a file that needs to be changed elsewhere? Any help on how to fix this would be much appreciated .
Reply With Quote
  #771  
Old 06-19-2012, 05:44 PM
Tiro Tiro is offline
Junior Member
 
Join Date: Apr 2012
Posts: 19
Default

I can´t join the server,
I´m getting failed launching URL Can´t find file for package server perks mut

any idea?


2012-06-19_00002.jpg
Reply With Quote
  #772  
Old 06-20-2012, 12:17 AM
Marco Marco is offline
Senior Member
 
Join Date: May 2009
Location: Finland
Posts: 452
Default

Quote:
Originally Posted by Tiro View Post
I can´t join the server,
I´m getting failed launching URL Can´t find file for package server perks mut

any idea?
That means you are trying to join a server with a borked modification of the mutator (or perks) where it makes disallowed references to the serverside mutator.
__________________
Quote:
Originally Posted by HuNteR- View Post
Sadly no, we can't do anything about it, fools like Marco will always exist, and with no one with power pulling strings, its a lost cause.
Reply With Quote
  #773  
Old 06-20-2012, 06:33 AM
Tiro Tiro is offline
Junior Member
 
Join Date: Apr 2012
Posts: 19
Default

Thanks for the replay.
I try to fine out what´s worng with it.

I just did add, new perk and given bonus to all perks. that was all what i done.
Reply With Quote
  #774  
Old 06-20-2012, 08:51 AM
Gartley's Avatar
Gartley Gartley is offline
Senior Member
 
Join Date: Dec 2010
Location: UK
Posts: 2,152
Default

Quote:
Originally Posted by Tiro View Post
Thanks for the replay.
I try to fine out what´s worng with it.

I just did add, new perk and given bonus to all perks. that was all what i done.
The important thing is how did you do this? Did you simply edit the ServerPerksP package and recompile? If you did you are an idiot considering how many times over this thread let alone over the entire board including stikies users are instructed not to do this for that very reason.

-1 Go to your /killingfloor/system folder.
-2 Delete all ServerPerks related files, should be about 5 of them.
-3 Delete any source code you have.
-4 Open your desk draw.
-5 Put your fingers into the draw.
-6 Now slam the draw shut
-7 Problem should be fixed.
__________________
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
  #775  
Old 06-21-2012, 01:50 AM
racerxvip47 racerxvip47 is offline
Junior Member
 
Join Date: Sep 2011
Posts: 2
Default

can i use this in a solo match, i mean an offline singleplayer match. because i got problem when using some non-whitelisted weapons (e.g russian weapons) and mutators, this message appears "Unknown Steam error prevent you from accessing this" and i can't select perks. if you know how to fix this plz tell, i'd appreciate this a lot
P/S: i tried to use perk selector replacement, it doesn't work for me
Reply With Quote
  #776  
Old 06-21-2012, 10:15 AM
Gartley's Avatar
Gartley Gartley is offline
Senior Member
 
Join Date: Dec 2010
Location: UK
Posts: 2,152
Default

Quote:
Originally Posted by racerxvip47 View Post
can i use this in a solo match, i mean an offline singleplayer match. because i got problem when using some non-whitelisted weapons (e.g russian weapons) and mutators, this message appears "Unknown Steam error prevent you from accessing this" and i can't select perks. if you know how to fix this plz tell, i'd appreciate this a lot
P/S: i tried to use perk selector replacement, it doesn't work for me
¬¬ You only need to post once, not start another thread on top. FFS, go read the thread you started.
__________________
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
  #777  
Old 06-21-2012, 01:05 PM
poosh's Avatar
poosh poosh is offline
Senior Member
 
Join Date: Jan 2011
Posts: 1,491
Default

Quote:
Originally Posted by Gartley View Post
The important thing is how did you do this? Did you simply edit the ServerPerksP package and recompile? If you did you are an idiot considering how many times over this thread let alone over the entire board including stikies users are instructed not to do this for that very reason.

-1 Go to your /killingfloor/system folder.
-2 Delete all ServerPerks related files, should be about 5 of them.
-3 Delete any source code you have.
-4 Open your desk draw.
-5 Put your fingers into the draw.
-6 Now slam the draw shut
-7 Problem should be fixed.
This should be sticky
__________________
KF Servers: Official+Custom maps. Custom Monters/SuperZombies/Doom3. Powered by ScrnBalance mutator.
scrn.no-ip.org:7707 - 6p HoE server
46.223.78.106:7713 - 20p Custom Sui/HoE Server
Reply With Quote
  #778  
Old 06-21-2012, 05:17 PM
Tiro Tiro is offline
Junior Member
 
Join Date: Apr 2012
Posts: 19
Default

Quote:
Originally Posted by Gartley View Post
The important thing is how did you do this? Did you simply edit the ServerPerksP package and recompile? If you did you are an idiot considering how many times over this thread let alone over the entire board including stikies users are instructed not to do this for that very reason.

-1 Go to your /killingfloor/system folder.
-2 Delete all ServerPerks related files, should be about 5 of them.
-3 Delete any source code you have.
-4 Open your desk draw.
-5 Put your fingers into the draw.
-6 Now slam the draw shut
-7 Problem should be fixed.
Thank for you tips, I did fix it somehow , now working as well.
I´m not that good for codes or some thing like that. Just beginer,never done it befor.
And It i will be nice if you stop calling ppl an idiot, who don´t know some thing about coding or programing. I´m sure if they knew it is worng, they wont do it.

Cheers!
Reply With Quote
  #779  
Old 06-21-2012, 10:28 PM
Gartley's Avatar
Gartley Gartley is offline
Senior Member
 
Join Date: Dec 2010
Location: UK
Posts: 2,152
Default

It's not so much your lack of knowledge, it's that you failed to do so much as look around the forums prior to starting. First post of this thread, points to instructions on how to write perks. Sticky posts are in the general modding subforum about version missmatches and how to avoid them. So many people seem to do this, it's not like the information is hidden away in some secret vault that only few know about. I mean come on, it's on the front page.
__________________
Whisky's Workshop

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

Last edited by Gartley; 06-21-2012 at 10:29 PM.
Reply With Quote
  #780  
Old 06-22-2012, 01:26 AM
KF-Argentina KF-Argentina is offline
Senior Member
 
Join Date: Oct 2010
Location: Argentina
Posts: 226
Default

Quote:
Originally Posted by Gartley View Post
The important thing is how did you do this? Did you simply edit the ServerPerksP package and recompile? If you did you are an idiot considering how many times over this thread let alone over the entire board including stikies users are instructed not to do this for that very reason.

-1 Go to your /killingfloor/system folder.
-2 Delete all ServerPerks related files, should be about 5 of them.
-3 Delete any source code you have.
-4 Open your desk draw.
-5 Put your fingers into the draw.
-6 Now slam the draw shut
-7 Problem should be fixed.
Sticky.
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 01:56 PM.


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