[WHITELISTED] IJC WeaponPack (Ivan & Jack Carver)

  • Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

xbatista

FNG / Fresh Meat
Jul 7, 2010
87
0
0
Ivan it's not full source code, btw Marco don't use:
PHP:
static function int AddDamage(KFPlayerReplicationInfo KFPRI, KFMonster Injured, KFPawn DamageTaker, int InDamage, class<DamageType> DmgType)
{
	if ( DmgType == class'DamTypeCrossbow' || DmgType == class'DamTypeCrossbowHeadShot' ||
		 DmgType == class'DamTypeWinchester' || DmgType == class'DamTypeDeagle' || DmgType == class'DamTypeDualDeagle' ||
		 DmgType == class'DamTypeDualies' || DmgType == class'DamTypeM14EBR' )
	{
		if ( KFPRI.ClientVeteranSkillLevel <= 3 )
			return float(InDamage) * (1.05 + (0.05 * float(KFPRI.ClientVeteranSkillLevel)));
		else if ( KFPRI.ClientVeteranSkillLevel == 4 )
			return float(InDamage) * 1.30;
		else if ( KFPRI.ClientVeteranSkillLevel == 5 )
			return float(InDamage) * 1.50;
		return float(InDamage) * (0.75 + (0.05 * float(KFPRI.ClientVeteranSkillLevel)));
	}
	return InDamage;
}
 

Hemi

FNG / Fresh Meat
Jul 30, 2010
1,572
573
0
It edits Marcos default veteran classes, Source Code here
@Hemi: Yea sounds are really difficult to find, we already had 3 for mk23 i think :D

no no.. its different for the mk23. Its like when someone fires the gun on the other side of the level, the sound is near your ears like he standing next to you.
 

Jack-Carver

FNG / Fresh Meat
Mar 28, 2009
834
232
0
31
no no.. its different for the mk23. Its like when someone fires the gun on the other side of the level, the sound is near your ears like he standing next to you.

Oh so it doesn't have a mono sound. We'll fix that.
And thanks for the feedback :)
 
Last edited:

Hemi

FNG / Fresh Meat
Jul 30, 2010
1,572
573
0
Oh so it doesn't have a mono sound. We'll fix that.
And thanks for the feedback :)

jeej! thanx guys! your pack is really fun, and allot of people are enjoying it on our servers. Maybe be an idea to create a commando version? Just a thought. :)
 

Jack-Carver

FNG / Fresh Meat
Mar 28, 2009
834
232
0
31
jeej! thanx guys! your pack is really fun, and allot of people are enjoying it on our servers. Maybe be an idea to create a commando version? Just a thought. :)

Of the M7A3 :p? Well yeah it has that "special feel" to it.
But there's something for the commando in developement......
 

cichy

FNG / Fresh Meat
Oct 14, 2010
55
3
0
36
Poland
cichy.ath.cx
Great Mod really kicks *** :) Although version 4.91 doesn't work for me but 4.8 works :) Also small question what those lines mean:
[from KFCustomTraderMut]
WeaponForSale=BDHuntingRifleB2.Hunting_RiflePickup
WeaponForSale=MachinePistol.MachinePistolPickup
WeaponForSale=KFMod.MP7MPickup
[from killingfloor.ini]
ServerPackages=BDHuntingRifleB2
ServerPackages=KFDualMP7Mut
ServerPackages=MachinePistol

Are those some kind of mutators which i must to have, if so where to get them? M99 comes as MBR not as M99 is this normal?
 

-=Ivan=-

FNG / Fresh Meat
Oct 27, 2009
235
105
0
There is no lack of changelog you can read changelog of 4.9; All changes on the homepage. Check out the NEWS leave a comment if you want
 
Last edited:

Smecsy

FNG / Fresh Meat
Apr 8, 2011
3
0
0
Help!

Help!

Hey, I was wondering if you guys can help me in installing this weapons pack.

I just downloaded the "ijcwpv491.exe" file and installed it. (KillingFloor Weapon Pack BETA V4.91)

Then, after reading a few more posts, I learned that you have to install the "ServerPerksV4.rar" first. I just guessed that to install the file, you just have to copy it in the System folder of the killing floor main folder.

Then, in order to make the weapons appear on the trader menu, you have to enable the "KFCustomShopMutV2" mutator first. However, I can't seem to find this particular mutator on the list. Are you supposed to create your own configuration file containing the code "Hemi" posted on page 5? Or are you supposed to download this file from somewhere and just edit it?

I just bought the game recently and I really have to experience when it comes to installing these mods. Thanks in advance! :D
 

-=Ivan=-

FNG / Fresh Meat
Oct 27, 2009
235
105
0
You only need the CostumeTrader Muator if you use 2 Mutator which add weapons to the trader at ones. So if you just enable the KF Weapon Pack Muator the Weapons should be at the Trader. You just need Marcos Server Perk Muator if you want to play with Perks. install the server perk files is your system dir and enable IJC Perk Activation Mutator to play with Perks
 

halbridious

FNG / Fresh Meat
Jan 6, 2011
1,769
211
0
Michigan (USA)
Anyone know where i can find a moderator? My howto thread might help alot of people here with questions like smecsy's, but i never see any green names to ask to have it stickied :(
 

timur

FNG / Fresh Meat
Anyone know where i can find a moderator? My howto thread might help alot of people here with questions like smecsy's, but i never see any green names to ask to have it stickied :(

look for Bobdog, Zips, or one of the others; they can be found, but they don't post in the Mods area. I'm sure I can find u plenty if you want links to their profiles
 
  • Like
Reactions: halbridious