remove hardcoded package name

This commit is contained in:
GenZmeY 2024-03-08 17:06:36 +03:00
parent 83f06095d6
commit 4c9279ce0e
Signed by: GenZmeY
GPG Key ID: 424DA4BC3CB2CF39
20 changed files with 33 additions and 33 deletions

View File

@ -44,7 +44,7 @@ function Popped()
defaultproperties
{
SpecialMoveClass=class'CustomZeds.WMSM_Husk_Omega_FireBallBarrageAttack'
SpecialMoveClass=class'WMSM_Husk_Omega_FireBallBarrageAttack'
Name="Default__WMAICommand_HuskOmegaFireBallBarrageAttack"
}

View File

@ -8,7 +8,7 @@ var const float ExtraAfflictionResistance, ExtraDamageResistance;
static function string GetLocalizedName()
{
return super.GetLocalizedName() @ class'CustomZeds.WMPawn_ZedConstants'.default.OmegaString;
return super.GetLocalizedName() @ class'WMPawn_ZedConstants'.default.OmegaString;
}
simulated function PostBeginPlay()

View File

@ -4,7 +4,7 @@ var const float ExtraDamageResistance;
static function string GetLocalizedName()
{
return class'CustomZeds.WMPawn_ZedConstants'.default.BigString @ super.GetLocalizedName();
return class'WMPawn_ZedConstants'.default.BigString @ super.GetLocalizedName();
}
simulated function PostBeginPlay()
@ -24,7 +24,7 @@ function float GetDamageTypeModifier(class<DamageType> DT)
defaultproperties
{
DifficultySettings=Class'CustomZeds.WMDifficulty_Crawler_Big'
DifficultySettings=class'WMDifficulty_Crawler_Big'
bKnockdownWhenJumpedOn=False
DoshValue=12

View File

@ -4,7 +4,7 @@ var const float ExtraDamageResistance;
static function string GetLocalizedName()
{
return class'CustomZeds.WMPawn_ZedConstants'.default.HugeString @ super.GetLocalizedName();
return class'WMPawn_ZedConstants'.default.HugeString @ super.GetLocalizedName();
}
simulated function PostBeginPlay()
@ -24,7 +24,7 @@ function float GetDamageTypeModifier(class<DamageType> DT)
defaultproperties
{
DifficultySettings=Class'CustomZeds.WMDifficulty_Crawler_Big'
DifficultySettings=class'WMDifficulty_Crawler_Big'
bKnockdownWhenJumpedOn=False
DoshValue=24

View File

@ -2,7 +2,7 @@ class WMPawn_ZedCrawler_Medium extends WMPawn_ZedCrawler_NoElite;
static function string GetLocalizedName()
{
return class'CustomZeds.WMPawn_ZedConstants'.default.MediumString @ super.GetLocalizedName();
return class'WMPawn_ZedConstants'.default.MediumString @ super.GetLocalizedName();
}
simulated function PostBeginPlay()

View File

@ -2,7 +2,7 @@ class WMPawn_ZedCrawler_Mini extends WMPawn_ZedCrawler_NoElite;
static function string GetLocalizedName()
{
return class'CustomZeds.WMPawn_ZedConstants'.default.TinyString @ super.GetLocalizedName();
return class'WMPawn_ZedConstants'.default.TinyString @ super.GetLocalizedName();
}
simulated function PostBeginPlay()

View File

@ -4,7 +4,7 @@ var const float ExtraDamageResistance;
static function string GetLocalizedName()
{
return class'CustomZeds.WMPawn_ZedConstants'.default.UltraString @ super.GetLocalizedName();
return class'WMPawn_ZedConstants'.default.UltraString @ super.GetLocalizedName();
}
simulated function PostBeginPlay()
@ -24,7 +24,7 @@ function float GetDamageTypeModifier(class<DamageType> DT)
defaultproperties
{
DifficultySettings=Class'CustomZeds.WMDifficulty_Crawler_Big'
DifficultySettings=class'WMDifficulty_Crawler_Big'
bKnockdownWhenJumpedOn=False
DoshValue=48

View File

@ -15,7 +15,7 @@ var const float ExtraAfflictionResistance, ExtraDamageResistance;
static function string GetLocalizedName()
{
return super.GetLocalizedName() @ class'CustomZeds.WMPawn_ZedConstants'.default.OmegaString;
return super.GetLocalizedName() @ class'WMPawn_ZedConstants'.default.OmegaString;
}
simulated function PostBeginPlay()

View File

@ -4,7 +4,7 @@ var linearColor PredatorColor;
static function string GetLocalizedName()
{
return super.GetLocalizedName() @ class'CustomZeds.WMPawn_ZedConstants'.default.PredatorString;
return super.GetLocalizedName() @ class'WMPawn_ZedConstants'.default.PredatorString;
}
simulated function PostBeginPlay()
@ -45,7 +45,7 @@ simulated event bool UsePlayerControlledZedSkin()
defaultproperties
{
ControllerClass=Class'CustomZeds.WMAIController_ZedFleshpound_Predator'
ControllerClass=class'WMAIController_ZedFleshpound_Predator'
DefaultGlowColor=(G=0.25f)
PredatorColor=(R=0.2f,G=1.0f,B=0.1f)

View File

@ -16,7 +16,7 @@ replication
static function string GetLocalizedName()
{
return super.GetLocalizedName() @ class'CustomZeds.WMPawn_ZedConstants'.default.OmegaString;
return super.GetLocalizedName() @ class'WMPawn_ZedConstants'.default.OmegaString;
}
simulated function PostBeginPlay()
@ -156,8 +156,8 @@ defaultproperties
GorefastOmegaAnimSet=AnimSet'ZedternalReborn_Zeds.Gorefast.Gorefast_Omega_AnimSet'
GorefastOmegaAnimInfo=KFPawnAnimInfo'ZedternalReborn_Zeds.Gorefast.Gorefast_Omega_AnimGroup'
ShieldImpactEffects=KFSkinTypeEffects_InvulnerabilityShield'KFGameContent.Default__KFPawn_ZedHans:ShieldEffects'
ControllerClass=class'CustomZeds.WMAIController_ZedGorefast_Omega'
DifficultySettings=class'CustomZeds.WMDifficulty_Gorefast_Omega'
ControllerClass=class'WMAIController_ZedGorefast_Omega'
DifficultySettings=class'WMDifficulty_Gorefast_Omega'
bShieldOn=False
bVersusZed=False

View File

@ -9,7 +9,7 @@ var const float ExtraAfflictionResistance, ExtraDamageResistance;
static function string GetLocalizedName()
{
return super.GetLocalizedName() @ class'CustomZeds.WMPawn_ZedConstants'.default.OmegaString;
return super.GetLocalizedName() @ class'WMPawn_ZedConstants'.default.OmegaString;
}
function PossessedBy(Controller C, bool bVehicleTransition)
@ -194,9 +194,9 @@ simulated event bool UsePlayerControlledZedSkin()
defaultproperties
{
HuskOmegaAnimSet=AnimSet'ZedternalReborn_Zeds.Husk.Husk_Omega_AnimSet'
SuicideFireballClass=class'CustomZeds.WMProj_Husk_Fireball_Suicide'
ControllerClass=class'CustomZeds.WMAIController_ZedHusk_Omega'
DifficultySettings=class'CustomZeds.WMDifficulty_Husk_Omega'
SuicideFireballClass=class'WMProj_Husk_Fireball_Suicide'
ControllerClass=class'WMAIController_ZedHusk_Omega'
DifficultySettings=class'WMDifficulty_Husk_Omega'
bVersusZed=False
DoshValue=34
@ -215,7 +215,7 @@ defaultproperties
End Object
Begin Object Name=SpecialMoveHandler_0
SpecialMoveClasses(SM_Custom1) = class'CustomZeds.WMSM_Husk_Omega_FireBallBarrageAttack'
SpecialMoveClasses(SM_Custom1) = class'WMSM_Husk_Omega_FireBallBarrageAttack'
End Object
Begin Object Name=ChestLightComponent0

View File

@ -4,7 +4,7 @@ var linearColor glowColor;
static function string GetLocalizedName()
{
return class'CustomZeds.WMPawn_ZedConstants'.default.TinyString @ super.GetLocalizedName();
return class'WMPawn_ZedConstants'.default.TinyString @ super.GetLocalizedName();
}
function PossessedBy(Controller C, bool bVehicleTransition)

View File

@ -2,7 +2,7 @@ class WMPawn_ZedHusk_Tiny_Blue extends WMPawn_ZedHusk_Tiny;
static function string GetLocalizedName()
{
return class'CustomZeds.WMPawn_ZedConstants'.default.BlueString @ super.GetLocalizedName();
return class'WMPawn_ZedConstants'.default.BlueString @ super.GetLocalizedName();
}
defaultproperties

View File

@ -2,7 +2,7 @@ class WMPawn_ZedHusk_Tiny_Green extends WMPawn_ZedHusk_Tiny;
static function string GetLocalizedName()
{
return class'CustomZeds.WMPawn_ZedConstants'.default.GreenString @ super.GetLocalizedName();
return class'WMPawn_ZedConstants'.default.GreenString @ super.GetLocalizedName();
}
defaultproperties

View File

@ -2,7 +2,7 @@ class WMPawn_ZedHusk_Tiny_Pink extends WMPawn_ZedHusk_Tiny;
static function string GetLocalizedName()
{
return class'CustomZeds.WMPawn_ZedConstants'.default.PinkString @ super.GetLocalizedName();
return class'WMPawn_ZedConstants'.default.PinkString @ super.GetLocalizedName();
}
defaultproperties

View File

@ -5,7 +5,7 @@ var const KFPawnAnimInfo ScrakeOmegaAnimInfo;
static function string GetLocalizedName()
{
return super.GetLocalizedName() @ class'CustomZeds.WMPawn_ZedConstants'.default.EmperorString;
return super.GetLocalizedName() @ class'WMPawn_ZedConstants'.default.EmperorString;
}
simulated function PostBeginPlay()
@ -28,7 +28,7 @@ defaultproperties
{
ScrakeOmegaAnimSet=AnimSet'ZedternalReborn_Zeds.Scrake.Scrake_Omega_AnimSet'
ScrakeOmegaAnimInfo=KFPawnAnimInfo'ZedternalReborn_Zeds.Scrake.Scrake_Omega_AnimGroup'
DifficultySettings=class'CustomZeds.WMDifficulty_Scrake_Emperor'
DifficultySettings=class'WMDifficulty_Scrake_Emperor'
RageHealthThresholdNormal=0.25f
RageHealthThresholdHard=0.3f

View File

@ -8,7 +8,7 @@ var const float ExtraAfflictionResistance, ExtraDamageResistance;
static function string GetLocalizedName()
{
return super.GetLocalizedName() @ class'CustomZeds.WMPawn_ZedConstants'.default.OmegaString;
return super.GetLocalizedName() @ class'WMPawn_ZedConstants'.default.OmegaString;
}
simulated function PostBeginPlay()

View File

@ -6,7 +6,7 @@ var const KFPawnAnimInfo ScrakeTinyAnimInfo;
static function string GetLocalizedName()
{
return class'CustomZeds.WMPawn_ZedConstants'.default.TinyString @ super.GetLocalizedName();
return class'WMPawn_ZedConstants'.default.TinyString @ super.GetLocalizedName();
}
simulated function PostBeginPlay()

View File

@ -5,7 +5,7 @@ var const float ExtraAfflictionResistance, ExtraDamageResistance;
static function string GetLocalizedName()
{
return super.GetLocalizedName() @ class'CustomZeds.WMPawn_ZedConstants'.default.OmegaString;
return super.GetLocalizedName() @ class'WMPawn_ZedConstants'.default.OmegaString;
}
simulated function PostBeginPlay()
@ -100,7 +100,7 @@ simulated event bool UsePlayerControlledZedSkin()
defaultproperties
{
DifficultySettings=Class'CustomZeds.WMDifficulty_Siren_Omega'
DifficultySettings=class'WMDifficulty_Siren_Omega'
bVersusZed=False
DoshValue=50

View File

@ -5,7 +5,7 @@ var const float ExtraAfflictionResistance, ExtraDamageResistance;
static function string GetLocalizedName()
{
return super.GetLocalizedName() @ class'CustomZeds.WMPawn_ZedConstants'.default.OmegaString;
return super.GetLocalizedName() @ class'WMPawn_ZedConstants'.default.OmegaString;
}
simulated function PostBeginPlay()
@ -61,7 +61,7 @@ simulated function AdjustAffliction(out float AfflictionPower)
defaultproperties
{
StalkerOmegaAnimSet=AnimSet'ZedternalReborn_Zeds.Stalker.Stalker_Omega_AnimSet'
DifficultySettings=class'CustomZeds.WMDifficulty_Stalker_Omega'
DifficultySettings=class'WMDifficulty_Stalker_Omega'
bVersusZed=False
DoshValue=22