From e16380b6d977ea67e423da1b61cc55782dabf383 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Mon, 9 Oct 2017 23:15:38 +0200 Subject: [PATCH 001/641] Update resident-evil-remake-interactive-map.html From bfc15d87c56c31ce26ac4e93a57511613d2931c3 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Mon, 9 Oct 2017 23:41:11 +0200 Subject: [PATCH 002/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 1 + 1 file changed, 1 insertion(+) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index cfa21d5..ccf54a0 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17759,6 +17759,7 @@

Biohazards Array

unpdateMapPagination(); }); } + jQuery('.difficulty-select.toggle-state').trigger('click'); }); }); From 668e149e019687973d742e7b0eec9596da9b18dd Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Mon, 9 Oct 2017 23:46:55 +0200 Subject: [PATCH 003/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index ccf54a0..1e8b8cc 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17701,6 +17701,7 @@

Biohazards Array

jQuery('[data-location-next]').attr('data-location-next', dataNextLocation); var locationTitle = dataCurrentLocation.split('-').join(' '); jQuery('#title').text(locationTitle); + jQuery('.difficulty-select.toggle-state').trigger('click'); } jQuery('.map-pagination').on('click', function(){ jQuery('.floor-panel').fadeOut(); @@ -17759,7 +17760,6 @@

Biohazards Array

unpdateMapPagination(); }); } - jQuery('.difficulty-select.toggle-state').trigger('click'); }); }); From 79aa986b7ae58bf2b32c8fce12503302b1d870b0 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 18:20:18 +0200 Subject: [PATCH 004/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 1e8b8cc..9183c6d 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -13613,6 +13613,16 @@

Mansion: F1

+
+
+
+
+ + +
+
+
+
From 38dce234766206d029067b82f7567cbbd5b1d0b8 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 19:43:46 +0200 Subject: [PATCH 005/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 94 ++++++++++++++++++++++- 1 file changed, 90 insertions(+), 4 deletions(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 9183c6d..f316623 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -127,6 +127,10 @@ color: #736f6f; } + .nocturnal-theme .grid-hexagon:before { + color: #3b3b3b; + } + .nocturnal-theme .list-group-tab-wrapper .list-group-tab { border-color: #504f4f; } @@ -1348,6 +1352,10 @@ color: #b0b0b0; } + .diurnal-theme .grid-hexagon:before { + color: #e9e9e9; + } + .diurnal-theme .list-group-tab-wrapper .list-group-tab:hover { background: whitesmoke; } @@ -2991,6 +2999,78 @@ bottom: -20px; } + .grid-backdrop { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + width: 300px; + height: 287px; + margin: auto; + display: block; + z-index: -1; + } + + .grid-hexagon:before { + content: "\2b21"; + font-size: 15em; + position: absolute; + left: -20px; + top: 0; + bottom: 0; + margin: auto; + transition: .7s; + line-height: 150px; + } + + .grid-hexagon { + position: absolute; + width: 150px; + height: 150px; + } + + .grid-hexagon:nth-child(1) { + bottom: 0; + left: 0; + } + + .grid-hexagon:nth-child(3) { + bottom: 0; + right: 0; + } + + .grid-hexagon:nth-child(2) { + top: 0; + left: 0; + right: 0; + margin: auto; + } + + .grid-hexagon .gears-panel { + left: 0; + right: 0; + top: 0; + bottom: 0; + position: absolute; + width: auto; + height: auto; + opacity: .5; + } + + .grid-hexagon .gears-panel .fa-cog.fa-2x { + font-size: 40px; + top: 30px; + left: 20px; + } + + .grid-hexagon .gears-panel .fa-cog.fa-3x { + position: absolute; + font-size: 100px; + bottom: 15px; + right: 20px; + } + .room-detail-wrapper { max-width: 95%; margin: auto; @@ -10458,7 +10538,7 @@
@@ -13615,13 +13695,13 @@

Mansion: F1

-
+
+
-
@@ -17710,7 +17790,9 @@

Biohazards Array

jQuery('[data-location-prev]').attr('data-location-prev', dataPrevLocation); jQuery('[data-location-next]').attr('data-location-next', dataNextLocation); var locationTitle = dataCurrentLocation.split('-').join(' '); - jQuery('#title').text(locationTitle); + jQuery('#title').fadeOut(function(){ + jQuery('#title').text(locationTitle).fadeIn(); + }); jQuery('.difficulty-select.toggle-state').trigger('click'); } jQuery('.map-pagination').on('click', function(){ @@ -17769,6 +17851,10 @@

Biohazards Array

jQuery('.floor-panel').fadeIn(); unpdateMapPagination(); }); + jQuery('.floor-panel').get( dataGetFloor, function( data ) { + jQuery('.floor-panel').html( data ); + alert( "Load was performed." ); + }); } }); }); From a819aa43d9a60748210fd75d12c55d19b1500fb2 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 20:14:31 +0200 Subject: [PATCH 006/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index f316623..565b86e 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17851,9 +17851,12 @@

Biohazards Array

jQuery('.floor-panel').fadeIn(); unpdateMapPagination(); }); - jQuery('.floor-panel').get( dataGetFloor, function( data ) { - jQuery('.floor-panel').html( data ); - alert( "Load was performed." ); + jQuery(document).ajax({ + url:dataGetFloor, + type:'GET', + success: function(data){ + jQuery('.floor-panel').html(jQuery(data).find('.floor-panel').html()); + } }); } }); From 56d264f8ae7babacf27c9675000c941c4e4cc6df Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 20:17:40 +0200 Subject: [PATCH 007/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 565b86e..92255f2 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17851,7 +17851,7 @@

Biohazards Array

jQuery('.floor-panel').fadeIn(); unpdateMapPagination(); }); - jQuery(document).ajax({ + jQuery.ajax({ url:dataGetFloor, type:'GET', success: function(data){ From 991d976dfc9ab5ba445d84f9ff98ae60eed34590 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 20:27:17 +0200 Subject: [PATCH 008/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 92255f2..8184f14 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17847,7 +17847,6 @@

Biohazards Array

} var dataGetFloor = dataGetFloor+='.html'; jQuery('.floor-panel').load(dataGetFloor, function(){ - console.log('callback success'); jQuery('.floor-panel').fadeIn(); unpdateMapPagination(); }); @@ -17856,6 +17855,7 @@

Biohazards Array

type:'GET', success: function(data){ jQuery('.floor-panel').html(jQuery(data).find('.floor-panel').html()); + console.log('callback success'); } }); } From 93a34c390676df6c24cbe932ebcd78a6af0f75a1 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 21:01:10 +0200 Subject: [PATCH 009/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 8184f14..f8ad50a 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17838,6 +17838,16 @@

Biohazards Array

jQuery('.floor-panel').fadeIn(); unpdateMapPagination(); }); + jQuery.ajax({ + url:'courtyard-1f.html', + type:'GET', + success: function(data){ + jQuery('.floor-panel').html(jQuery(data).find('.floor-panel').html()); + console.log('callback success'); + jQuery('.floor-panel').fadeIn(); + unpdateMapPagination(); + } + }); } } else if(jQuery(this).hasClass('floor-toggle')) { if(jQuery(this).hasClass('next')) { @@ -17846,15 +17856,14 @@

Biohazards Array

var dataGetFloor = jQuery(this).attr('data-floor-prev'); } var dataGetFloor = dataGetFloor+='.html'; - jQuery('.floor-panel').load(dataGetFloor, function(){ - jQuery('.floor-panel').fadeIn(); - unpdateMapPagination(); - }); jQuery.ajax({ url:dataGetFloor, type:'GET', success: function(data){ - jQuery('.floor-panel').html(jQuery(data).find('.floor-panel').html()); + //jQuery('.floor-panel').html(jQuery(data).find('.floor-panel').html()); + jQuery('.floor-panel').fadeIn(function(){ + jQuery(data).find('.floor-panel').html(); + }); console.log('callback success'); } }); From 31f6954c11d768b8c9b0cd6a8b08d79d37efa7ef Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 21:09:44 +0200 Subject: [PATCH 010/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index f8ad50a..95bbb5a 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17860,10 +17860,7 @@

Biohazards Array

url:dataGetFloor, type:'GET', success: function(data){ - //jQuery('.floor-panel').html(jQuery(data).find('.floor-panel').html()); - jQuery('.floor-panel').fadeIn(function(){ - jQuery(data).find('.floor-panel').html(); - }); + jQuery('.floor-panel').html(jQuery(data).find('.floor-panel').html().fadeIn()); console.log('callback success'); } }); From 0b0f76423586d09d15b05029da91ab63b5fa3a39 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 21:15:10 +0200 Subject: [PATCH 011/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 95bbb5a..8ded24f 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17860,7 +17860,8 @@

Biohazards Array

url:dataGetFloor, type:'GET', success: function(data){ - jQuery('.floor-panel').html(jQuery(data).find('.floor-panel').html().fadeIn()); + jQuery('.floor-panel').html(jQuery(data).find('.floor-panel').html()); + jQuery('.floor-panel').fadeIn(); console.log('callback success'); } }); From 98815c76ac1473098f567cde56ecb2370294ecdb Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 21:24:28 +0200 Subject: [PATCH 012/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 8ded24f..c9eae06 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17860,7 +17860,7 @@

Biohazards Array

url:dataGetFloor, type:'GET', success: function(data){ - jQuery('.floor-panel').html(jQuery(data).find('.floor-panel').html()); + jQuery('.floor-panel').append(data); jQuery('.floor-panel').fadeIn(); console.log('callback success'); } From 47edda64a7db1e515c3ac19d7aff46b09137915f Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 21:30:00 +0200 Subject: [PATCH 013/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index c9eae06..6bc2edc 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17863,6 +17863,8 @@

Biohazards Array

jQuery('.floor-panel').append(data); jQuery('.floor-panel').fadeIn(); console.log('callback success'); + console.log(jQuery(dataGetFloor)); + console.log(jQuery(data)); } }); } From 92fe2cf4c497c56bedb516333c5706924ccd8fa9 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 21:47:14 +0200 Subject: [PATCH 014/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 6bc2edc..397d0df 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17855,9 +17855,10 @@

Biohazards Array

} else if(jQuery(this).hasClass('prev')) { var dataGetFloor = jQuery(this).attr('data-floor-prev'); } - var dataGetFloor = dataGetFloor+='.html'; + var dataGetFloor = JSON.stringify(dataGetFloor+='.html'); jQuery.ajax({ url:dataGetFloor, + dataType:'html', type:'GET', success: function(data){ jQuery('.floor-panel').append(data); From db310612cade3ff6d440200fdee565c7205a46ae Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 21:52:20 +0200 Subject: [PATCH 015/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 397d0df..f466f70 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17855,7 +17855,7 @@

Biohazards Array

} else if(jQuery(this).hasClass('prev')) { var dataGetFloor = jQuery(this).attr('data-floor-prev'); } - var dataGetFloor = JSON.stringify(dataGetFloor+='.html'); + var dataGetFloor = JSON.stringify(dataGetFloor); jQuery.ajax({ url:dataGetFloor, dataType:'html', From b9aba0c46e4b800af931cf2fdaa57eea1cfd056f Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 21:58:05 +0200 Subject: [PATCH 016/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index f466f70..0539ec7 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17855,10 +17855,9 @@

Biohazards Array

} else if(jQuery(this).hasClass('prev')) { var dataGetFloor = jQuery(this).attr('data-floor-prev'); } - var dataGetFloor = JSON.stringify(dataGetFloor); + var dataGetFloor = JSON.stringify(dataGetFloor+='.html'); jQuery.ajax({ url:dataGetFloor, - dataType:'html', type:'GET', success: function(data){ jQuery('.floor-panel').append(data); From e25d132c893e5b9b78e65025b7671877e77cd9ee Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 22:01:48 +0200 Subject: [PATCH 017/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 0539ec7..0d4d2bf 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17855,7 +17855,8 @@

Biohazards Array

} else if(jQuery(this).hasClass('prev')) { var dataGetFloor = jQuery(this).attr('data-floor-prev'); } - var dataGetFloor = JSON.stringify(dataGetFloor+='.html'); + var dataGetFloor = JSON.stringify(dataGetFloor); + var dataGetFloor = dataGetFloor+='.html'; jQuery.ajax({ url:dataGetFloor, type:'GET', From 07a3977b5a06a77917073e0a7bb21d55f9ab8763 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 22:06:37 +0200 Subject: [PATCH 018/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 1 - 1 file changed, 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 0d4d2bf..6bc2edc 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17855,7 +17855,6 @@

Biohazards Array

} else if(jQuery(this).hasClass('prev')) { var dataGetFloor = jQuery(this).attr('data-floor-prev'); } - var dataGetFloor = JSON.stringify(dataGetFloor); var dataGetFloor = dataGetFloor+='.html'; jQuery.ajax({ url:dataGetFloor, From 6c0630ebe2f9b0a7dde69f8b916ffafea8a1828d Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 22:16:59 +0200 Subject: [PATCH 019/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 6bc2edc..31e36b1 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17857,7 +17857,7 @@

Biohazards Array

} var dataGetFloor = dataGetFloor+='.html'; jQuery.ajax({ - url:dataGetFloor, + url:JSON.stringify(dataGetFloor), type:'GET', success: function(data){ jQuery('.floor-panel').append(data); From f1ec63f40d3807abc214a7480d53bf00dbd3c7ca Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 22:34:25 +0200 Subject: [PATCH 020/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 31e36b1..9db99dc 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17856,7 +17856,7 @@

Biohazards Array

var dataGetFloor = jQuery(this).attr('data-floor-prev'); } var dataGetFloor = dataGetFloor+='.html'; - jQuery.ajax({ + /*jQuery.ajax({ url:JSON.stringify(dataGetFloor), type:'GET', success: function(data){ @@ -17866,6 +17866,13 @@

Biohazards Array

console.log(jQuery(dataGetFloor)); console.log(jQuery(data)); } + });*/ + jQuery.get( dataGetFloor, function( data ) { + jQuery('.floor-panel').append(data); + jQuery('.floor-panel').fadeIn(); + console.log('callback success'); + console.log(jQuery(dataGetFloor)); + console.log(jQuery(data)); }); } }); From 96fa8db147f8e81c167da2b90bce752cf4d6ca2c Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 22:36:04 +0200 Subject: [PATCH 021/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 9db99dc..cacd61a 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17855,7 +17855,7 @@

Biohazards Array

} else if(jQuery(this).hasClass('prev')) { var dataGetFloor = jQuery(this).attr('data-floor-prev'); } - var dataGetFloor = dataGetFloor+='.html'; + //var dataGetFloor = dataGetFloor+='.html'; /*jQuery.ajax({ url:JSON.stringify(dataGetFloor), type:'GET', @@ -17867,7 +17867,7 @@

Biohazards Array

console.log(jQuery(data)); } });*/ - jQuery.get( dataGetFloor, function( data ) { + jQuery.get( dataGetFloor'.html', function( data ) { jQuery('.floor-panel').append(data); jQuery('.floor-panel').fadeIn(); console.log('callback success'); From d45105b4c01cf10de6d8658571c4e79709822a95 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 22:44:40 +0200 Subject: [PATCH 022/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index cacd61a..81b57a6 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17867,7 +17867,7 @@

Biohazards Array

console.log(jQuery(data)); } });*/ - jQuery.get( dataGetFloor'.html', function( data ) { + jQuery.get( dataGetFloor+'.html', function( data ) { jQuery('.floor-panel').append(data); jQuery('.floor-panel').fadeIn(); console.log('callback success'); From 99f97f030fc610d9bef848f6d6f547bf3c6b9482 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Tue, 10 Oct 2017 22:50:46 +0200 Subject: [PATCH 023/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 81b57a6..9db99dc 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17855,7 +17855,7 @@

Biohazards Array

} else if(jQuery(this).hasClass('prev')) { var dataGetFloor = jQuery(this).attr('data-floor-prev'); } - //var dataGetFloor = dataGetFloor+='.html'; + var dataGetFloor = dataGetFloor+='.html'; /*jQuery.ajax({ url:JSON.stringify(dataGetFloor), type:'GET', @@ -17867,7 +17867,7 @@

Biohazards Array

console.log(jQuery(data)); } });*/ - jQuery.get( dataGetFloor+'.html', function( data ) { + jQuery.get( dataGetFloor, function( data ) { jQuery('.floor-panel').append(data); jQuery('.floor-panel').fadeIn(); console.log('callback success'); From c1168837c4d6b1f4d99d545fe404727fe6831e59 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Wed, 11 Oct 2017 18:26:24 +0200 Subject: [PATCH 024/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 9db99dc..b678883 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17867,13 +17867,15 @@

Biohazards Array

console.log(jQuery(data)); } });*/ + console.log(dataGetFloor); jQuery.get( dataGetFloor, function( data ) { jQuery('.floor-panel').append(data); jQuery('.floor-panel').fadeIn(); console.log('callback success'); - console.log(jQuery(dataGetFloor)); + console.log(dataGetFloor); console.log(jQuery(data)); }); + console.log(dataGetFloor); } }); }); From 083fd8d59c8435e9e20d1ff1261752393d89e322 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Wed, 11 Oct 2017 18:58:33 +0200 Subject: [PATCH 025/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index b678883..ae1d604 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17856,19 +17856,19 @@

Biohazards Array

var dataGetFloor = jQuery(this).attr('data-floor-prev'); } var dataGetFloor = dataGetFloor+='.html'; - /*jQuery.ajax({ - url:JSON.stringify(dataGetFloor), + jQuery.ajax({ + url:dataGetFloor, type:'GET', success: function(data){ jQuery('.floor-panel').append(data); jQuery('.floor-panel').fadeIn(); console.log('callback success'); - console.log(jQuery(dataGetFloor)); + console.log(dataGetFloor); console.log(jQuery(data)); } - });*/ + }); console.log(dataGetFloor); - jQuery.get( dataGetFloor, function( data ) { + jQuery.get( '/'+dataGetFloor, function( data ) { jQuery('.floor-panel').append(data); jQuery('.floor-panel').fadeIn(); console.log('callback success'); From 14883e8e9d07eb6b54fb1093561e073e980838c8 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Wed, 11 Oct 2017 19:43:47 +0200 Subject: [PATCH 026/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index ae1d604..710aeef 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17867,7 +17867,7 @@

Biohazards Array

console.log(jQuery(data)); } }); - console.log(dataGetFloor); + /* console.log(dataGetFloor); jQuery.get( '/'+dataGetFloor, function( data ) { jQuery('.floor-panel').append(data); jQuery('.floor-panel').fadeIn(); @@ -17875,7 +17875,7 @@

Biohazards Array

console.log(dataGetFloor); console.log(jQuery(data)); }); - console.log(dataGetFloor); + console.log(dataGetFloor);*/ } }); }); From 4e37ee57061f60afb7b36f65ee0f097290d7a82d Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Wed, 11 Oct 2017 19:46:49 +0200 Subject: [PATCH 027/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 710aeef..9efa10a 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17860,7 +17860,7 @@

Biohazards Array

url:dataGetFloor, type:'GET', success: function(data){ - jQuery('.floor-panel').append(data); + jQuery('.floor-panel').append(jQuery(data)); jQuery('.floor-panel').fadeIn(); console.log('callback success'); console.log(dataGetFloor); From 74d53d094ea66e777e54e1d85c15aa7b92e558a6 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Wed, 11 Oct 2017 20:02:43 +0200 Subject: [PATCH 028/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 9efa10a..c91088b 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17866,7 +17866,13 @@

Biohazards Array

console.log(dataGetFloor); console.log(jQuery(data)); } - }); + }).done(function(data){ + jQuery('.floor-panel').append(jQuery(data)); + jQuery('.floor-panel').fadeIn(); + console.log('callback success'); + console.log(dataGetFloor); + console.log(jQuery(data)); + }); /* console.log(dataGetFloor); jQuery.get( '/'+dataGetFloor, function( data ) { jQuery('.floor-panel').append(data); From 85af0e81c05fb091a211fc695fae4bd566bbfd90 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Wed, 11 Oct 2017 20:24:43 +0200 Subject: [PATCH 029/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index c91088b..cd74adc 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17857,15 +17857,17 @@

Biohazards Array

} var dataGetFloor = dataGetFloor+='.html'; jQuery.ajax({ - url:dataGetFloor, - type:'GET', - success: function(data){ + url:dataGetFloor, + dataType:'html', + type:'GET', + context: jQuery('.floor-panel') + /*success: function(data){ jQuery('.floor-panel').append(jQuery(data)); jQuery('.floor-panel').fadeIn(); console.log('callback success'); console.log(dataGetFloor); console.log(jQuery(data)); - } + }*/ }).done(function(data){ jQuery('.floor-panel').append(jQuery(data)); jQuery('.floor-panel').fadeIn(); From da7bb2b99f836c19854b208444c9f26c39ad96ee Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Wed, 11 Oct 2017 20:40:02 +0200 Subject: [PATCH 030/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 27 +++++------------------ 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index cd74adc..dc7d871 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17855,35 +17855,20 @@

Biohazards Array

} else if(jQuery(this).hasClass('prev')) { var dataGetFloor = jQuery(this).attr('data-floor-prev'); } + jQuery('.floor-panel').find('.floor-wrapper').remove(); var dataGetFloor = dataGetFloor+='.html'; jQuery.ajax({ url:dataGetFloor, dataType:'html', type:'GET', - context: jQuery('.floor-panel') - /*success: function(data){ - jQuery('.floor-panel').append(jQuery(data)); - jQuery('.floor-panel').fadeIn(); - console.log('callback success'); - console.log(dataGetFloor); - console.log(jQuery(data)); - }*/ + context: jQuery('.floor-panel'), + success: console.log('Reporting = true, CLEARANCE LEVEL D/7100 access enabled, output log to console, callback request = SUCCESS'), + error: console.log('Reporting = true, CLEARANCE LEVEL D/7100 access enabled, output log to console, callback request = ERROR'), + complete: console.log('Reporting = true, CLEARANCE LEVEL D/7100 access enabled, output log to console, callback request = COMPLETE') }).done(function(data){ - jQuery('.floor-panel').append(jQuery(data)); - jQuery('.floor-panel').fadeIn(); - console.log('callback success'); - console.log(dataGetFloor); - console.log(jQuery(data)); - }); - /* console.log(dataGetFloor); - jQuery.get( '/'+dataGetFloor, function( data ) { - jQuery('.floor-panel').append(data); + jQuery('.floor-panel').append(jQuery(data)); jQuery('.floor-panel').fadeIn(); - console.log('callback success'); - console.log(dataGetFloor); - console.log(jQuery(data)); }); - console.log(dataGetFloor);*/ } }); }); From 914b08cb7f497d48ec88faf0dc47a4f9cc093388 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Wed, 11 Oct 2017 20:54:24 +0200 Subject: [PATCH 031/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 1 + 1 file changed, 1 insertion(+) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index dc7d871..10715e5 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17868,6 +17868,7 @@

Biohazards Array

}).done(function(data){ jQuery('.floor-panel').append(jQuery(data)); jQuery('.floor-panel').fadeIn(); + unpdateMapPagination(); }); } }); From 608d040db5a85751e11cdc57dd42920da9e2979a Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Wed, 11 Oct 2017 22:22:09 +0200 Subject: [PATCH 032/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 158 +++++++++++++--------- 1 file changed, 97 insertions(+), 61 deletions(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index 10715e5..a746678 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17796,58 +17796,93 @@

Biohazards Array

jQuery('.difficulty-select.toggle-state').trigger('click'); } jQuery('.map-pagination').on('click', function(){ - jQuery('.floor-panel').fadeOut(); if(jQuery(this).hasClass('location-toggle')) { if(jQuery(this).hasClass('next')) { var dataGetLocation = jQuery(this).attr('data-location-next'); } else if(jQuery(this).hasClass('prev')) { var dataGetLocation = jQuery(this).attr('data-location-prev'); } - switch(dataGetLocation) { - case 'courtyard': - jQuery('.floor-panel').load('guardhouse-residence-1f.html', function(){ - console.log('callback success'); - jQuery('.floor-panel').fadeIn(); - unpdateMapPagination(); - }); - break; - case 'guardhouse-residence': - jQuery('.floor-panel').load('altar-1b.html', function(){ - console.log('callback success'); - jQuery('.floor-panel').fadeIn(); - unpdateMapPagination(); - }); - break; - case 'altar': - jQuery('.floor-panel').load('underground-laboratory-1b.html', function(){ - console.log('callback success'); - jQuery('.floor-panel').fadeIn(); - unpdateMapPagination(); - }); - break; - case 'underground-laboratory': - jQuery('.floor-panel').load('mansion-1f.html', function(){ - console.log('callback success'); - jQuery('.floor-panel').fadeIn(); - unpdateMapPagination(); - }); - break; - default: - jQuery('.floor-panel').load('courtyard-1f.html', function(){ - console.log('callback success'); - jQuery('.floor-panel').fadeIn(); - unpdateMapPagination(); - }); - jQuery.ajax({ - url:'courtyard-1f.html', - type:'GET', - success: function(data){ - jQuery('.floor-panel').html(jQuery(data).find('.floor-panel').html()); - console.log('callback success'); - jQuery('.floor-panel').fadeIn(); - unpdateMapPagination(); - } - }); + var dataCurrentLocation = jQuery('.floor-wrapper.toggle-state').attr('data-location'); + if(dataCurrentLocation === dataGetLocation) { + return + } else { + jQuery('.floor-wrapper').removeClass('toggle-state').slideUp(); + switch(dataGetLocation) { + case 'courtyard': + if(jQuery('.floor-wrapper[data-floor="guardhouse-residence-1f"]').length) { + jQuery('.floor-wrapper[data-floor="guardhouse-residence-1f"]').addClass('toggle-state').slideDown(); + } else { + jQuery.ajax({ + url:'guardhouse-residence-1f.html', + dataType:'html', + type:'GET', + context: jQuery('.floor-wrapper'), + }).done(function(data){ + jQuery('.floor-panel').append(jQuery(data)).addClass('toggle-state').slideDown(); + unpdateMapPagination(); + }); + } + break; + case 'guardhouse-residence': + if(jQuery('.floor-wrapper[data-floor="altar-1b"]').length) { + jQuery('.floor-wrapper[data-floor="altar-1b"]').addClass('toggle-state').slideDown(); + } else { + jQuery.ajax({ + url:'altar-1b.html', + dataType:'html', + type:'GET', + context: jQuery('.floor-wrapper'), + }).done(function(data){ + jQuery('.floor-panel').append(jQuery(data)).addClass('toggle-state').slideDown(); + unpdateMapPagination(); + }); + } + break; + case 'altar': + if(jQuery('.floor-wrapper[data-floor="underground-laboratory-1b"]').length) { + jQuery('.floor-wrapper[data-floor="underground-laboratory-1b"]').addClass('toggle-state').slideDown(); + } else { + jQuery.ajax({ + url:'underground-laboratory-1b.html', + dataType:'html', + type:'GET', + context: jQuery('.floor-wrapper'), + }).done(function(data){ + jQuery('.floor-panel').append(jQuery(data)).addClass('toggle-state').slideDown(); + unpdateMapPagination(); + }); + } + break; + case 'underground-laboratory': + if(jQuery('.floor-wrapper[data-floor="mansion-1f"]').length) { + jQuery('.floor-wrapper[data-floor="mansion-1f"]').addClass('toggle-state').slideDown(); + } else { + jQuery.ajax({ + url:'mansion-1f.html', + dataType:'html', + type:'GET', + context: jQuery('.floor-wrapper'), + }).done(function(data){ + jQuery('.floor-panel').append(jQuery(data)).addClass('toggle-state').slideDown(); + unpdateMapPagination(); + }); + } + break; + default: + if(jQuery('.floor-wrapper[data-floor="courtyard-1f"]').length) { + jQuery('.floor-wrapper[data-floor="courtyard-1f"]').addClass('toggle-state').slideDown(); + } else { + jQuery.ajax({ + url:'courtyard-1f.html', + dataType:'html', + type:'GET', + context: jQuery('.floor-wrapper'), + }).done(function(data){ + jQuery('.floor-panel').append(jQuery(data)).addClass('toggle-state').slideDown(); + unpdateMapPagination(); + }); + } + } } } else if(jQuery(this).hasClass('floor-toggle')) { if(jQuery(this).hasClass('next')) { @@ -17855,21 +17890,22 @@

Biohazards Array

} else if(jQuery(this).hasClass('prev')) { var dataGetFloor = jQuery(this).attr('data-floor-prev'); } - jQuery('.floor-panel').find('.floor-wrapper').remove(); - var dataGetFloor = dataGetFloor+='.html'; - jQuery.ajax({ - url:dataGetFloor, - dataType:'html', - type:'GET', - context: jQuery('.floor-panel'), - success: console.log('Reporting = true, CLEARANCE LEVEL D/7100 access enabled, output log to console, callback request = SUCCESS'), - error: console.log('Reporting = true, CLEARANCE LEVEL D/7100 access enabled, output log to console, callback request = ERROR'), - complete: console.log('Reporting = true, CLEARANCE LEVEL D/7100 access enabled, output log to console, callback request = COMPLETE') - }).done(function(data){ - jQuery('.floor-panel').append(jQuery(data)); - jQuery('.floor-panel').fadeIn(); - unpdateMapPagination(); - }); + var dataCurrentFloor = jQuery('.floor-wrapper.toggle-state').attr('data-floor'); + if(dataCurrentFloor === dataGetFloor) { + return + } else { + jQuery('.floor-wrapper').removeClass('toggle-state').slideUp(); + var dataGetFloor = dataGetFloor+='.html'; + jQuery.ajax({ + url:dataGetFloor, + dataType:'html', + type:'GET', + context: jQuery('.floor-wrapper'), + }).done(function(data){ + jQuery('.floor-panel').append(jQuery(data)).addClass('toggle-state').slideDown(); + unpdateMapPagination(); + }); + } } }); }); From 86e07299f3b9cd77cae7b7c53ff82102cb60f932 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Wed, 11 Oct 2017 22:35:41 +0200 Subject: [PATCH 033/641] Update resident-evil-remake-interactive-map.html --- resident-evil-remake-interactive-map.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resident-evil-remake-interactive-map.html b/resident-evil-remake-interactive-map.html index a746678..6dcd114 100644 --- a/resident-evil-remake-interactive-map.html +++ b/resident-evil-remake-interactive-map.html @@ -17900,9 +17900,8 @@

