-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
441 lines (410 loc) · 20.3 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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
<!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" />
<title>Home • Vintage Story</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
<link rel="stylesheet" href="./assets/css/style.css" />
<link href="./assets/css/theme-forest-floor.css" rel="stylesheet" type="text/css" title="Forest Floor (Default)">
<link href="./assets/css/theme-permafrost.css" rel="stylesheet" type="text/css" title="Permafrost">
<link href="./assets/css/theme-desert-sands.css" rel="stylesheet" type="text/css" title="Desert Sands">
</head>
<body class="clearfix">
<header class="clearfix">
<div class="header-container">
<section class="flex-container header-section">
<!-- Logo -->
<section class="main-logo-wrapper">
<img src="./assets/images/0_anegostudioslogo.svg" />
</section>
<!-- Social Buttons -->
<section class="header-social-buttons">
<!-- Reddit -->
<a href="https://www.reddit.com/r/VintageStory">
<i class="fa-brands fa-reddit-alien"></i>
</a>
<!-- Twitter -->
<a href="https://twitter.com/VintageStory_">
<i class="fa-brands fa-twitter"></i>
</a>
<!-- Discord -->
<a href="https://discord.gg/CkJjdrB">
<i class="fa-brands fa-discord"></i>
</a>
<!-- YouTube -->
<a href="http://www.youtube.com/c/VintageStory">
<i class="fa-brands fa-youtube"></i>
</a>
<!-- Patreon -->
<a href="https://www.patreon.com/vintagestory">
<i class="fa-brands fa-patreon"></i>
</a>
</section>
<!-- Account -->
<section class="flex-container header-account-container">
<!-- Create -->
<div class="header-account-section">
<i class="fa-solid fa-plus"></i>
<span>Create</span>
<i class="fa-sharp fa-solid fa-caret-down"></i>
</div>
<!-- Icons -->
<div class="header-account-section header-notifications">
<i class="fa-solid fa-bell"></i>
<i class="fa-solid fa-envelope"></i>
</div>
<!-- User Dropdown -->
<div class="header-account-section">
<i class="fa-solid fa-circle-user user-avatar"></i>
<span>UserName</span>
<i class="fa-sharp fa-solid fa-caret-down"></i>
</div>
</section>
<!-- Mobile Burger Menu -->
<section class="flex-container header-burger-menu">
<i class="fa-solid fa-bars"></i>
<ul class="burger-menu-items">
<li><a href="#">Home</a></li>
<li><a href="#">Devlog</a></li>
<li><a href="#">Media</a></li>
<li><a href="#">Forums</a></li>
<li><a href="#">Need help?</a></li>
<li><a href="#">Client Area</a></li>
<li><a href="#">Wiki</a></li>
<li><a href="#">Mods</a></li>
<li><a href="#">Chat</a></li>
<li><a href="#">Log In</a></li>
</ul>
</section>
</section>
</div>
<nav class="nav-container">
<section class="flex-container nav-section">
<!-- Primary Navigation -->
<ul class="clearfix nav-primary">
<!-- Home -->
<li class="selected">
<a class="nav-link" href="#">
<i class="fa-sharp fa-solid fa-caret-right"></i>
<span>Home</span>
</a>
<div class="nav-secondary-container">
<ul class="clearfix nav-secondary">
<li>
<a href="#">System Requirements</a>
</li>
<li>
<a href="#">Server Hosting</a>
</li>
<li>
<a href="#">Frequently Asked Questions</a>
</li>
<li>
<a href="#">About Us</a>
</li>
<li>
<a href="#">Jobs</a>
</li>
</ul>
</div>
</li>
<!-- Dev Log -->
<li>
<a class="nav-link" href="#">
<i class="fa-sharp fa-solid fa-caret-right"></i>
<span>Devlog</span>
</a>
<div class="nav-secondary-container">
<ul class="clearfix nav-secondary">
<li>
<a href="#">Roadmap</a>
</li>
<li>
<a href="#">News</a>
</li>
<li>
<a href="#">Community Showcase and Events</a>
</li>
</ul>
</div>
</li>
<!-- Media -->
<li>
<a class="nav-link" href="#">
<i class="fa-sharp fa-solid fa-caret-right"></i>
<span>Media</span>
</a>
<div class="nav-secondary-container">
<ul class="clearfix nav-secondary">
<li>
<a href="#">Press Kit</a>
</li>
<li>
<a href="#">Story Excerpt - The Morning</a>
</li>
<li>
<a href="#">Story Excerpt - Ghosts</a>
</li>
</ul>
</div>
</li>
<!-- Forums -->
<li>
<a class="nav-link" href="#">
<i class="fa-sharp fa-solid fa-caret-right"></i>
<span>Forums</span>
</a>
</li>
<!-- Buy -->
<li>
<a class="nav-link" href="#">
<i class="fa-sharp fa-solid fa-caret-right"></i>
<span>Buy</span>
</a>
<div class="nav-secondary-container">
<ul class="clearfix nav-secondary">
<li>
<a href="#">Manage Purchases</a>
</li>
<li>
<a href="#">Orders</a>
</li>
<li>
<a href="#">My Details</a>
<i class="fa-sharp fa-solid fa-caret-down"></i>
</li>
</ul>
</div>
</li>
<!-- Help -->
<li>
<a class="nav-link" href="#">
<i class="fa-sharp fa-solid fa-caret-right"></i>
<span>Need help?</span>
</a>
</li>
<!-- Client Area -->
<li>
<a class="nav-link" href="#">
<i class="fa-sharp fa-solid fa-caret-right"></i>
<span>Client Area</span>
</a>
<div class="nav-secondary-container">
<ul class="clearfix nav-secondary">
<li>
<a href="#">Support</a>
</li>
<li>
<a href="#">Downloads</a>
</li>
</ul>
</div>
</li>
<!-- Wiki -->
<li>
<a class="nav-link" href="#">
<i class="fa-sharp fa-solid fa-caret-right"></i>
<span>Wiki</span>
</a>
</li>
<!-- Mod Hub -->
<li>
<a class="nav-link" href="#">
<i class="fa-sharp fa-solid fa-caret-right"></i>
<span>Mods</span>
</a>
</li>
<!-- Chat -->
<li>
<a class="nav-link" href="#">
<i class="fa-sharp fa-solid fa-caret-right"></i>
<span>Chat</span>
</a>
</li>
</ul>
<!-- Search Box -->
<section class="clearfix flex-container nav-search">
<input type="search" placeholder="Search..." />
<button><i id="btnSearch" class="fa-sharp fa-solid fa-magnifying-glass"></i></button>
</section>
</section>
</nav>
</header>
<!-- BEGIN Page Content -->
<main class="flex-container main-container">
<!-- Video -->
<section class="content-section content-row-full video-container">
<iframe class="video" src="https://www.youtube.com/embed/NJjifFq1NGY" title="YouTube video player"
rameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</section>
<!-- Blurb -->
<section class="content-section content-row-full">
<p class="blurb">Vintage Story is an <strong>uncompromising</strong> wilderness survival sandbox game
inspired by
<strong>Lovecraftian</strong> horror themes. Find yourself in a ruined world reclaimed by nature and
permeated by unnerving temporal disturbances. Relive the advent of human civilisation, or take your own
path.
</p>
</section>
<!-- Purchase -->
<section class="flex-container purchases-container content-row-full">
<div class="flex-container direct-sales-container content-section content-row-flex">
<p class="detail-text">Early Access. Fully playable on Windows and Linux. <strong>69</strong> players
got it in the last 24 hours.</p>
<span><a class="buy-the-game" target="_blank"
href="https://vintagestory.at/store/category/1-single-game-account/">Buy now for 18 € / 21
$</a></span>
</div>
<div class="flex-container vendor-sales-container content-section content-row-flex">
<p class="detail-text">Also available for purchase on </p>
<div class="vendor-links">
<a class="vendor-link" href="https://www.humblebundle.com/store/vintage-story" target="_blank">
<img src="./assets/images/humble-store-logo.png" alt="Humble Bundle" title="Humble Bundle" />
</a>
<a class="vendor-link" href="https://tyronx.itch.io/vintage-story" target="_blank">
<img src="./assets/images/itch-io.png" alt="itch.io" title="itch.io" />
</a>
</div>
</div>
</section>
<!-- Standards -->
<section class="content-section content-row-full">
<p class="content-text-header">
Held to high standards
</p>
<div>
<p>
<i class="fa-solid fa-scale-balanced"></i>
<strong>Fair & Independent</strong>
</p>
<p>
No marketplace. No loot boxes. No microtransactions. No paid DLC. No hidden fees. No pay2win. No
ads. No user data monetisation. No software patents. No shareholders. No publisher. No NFTs. No
BlockChain. No 3rd party interests.
</p>
</div>
<div>
<p>
<i class="fa-solid fa-hand-holding-heart"></i>
<strong>Handmade</strong>
</p>
<p>
Vintage Story is powered by our own cross-platform game engine. This allows us to tailor the engine
exactly to our needs while still keeping <a href="https://www.vintagestory.at/sysrequirements/"
target="_blank">hardware requirements</a> low. We are 100% Indie.
</p>
</div>
<div>
<p>
<i class="fa-solid fa-people-group"></i>
<strong>Social</strong>
</p>
<p>
We pay careful attention to foster a friendly and supportive community. Come visit us on the
official <a href="https://www.vintagestory.at/forums/" target="_blank">forum</a>, <a
href="https://discord.gg/CkJjdrB" target="_blank">Discord chat server</a>, <a
href="https://wiki.vintagestory.at/index.php?title=Main_Page" target="_blank">wiki</a> and <a
href="https://mods.vintagestory.at/" target="_blank">mod database</a>. Multiplayer anti-grief
mechanics out of the box. You can get in direct contact with the developers of the game.
</p>
</div>
<div>
<p>
<i class="fa-solid fa-lightbulb"></i>
<strong>Open</strong>
</p>
<p>
You can customise your game experience in infinite ways. Built from the ground up with modding in
mind - we use our own <a href="https://www.vintagestory.at/features/modding.html/"
target="_blank">modding API</a> to add new game content. Half of the game is under a <a
href="https://github.com/anegostudios?utf8=%E2%9C%93&q=&type=source&language="
target="_blank">readable source license</a>. We built our own <a
href="https://github.com/anegostudios/vsmoddb" target="_blank"></a>mod database, and <a
href="https://github.com/anegostudios/vsmodelcreator" target="_blank">modelling and animation
tools</a>, and made them open source.
</p>
</div>
</section>
<!-- Content -->
<section class="content-section content-row-full">
<p class="content-text-header">
Loaded with content
</p>
<div>
<p>
<strong>Progress through multiple ages</strong>
</p>
<p>
Start out empty-handed in the stone age and learn to survive by foraging, hunting, crafting, and fighting. Live through the four seasons and advance further by smelting copper for more powerful tools, creating bronze alloys, learning to work iron, mechanise common tasks and ultimately reach the steel age.
</p>
</div>
<div>
<p>
<strong>
A wicked universe backed by original story elements
</strong>
</p>
<p>
Take on the role of a lost being in the body of a tall blue creature and discover the remnants of civilisation. There is no linear storytelling; it is up to you to piece together who you are and what has happened from the little evidence that remains. During your journey you will encounter wayward creatures, find old stories, battle temporal instability, and endure temporal storms.
</p>
</div>
<div>
<p>
<strong>
One million square kilometers of unique, randomly generated landscape
</strong>
</p>
<p>
Enter a vast open world populated by a range of cute, strange, dangerous, and horrifying creatures. Vintage Story utilises a great deal of procedural technology to create immensely diverse landscapes, climate conditions, and geological features to always keep exploration fresh and exciting.
</p>
</div>
<div>
<p>
<strong>
<em>Unreal</em> world simulation
</strong>
</p>
<p>
Having undergone 6 years of continuous development the VS game engine now fully <em>and</em> believably simulates seasons, soil fertiliy, rock strata, localised weather patterns, rain, snowfall & snow accumulation, hail, realistic climate distributions, food spoilage, body temperature, animal husbandry, farming, block physics, inspiring sunsets and nightskies, mineralogy, knapping, clayforming, metallurgy, smithing, microblock chiselling, and more.
</p>
</div>
<div>
<p>
<strong>
Inspired by Nature
</strong>
</p>
<p>
Vintage Story is heavily inspired by natural processes of the real world and brings them into the game in a fun and enjoyable way. Our aim is to capture the beauty of the natural world and amplify the experience within our game.
</p>
</div>
</section>
</main>
<!-- END Page Content -->
<!-- Footer -->
<footer>
<div class="content-section content-row-full">
<ul>
<li><a href="https://www.vintagestory.at/privacy/" target="_blank">Privacy Policy</a></li>
<li><a href="https://www.vintagestory.at/contact/" target="_blank">Contact Us</a></li>
<li><a href="https://www.vintagestory.at/jobs.html" target="_blank">Jobs</a></li>
</ul>
<ul>
<li>Copyright © 2016-2021</li>
<li><a href="http://tyron.at/" target="_blank">Tyron Madlener</a></li>
<li><a href="https://www.vintagestory.at/home/impressum.html" target="_blank">Impressum</a></li>
<li><a href="https://www.vintagestory.at/refund.html" target="_blank">Refund policy</a></li>
</ul>
<ul>
<li>Website cloned by Peter C. Matthews</li>
<li><a href="https://www.invisioncommunity.com/" target="_blank">Original design by Invision Community</a></li>
</ul>
</div>
</footer>
</body>
</html>