sirjuddington / SLADE

It's a Doom editor
https://slade.mancubus.net
GNU General Public License v2.0
694 stars 105 forks source link

Implement DECORATE to ZScript converter. #795

Open AraHaan opened 6 years ago

AraHaan commented 6 years ago

SLADE Version: (3.1.2b5) Operating System: Windows

Issue Details: I would love for an button for lumps named DECORATE that can convert the data in them to ZScripts that also delete the DECORATE lump after conversion accordingly. Same for an ZScript > DECORATE conversion button.

Reasoning: An easier method of conversion when the person either does not know DECORATE but they know ZScript or they just know DECORATE and not ZScript. This is so people of both ends can easily manage creating mods easily without any issues trying to convert one to the other by hand without knowing one of the two.

MajorCooke commented 6 years ago

Not so simple. The thing is, the way people make DECORATE code may play a role into this, especially if there are errors with incomplete code or the likes.