-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (113 loc) · 4.25 KB
/
Copy pathindex.html
File metadata and controls
132 lines (113 loc) · 4.25 KB
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>EDGE-Classic: Main</title>
<link rel="stylesheet" type="text/css" href="css/slider.css">
</head>
<body>
<IMG SRC="logo.png" HEIGHT="110" BORDER=0 ALT="">
<nav class="navMenu">
<ul>
<li><a href="./index.html">home</a></li>
<li><a href="./news.html">news</a></li>
<li><a href="./play.html">play</a></li>
<li><a href="./projects.html">projects</a></li>
<li><a href="./download.html">download</a></li>
<li><a href="./documentation.html">documentation</a></li>
<li><a href="https://github.com/edge-classic/EDGE-classic/">github repo</a></li>
<li><a href="https://discord.gg/jUhEKHGWZm">discord</a></li>
</ul>
</nav>
<br>
<br>
<br>
<table>
<tbody>
<tr>
<td>
<b><i>EDGE-Classic</i></b> is a Doom source port that provides advanced features, ease of modding, and attractive visuals while keeping hardware requirements very modest.
</td>
</tr>
</tbody>
</table>
<table width=500px style="border:1px solid black;margin-left:auto;margin-right:auto;">
<tbody>
<tr>
<td>
<div id="slider">
<figure>
<img src="./images/articwolf.png" alt>
<img src="./images/aliensstranded.png" alt>
<img src="./images/astralpathfinder.png" alt>
<img src="./images/dukeitout.png" alt>
<img src="./images/heathen.png" alt>
</figure>
</div>
</td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td>
<h3 dir="auto">Notable features</h3>
<ul dir="auto">
<li>Uncapped framerate</li>
<li>Updated renderer with Direct3D11, GLES3, and GL 3.3 paths in addition to the legacy GL 1.3 renderer</li>
<li>Multithreaded BSP traversal (when using new renderer)</li>
<li>UDMF map support</li>
<li>Support for community Dehacked/mapping standards up to and including MBF21</li>
<li>Improved compatibility with Boom behavior and rendering (physics, height sectors, etc)</li>
<li>DEHEXTRA compatibility</li>
<li>DSDHacked compatibility</li>
<li>UMAPINFO compatibility</li>
<li>Compressed container support (.EPK, .ZIP)</li>
<li>A soundfont-capable MIDI player (.sf2 and .sf3 support)</li>
<li>OPL emulation with support for external OP2/AIL/TMB/WOPL instrument banks</li>
<li>Many more music and sound formats (PC Speaker, IMF, MP3, OGG, FLAC, IT/S3M/XM/MOD/FT, C64 PSID/RSID)</li>
<li>Support for MPEG video playback for startup videos, intermissions and in-level events (via RTS)</li>
<li>Quake MD1, MD2 and MD3 model support</li>
<li>TrueType font support (TTF and OTF)</li>
<li>Support for image/spritesheet fonts</li>
<li>Erraticism (aka SuperHot) gameplay mode: Time will only advance when the player moves or fires</li>
<li>Improved support for gamepads</li>
<li>Lua as the primary scripting language, with COAL compatibility libraries for porting</li>
<li>Expanded DDF, RTS, and COAL features</li>
<li>Widescreen statusbar, intermission, and title screens</li>
<li>AJBSP as the internal nodebuilder</li>
<li>Inventory system</li>
<li>Autoload folder</li>
<li>New Liquid animation (SMMU and Parallax)</li>
<li>Optional Dynamic Sound Reverb</li>
<li>Optional Pistol Start feature</li>
</ul>
<p dir="auto">Bugfixes and detailed changes can be found in CHANGELOG.txt</p>
<h3 dir="auto">Currently Supported Platforms</h3>
<ul dir="auto">
<li>Windows 32/64-bit (x86 architecture), Win 7 (modern renderer) or Win XP (legacy renderer) minimum</li>
<li>Web Browsers supporting WebGL2</li>
<li>Linux 32/64-bit (x86 and ARM architecture - ARM tested with Raspberry Pi OS on a Pi 4B)</li>
<li>BSD 32/64-bit (x86 and ARM64 architecture - tested with FreeBSD 13.1; ARM64 tested on a Pi 4B but not recommended unless proper video acceleration is available
as playable framerates are too difficult to achieve otherwise)</li>
<li>Mac 64-bit (x86 and M1 architecture)</li>
</ul>
<h3 dir="auto">Currently Supported IWADs</h3>
<ul dir="auto">
<li>The Ultimate Doom/Doom 1/Freedoom Phase 1</li>
<li>Doom 2/Freedoom Phase 2</li>
<li>Chex Quest 1</li>
<li>Chex Quest 3: Vanilla (Regular and Modding Edition)</li>
<li>Heretic/Blasphemer</li>
<li>HacX 1.2</li>
<li>Harmony (Original and Compatible Releases)</li>
<li>REKKR</li>
</ul>
<br><br>
</td>
</tr>
</tbody>
</table>
</body>
</html>