Difference between revisions of "OBSIDIAN"

From DoomWiki.org

[checked revision][checked revision]
(Features: simpler)
(Features: merge)
Line 11: Line 11:
 
* More prefabs<ref>[https://github.com/dashodanger/Obsidian/wiki/Prefabs Prefabs info]</ref> and shape grammars<ref>[https://github.com/dashodanger/Obsidian/wiki/Shape-Grammars Shape Grammars info]</ref>
 
* More prefabs<ref>[https://github.com/dashodanger/Obsidian/wiki/Prefabs Prefabs info]</ref> and shape grammars<ref>[https://github.com/dashodanger/Obsidian/wiki/Shape-Grammars Shape Grammars info]</ref>
 
* [[Vanilla Doom]] support, via the bundled [[SLIGE#Forks|SLUMP]] generator<ref>[https://github.com/dashodanger/Obsidian/wiki/OBSIDIAN-Glossary#limit-removing Vanilla support info]</ref>
 
* [[Vanilla Doom]] support, via the bundled [[SLIGE#Forks|SLUMP]] generator<ref>[https://github.com/dashodanger/Obsidian/wiki/OBSIDIAN-Glossary#limit-removing Vanilla support info]</ref>
* [[ZDBSP]] is the internal [[node builder]]
+
* [[UDMF]] support, since [[ZDBSP]] is the internal [[node builder]]
 
* Optional [[PK3]] output
 
* Optional [[PK3]] output
* [[UDMF]] support
 
 
* "Surprise Me" total randomization of settings
 
* "Surprise Me" total randomization of settings
  

Revision as of 12:09, 3 March 2022

Obsidian title gfx big.png
Initial Release March 2021
License GPL
Repository GitHub
Status Active

OBSIDIAN is a procedural map generator developed as a community effort.[1] It is a fork of the final version of OBLIGE that has two prominent differences: a new GUI for changing the tool's many settings and fully incorporating the older ObAddon project. The merger of ObAddon provided a large addition of visual assets and Lua code.

First released in March 2021, OBSIDIAN currently has two versions: a stable beta and a newer build. The builds for Windows are provided at the GitHub repository, but official Linux builds are not yet provided. The project has clear goals for an eventual 1.0 release.[2]

Features

These features of OBSIDIAN are different from OBLIGE:

External links

References

  1. List of contributors
  2. Milestones for version 1.0
  3. Prefabs info
  4. Shape Grammars info
  5. Vanilla support info