caligari87 / ObAddon

A repository of community-built prefabs and other enhancements for Oblige 7.70
https://caligari87.github.io/ObAddon/
GNU General Public License v3.0
80 stars 11 forks source link

GZDoom Boss Generator breaks MAPINFO #72

Closed Keyholder closed 4 years ago

Keyholder commented 4 years ago

OK, looks like this time I brought you a real bug - see attached file. When I try to create boss level with build 2020-03-02, wad is created with following gameinfo entry in MAPINFO:

gameinfo
{
addeventhandlers = "BossGenerator_Handler", 

}

Naturally, gzDoom do not accept such syntax.

GTD-Carthage commented 4 years ago

I did some changes to the way eventhandlers are added into MAPINFO recently so I'll look into this.

GTD-Carthage commented 4 years ago

There should a be a new fix on cutting edge that tries to resolve this issue - please let me know if that comma still appears!

Keyholder commented 4 years ago

Seems to work for me now. Thank you!