Rebirth Island, arguably one of the most popular maps of Warzone, has been confirmed for a return to the game by the developers. Along with Fortune's Keep, both maps offer a fast-paced gaming experience, leading to a relentless flow of chaos and action. Rebirth Island and Fortune's Keep were removed from the game on November 16, 2022, upon the launch of WZ2.
Over a year since that episode, things have been happening in the Call of Duty headquarters, and gamers are in for a hearty surprise very soon. Read on for more information on this development.
Disclaimer: Some sections of this article are speculative and reflect the writer's opinions.
When is Rebirth Island returning to Warzone?
While the developers over at Activision have not yet announced a specific launch date, the COD Next event revealed that these all-time popular maps, i.e., Rebirth Island and Fortune's Keep, will make their way into the game in early 2024.
This indicates that the maps will be featured in the current Modern Warfare 3 integration with WZ. Considering Season 1 of the MW3 Warzone integration is right around the corner, we speculate that a Reloaded update or even the next season might see the launch of Rebirth Island.
The Resurgence rotation experience will be something to look forward to for Call of Duty players. Vondel and Ashika Island have already been welcomed by the community, and with Rebirth Island and Fortune's Keep returning in 2024, Warzone gamers should have a grand time queuing up for their Resurgence games.
Is Caldera coming back to Warzone?
Upon the launch of WZ2, the prequel to the game was left with only one map, Caldera. Subsequently renamed as Warzone Caldera, all official servers and player progression in the game were officially closed on September 21, 2023. However, players were still hopeful for at least the map's return in the sequel at some point in time.
However, there is no official confirmation on Activision's part concerning Caldera's return to the current build of Warzone, which has now been integrated with Modern Warfare. For all we know, with the sunset of WZ Caldera, the map may have been subsequently stored in the archives.
Until further notice, we speculate Caldera, unlike Rebirth Island or Fortune's Keep, will not resurface any time soon. However, that should not shun your spirits, as Activision has been working hard to make the upcoming Season of both COD titles a massive success.
For more on WZ and Modern Warfare 3, stay tuned to Sportskeeda's Call of Duty section.
Quick Links
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1771173, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1771173); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1771173) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1771173) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();