Posted by: loveBomber - Tuesday, January 17, 2017 2:58:53 AM
Hello! I want to change the Saboteur's behavior in a way that it allows to attack/ temporarily disable base defenses for a while. When I look at the GLAInfantry.ini it says stuff like the following: [quote] Behavior = SabotageInternetCenterCrateCollide SabotageTag_08 BuildingPickup = Yes SabotageDuration = 15000 End[/quote] Is the Saboteur's behavior hardcoded into the game or can I extend those events myself? Thanks.

Posted by: Annihilationzh - Tuesday, January 17, 2017 4:28:11 AM
You hit the nail on the head. It's hard-coded. However, you can do it in other ways. You could use EMP with a suicide weapon or you could experiment with hijacking it. Or you could simply mess with the base defence structures so that they're considered other buildings.

Posted by: loveBomber - Tuesday, January 17, 2017 4:54:09 AM
Well okay, thanks for the response! The suicide EMP attack is a good idea, let's see if I can figure this out.