r1313 problem with old breakable decorations.

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: r1313 problem with old breakable decorations.

Re: r1313 problem with old breakable decorations.

by Graf Zahl » Sun Dec 07, 2008 7:29 pm

It's the same. You can copy it without doing any damage.

Re: r1313 problem with old breakable decorations.

by Enjay » Sun Dec 07, 2008 5:34 pm

I notice that the only file changed for this fix was thingdef_parse.cpp. Can I just drop this into GZdoom for a personal build or is the GZdoom version different?

r1313 problem with old breakable decorations.

by Enjay » Sun Dec 07, 2008 12:51 pm

Deprecated I know, but this is from a DECORATE file I made years ago (actually to work around a bug with hate targets at the time):

Image

Code: Select all

breakable NJHateTarget1000 //1000 hit points
   {
       DoomEdNum 11000
       Sprite TNT1
       Frames A
       DeathFrames "A"
       Radius 20
       Height 56
       Health 1000
       Mass 100
       DiesAway
   }
   
breakable NJHateTarget100 //100 hit points
   {
       DoomEdNum 10100
       Sprite TNT1
       Frames A
       DeathFrames "A"
       Radius 20
       Height 56
       Health 10
       Mass 100
       DiesAway
   }
As a side issue, the reason that I posted a screenshot of the dialogue rather than a log file is because the logfile did not capture the error message but stopped at "LoadActors: Load actor definitions."

Top