-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.html
104 lines (95 loc) · 4.62 KB
/
info.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
<!DOCTYPE html>
<html>
<head>
<title>THATCHER'S TECHBASE</title>
<link rel="shortcut icon" type="image/jpg" href="images/favicon.ico" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="main">
<div class="abitlessopaque">
<!-- navbar code needs to be on same line to avoid spacing issues -->
<p align="center">
<a href="index.html"><img src="images/logo.png" width="560px" /></a>
</p>
<br />
<p align="center">
<a class="navbar" href="get.html">Play</a>
<a class="navbar" href="sound.html">Soundtrack</a>
<a class="navbar" href="screens.html">Media</a>
<a class="navbar" href="support.html">Support</a>
<a class="navbar" href="credits.html">Credits</a>
</p>
</div>
<br />
<div class="abitopaque" align="left" style="width: 98%; padding: 2%">
<h2>GENERAL INFORMATION</h2>
💀 To get THATCHER'S TECHBASE and find instructions on how to play the
game on a number of platforms, visit
<a href="https://thatchers-techbase.github.io/get.html"
>https://thatchers-techbase.github.io/get.html</a
>. <br /><br />
💀 THATCHER'S TECHBASE is Boom-compatible DOOM WAD that can be played on
any device that can run a Boom-compatible source port of DOOM. This
includes PC, Mac, Linux, Nintendo 3/DS, Wii, PSVita and Android devices
- among others. The page linked above will try and help you set things
up on most platforms.
<br /><br />
💀 The current release of THATCHER'S TECHBASE is v2.1, informally titled
"ARCADE EDITION". While it has been tested on all five difficulties and
run on six different source ports across three platforms, this is still
more or less a one-man-band dev project and I fully anticipate bugs,
glitches and other issues - especially when running it on homebrew
consoles like the 3DS or Vita. If you encounter any problems with
<a href="file/THATCHER.wad">THATCHER.wad</a> or
<a href="file/THATCHERCADE.wad">THATCHERCADE.wad</a>, feel free to
contact me and I'll try my best to resolve them in a future release.
<br /><br />
💀 If you're stuck on the title screen, try hitting the ESC key to bring
up the menu.
<br /><br />
💀 Like all original DOOM wads, THATCHER'S TECHBASE does not have an
autosave function. You can save via the PAUSE menu, or use F6 to
quick-save and F9 to quick-load (these keys can be remapped).
<br /><br />
💀 If you're playing on modern source ports that support things like
freelook, crouching and jumping, that's totally fine - it won't break
anything, but will probably make certain areas easier than was intended.
Feel free to play the wad in a way that you enjoy.
<br /><br />
💀 Same goes for cheats - 'noclip' may be handy if you get your ass
stuck in some of my whack geometry.
<br /><br />
💀 Whether you want to play the game in 4:3 or Widescreen is entirely up
to you. The game looks fine in both formats!
<br /><br />
💀 I WOULD recommend turning off sprite/texture-smoothing if you have it
on, though, so that you can properly appreciate the work that was put
into the game's art.
<br /><br />
💀 I haven't tried the game with Project Brutality or similar mods, but
I believe it should work just fine. Same applies for VR Doom ports like
QuestZDoom.
<br /><br /><br /><br />
<h2>INFORMATION FOR STREAMERS</h2>
💀 The soundtrack is not covered by any DMCA/ContentID rules. Feel free
to play it loud, and maybe give a shoutout to
<a href="https://nostoppingepoch.bandcamp.com/">@nostoppingepoch</a>.
<br /><br />
💀 The game's gore and violence is equivalent to that of the original
DOOM (1993) and its follow-ups. There's no nudity or sexual content. I'd
give it a "15" rating.
<br /><br />
💀 Please stop tweeting Limmy about the game.
<br /><br /><br /><br />
<h2>INFORMATION FOR WADDERS/MODDERS</h2>
💀 Apart from the soundtrack, everything in THATCHER.WAD is free for you
to lift, shift and use however you wish - graphics, textures, sprites,
sounds, map data, the lot. No need to contact me for permission or give
credit or anything like that.
<br /><br /><br /><br />
</div>
<br />
</div>
</body>
</html>