This map seems to hate me now. For one thing I have a weird error with Scroll_Texture_Both that is making it not work at all, but that isn't my main problem.
I made a new, very simple imp in DECORATE to use in place of the normal ones.
Code: Select all
ACTOR TempleImp : DoomImp 3200
{
Dropitem Clip
Dropitem HealthBonus
Dropitem ArmorBonus
}
Now here is whats odd, at first, the actor was working just fine with no problem. Then I decided to change how often it drops some of the items, so I changed it to this.
Code: Select all
ACTOR TempleImp : DoomImp 3200
{
Dropitem Clip 100
Dropitem HealthBonus 255
Dropitem ArmorBonus 100
}
I then tried it in my map and Zdoom crashed with "Decorate error line 1, unknown game type '". No, I'm not kidding. I tried removing the new numbers, and now it says the same thing. I then tried deleting the decorate lump and rewriting it (luckily that was the only entry in the entire decorate lump), and it crashes with the same thing. I deleted the decorate lump entirely and the map worked fine (there was just an unknown thing error). I seriously would like to know what is causing this, as this is a very weird anomaly. I even tried changing the name of the actor, and I have tried both ZDoom .63a (map is intended for it), and .96. Both give the same errors.
Any idea on this?
