The Cyberpunk 2077 2.0 update is now out and it plays fantastically on the PS5. It brings further improvements to the visuals and gameplay mechanics of the first-person shooter. Additionally, the massive Phantom Liberty expansion will hit shelves on September 26. All of these are available on the PlayStation 5 on launch day, making it a fantastic few days for fans of the series.
With the new update, CD Projekt Red has also introduced some new settings to help gamers customize their Cyberpunk experience even further. The open-world shooter also bundles a ray tracing and performance mode tweak that will allow gamers to choose between visual fidelity and framerates.
This article will cover the best settings in Cyberpunk 2077 for the PlayStation 5 console. Do note our recommendations are sometimes based on personal preferences, as such, feel free to alter the settings as per your liking.
Best controller and gameplay settings in Cyberpunk 2077 2.0 for PS5
Cyberpunk 2077 2.0 and Phantom Liberty come with a bunch of controller and gameplay settings on the PlayStation 5. Going through these can be a bit intimidating for a casual player. Although the default settings work pretty well, a couple of tweaks will help elevate your experience further.
Our recommendation for the best controller settings for the PS5 in Cyberpunk 2.0 is as follows:
Controls
- Controller vibration: 0
- Steering sensitivity: 100
- Inner dead zone: 0.10
- Outer dead zone: 0.90
- User interface haptic feedback: On
Controller
- Control scheme: Alternative
Vehicle
- Hold to fire: On
- Reverse camera toggle input: Off
- Camera auto reset time: 3
- Third-person perspective camera angle: Low
First-person camera (Mouse)
- Horizontal sensitivity: 5
- Invert horizontal axis: Off
- Vertical sensitivity: 5
- Invert vertical axis: Off
- Zoom sensitivity reduction: 1
Third-person camera (Mouse)
- Horizontal sensitivity: 3
- Invert horizontal axis: Off
- Vertical sensitivity: 3
- Invert vertical axis: Off
First-person camera (Controller)
- Horizontal sensitivity: 18
- Invert horizontal axis: Off
- Vertical sensitivity: 10
- Invert vertical axis: Off
- Zoom sensitivity reduction: 2
- Show advanced options: Off
Third-person camera (Controller)
- Horizontal sensitivity: 10
- Invert horizontal axis: 10
- Vertical sensitivity: 10
- Vertical sensitivity: 10
- Invert vertical axis: Off
- Response curve: Recommended
Gameplay
Difficulty
- Game difficulty: Hard
- Aim assist: Standard
- Snap to target: On
- Aim assist - Melee combat: Standard
- Aim assist - Vehicle combat: On
- Adaptive camera motions: Full
- Weapon sway: On weapon
Miscellaneous
- Tutorials: On
- Skipping dialogues: By line
- Enable cross-platform saves: On
- Enable analytics: On
- Photo mode enabled: On
Holocalls
- Skip NCPD dispatcher holocalls: On
- Skip holocalls from fixers: Off
Best graphics and video settings in Cyberpunk 2077 2.0 for PS5
The PS5 comes with a performance mode for Cyberpunk 2077 2.0, which runs the game at dynamic 4K 60 FPS, and ray tracing, which uses the said effects but runs the game at dynamic 4K 30 FPS. We recommend sticking to the former because the visual difference with ray tracing turned on isn't as noticeable, and 30 FPS can feel a bit janky in a first-person shooter title.
Graphics
- Film grain: On
- Chromatic aberration: On
- Depth of field: On
- Lens flare: On
- Motion blur: On
Video
- Graphics mode: Performance
Cyberpunk 2077 is a fantastic entry to the PS5 games lineup. With the 2.0 update, the game and the Phantom Liberty expansion run very well on the console with the above settings applied.
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": 1673151, "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(1673151); 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(1673151) >= 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(1673151) .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 }); })();