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

[Idea] UDMF Format for ZDoom-related ports needed. #33

Closed mattbratt11 closed 5 years ago

mattbratt11 commented 5 years ago

I was wondering if ObAddon can use UDMF Format to generate maps for ZDoom-related ports such as Zandronum and GZDoom.

Also, is there any chance you can bring all the actors of ScoreDoom’s Addon Packs into a single pk3 file (including Boss Chains), ready for ObAddon to place in maps?

If ScoreDoom has a Boss Chain, they had Barons, Cyberdemons and Spider Masterminds. So if this is accepted, how about additional boss chains such as Arachnotrons and Mancubi?

This request is entirely optional, unless it’s approved. Keep up the good work.

Armaetus commented 5 years ago

Doing this would require changing every single WAD prefab over to UDMF format and I don't even know if prBoom supports that format for those who want to play Oblige using non-ZDoom ports.

caligari87 commented 5 years ago

The map input / output is handled on the C++ side of things, so that would require significant work on code that none of the team know anything about, plus recompiling and re-releasing a new version of Oblige itself rather than an addon. I don't see that happening.