Biohazards Array

url:dataGetFloor, dataType:'html', type:'GET', - context: jQuery('.floor-wrapper'), }).done(function(data){ - jQuery('.floor-panel').append(jQuery(data)).addClass('toggle-state').slideDown(); + jQuery('.floor-panel').append(jQuery(data).addClass('toggle-state').slideDown()); unpdateMapPagination(); }); } From b0f8d74ca8ce68202990ccee1581c70803222451 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:20:21 +0200 Subject: [PATCH 034/641] Update altar-1b.html --- altar-1b.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/altar-1b.html b/altar-1b.html index a06a6aa..60077f2 100644 --- a/altar-1b.html +++ b/altar-1b.html @@ -1,12 +1,9 @@ - -
-
-

Altar: 1B

-
-
\ No newline at end of file +
+

Altar: 1B

+
From 5ead86cd59b0bb5d19b382e8911092a1b85110fb Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:20:41 +0200 Subject: [PATCH 035/641] Update altar-2b.html --- altar-2b.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/altar-2b.html b/altar-2b.html index 1a9e30b..c179c6a 100644 --- a/altar-2b.html +++ b/altar-2b.html @@ -1,12 +1,9 @@ - -
-
-

Altar: 2B

-
-
\ No newline at end of file +
+

Altar: 2B

