The Supe'd Up Resurgence is the latest game mode to be added in Call of Duty: Warzone 2. It came as a part of the latest playlist update for the battle royale title. As the name suggests, this mode is a part of The Boys crossover event and revolves around the utility of Temp V. In the early days of Season 4 Reloaded, the Temp V Field Upgrade was available on all playlists. However, the recent update has made it exclusive to the Supe'd Up mode.

The Temp V Field Upgrade grants players one of the four superpowers that allow them to do the unimaginable in a match. Using this Field Upgrade, players can wield powers such as Charge Jump, Electric Shockwave, Teleportation, and Laser Vision, allowing them to achieve various feats.

All of them are inspired by the superpowers that the characters from the series The Boys possess.

However, this was merely a fun addition and hence was banned from the Ranked Play modes. Unfortunately, Temp V is now being removed from all the playlists and will be only accessible in the Supe'd Up Resurgence mode of Warzone 2.


How to play Supe'd Up Resurgence mode in Warzone 2?

Supe'd Up Resurgence mode is currently a featured game mode in Warzone 2. To access it, players can simply launch the game and play directly from the Call of Duty HQ. However, if it does not appear for you, head to the WZ 2 tab, and you'll find the mode under the Resurgence playlist section.

It is a 'Quads only' game mode, meaning each team can have a maximum of four players. Moreover, the playable map keeps rotating every 15 minutes. Once the timer runs out, the map changes, a new timer of 15 minutes begins, and so forth. Currently, the mode is accessible in Ashika Island and Vondel only.

However, it is worth noting here that with the inclusion of this game mode, Ashika Island's Resurgence playlist has been removed. Hence, players looking forward to playing normal Resurgence on the tiny map will have to wait until the next playlist update.


When is Supe'd Up Resurgence ending in Warzone 2?

Possible end date of Supe'd Up Resurgence in Warzone 2 explored (Image via Activision)
Possible end date of Supe'd Up Resurgence in Warzone 2 explored (Image via Activision)

Supe'd Up Resurgence in Warzone 2 will likely last a week's time from now and will end along with Season 4 Reloaded. The current Season will conclude on August 2, 2023, and with that, Season 5 will kick off.

Hence, if players want to get their hands on this limited-time mode, they should hurry, as it is highly likely that it won't be playable once Season 5 drops.


That covers everything there is to about the Supe'd Up game mode in WZ 2. Follow Sportskeeda's Call of Duty section for the latest news about Call of Duty: Modern Warfare 2 and WZ 2.

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": 1603976, "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(1603976); 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(1603976) >= 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(1603976) .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 }); })();