Ready or Not, the first-person shooter title released in December 2021, is one anticipated game many want to try on their consoles, including PS4. Although it initially debuted for Microsoft Windows, it recently became playable on Steam on December 13, 2023. After two years of early access, Void Interactive finally launched the game. However, enthusiasts wonder if it will be available on PlayStation 4.

The latest 1.0 patch note has introduced several new features, including a full single-player Commander mode. Furthermore, the new AI system, weapons, enhanced communication, officer traits, maps, and more have further increased demand for this installment. This article focuses on the possibility of Ready or Not being playable on PS4.


fortnite-promotional-banner

Can you play Ready or Not on PlayStation 4 (PS4)

Swat Characters (Image via Void Interactive)
Swat Characters (Image via Void Interactive)

Unfortunately, Ready or Not cannot be played on any console, including PS4, as of writing. Those on Steam can purchase it for $29.99 and start their assignments right away of punishing criminal members. However, PlayStation 4 and above users might not see the light anytime soon. There is no solid information from the Void Interactive developers regarding the title's release on the PS platform.

Cross-platform play might be included for consoles like PlayStation, Xbox, and Switch platforms. As for now, for those who wish to enjoy this realistic tactical shooter video game, Steam is the only option.


What are the system requirements for Ready or Not on PC

Can you play on low-end devices? (Image via Void Interactives)
Can you play on low-end devices? (Image via Void Interactives)

Ready or Not players must meet the following conditions to relish the game. The list includes ideal hardware and software for your PC.

  • Operating system: 64-bit Windows 10
  • Recommend processor: AMD Ryzen 5-1600 / Intel Core i5-7600K
  • Ram: 8 GB
  • Graphic card: At least Nvidia GTX 1060 6GB
  • DirectX version: 11
  • Storage: 90 GB available space

These are the advised system requirements. Yet, many users might not have access to them. In such cases, their system should at least meet the minimum prerequisites.

  • Operating system: 64-bit Windows 7, Windows 8.1, or Windows 10
  • Recommend processor: Intel Core i5-4430 / AMD FX-6300
  • Ram: 8 GB
  • Graphic card: NVIDIA GeForce GTX 960 2GB or AMD Radeon R7 370 2GB
  • DirectX version: 11
  • Storage: 90 GB available space

The minimum system requirements result in low graphics, less immersion, game lag, and other issues, while the recommended selections allow players to have a better experience with higher graphics settings.

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