+
From 3a01d25b645d2b1d0dda3cc8c973daf0d704db03 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:21:09 +0200 Subject: [PATCH 036/641] Update aqua-ring-1b.html --- aqua-ring-1b.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/aqua-ring-1b.html b/aqua-ring-1b.html index 5c2d3f8..e8a7fc5 100644 --- a/aqua-ring-1b.html +++ b/aqua-ring-1b.html @@ -1,12 +1,9 @@ - -
-
-

Aqua Ring: 1B

-
-
\ No newline at end of file +
+

Aqua Ring: 1B

+
From a3f8568eca995ef45e087cb8ccfbaa61f705deaf Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:21:26 +0200 Subject: [PATCH 037/641] Update aqua-ring-2b.html --- aqua-ring-2b.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/aqua-ring-2b.html b/aqua-ring-2b.html index d9e4011..a2aa61a 100644 --- a/aqua-ring-2b.html +++ b/aqua-ring-2b.html @@ -1,12 +1,9 @@ - -
-
-

Aqua Ring: 2B

-
-
\ No newline at end of file +
+

Aqua Ring: 2B

+
From 98771a9543cd5f79438d30d653c32e346f2f0144 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:21:41 +0200 Subject: [PATCH 038/641] Update courtyard-1b.html --- courtyard-1b.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/courtyard-1b.html b/courtyard-1b.html index 1397620..2e1445f 100644 --- a/courtyard-1b.html +++ b/courtyard-1b.html @@ -1,12 +1,9 @@ - -
-
-

