Advanced Rubble doesn't work - Printable Version +- Renegade Projects Network Forums (https://forums.renegadeprojects.com) +-- Forum: Inject the Battlefield (https://forums.renegadeprojects.com/forumdisplay.php?fid=60) +--- Forum: Ares General Discussion (https://forums.renegadeprojects.com/forumdisplay.php?fid=19) +--- Thread: Advanced Rubble doesn't work (/showthread.php?tid=2354) |
Advanced Rubble doesn't work - MustaphaTR - 02.01.2015 I'm trying to advanced rubble. I added rubble after i destroy building it turns into rubble but i cannot repair it using Engineer. Here is the code; ;Building [CACHIG03] Name=Chigo Office Building UIName=Name:CACHIG03 TechLevel=-1 Strength=1000 Insignificant=yes Nominal=yes Points=5 Armor=steel Explodion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60 BaseNormal=no Sight=6 ClickRepairable=no CanBeOccupied=yes MaxNumberOccupants=10 CanOccupyFire=yes UC.PassThrough=25% Rubble.Destroyed=CACHIGR03 ;Rubble [CACHIGR03] Name=Rubble of Chigo Office Building UIName=Name:RBBL TechLevel=-1 Strength=250 Insignificant=yes Nominal=yes Points=5 Armor=steel Explodion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60 MaxDerbis=10 MinDerbis=3 DerbisAnim= BaseNormal=no Sight=6 CanC4=no ClickRepairable=no Rubble.Intact=CACHIG03 Rubble.Intact.Strength=-5 ;Art of Rubble [CACHIGR03] Normalized=yes Remapable=no Foundation=3x2 Height=2 NewTheater=yes DemandLoad=true OccupyHeight=2 RE: Advanced Rubble doesn't work - Graion Dilach - 03.01.2015 Are you using debug.logging? Does there any message regarding these buildings in debug.log? RE: Advanced Rubble doesn't work - MustaphaTR - 04.01.2015 There is nothing about it at Debug.log. RE: Advanced Rubble doesn't work - AlexB - 07.01.2015 I tested Rubble.Intact=NAPOWR on GAPILE (because they have the same foundations), and it just worked on any built GAPILE. Also note that you got several tag names wrong on [CACHIGR03] and [CACHIG03]: Explodion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUM​U60 MaxDerbis=10 MinDerbis=3 DerbisAnim= RE: Advanced Rubble doesn't work - MustaphaTR - 07.01.2015 I did not copy pasted possiblely i wrote them false when writing here. I'll retry with another building. Yes, it works with GAPILE and NAPOWR, also it works if rubble owned by me but not works with civillian one. Edit:I fixed the problem. Adding Rubble.Destroyed.Owner=special to building solves the problem because at Skirmish special is alwalys ally with all players. |