Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline t1a2l  
#1 Posted : Sunday, August 23, 2020 5:00:52 AM(UTC)
t1a2l
Private
Joined: 9/2/2014(UTC)
Posts: 16
Israel

Thanks: 1 times
The code below causing crash on load.
I am trying to remove the stealth module of the rebel and add a different one

Object GLAInfantryRebel
RemoveModule ModuleTag_07
AddModule
Behavior = StealthUpdate ModuleTag_GPSStealth01
StealthDelay = 2000 ; msec
StealthForbiddenConditions = NONE
HintDetectableConditions = IS_FIRING_WEAPON
InnateStealth = Yes
RequiredStatus = REASSIGN_PARKING ;Used exclusively by the GPS Scrambler
OrderIdleEnemiesToAttackMeUponReveal = Yes
End
End ; We're closing AddModule because we're not adding any more modules
End; Object
Sponsor
Offline UTD^Force  
#2 Posted : Tuesday, August 25, 2020 12:12:15 PM(UTC)
UTD^Force
Colonel
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 8/13/2013(UTC)
Posts: 817
Jordan
Location: Middle east

Thanks: 430 times
Was thanked: 184 time(s) in 168 post(s)
Hi there, the crash is caused by another behaviour for the rebel. It is 'StealthUpgrade ModuleTag_10' after removing this module, the game should not crash. I've left it commented out in the code below in case you want to know what the module is.
Good luck!

Code:
Object GLAInfantryRebel
 RemoveModule ModuleTag_07
 RemoveModule ModuleTag_10
 AddModule
   Behavior = StealthUpdate ModuleTag_07
    StealthDelay                = 2500 ; msec
    StealthForbiddenConditions  = ATTACKING USING_ABILITY
    MoveThresholdSpeed          = 3
    InnateStealth               = Yes ;Requires upgrade first
    OrderIdleEnemiesToAttackMeUponReveal  = Yes
  End
 End
  ;;;;;;;;Behavior = StealthUpgrade ModuleTag_10
;;;; ;;; ;  TriggeredBy = Upgrade_GLACamouflage
  ;;;;;;;;End
End
Proud Muslim

UTD^Force

Moderator and former map reviewer
CnC Labs
Offline t1a2l  
#3 Posted : Tuesday, August 25, 2020 12:17:42 PM(UTC)
t1a2l
Private
Joined: 9/2/2014(UTC)
Posts: 16
Israel

Thanks: 1 times
Hi, thanks for the replay i found the issue, i forgot to mention i use ROTR and the rebel object there has "var1" attached. thats why the crash.

anyway it doesn't crash but my rebels are not getting stealth. so maybe your solution will solve it. Maybe i need to remove the upgrade and the stealth and then add mine.

Thanks anyway!
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.