• 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/

Code ServerPerksV4 compile Error

Hi,

I have the same Problem

Yes i add Server Veterancy Handler v4 have what mus i do to Compile it Sucesfull?

Ok with thev 1.3 of WTF Package its going sucefull ^^

but not with the 1.4 why?
You will need to specify more information on what you've done etc as this is to me, a little confusing on what/where you are at.
 
Upvote 0
Sry :eek:

I have Decompilied The Orginal ServerPerksV4^^

And i want Compile The Orginal ServerPerksV4

But he did it then it cames The sam Failure

"..ServerPerksV4\Classes\ServerStStats.uc(342) : Error, Redefinition of 'function AddKill' differs from original in KFSteamStatsAndAchievements
Log: Compile aborted due to errors.
Log: Failure - 1 error(s), 0 warning(s)

Why this ? Because it is The Orginal Source and he let it not Re Compile oO

What can i do to Compile it with no Error?

Help me
 
Last edited:
Upvote 0
Sry :eek:

I have Decompilied The Orginal ServerPerksV4^^

And i want Compile The Orginal ServerPerksV4

But he did it then it cames The sam Failure

"..ServerPerksV4\Classes\ServerStStats.uc(342) : Error, Redefinition of 'function AddKill' differs from original in KFSteamStatsAndAchievements
Log: Compile aborted due to errors.
Log: Failure - 1 error(s), 0 warning(s)

Why this ? Because it is The Orginal Source and he let it not Re Compile oO

What can i do to Compile it with no Error?

Help me
Open up your ServerStStats.uc file and go to line 342. Make sure it says this:
Code:
// Xmas version
//function AddKill(bool bLaserSightedEBRM14Headshotted, bool bMeleeKill, bool bZEDTimeActive)
function AddKill(bool bLaserSightedEBRM14Headshotted)
and NOT this:
Code:
// Xmas version
function AddKill(bool bLaserSightedEBRM14Headshotted, bool bMeleeKill, bool bZEDTimeActive)
 
Upvote 0
Open up your ServerStStats.uc file and go to line 342. Make sure it says this:
Code:
// Xmas version
//function AddKill(bool bLaserSightedEBRM14Headshotted, bool bMeleeKill, bool bZEDTimeActive)
function AddKill(bool bLaserSightedEBRM14Headshotted)
and NOT this:
Code:
// Xmas version
function AddKill(bool bLaserSightedEBRM14Headshotted, bool bMeleeKill, bool bZEDTimeActive)

Thx for Support ;)
 
Upvote 0