Courtyard: B1

-
-
\ No newline at end of file +
+

Courtyard: B1

+
From 83881763f360cb0bc9187ebafd66f6114435a434 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:22:00 +0200 Subject: [PATCH 039/641] Update courtyard-1f.html --- courtyard-1f.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/courtyard-1f.html b/courtyard-1f.html index d6a6616..f523e28 100644 --- a/courtyard-1f.html +++ b/courtyard-1f.html @@ -1,12 +1,9 @@ - -
-
-

Courtyard: F1

-
-
\ No newline at end of file +
+

Courtyard: F1

+
From 230a3690c7e7088173020bc009faf1ebbda27c1c Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:22:21 +0200 Subject: [PATCH 040/641] Update courtyard-2b.html --- courtyard-2b.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/courtyard-2b.html b/courtyard-2b.html index 85cf516..8e5d4d7 100644 --- a/courtyard-2b.html +++ b/courtyard-2b.html @@ -1,12 +1,9 @@ - -
-
-

Courtyard: B2

-
-
\ No newline at end of file +
+

Courtyard: B2

+
From 12b7d4b383364e660abdc95419ab6211055fb53f Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:22:51 +0200 Subject: [PATCH 041/641] Update courtyard-heliport.html --- courtyard-heliport.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/courtyard-heliport.html b/courtyard-heliport.html index d7d86ff..4b00466 100644 --- a/courtyard-heliport.html +++ b/courtyard-heliport.html @@ -1,12 +1,9 @@ - -
-
-

