It edits Marcos default veteran classes, Source Code herePlease explain what this does?
IJCWeaponPackPerkActivation.u - activation , what? where? how it works?
@Hemi: Yea sounds are really difficult to find, we already had 3 for mk23 i think
It edits Marcos default veteran classes, Source Code herePlease explain what this does?
IJCWeaponPackPerkActivation.u - activation , what? where? how it works?
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;
}
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![]()
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![]()
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? Well yeah it has that "special feel" to it.
But there's something for the commando in developement......
WeaponForSale=KFWeaponPack-BETA-V48.M99Pickup
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![]()