-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
255 lines (244 loc) · 5.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.17">
<link rel="icon" type="image/png" href="images/favicon.png">
<title>Obsidian Level Generator</title>
<style>
@import "css/asciidoctor.css";
@import "fonts/source-sans-3.css";
/* override Asciidoctor default */
#content {
max-width: none;
}
.sect1 {
padding-left: 5%;
padding-right: 5%;
padding-top: 50px;
}
.navbar {
width: 100%; /* i'm assuming full width */
height: 50px; /* change it to desired height */
background-color: #282827; /* change to desired color */
top:0;
position: fixed;
overflow: hidden;
}
.logo {
display: inline-block;
vertical-align: middle;
}
.navbar > a {
display: inline-block;
vertical-align: top;
margin-right: 5px;
margin-left: 5px;
height: 50px;
line-height: 50px;
text-decoration: none;
}
a {
color: #E8E8E8;
}
a:active,
a:hover,
a:focus {
color: #F0DEA3;
outline: 0;
}
body {
background: #282827;
color: #E8E8E8;
font-family: "Source Sans 3";
font-weight: 400;
font-style: normal;
}
.admonitionblock > table td.content {
padding-left: 1.125em;
padding-right: 1.25em;
border-left: 1px solid #E8E8E8;
color: #E8E8E8;
font-family: "Source Sans 3";
font-weight: 400;
font-style: normal;
word-wrap: anywhere;
}
.admonitionblock > table td.icon .title {
color: #E8E8E8;
font-family: "Source Sans 3";
font-weight: 700;
font-style: normal;
text-transform: uppercase;
}
.subheader,
.admonitionblock td.content > .title,
.audioblock > .title,
.exampleblock > .title,
.imageblock > .title,
.listingblock > .title,
.literalblock > .title,
.stemblock > .title,
.openblock > .title,
.paragraph > .title,
.quoteblock > .title,
table.tableblock > .title,
.verseblock > .title,
.videoblock > .title,
.dlist > .title,
.olist > .title,
.ulist > .title,
.qlist > .title,
.hdlist > .title {
line-height: 1.45;
color: #F0DEA3;
font-family: "Source Sans 3";
font-weight: 600;
font-style: italic;
margin-top: 0;
margin-bottom: 0.25em;
}
h1,
h2,
h3,
#toctitle,
.sidebarblock > .content > .title,
h4,
h5,
h6 {
color: #F0DEA3;
font-family: "Source Sans 3";
font-weight: 700;
font-style: normal;
}
</style>
</head>
<body class="article">
<div id="header">
</div>
<div id="content">
<div class="navbar">
<a href="index.html"><img class="logo" src="images/home.png" style="height:25px"></a>
<a href="downloads.html"><img class="logo" src="images/download.png" style="height:25px"></a>
<a href="addons.html"><img class="logo" src="images/addons.png" style="height:25px"></a>
<a href="credits.html"><img class="logo" src="images/credits.png" style="height:25px"></a>
<a href="play.html"><img class="logo" src="images/play.png" style="height:25px"></a>
<a href="https://discord.gg/dfqCt9v"><img class="logo" src="images/discord.png" style="height:25px"></a>
<a href="https://github.com/obsidian-level-maker/Obsidian"><img class="logo" src="images/github.png" style="height:25px"></a>
</div>
<img src="images/logo.png" style="padding-left:5%;padding-right:5%;padding-top:50px">
<div class="sect1">
<h2 id="_about">About</h2>
<div class="sectionbody">
<div class="paragraph">
<p>OBSIDIAN is a community continuation of <a href="https://oblige.sourceforge.net">OBLIGE Level Maker</a>, originally by Andrew Apted. It generates levels for idTech 0 (Wolfenstein-3D, etc) and idTech 1 (Doom, etc) games.</p>
</div>
<div class="sect2">
<h3 id="_notable_differences_from_oblige">Notable differences from OBLIGE</h3>
<div class="ulist">
<ul>
<li>
<p>Base content merged with the ObAddon content pack, along with brand new prefabs, themes and shape grammars</p>
</li>
<li>
<p>GUI overhaul: Sliders, checkboxes, top bar menu, and theming are now built in</p>
</li>
<li>
<p>UDMF map output option for ports that support it</p>
</li>
<li>
<p>Improved RNG with 64-bit seed lengths and the ability to use arbitrary strings as seeds</p>
</li>
<li>
<p>Ability to support Vanilla Doom and its engine limits by using the bundled SLUMP map generator</p>
</li>
<li>
<p>"Surprise Me" option for randomization of selected settings</p>
</li>
<li>
<p>Optional PK3/ZIP compression of generated WADs</p>
</li>
<li>
<p>Migration from Lua to LuaJIT for greatly improved build speeds</p>
</li>
<li>
<p>First-run tutorial for users not accustomed to the program or its interface</p>
</li>
<li>
<p>More robust batch/CLI mode</p>
</li>
<li>
<p>Ability to compile without a graphical interface for server/headless environments if desired</p>
</li>
<li>
<p>Option to save an animated GIF of the level building process</p>
</li>
<li>
<p>Integration of previous versions of Oblige to offer increased variety in level layouts and composition</p>
</li>
<li>
<p>Improved internationalization support, along with a nearly complete Russian locale translation file included</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_currently_supported_games">Currently Supported Games</h3>
<div class="ulist">
<ul>
<li>
<p>Doom 1 / The Ultimate Doom/ Doom 2 / Final Doom</p>
</li>
<li>
<p>Heretic</p>
</li>
<li>
<p>Chex Quest 3</p>
</li>
<li>
<p>HacX 1.2</p>
</li>
<li>
<p>Harmony</p>
</li>
<li>
<p>Hexen</p>
</li>
<li>
<p>Strife</p>
</li>
<li>
<p>Wolfenstein 3-D / Spear of Destiny</p>
</li>
<li>
<p>Super Noah’s Ark 3-D</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_currently_supported_platforms">Currently Supported Platforms</h3>
<div class="ulist">
<ul>
<li>
<p>Windows 32/64-bit, x86 architecture</p>
</li>
<li>
<p>Linux 32/64-bit, x86 and ARM architectures</p>
</li>
<li>
<p>BSD 32/64-bit, x86 and ARM architectures</p>
</li>
<li>
<p>MacOS 64-bit, x86 architecture (tested with Github CI builds only)</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</body>
</html>