Difference between revisions of "OBSIDIAN"

From DoomWiki.org

[checked revision][checked revision]
m (First release date updated to include month)
(more links and feature edits)
Line 1: Line 1:
 
[[File:Obsidian title gfx big.png|thumb|Official logo]]
 
[[File:Obsidian title gfx big.png|thumb|Official logo]]
'''OBSIDIAN''' is a procedural random map generator developed as a community effort.<ref>[https://github.com/dashodanger/Obsidian/blob/obsidian/AUTHORS.md List of contributors]</ref> 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.
+
'''OBSIDIAN''' is a procedural random map generator developed as a community effort.<ref>[https://github.com/dashodanger/Obsidian/blob/obsidian/AUTHORS.md List of contributors]</ref> 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.
  
The first release of OBSIDIAN was in March of 2021. It 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 milestones for an eventual 1.0 release.<ref>[https://github.com/dashodanger/Obsidian/projects/1 Milestones for version 1.0]</ref>
+
The first release of OBSIDIAN was in March 2021. It 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 milestones for an eventual 1.0 release.<ref>[https://github.com/dashodanger/Obsidian/projects/1 Milestones for version 1.0]</ref>
  
 
== Features ==
 
== Features ==
* 64-bit build
+
These features of OBSIDIAN are different from its OBLIGE fork point:
 +
* Customizable GUI
 +
* 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>
 +
* [[ZDBSP]] is the internal [[node builder]]
 +
* New {{wp|pseudorandom number generator}} based on {{wp|Mersenne Twister}}
 
* [[UDMF]] support
 
* [[UDMF]] support
 
* Optional [[PK3]] output
 
* Optional [[PK3]] output
* GUI customization and resizing
+
* "Surprise Me" total randomization of settings
* "Surprise Me" total parameter randomization
 
* Substantial number of 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#External links|SLUMP]] generator<ref>[https://github.com/dashodanger/Obsidian/wiki/OBSIDIAN-Glossary#limit-removing Vanilla support info]</ref>
 
* [[ZDBSP]] is the internal [[node builder]]
 
* New {{wp|pseudorandom number generator}} based on {{wp|Mersenne Twister}}
 
  
 
== External links ==
 
== External links ==

Revision as of 15:31, 2 March 2022

Official logo

OBSIDIAN is a procedural random 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.

The first release of OBSIDIAN was in March 2021. It 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 milestones for an eventual 1.0 release.[2]

Features

These features of OBSIDIAN are different from its OBLIGE fork point:

External links

References

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