Guardhouse Residence: 1F

-
-
\ No newline at end of file +
+

Guardhouse Residence: 1F

+
From 2b9df93e9a2594448317d61ed9ff3cae2252b891 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:23:11 +0200 Subject: [PATCH 042/641] Update guardhouse-residence-1f.html --- guardhouse-residence-1f.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/guardhouse-residence-1f.html b/guardhouse-residence-1f.html index c3156f7..7f5d898 100644 --- a/guardhouse-residence-1f.html +++ b/guardhouse-residence-1f.html @@ -1,12 +1,9 @@ - -
-
-

Guardhouse Residence: 1F

-
-
\ No newline at end of file +
+

Guardhouse Residence: 1F

+
From 379e74ac540ca6893b88bb06f009e6474dff0971 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:24:11 +0200 Subject: [PATCH 043/641] Update mansion-2f.html --- mansion-2f.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/mansion-2f.html b/mansion-2f.html index f828082..2ec550f 100644 --- a/mansion-2f.html +++ b/mansion-2f.html @@ -1,12 +1,9 @@ - -
-
-

Mansion: F2

-
-
\ No newline at end of file +
+

Mansion: F2

+
From e0dbf0cf89902b5542fd9265b836069034f4165c Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:24:30 +0200 Subject: [PATCH 044/641] Update mansion-3f.html --- mansion-3f.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/mansion-3f.html b/mansion-3f.html index f4bc1df..0c59924 100644 --- a/mansion-3f.html +++ b/mansion-3f.html @@ -1,12 +1,9 @@ - -
-
-

