You can replay missions in Armored Core 6 if you want to. That's exciting, as there are plenty of secrets to uncover. Perhaps you want to practice techniques that aren’t as easy in one-on-one settings. Whatever the reason, diving back into previously completed stages is possible. However, it may not be obvious how to do so.

While AC6 might be a vast, challenging game, there are plenty of reasons to go back and try stages again. Thankfully, it’s not hard to do. There are certainly benefits to replaying stages again. Here’s the how and the why if you want to replay missions in Armored Core 6.


fortnite-promotional-banner

Armored Core 6 lets you replay missions again

Here's how you can replay missions in AC6 (Image via FromSoftware)
Here's how you can replay missions in AC6 (Image via FromSoftware)

Once you’ve beaten a few stages in Armored Core 6, you might want to go back and replay a mission. You might have missed a bit of lore or want to confirm an Easter Egg lurking somewhere in the confines of Rubicon-3. Regardless of the reason, it’s simple enough to do. Interestingly, this was something I missed in my preview session. It's likely it was not available then.

If you need to know where in the main menu to do this, look no further - we’ve got you covered.

Replaying missions in AC6

  • In the garage, click “Sortie”
  • Click “Replay mission” on the stage of your choice

What makes replaying missions worthwhile in Armored Core 6

If you missed something important, just go back and get it (Image via FromSoftware)
If you missed something important, just go back and get it (Image via FromSoftware)

It’s not cheap funding an AC. If you want to get the most out of your machine, replaying missions for more credits is never a bad thing. You also have to consider optional objectives and perhaps secrets in stages.

Though we have not found any hidden weapons or parts in stages, there’s certainly a possibility that secrets are dotted throughout certain missions. You do, however, unlock new parts by completing Data Logs. Data Logs are completed by defeating optional bosses and finding Data Shards in particular missions.

As you rush through a stage smashing through enemy ACs, it's likely that you could miss some of these. Therefore, it’s a good idea to go back and get them.

There are some truly powerful parts out there in the game, so replaying missions to ensure you get everything will be important for completionists. Finally, if you want all the trophies, you must S-Rank all missions.


Armored Core 6 launches on August 25, 2023, for PlayStation 4, PlayStation 5, Xbox One, Xbox Series X|S, and Microsoft Windows. You can read more about it in our in-depth review here.

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