Interrupt / delverengine

Delver game engine and editor
zlib License
794 stars 79 forks source link

Letting a mod override all of the base game data, like an iWad would in Doom #293

Closed Interrupt closed 1 year ago

Interrupt commented 1 year ago

Right now it is hard for a mod to be a complete total conversion of Delver, as the base game really wants to be used as the base for any mods added on top of it. This new field in the game.dat file lets a mod set itself as the base data instead, and have other mods merge on top of that.

PythooonUser commented 1 year ago

What about updating jsonschema\current\dungeoneer\game\GameData.schema.json?