Mansion: F3

-
-
\ No newline at end of file +
+

Mansion: F3

+
From ebe423130a95e64ce63a80a00c997ab5c1f828f5 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:24:46 +0200 Subject: [PATCH 045/641] Update mansion-bf.html --- mansion-bf.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/mansion-bf.html b/mansion-bf.html index e8f21b8..ce39673 100644 --- a/mansion-bf.html +++ b/mansion-bf.html @@ -1,12 +1,9 @@ - -
-
-

Mansion: BF

-
-
\ No newline at end of file +
+

Mansion: BF

+
From b4275294f49444f3ff5ec44ab298d1ec5d942df6 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:25:12 +0200 Subject: [PATCH 046/641] Update underground-laboratory-1b.html --- underground-laboratory-1b.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/underground-laboratory-1b.html b/underground-laboratory-1b.html index 0a8e6d9..f769457 100644 --- a/underground-laboratory-1b.html +++ b/underground-laboratory-1b.html @@ -1,12 +1,9 @@ - -
-
-

Underground Laboratory: 1B

-
-
\ No newline at end of file +
+

Underground Laboratory: 1B

+
From fc68a0423b41cc598408409dd63027443a38ef3b Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:25:24 +0200 Subject: [PATCH 047/641] Update underground-laboratory-2b.html --- underground-laboratory-2b.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/underground-laboratory-2b.html b/underground-laboratory-2b.html index 33aad5b..2e03af5 100644 --- a/underground-laboratory-2b.html +++ b/underground-laboratory-2b.html @@ -1,12 +1,9 @@ - -
-
-

