-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathan-alpine-fever-dream.html
More file actions
837 lines (663 loc) · 47.5 KB
/
an-alpine-fever-dream.html
File metadata and controls
837 lines (663 loc) · 47.5 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
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
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-corrections" lang="en-corrections">
<head>
<title>An Alpine Fever Dream - The Backrooms</title>
<script type="text/javascript" src="https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/init.combined.js"></script>
<script type="text/javascript">
var URL_HOST = 'www.wikidot.com';
var URL_DOMAIN = 'wikidot.com';
var USE_SSL = true ;
var URL_STATIC = 'https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc';
// global request information
var WIKIREQUEST = {};
WIKIREQUEST.info = {};
WIKIREQUEST.info.domain = "backrooms-wiki.wikidot.com";
WIKIREQUEST.info.siteId = 4431268;
WIKIREQUEST.info.siteUnixName = "backrooms-wiki";
WIKIREQUEST.info.categoryId = 38105090;
WIKIREQUEST.info.themeId = 1;
WIKIREQUEST.info.requestPageName = "an-alpine-fever-dream";
OZONE.request.timestamp = 1763649083;
OZONE.request.date = new Date();
WIKIREQUEST.info.lang = 'en-corrections';
WIKIREQUEST.info.pageUnixName = "an-alpine-fever-dream";
WIKIREQUEST.info.pageId = 1143089237;
WIKIREQUEST.info.lang = "en-corrections";
OZONE.lang = "en-corrections";
var isUAMobile = !!/Android|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
</script>
<script type="text/javascript">
require.config({
baseUrl: URL_STATIC + '/common--javascript',
paths: {
'jquery.ui': 'jquery-ui.min',
'jquery.form': 'jquery.form'
}
});
</script>
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<meta name="og:title" content="An Alpine Fever Dream"/>
<meta name="og:description" content="Documenting the levels, entities, objects and phenomena of the Backrooms. You've been here before."/>
<meta name="og:site_name" content="The Backrooms Wiki"/>
<meta name="og:type" content="article"/>
<meta name="description" content="Documenting the levels, entities, objects and phenomena of the Backrooms. You've been here before."/>
<meta name="og:image" content="http://backrooms-wiki.wikidot.com/local--files/start/opengraphhallprint.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="twitter:card" content="summary"/>
<meta http-equiv="content-language" content="en-corrections"/>
<script type="text/javascript" src="https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--javascript/WIKIDOT.combined.js"></script>
<style type="text/css" id="internal-style">
/* modules */
@import url(https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--modules/css/pagerate/PageRateWidgetModule.css);
/* theme */
@import url(https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--theme/base/css/style.css);
@import url(https://backrooms-wiki.wikidot.com/component:theme/code/1);
</style>
<link rel="shortcut icon" href="/local--favicon/favicon.gif"/>
<link rel="icon" type="image/gif" href="/local--favicon/favicon.gif"/>
<link rel="apple-touch-icon" href="/local--iosicon/iosicon_57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/local--iosicon/iosicon_72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/local--iosicon/iosicon.png" />
<meta name="msapplication-TileImage" content="/local--wp8icon/wp8icon.png"/>
<link rel="alternate" type="application/wiki" title="Edit this page" href="javascript:WIKIDOT.page.listeners.editClick()"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18234656-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
_gaq.push(['old._setAccount', 'UA-68540-5']);
_gaq.push(['old._setDomainName', 'none']);
_gaq.push(['old._setAllowLinker', true]);
_gaq.push(['old._trackPageview']);
</script>
<script type="text/javascript">
window.google_analytics_uacct = 'UA-18234656-1';
window.google_analytics_domain_name = 'none';
</script>
<link rel="manifest" href="/onesignal/manifest.json" />
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" acync=""></script>
<script>
var OneSignal = window.OneSignal || [];
OneSignal.push(function() {
OneSignal.init({
appId: null,
});
});
</script>
<meta name="google-adsense-account" content="ca-pub-7805322678042888"/>
<style>
@import url('https://use.fontawesome.com/releases/v6.7.2/css/all.css');
#side-bar .side-block.languages { margin-top: 0; }
.side-block.languages .heading { margin-top: 1em; }
#side-bar .side-block.socials {
display: flex;
justify-content: space-around;
flex-direction: row;
flex-wrap: wrap;
}
#side-bar .side-block .sidebar-social {
background: rgb(var(--dark-gray-monochrome, 30, 30, 30));
color: rgb(var(--white-monochrome, 240, 240, 240));
display: inline-flex;
width: 1.25rem;
height: 1.25rem;
font-size: 1.25rem;
margin: 0.25rem;
padding: 5px;
border-radius: 5px;
text-decoration: none;
align-items: center;
justify-content: center;
transition: 0.1s;
}
#side-bar .side-block .sidebar-social:visited {
color: rgb(var(--white-monochrome, 240, 240, 240));
}
#side-bar .side-block .sidebar-social:is(:hover, :focus) {
background: rgb(var(--bright-accent, 90, 90, 90));
}
@media screen and (max-width: 56.25rem) {
#side-bar .side-block .sidebar-social {
width: 1.6rem;
height: 1.6rem;
font-size: 1.6rem;
margin: 0.3rem;
}
}
</style>
<style>
.licensebox .collapsible-block-link {
margin-left: inherit;
padding: inherit;
transition: inherit;
opacity: inherit;
color: inherit;
font-weight: inherit;
}
</style>
<style>
@import url('https://backrooms-wiki.wikidot.com/component:colstyle/code/1');
</style>
<script type="text/javascript" src="https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--modules/js/list/ListPagesModule.js"></script>
<script type="text/javascript" src="https://d3g0gp89917ko0.cloudfront.net/v--7690939296dc/common--modules/js/pagerate/PageRateWidgetModule.js"></script>
</head>
<body id="html-body">
<div id="skrollr-body">
<a name="page-top"></a>
<div id="container-wrap-wrap">
<div id="container-wrap">
<div id="container">
<div id="header">
<h1><a href="/"><span>The Backrooms</span></a></h1>
<h2><span>You've been here before.</span></h2>
<!-- google_ad_section_start(weight=ignore) -->
<div id="search-top-box" class="form-search">
<form id="search-top-box-form" action="dummy" class="input-append">
<input id="search-top-box-input" class="text empty search-query" type="text" size="15" name="query" value="Search this site" onfocus="if(YAHOO.util.Dom.hasClass(this, 'empty')){YAHOO.util.Dom.removeClass(this,'empty'); this.value='';}"/><input class="button btn" type="submit" name="search" value="Search"/>
</form>
</div>
<div id="top-bar">
<div class="list-pages-box">
</div>
<div class="top-bar">
<ul>
<li><a href="/start">Home</a></li>
<li>Wiki
<ul>
<li><a href="/system:join">Join The Wiki</a></li>
<li><a href="/top-rated-pages">Top Pages</a></li>
<li><a href="/most-recently-created">Most Recent</a></li>
<li><a href="/top-rated-pages-this-month">Top Recent</a></li>
<li><a href="/lowest-rated-pages">Lowest Rated</a></li>
<li><a href="/system:page-tags">Tags</a></li>
<li><a href="/random:random-page">Random Page</a></li>
<li><a href="http://backrooms-sandbox-2.wikidot.com/">Sandbox</a></li>
</ul>
</li>
<li>Library
<ul>
<li><a href="/normal-levels-i">Levels</a>
<ul>
<li><a href="/normal-levels-i">Levels</a></li>
<li><a href="/unnumbered-levels">Unnumbered Levels</a></li>
</ul>
</li>
<li><a href="/entities">Entities</a>
<ul>
<li><a href="/entities">Entities</a></li>
<li><a href="/unnumbered-entities">Unnumbered Entities</a></li>
</ul>
</li>
<li><a href="/objects">Objects</a></li>
<li><a href="/phenomena">Phenomena</a></li>
<li><a href="/tales">Tales</a></li>
<li><a href="/poi-s">POI's</a></li>
<li><a href="/groups-list">Groups</a></li>
<li><a href="/canons">Canons</a></li>
<li><a href="/joke-entries">Joke Entries</a></li>
<li><a href="/themes">Themes</a></li>
<li><a href="/components">Components</a></li>
<li><a href="/translations-hub">Translations Hub</a></li>
<li><a href="/art-gallery">Art Gallery</a></li>
<li><a href="/hubs-hub">Hubs Hub</a></li>
</ul>
</li>
<li>Community
<ul>
<li><a href="/forum:start">Forums</a></li>
<li><a href="/discord">Discord</a></li>
<li><a href="/twitter">Twitter</a></li>
<li><a href="/tumblr">Tumblr</a></li>
<li><a href="https://linktr.ee/backroomswiki">Linktree</a></li>
<li><a href="/contest-archive">Contest Archive</a></li>
<li><a href="/page-of-the-week-archive">Page Of The Week Archive</a></li>
<li><a href="/featured-archive">Featured Archive</a></li>
<li><a href="/authors-pages">Authors</a></li>
<li><a href="/site-rules">Site Rules</a></li>
<li><a href="/meet-the-staff">Meet The Staff</a></li>
</ul>
</li>
<li>Info Pages
<ul>
<li><a href="/guide-hub">Guide Hub</a></li>
<li><a href="/greenlight-policy">Greenlight Policy</a></li>
<li><a href="/art-page-policy">Art Page Policy</a></li>
<li><a href="/tag-guide">Tag Guide</a></li>
<li><a href="/criticism-policy">Criticism Policy</a></li>
<li><a href="/licensing-guide">Licensing Guide</a></li>
<li><a href="/image-use-policy">Image Use Policy</a></li>
<li><a href="/rewrite-policy">Rewrite Policy</a></li>
<li><a href="/deletions-policy">Deletions Guidelines</a></li>
</ul>
</li>
</ul>
</div>
<div class="mobile-top-bar">
<div class="open-menu">
<p><a href="#side-bar">≡</a></p>
</div>
<ul>
<li>Wiki
<ul>
<li><a href="/system:join">Join The Wiki</a></li>
<li><a href="/top-rated-pages">Top Pages</a></li>
<li><a href="/most-recently-created">Most Recent</a></li>
<li><a href="/lowest-rated-pages">Lowest Rated</a></li>
<li><a href="/system:page-tags">Tags</a></li>
<li><a href="/random:random-page">Random Page</a></li>
<li><a href="http://backrooms-sandbox-2.wikidot.com/">Sandbox</a></li>
<li><a href="/forum:start">Forums</a></li>
</ul>
</li>
<li>Library
<ul>
<li><a href="/normal-levels-i">Levels</a></li>
<li><a href="/unnumbered-levels">Unnumbered Levels</a></li>
<li><a href="/entities">Entities</a></li>
<li><a href="/unnumbered-entities">Unnumbered Entities</a></li>
<li><a href="/objects">Objects</a></li>
<li><a href="/phenomena">Phenomena</a></li>
<li><a href="/tales">Tales</a></li>
<li><a href="/poi-s">POI's</a></li>
<li><a href="/groups-list">Groups</a></li>
<li><a href="/canons">Canons</a></li>
<li><a href="/joke-entries">Joke Entries</a></li>
<li><a href="/themes">Themes</a></li>
<li><a href="/components">Components</a></li>
<li><a href="/translations-hub">Translations Hub</a></li>
<li><a href="/art-gallery">Art Gallery</a></li>
<li><a href="/hubs-hub">Hubs Hub</a></li>
</ul>
</li>
<li>Info Pages
<ul>
<li><a href="/discord">Discord</a></li>
<li><a href="/twitter">Twitter</a></li>
<li><a href="/tumblr">Tumblr</a></li>
<li><a href="https://linktr.ee/backroomswiki">Linktree</a></li>
<li><a href="/guide-hub">Guide Hub</a></li>
<li><a href="/greenlight-policy">Greenlight Policy</a></li>
<li><a href="/tag-guide">Tag Guide</a></li>
<li><a href="/criticism-policy">Criticism Policy</a></li>
<li><a href="/licensing-guide">Licensing Guide</a></li>
<li><a href="/image-use-policy">Image Use Policy</a></li>
<li><a href="/rewrite-policy">Rewrite Policy</a></li>
<li><a href="/deletions-policy">Deletions Guidelines</a></li>
<li><a href="/authors-pages">Authors</a></li>
<li><a href="/meet-the-staff">Meet The Staff</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div id="login-status"><a href="javascript:;" onclick="WIKIDOT.page.listeners.createAccount(event)" class="login-status-create-account btn">Create account</a> <span>or</span> <a href="javascript:;" onclick="WIKIDOT.page.listeners.loginClick(event)" class="login-status-sign-in btn btn-primary">Sign in</a> </div>
<div id="header-extra-div-1"><span></span></div><div id="header-extra-div-2"><span></span></div><div id="header-extra-div-3"><span></span></div>
</div>
<div id="content-wrap">
<div id="side-bar">
<div class="side-block socials"><a class="sidebar-social fa-brands fa-x-twitter" href="/twitter"><span style="font-size:0%;">Twitter</span></a><a class="sidebar-social fa-brands fa-discord" href="/discord"><span style="font-size:0%;">Discord</span></a><a class="sidebar-social fa-brands fa-facebook" href="https://www.facebook.com/profile.php?id=61575995663725/"><span style="font-size:0%;">Facebook</span></a><a class="sidebar-social fa-brands fa-instagram" href="https://www.instagram.com/backrooms.wikidot/"><span style="font-size:0%;">Instagram</span></a><a class="sidebar-social fa-brands fa-bluesky" href="https://bsky.app/profile/ts.thebackrooms.wiki/"><span style="font-size:0%;">Bluesky</span></a><a class="sidebar-social fa-brands fa-tumblr" href="/tumblr"><span style="font-size:0%;">Tumblr</span></a></div>
<div class="side-block">
<div class="menu-item"><a href="/">Main</a> | <a href="/forum:start">Forum</a></div>
</div>
<div class="side-block">
<div class="collapsible-block">
<div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;">For New Users</a></div>
<div class="collapsible-block-unfolded" style="display:none">
<div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;">– hide block</a></div>
<div class="collapsible-block-content">
<div class="menu-item">
<p><a href="/site-rules">Site Rules</a></p>
</div>
<div class="menu-item">
<p><a href="/greenlight-policy">Greenlight Policy</a></p>
</div>
<div class="menu-item">
<p><a href="http://backrooms-wiki.wikidot.com/forum/c-6898685/introductions">Forum: Introduce Yourself</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="side-block languages"><div class="list-pages-box">
</div><div class="list-pages-box">
</div><div class="list-pages-box">
</div><div class="list-pages-box">
</div><div class="list-pages-box">
</div></div>
<div class="side-block">
<div class="heading">
<p><strong>Library</strong></p>
</div>
<div class="menu-item">
<p><a href="/normal-levels-i">Levels</a>|<a href="/unnumbered-levels">Unnumbered Levels</a></p>
</div>
<div class="menu-item">
<p><a href="/entities">Entities</a>|<a href="/unnumbered-entities">Unnumbered Entities</a></p>
</div>
<div class="menu-item">
<p><a href="/phenomena">Phenomena</a>|<a href="/objects">Objects</a>|<a href="/tales">Tales</a></p>
</div>
<div class="menu-item">
<p><a href="/poi-s">POI's</a>|<a href="/groups-list">Groups</a>|<a href="/canons">Canons</a></p>
</div>
<div class="menu-item">
<p><a href="/joke-entries">Joke Pages</a>|<a href="/themes">Themes</a>|<a href="/components">Components</a></p>
</div>
<div class="menu-item">
<p><a href="/art-gallery">Art Gallery</a>|<a href="/hubs-hub">Hubs Hub</a></p>
</div>
</div>
<div class="side-block">
<div class="heading">
<p><strong>Wiki</strong></p>
</div>
<div class="menu-item">
<p><a href="/how-many-pages">How Many Pages?</a></p>
</div>
<div class="menu-item">
<p><a href="/top-rated-pages-this-month">Top Rated New Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/top-rated-pages-by-year">Top Pages by Year</a></p>
</div>
<div class="menu-item">
<p><a href="/top-rated-pages">Top Pages of All Time</a></p>
</div>
<div class="menu-item">
<p><a href="/most-recently-created">Newly Created Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/underread-and-underrated">Underread Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/random:random-page">Random Page</a></p>
</div>
<div class="menu-item">
<p><a href="/lowest-rated-pages">Lowest Rated Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/system:page-tags">Tags</a></p>
</div>
</div>
<div class="side-block">
<div class="heading">
<p><strong>Community</strong></p>
</div>
<div class="menu-item">
<p><a href="/system:join">Join The Wiki</a></p>
</div>
<div class="menu-item">
<p><a href="/forum:start">Forum</a> - <a href="/forum:recent-posts">New Posts</a></p>
</div>
<div class="menu-item">
<p><a href="/translations-hub">Translations Hub</a></p>
</div>
<div class="menu-item">
<p><a href="/authors-pages">Authors' Pages</a></p>
</div>
<div class="menu-item">
<p><a href="/meet-the-staff">Meet The Staff</a></p>
</div>
</div>
<div class="side-block">
<div class="heading">
<p><strong>Resources</strong></p>
</div>
<div class="menu-item">
<p><a href="/faq">FAQ</a></p>
</div>
<div class="menu-item">
<p><a href="/guide-hub">Guide Hub</a></p>
</div>
<div class="menu-item">
<p><a href="http://www.backrooms-sandbox-2.wikidot.com">Sandbox</a></p>
</div>
<div class="menu-item">
<p><a href="/system:recent-changes">Recent Changes</a></p>
</div>
<div class="menu-item">
<p><a href="/site-rules">Site Rules</a></p>
</div>
</div>
<div style="clear:both; height: 0px; font-size: 1px"></div>
<p><a class="open-menu" href="#side-bar"><br /></a></p>
<a class="close-menu" href="##"><br />
<img src="https://scp-wiki.wdfiles.com/local--files/nav:side/black.png" style="z-index:-1; opacity: 0.3;" alt="black.png" class="image" /><br /></a>
</div>
<!-- google_ad_section_end -->
<div id="main-content">
<div id="action-area-top"></div>
<div id="page-title">
An Alpine Fever Dream
</div>
<div id="page-content">
<div style="text-align: right;"><div class="page-rate-widget-box"><span class="rate-points">rating: <span class="number prw54353">+19</span></span><span class="rateup btn btn-default"><a title="I like it" href="javascript:;" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, 1)">+</a></span><span class="ratedown btn btn-default"><a title="I don't like it" href="javascript:;" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.rate(event, -1)">–</a></span><span class="cancel btn btn-default"><a title="Cancel my vote" href="javascript:;" onclick="WIKIDOT.modules.PageRateWidgetModule.listeners.cancelVote(event)">x</a></span></div></div>
<p><strong>"AN ALPINE FEVER DREAM"</strong></p>
<p>Am I finally outside ? This is it ?</p>
<p>Well, unfortunately, the answer was « no », and it didn’t take that long to figure it out.</p>
<p>I’ve been throught some serious shit in The Backrooms, made it out alive of Level 2 and even Level 6, I finally ended in Level 11 where I spent quite a lot of time because I didn’t wanted to play my life at diving into obscure and unknown levels that would probably mean the end of me in a matter of seconds, and honestly, I kinda got used to the Facelings being passive and acting like cogs of a broken society. This was until that last night, when I went to find a quiet and clean place to sleep. I quickly found a room that was… odd. I mean, everything down there is odd as hell, but this one was … odder, if I may.</p>
<p>The room was FILLED to the brim with air conditionners, they were all working and buzzing at a certain tone that might trigger PTSD for quite a lot of those poor souls that spent days or even weeks in Level 0. The temperature on the room was very cold, but it suited me well, as I always brought with me a winter coat just in case… Yes, I know, it was a complete burden in earlier levels, because of that sweet sweet pipe corridor heat. but hey, If I had to face an entity, I could just throw it on ‘em so it would go blind and I’d be laughing to the poor thing being attacked for the first time of its « life », eheheheheh…</p>
<p>So yeah, this room was great to spend the night within, for a moment it almost slipped of my head that I was in the Backrooms : most people would’ve gone mad and/or become an Insanity for all the time that I spent here, but I’m tough… At least that what I thought before I woke up next morning.</p>
<p>The first thing that woke me was the slap of freezing air on my face. Well, the air conditionners were already doing the work out quite nicely, but this time it was f*cking TOO MUCH. I mean c’mon, everybody gotta love some chill wind blown in the face, not freaking ice gas or something. I opened my eyes and the only thing that I saw was a streetlamp, a few meters away, lighting up the thin and gentle snow that was falling down. I was in the middle of a road, covered in the same snow. On my left, what seemed to be a forest, and on my right, a big alpine house made out of rock and wood like the typical one would be.</p>
<p>At first, I thought I was outside, outside of the backrooms of course. I slowly walked my way up the road to see if I could find any kind of people living there and ask the simple question of « where in the goddamn fuck am I ? ». Then, I noticed it.</p>
<p>The temperature was going down.</p>
<p>I mean, it was already like a solid 25°F out there, but the more I walked, the colder it got. It came to a point where I couldn’t even feel my legs anymore. Suddenly, I noticed something else that came with the freezing temperature : the absence of light. I was out of the light emmited by the streetlamp. « Well shit, It can’t possibly be linked», I thought to myself as I gathered all the energy I had left in my frozen legs to make my way back to the streetlamp.</p>
<p>It got warmer, and warmer, until I was directly under the light bulb, and it almost felt like a hot summer day for a second. Don’t ask me how it even works, but these street lights are incredibly efficient heat-sources. All I could do was wonder : If these lamps are heating under them, then what is the true temperature of this place. This impossible question almost froze my brain in place, and at the same time a realisation hit me on the face : I still was in The Backrooms.</p>
<p>This was just another level, another stupid level that probably was an infinitely repeating pattern of the same things, but this time you can die if you even step out of the light. Gosh I hate this place even more now…</p>
<p>Instead of going up the road in the arms of Mother Cold, I decided to walk downhill, following the line of streetlamps as much as I possibly could, and to no surprise, the temperature roughly stayed the same, whilst still getting a bit colder in the less-lit parts.</p>
<p>It took me quite a while before I stopped and had the thought of entering a house. If I truly was in a level of The Backrooms, then it was most certainly empty and I wouldn’t be in the awkward scene of breaking into the house of a family and scare the shit out of them. No lights from the windows, no cars, nothing that could possibly indicate any sort of human presence, other than the house itself. « I hope the Backrooms Police doesn’t find out » I chuckled to myself before giving an enormous kick at the wooden door, which slammed open on the first try. These things didn’t even have locks to begin with, what a waste of energy…</p>
<p>Hell it was cold inside here, not as cold as the time I almost walked my way into death, but still rather cold compared to the zone lit by the streetlamps… As I stepped inside, I remembered that there were actual entities in The Backrooms, and this level was most likely no exception to the rule. I was unarmed… well , I still had my coat, but I’d rather die from an entity than to throw away the only thing that separated my human skin from the inhumane frost. But it was none of these scenarii ; the house was empty. There wasn’t even any form of furniture, no outlets, no lamps to turn on, nothing. There was nothing. Not even almond water, and Gosh I never thought I could miss almond water someday…</p>
<p>I went back outside slightly pissed, but there was another next to the one I just broke into, and this one wasn’t empty : I could see furniture from the windows. There were a few chairs and a table, probably made in massive alpine wood. There was an old carpet on the ground, but I’ll stop you right there, it wasn’t moist nor yellow-ish : a gift from the Backrooms Gods… Making my way deeper into the house, I even stumbled upon.. food ?!</p>
<p>Yep, actual food, some cans written in an european laguage, probably french, that I could not understand. But the pictures aren’t lying : there was meat in there. Next to the cans also was a bottle of wine whose label faded away over time. It had to be really cold in there for the wine to turn into ice… I took everything I could in my cold, shaking hands, and I went outside, walking up the nearest streetlamp to « heat » myself up a bit. The cans still were too cold to be opened without tools, and I wasn’t even thinking about the wine bottle… Then it struck me.</p>
<p>« You’re a god damn genius » I thought as I took the cans and raised them as high as I could to make them the closest from the light bulb as possible. I kid you not : the thing heated in seconds and I was able to open the cans to reveal… beef and beans. The food was good tho, and it almost reminded me of a childhood dinner I may or may not have had in the past, almost withered away in a long-lost memory. The wine heated up pretty well too, it was old and definitely not a good year (I like to pretend that I know stuff about wine) but the myth was true : alcohol heats a man up, and I quickly made my way down the road, looking for another home, another can of beef and beans, and another bottle of wine.</p>
<hr />
<p>If it sure is easy to lose track of time when you’re stuck in randomly-segmented rooms with buzzing neons and such, but it’s even worse when there’s constantly a wrong information about time hanging out in this black, starless, spotless night sky…</p>
<p>I’ve been around in this mountain village for at least a solid month, always on the brink of hypothermia and constantly looking for new houses to pillage. This level of the Backrooms doesn’t have this « effect » that drives you insane when you stay too long in it. But the incredibly heavy feeling of loneliness here is everything that you need to turn the happiest man on Earth into a body hanging down a rope.</p>
<p>I took my marks in here, it’s almost like a home. And home doesn’t change : it still is a seemingly infinite alpine village with a faint snow gently pouring from the sky and streetlamps providing you with a « heat » shelter. During all this time I’ve been there, I grew more and more ingenious to make my life easier.</p>
<p>First of all, I found a big square of wood that was left over on the side of the road, after tying it up with a rope, it became a way to transport more stuff around without always having your arms full of frozen things… I’ve been in more than a hundred houses now, and i’d say that approximately a third of them have stuff in them, like furnitures, clothes, tools, food, wine… I even found a fireplace, but sadly there were no matches around. Sometimes I find old-looking bookshelves with odd books in them, they are all written in french, but I force myself to read them so I can still make use of my freezing brain. I ripped off all these empty pages at the end of each book and I used the coal found in the fireplace to draw myself a map of my immediate surrondings. But a map was of no use if I couldn’t find a place that had something « more » to settle in and find my way back to.</p>
<p>That’s why I’m telling you this today, because today I found a house with something « more », something that I never thought I could see again, something that I can trust, something that could bring me as much love as I could give it back to.</p>
<p>A bed.</p>
<p>Tonight, I will be sleeping in a bed. A real one, with heavy sheets and blankets. When I slipped in it for the first time, it felt so warm that I literally broke into tears, I never thought I could experience such a wonderful sensation again. I wanted to dive into the sheets and never come out of here again, like the hug a small child gives to his mother before his very first day of school, the kind of moments you wish that never stops.</p>
<p>For the first time since I arrived here, I felt warm.</p>
<p>For the first time, I felt loved.</p>
<p>For the first time, I felt home.</p>
<p>And it was good.</p>
<hr />
<p>I thought I was alone…</p>
<p>I’ve been in the mountain village for quite a while now… Even if it was hard before, I’ve stopped counting what I thought were « days » when it became apparent that, well, it didn’t served any purpose. Could’ve been months, could’ve been years, who knows ?</p>
<p>Each time I went out in search of food, it took longer to get to a new house I didn’t already visited. The house with the bed where I settled in was located in some sort of « dense » area, with more houses around than the usual. A full hour of walking was now necessary to find food and those sweet bottles of wine. I also noticed that, the more I ventured from my house, the more I witnessed form time to time « broken » streetlamps. They were just turned off, standing there, and providing a wall of freezing air that I had to cross as fast as I could to reach the next one. It became much more of a problem when I started stumbling upon dead-ends, wasting a good 2 hours or walking for nothing. The other… day, when I came back home with supplies, I even noticed that one streetlamp very close from my home wasn’t working, and I could’ve sworn that this one was working when I left earlier.</p>
<p>And it all made sense today ; when I entered once again in a new house. This one was really far away, I think this was the furthest I’ve even been from my bed so far. The houses were becoming really sparse and I started wondering if food could become a real problem one day… I found almost nohing there : just a few chairs and maybe one or two weird paintings, hanging on the wall, representing landscapes I doubted were even real.</p>
<p>I gazed at the window, looking outside and down the street, trying to focus my vision on a single snowflake and following it until it touched the ground… and probably vanished. Because the level of snow never changed here, I couldn’t figure out how that was possible because the temperature would most certainly allow such snowflakes to stay unmelted on the ground.</p>
<p>This is when I saw it.</p>
<p>It appeared from nowhere, in the middle of the street. At first I could only see what was looking like a humanoid shadow, just standing there…. Then it turned around. I could see some sort of blue « cracks » on its face, a deep blue that was glowing and contrasting with the perfect black skin its body was covered with, It also had for only noticeable features a few fir-like branches pointing from the top of its head. I knew that, although this thing, or should I say, this entity had no eyes, it was looking at me.</p>
<p>Then, it disappeared, and at the same moment, all streetlamps down the road turned off.</p>
<p>«Oh shit, this is BAD» I thought to myself, those streetlamps were the only way I could leave the house without freezing to death and go back to my house.</p>
<p>I had to think, and to think quick. The door was shut, no windows were opened, I double-checked because I already did that in the past when a streetlamp was really close to a house so I could heat up the place a little more… Quickly, frost began to appear on the windows, growing faster and faster until couldn’t see anything from the outside anymore.</p>
<p>I sat in shock : I was obviously stuck inside that house until the light returned. By checking what I brought with me, I realised that I only had food for 2 days and one bottle of wine. I could survive around 5 days if I drank the wine efficiently, because dehydration is surprisingly fast in this level, believe it or not.</p>
<p>Now that I knew how much time I had left until I either died of dehydration or tried my chance outside in the antarctican cold, I couldn’t help but think about the bed, my bed, the only bed around. It truly was the best thing that happened to me in all these months I’ve spent into this mountain village, it was a relief, an achor I could grab to not completely sink into hopelessness. This bed was now far away from me, and I would spent my first night in a long time on solid wooden ground, without blanket, without a hug, without love. This simple thought destroyed me like you wouldn’t imagine.</p>
<p>Hell… who am I even talking to in the first place ?</p>
<hr />
<p>Hungry… Cold… Thirsty… Hungry… Cold… Thirsty… Hungry… Cold… Thirsty…</p>
<p>This stream of feelings was the only thing that occupied my brain for the last 48 hours, when I finished the last can and the last drop of wine. I wasn’t even moving anymore, I just couldn’t find the strength or the will to do so. I was lying down, facing the ground, trying to keep my internal heat as much as I could, but even with those heavy winter coats I found during my countless burglars, this wasn’t enough, it just wasn’t enough…</p>
<p>I was going to die here. There simply was no hope left.</p>
<p>This level was most certainly a dead-end, a level which you couldn't escape, no matter how hard you tried or searched for it. I had previously successfully survived many levels, levels that meant the end of the road for many, many people. Skills had nothing to do here : you weren’t going to survive because of your abilty to pathfind your way inside neverending corridors, or knowing how to avoid and/or escape entities, you only survived because the unknown forces that ruled this world had mercy on you, and they could take away the only thing that helped you staying alive anytime they wanted, like a toy that you removed the batteries from.</p>
<p>"Alright, Backrooms, you won", I said out loud, talking to whatever the fuck would ever want to hear me down here. "I can't beat you, I tried, but I can't… But if I have to go, I'll go on my own terms".</p>
<p>I gathered all the forces I had left to stand on my shaking legs, I couldn't feel my hands anymore, or even move my fingers, I could've broke them by standing up the wrong way that I wouldn't even probably have noticed. The door was just in front of me, the only thing that separated me from lethally cold air. All I could do was hope, hope that the cold would burn my nervous system before it even noticed the pain, offering me the last gift this level would ever give to me : a painless death.</p>
<p>« Here goes nothing », I said as an epitaph as I finally opened the door.</p>
<hr />
<p>Heat, there’s heat.</p>
<p>It’s the warmest I’ve ever felt in months, and it was even warmer than… my bed.</p>
<p>The light pierced through my eyes like a blade : fancy colors, golden-ish yellow, red, green… Plants, ceiling lamps, doors, and even… PEOPLE ?!</p>
<p>I can’t remember much of what happened directly after I opened the door, besides feeling an intense pain in all of my body. Next thing I know, I’m here, in what I can recognize from the pictures I saw to be Level 5.</p>
<p>Apparently, according to the few people who were present, I fell unconscious from one of the elevators, covered in snow and barely able to breathe. After I told them my story, they emitted the hypothesis that I had stumbled upon a new secret level, and that I was extremely lucky to have survived. I didn’t really know what to do with that information, but I’ll make sure to write that on my résumé if I ever get out of The Backrooms that held me hostage for months, or even years…</p>
<p>Finally, they gave me a mirror and told me to look at my face : I had been severely wounded from my journey in the mountain village. My skin had almost entirely darkened because of the horribly cold temperature I spent inhumane amounts of time being subjected to. There were also big veins crossing all over my face, veins that lacked oxygen and turned into a deep blue, almost looking like… <a href="/level-265">blue cracks on my face</a>.</p>
<hr />
<div class="licensebox">
<div class="collapsible-block">
<div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;">‡ Licensing / Citation</a></div>
<div class="collapsible-block-unfolded" style="display:none">
<div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;">‡ Hide Licensing / Citation</a></div>
<div class="collapsible-block-content">
<p>Cite this page as:</p>
<div class="list-pages-box"> <div class="list-pages-item">
<blockquote>
<p>"<a href="/an-alpine-fever-dream">An Alpine Fever Dream</a>" by OnlyTheForum, from the <a href="http://backrooms-wiki.wikidot.com/">Backrooms Wiki</a>. Source: <a href="https://backrooms-wiki.wikidot.com/an-alpine-fever-dream">https://backrooms-wiki.wikidot.com/an-alpine-fever-dream</a>. Licensed under <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA-3.0</a>.</p>
</blockquote>
</div>
</div>
<div class="colmod-block">
<ul>
<li class="folded">
<ul>
<li style="list-style: none">_</li>
</ul>
<div class="colmod-link-top">
<div class="foldable-list-container"><a href="javascript:;">+ Embed citation as HTML</a><a href="javascript:;">- Embed citation as HTML</a></div>
</div>
<div class="colmod-content"><div class="list-pages-box"> <div class="list-pages-item">
<div class="code" style="user-select: all;">
<p><span style="white-space: pre-wrap;">"<a href="https://backrooms-wiki.wikidot.com/an-alpine-fever-dream">An Alpine Fever Dream</a>" by OnlyTheForum, from the <a href="http://backrooms-wiki.wikidot.com/">Backrooms Wiki</a>. Source: <a href="https://backrooms-wiki.wikidot.com/an-alpine-fever-dream">https://backrooms-wiki.wikidot.com/an-alpine-fever-dream</a>. Licensed under <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA-3.0</a>.</span></p>
</div>
</div>
</div></div>
<div>
<div class="foldable-list-container"></div>
</div>
</li>
</ul>
</div>
<hr />
<div class="content-separator" style="display: none:"></div>
<p>For more information about on-wiki content, visit the <a href="/licensing-master-list">Licensing Master List</a>.</p>
</div>
</div>
</div>
</div>
</div>
<div class="page-tags">
<span>
<a href="/system:page-tags/tag/_licensebox#pages">_licensebox</a><a href="/system:page-tags/tag/_trim#pages">_trim</a><a href="/system:page-tags/tag/horror#pages">horror</a><a href="/system:page-tags/tag/nostalgia#pages">nostalgia</a><a href="/system:page-tags/tag/tale#pages">tale</a>
</span>
</div>
<div id="page-info-break"></div>
<div id="page-options-container">
<div id="page-info">page revision: 11, last edited: <span class="odate time_1737722512 format_%25e%20%25b%20%25Y%2C%20%25H%3A%25M%20%28%25O%20ago%29">24 Jan 2025 12:41</span></div>
<div id="page-options-bottom" class="page-options-bottom">
<a href="javascript:;" class="btn btn-default" id="edit-button">Edit</a>
<a href="javascript:;" class="btn btn-default" id="pagerate-button">Rate (<span id="prw54355">+19</span>)</a>
<a href="javascript:;" class="btn btn-default" id="tags-button">Tags</a>
<a href="/forum/t-13984960/an-alpine-fever-dream" class="btn btn-default" id="discuss-button">Discuss (0)</a>
<a href="javascript:;" class="btn btn-default" id="history-button">History</a>
<a href="javascript:;" class="btn btn-default" id="files-button">Files</a>
<a href="javascript:;" class="btn btn-default" id="print-button">Print</a>
<a href="javascript:;" class="btn btn-default" id="site-tools-button">Site tools</a>
<a href="javascript:;" class="btn btn-default" id="more-options-button">+ Options</a>
</div>
<div id="page-options-bottom-2" class="page-options-bottom form-actions" style="display:none">
<a href="javascript:;" class="btn btn-default" id="edit-sections-button">Edit Sections</a>
<a href="javascript:;" class="btn btn-default" id="edit-append-button">Append</a>
<a href="javascript:;" class="btn btn-default" id="edit-meta-button">Edit Meta</a>
<a href="javascript:;" class="btn btn-default" id="watchers-button">Watchers</a>
<a href="javascript:;" class="btn btn-default" id="backlinks-button">Backlinks</a>
<a href="javascript:;" class="btn btn-default" id="view-source-button">Page Source</a>
<a href="javascript:;" class="btn btn-default" id="parent-page-button">Parent</a>
<a href="javascript:;" class="btn btn-default" id="page-block-button">Lock Page</a>
<a href="javascript:;" class="btn btn-default" id="rename-move-button">Rename</a>
<a href="javascript:;" class="btn btn-default" id="delete-button">Delete</a>
</div>
<div id="page-options-area-bottom">
</div>
</div>
<div id="action-area" style="display: none;"></div>
</div>
</div>
<div id="footer" style="display: block; visibility: visible;">
<div class="options" style="display: block; visibility: visible;">
<a href="http://www.wikidot.com/doc" id="wikidot-help-button">Help</a>
|
<a href="http://www.wikidot.com/legal:terms-of-service" id="wikidot-tos-button">Terms of Service</a>
|
<a href="http://www.wikidot.com/legal:privacy-policy" id="wikidot-privacy-button">Privacy</a>
|
<a href="javascript:;" id="bug-report-button" onclick="WIKIDOT.page.listeners.pageBugReport(event)">Report a bug</a>
|
<a href="javascript:;" id="abuse-report-button" onclick="WIKIDOT.page.listeners.flagPageObjectionable(event)">Flag as objectionable</a>
<span id="consent-box" style="display:none">
|
<a href="javascript:;" onclick="window.__cmp('showModal');">Update cookie settings</a>
</span>
<script>
if (window["nitroAds"] && window["nitroAds"].loaded) {
document.getElementById("consent-box").style.display = window["__tcfapi"] ? "" : "none";
} else {
document.addEventListener(
"nitroAds.loaded",
() =>
(document.getElementById("consent-box").style.display = window["__tcfapi"] ? "" : "none")
);
}
</script>
</div>
Powered by <a href="http://www.wikidot.com">Wikidot.com</a>
</div>
<div id="license-area" class="license-area">
Unless otherwise stated, the content of this page is licensed under
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 License</a>
</div>
<div id="extrac-div-1"><span></span></div><div id="extrac-div-2"><span></span></div><div id="extrac-div-3"><span></span></div>
</div>
</div>
<!-- These extra divs/spans may be used as catch-alls to add extra imagery. -->
<div id="extra-div-1"><span></span></div><div id="extra-div-2"><span></span></div><div id="extra-div-3"><span></span></div>
<div id="extra-div-4"><span></span></div><div id="extra-div-5"><span></span></div><div id="extra-div-6"><span></span></div>
</div>
</div>
<div id="dummy-ondomready-block" style="display: none;" ></div>
<!-- Google Analytics load -->
<script type="text/javascript">
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<div id="page-options-bottom-tips" style="display: none;">
<div id="edit-button-hovertip">
Click here to edit contents of this page. </div>
</div>
<div id="page-options-bottom-2-tips" style="display: none;">
<div id="edit-sections-button-hovertip">
Click here to toggle editing of individual sections of the page (if possible). Watch headings for an "edit" link when available. </div>
<div id="edit-append-button-hovertip">
Append content without editing the whole page source. </div>
<div id="history-button-hovertip">
Check out how this page has evolved in the past. </div>
<div id="discuss-button-hovertip">
If you want to discuss contents of this page - this is the easiest way to do it. </div>
<div id="files-button-hovertip">
View and manage file attachments for this page. </div>
<div id="site-tools-button-hovertip">
A few useful tools to manage this Site. </div>
<div id="backlinks-button-hovertip">
See pages that link to and include this page. </div>
<div id="rename-move-button-hovertip">
Change the name (also URL address, possibly the category) of the page. </div>
<div id="view-source-button-hovertip">
View wiki source for this page without editing. </div>
<div id="parent-page-button-hovertip">
View/set parent page (used for creating breadcrumbs and structured layout). </div>
<div id="abuse-report-button-hovertip">
Notify administrators if there is objectionable content in this page. </div>
<div id="bug-report-button-hovertip">
Something does not work as expected? Find out what you can do. </div>
<div id="wikidot-help-button-hovertip">
General Wikidot.com documentation and help section. </div>
<div id="wikidot-tos-button-hovertip">
Wikidot.com Terms of Service - what you can, what you should not etc. </div>
<div id="wikidot-privacy-button-hovertip">
Wikidot.com Privacy Policy.
</div>
</div>
</body>
</html>