Jump to content


Elendil113

Member Since 29 Dec 2017
Offline Last Active Jan 18 2018 12:18 AM

Topics I've Started

Game crash

29 December 2017 - 11:44 PM

Hello everyone, first of all, sorry for my english.

 

I'm playing evil campaign right now, and when i click on the amon hen mission, the game crashes and this message shows up;

 

-----------------------

 

ReplaceModule ModuleTag_Porcupine was not found for RohanElvenWarrior, cannot continue.

 

Error parsing field 'ReplaceModule' in block 'Object' in file 'maps\MAP EVIL Amon Hen\map.ini', line 114.

 

Error parsing INI block '          ReplaceModule' in file !maps\MAP EVIL Amon Hen\map.ini'.

 

Because of the severity of this error the game will now exit.

 

----------------------

 

And this is my Evil amon hen files:

 

-----------------

 

;////////////////////////// UNIT OVERRIDES ////////////////////////////////////
;------------------------------------------------------------------------------
Object IsengardFighter
ShroudClearingRange = 130
End
 
;------------------------------------------------------------------------------
Object IsengardPikeman
ShroudClearingRange = 130
End
 
;------------------------------------------------------------------------------
Object IsengardUrukCrossbow
ShroudClearingRange = 150
End
 
;------------------------------------------------------------------------------
; Lurtz
Object IsengardLurtz
ShroudClearingRange = 180
 
ReplaceModule ModuleTag_RespawnBody
Body = RespawnBody ModuleTag_RespawnBody_Override
CheerRadius = EMOTION_CHEER_RADIUS
    MaxHealth = 1800 ;BALANCE Lurtz Health
  PermanentlyKilledByFilter = NONE ;Who kills me permanently?
    DodgePercent = 80%
  End
End
End
 
;------------------------------------------------------------------------------
; Aragorn GondorAragorn
Object GondorAragorn
ReplaceModule ModuleTag_RespawnBody
Body = RespawnBody ModuleTag_RespawnBody_Override
CheerRadius = EMOTION_CHEER_RADIUS
MaxHealth         = 1400 ;BALANCE Aragorn Health
PermanentlyKilledByFilter = NONE ;Who kills me permanently?
    DodgePercent       = 80%
    End
End
End
 
;------------------------------------------------------------------------------
; Gimli
Object RohanGimli
ReplaceModule ModuleTag_RespawnBody
Body = RespawnBody ModuleTag_RespawnBody_Override
CheerRadius = EMOTION_CHEER_RADIUS
MaxHealth         = 1400   ;BALANCE Gimli Health
PermanentlyKilledByFilter = NONE ;Who kills me permanently?
    DodgePercent       = 80%
End
End
End
 
;------------------------------------------------------------------------------
; aka Merry
Object RohanMerry
VisionRange = 180
 
ReplaceModule ModuleTag_RespawnBody
Body = RespawnBody ModuleTag_RespawnBody_Override
MaxHealth         = 700 ;BALANCE Merry Health
PermanentlyKilledByFilter = NONE ;Who kills me permanently?
DodgePercent       = 50%
End
End
End
 
 
;------------------------------------------------------------------------------
; aka Pippin
Object RohanPippin
VisionRange = 180
 
ReplaceModule ModuleTag_RespawnBody
Body = RespawnBody ModuleTag_RespawnBody_Override
MaxHealth         = 700 ;BALANCE Pippin Health
PermanentlyKilledByFilter = NONE ;Who kills me permanently?
DodgePercent       = 50%
End
End
End
 
;------------------------------------------------------------------------------
; aka Cave Troll, MordorCaveTroll, CaveTrollMordor
Object MordorCaveTroll
ShroudClearingRange = 100
 
ReplaceModule ModuleTag_02
Body = DelayedDeathBody ModuleTag_02_Override
MaxHealth = 2400 ;BALANCE CaveTroll Health
DoHealthCheck = No ; Don't want to get the delayed death behaviour when we die normally.
DelayedDeathTime = 15000
CanRespawn = No ; Unit can't get revived.
End
End
End
 
;------------------------------------------------------------------------------
; aka Rohan Elven Warrior
Object RohanElvenWarrior
VisionRange = 250
 
WeaponSet
Conditions = None
Weapon = PRIMARY    RohanElvenBow_EvilAmonHen
AutoChooseSources = PRIMARY FROM_PLAYER FROM_SCRIPT FROM_AI
End
 
ReplaceModule ModuleTag_02
Body = ActiveBody ModuleTag_02_Override
MaxHealth         = 80 ;BALANCE RohanElvenWarrior
MaxHealthDamaged  = 80
RecoveryTime      = ROHAN_ELVENWARRIOR_HEALTH_RECOVERY_TIME
End
End
End
 
;////////////////////////// HORDE OVERRIDES ///////////////////////////////////
;------------------------------------------------------------------------------
Object IsengardFighterHorde
BuildCost = 200
BuildTime = 6.0
End
 
;------------------------------------------------------------------------------
Object IsengardUrukCrossbowHorde
BuildCost = 300
BuildTime = 6.0
End
 
;------------------------------------------------------------------------------
Object IsengardPikemanHorde
BuildCost = ISENGARD_URUKPIKEMAN_BUILDCOST
BuildTime = 6.0
End
 
;------------------------------------------------------------------------------
 
 
 
--------------------
 
Looks like there is a problem with the Rohan Elven Warrior. Can you guys tell me what is wrong with it ? Thank you.