Underground Laboratory: 2B

-
-
\ No newline at end of file +
+

Underground Laboratory: 2B

+
From 72bc4a97998446b27ec52e0e70a637b64d45d86c Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:25:40 +0200 Subject: [PATCH 048/641] Update underground-laboratory-3b.html --- underground-laboratory-3b.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/underground-laboratory-3b.html b/underground-laboratory-3b.html index 63ecabe..74789b8 100644 --- a/underground-laboratory-3b.html +++ b/underground-laboratory-3b.html @@ -1,12 +1,9 @@ - -
-
-

Underground Laboratory: 3B

-
-
\ No newline at end of file +
+

Underground Laboratory: 3B

+
From a06f87704ddec60f789a3686f99dd57d0b7e2faf Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:25:52 +0200 Subject: [PATCH 049/641] Update underground-laboratory-4b.html --- underground-laboratory-4b.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/underground-laboratory-4b.html b/underground-laboratory-4b.html index 7363870..ed4614b 100644 --- a/underground-laboratory-4b.html +++ b/underground-laboratory-4b.html @@ -1,12 +1,9 @@ - -
-
-

Underground Laboratory: 4B

-
-
\ No newline at end of file +
+

Underground Laboratory: 4B

+
From 56119cb9bfd64dc17705cc79e3d6a7ad1cb006f7 Mon Sep 17 00:00:00 2001 From: UncaughtTypeError Date: Thu, 12 Oct 2017 07:26:02 +0200 Subject: [PATCH 050/641] Update mansion-1f.html --- mansion-1f.html | 5485 +++++++++++++++++++++++------------------------ 1 file changed, 2741 insertions(+), 2744 deletions(-) diff --git a/mansion-1f.html b/mansion-1f.html index ee65c3b..65348fe 100644 --- a/mansion-1f.html +++ b/mansion-1f.html @@ -1,2933 +1,2930 @@ - -
-
-

Mansion: F1

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+

Mansion: F1

+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
- Helmet Key Required +
+
+
+
+
+
+
+ Helmet Key Required +
+
+
+
+
+ + +
+ Cerberus MA-39 +
+
+
+
+ +
+ Lockpick +
+
+
+
+ +
+ Ammunition + Acid Shells + x1 + +
+
+
+
+ +
+ Handgun +
+
+
+
+ +
+ Barry Burton +
+
+
+
+
+
+ + + 1 +
+ Cerberus MA-39 + x1 + + + + +
+
+
+
+ + +
+ Lockpick +
+
+
+
+ + + 1 +
+ Acid Shells + x1 + +
+
+
+
+ + +
+ Handgun +
+
+
+
+ + +
+ Barry Burton +
+
+
+ Main Hall +
+
+
+
    +
  • Exhibition Room
  • +
  • Dining Room
  • +
  • Graveyard
  • +
  • Art Room Helmet Key
  • +
  • 'C' Corridor Sword Key
  • +
  • Dining Room 2F
  • +
  • Outside Balcony No Access
  • +
  • Outside Patio Armor Key
  • +
  • Stairway Passage
  • +
+
+
It's a lock pick. You'd make better use of it.
+
Barry Burton
+
Wesker!? Jill!? Where did they go?
+
Chris Redfield
+
Wonder what's on the other side of this door...
+
+
+
+
+
+ -
-
- - -
- Cerberus MA-39 -
-
-
-
+
- Lockpick + Ink Ribbon
-
+
- Ammunition - Acid Shells - x1 - + Emblem
-
+
- Handgun + Blue Gemstone
-
+
- Barry Burton + Shield Key
-
+ Dining Room +
- - 1 +
- Cerberus MA-39 - x1 - - - - + Typewriter
-
+
- +
- Lockpick + Ink Ribbon
-
+
- - 1 + + 2
- Acid Shells - x1 - + Emblem
-
+
- + + 2
- Handgun + Blue Gemstone
-
+
- +
- Barry Burton + Shield Key
- Main Hall
-
-
+
+
    -
  • Exhibition Room
  • -
  • Dining Room
  • -
  • Graveyard
  • -
  • Art Room Helmet Key
  • -
  • 'C' Corridor Sword Key
  • -
  • Dining Room 2F
  • -
  • Outside Balcony No Access
  • -
  • Outside Patio Armor Key
  • -
  • Stairway Passage
  • +
  • Main Hall
  • +
  • Tea Room
-
It's a lock pick. You'd make better use of it.
+
...Blood... Let's just hope it's not Chris's.
Barry Burton
-
Wesker!? Jill!? Where did they go?
-
Chris Redfield
-
Wonder what's on the other side of this door...
+
The only movement is the silent flicker of the candle's flame.
-
-
- -
-
- -
- Ink Ribbon -
-
-
-
- -
- Emblem -
-
-
-
- -
- Blue Gemstone -
-
-
-
- -
- Shield Key -
-
-
-
-
- Dining Room -
- - -
- Typewriter -
-
-
-
- - -
- Ink Ribbon -
-
-
-
- - - 2 -
- Emblem -
-
-
-
- - - 2 -
- Blue Gemstone -
-
-
-
- - -
- Shield Key -
-
-
-
-
-
-
    -
  • Main Hall
  • -
  • Tea Room
  • -
-
-
...Blood... Let's just hope it's not Chris's.
-
Barry Burton
-
The only movement is the silent flicker of the candle's flame.
+
+
+
+
+
+
+ Armor Key Required
-
-
-
-
-
-
- Armor Key Required +
+
+
+
+
+
+
+
+ + +
+ Zombie
-
+
-
-
-
-
-
-
-
-
- - -
- Zombie -
-
-
-
- - -
- Zombie -
-
-
-
- - -
- Hunter MA-121 -
-
-
-
- -
- Kenneth J. Sullivan -
-
-
-
- -
- Kenneth's Film -
-
-
+
+ + +
+ Zombie +
+
-
- Tea Room -
- - - 2 -
- Zombies - x2 - - - - -
-
-
-
- - - 1 -
- Hunter MA-121 - x1 - - - - -
-
-
-
- - -
- Kenneth J. Sullivan -
-
-
-
- - -
- Kenneth's Film -
-
-
+
+ + +
+ Hunter MA-121 +
+
-
-
-
    -
  • Dining Room
  • -
  • Bar Armor Key
  • -
  • Northern Corridor No Access
  • -
  • West Wing Outer Stairway
  • -
  • Kitchen Sword Key
  • -
-
-
An eerie picture of the mansion decorates the wall.
-
+
+ +
+ Kenneth J. Sullivan +
+
+
+
+ +
+ Kenneth's Film +
+
-
-
-
-
-
- - +
+ Tea Room +
+ + + 2 +
+ Zombies + x2 + + + +
-
+
-
-
- -
- Missing Music -
-
-
-
- -
- Gold Emblem -
-
-
-
- -
- Trevor's Diary Vol 1 -
-
-
-
- -
- Rebecca Chambers -
-
-
-
- -
- Ink Ribbon -
-
-
+
+ + + 1 +
+ Hunter MA-121 + x1 + + + + +
+
-
- Bar -
- - - 2 -
- Missing Music -
-
-
-
- - - 2 -
- Gold Emblem -
-
-
-
- - -
- Trevor's Diary Vol 1 -
-
-
-
- - -
- Rebecca Chambers -
-
-
-
- - -
- Ink Ribbon -
-
-
+
+ + +
+ Kenneth J. Sullivan +
+
-
-
-
    -
  • Tea Room
  • -
-
-
Commemorating the completion of the mansion...
-
+
+ + +
+ Kenneth's Film +
+
-
-
-
-
-
- - -
- Zombie -
-
-
-
- - -
- Zombie -
-
-
-
- -
- Handgun Magazine x1 -
-
-
-
- -
- Keeper's Diary -
-
-
-
- -
- Battery Pack - x1 - - Flash Grenade - x1 - -
-
-
-
-
- Researcher's Room -
- - - 2 -
- Zombies - x2 - - - - -
-
-
-
- - - 1 -
- Handgun Magazine x1 -
-
-
-
- - -
- Keeper's Diary -
-
-
-
- - -
- Battery Pack - x1 - - Flash Grenade - x1 - -
-
-
-
-
-
-
    -
  • Northern Corridor
  • -
-
-
The shelf is full of high-proof liquor.
-
+
+
+
    +
  • Dining Room
  • +
  • Bar Armor Key
  • +
  • Northern Corridor No Access
  • +
  • West Wing Outer Stairway
  • +
  • Kitchen Sword Key
  • +
+
+
An eerie picture of the mansion decorates the wall.
-
-
-
-
-
-
-
-
-
-
-
- - -
- Crow x7 -
-
-
-
- -
- Ammunition - Handgun Magazine - x1 - -
-
-
-
- -
- Green Herb - x1 - -
-
-
-
- -
- Green Herb - x1 - -
-
-
-
-
- West Wing Outer Stairway -
- - - 7 -
- Crow - x7 - - - - -
-
-
-
- - - 2 - 1 - -
-
- - - 1 -
- Handgun Magazine - x1 - -
-
-
-
-
-
-
    -
  • Tea Room
  • -
  • Mirror Corridor
  • -
-
-
A large bird cage. There's a dead raven inside.
+
+
+
+
+
+
+ +
-
-
-
-
- Armor Key Required +
+
+ +
+ Missing Music
-
-
-
-
-
-
-
-
- - -
- Zombie -
-
-
-
- - -
- Zombie -
-
-
-
- - -
- Zombie -
-
-
-
- - -
- Hunter MA-121 -
-
-
-
- - -
- Hunter MA-121 -
-
-
-
-
- West Wing Inner Stairway -
- - - 3 -
- Zombies - x3 - - - - -
-
-
-
- - - 2 -
- Hunter MA-121 - x2 - - - - -
-
-
-
-
-
-
    -
  • Medical Storage Room
  • -
  • Small Storeroom Old KeyLockpick
  • -
  • Northern Corridor Armor Key
  • -
  • Dining Room 2F Sword Key
  • -
  • Mirror Corridor
  • -
  • Outside Balcony Old KeyLockpick
  • -
  • Trophy Room Helmet Key
  • -
-
-
A painting of the mansion, illuminated by a bolt of lightning.
-
+
-
-
-
-
- -
-
Mansion F1
-
Mansion F2
-
Mansion F3
-
Mansion BF
-
- -
-
Courtyard F1
-
Courtyard B1
-
Courtyard B2
-
Courtyard Heliport
-
- -
-
Guardhouse Residence F1
-
Aqua Ring B1
-
Aqua Ring B2
-
- -
-
Altar B1
-
Altar B2
-
- -
-
Underground Laboratory B1
-
Underground Laboratory B2
-
Underground Laboratory B3
-
Underground Laboratory B4
-
+
+
+ +
+
Mansion F1
+
Mansion F2
+
Mansion F3
+
Mansion BF
+
+ +
+
Courtyard F1
+
Courtyard B1
+
Courtyard B2
+
Courtyard Heliport
+
+ +
+
Guardhouse Residence F1
+
Aqua Ring B1
+
Aqua Ring B2
+
+ +
+
Altar B1
+
Altar B2
+
+ +
+
Underground Laboratory B1
+
Underground Laboratory B2
+
Underground Laboratory B3
+
Underground Laboratory B4