Popular Hollywood star Chloe Grace Moretz has revealed in a recent post on social media that she not only loves Starfield but also hinted that she has been a bit too preoccupied to play it since its release. Bethesda's blockbuster sci-fi RPG was released in early access on September 1 for those who had pre-ordered the game's Premium and Constellation Editions. Players will have to wait until September 6 for the Standard Edition.
Chloe Grace Moretz appears to be currently obsessed with the game. In a post on X, the actor revealed that she has been playing it non-stop since its release. She wrote:
"Gotta admit the amount of #Starfield I’ve played since its release is verging on a not okay amount."
"Would you consider streaming?": Fans want Chloe Grace Moretz to start streaming on video games after expressing her love for Starfield
Considering her role in The Peripheral as a gaming expert, Chloe is known for her public pro-gaming stance, and the actor has discussed gaming and women in esports on various popular talk shows while doing press for the Amazon Prime show.
Despite reports stating that The Peripheral has been canceled after being renewed for a second season, it appears Moretz has continued her gaming streak. She was among thousands of players worldwide to have started playing Bethesda's 2023 game since September 1.
While the game's release saw many controversies come up, gamers have had a generally positive impression of Bethesda's title despite bugs and other issues in its current state. Chloe Grace Moretz seems to be one of many to have been fully immersed in Starfield's world(s).
Her post on X about playing the game garnered a lot of attention, crossing the 200K view mark in a matter of hours. Here are a few general reactions to her take, with some asking her about the game:
Fans also suggested Chloe Grace Moretz start streaming on Twitch, like some other celebrity actors such as Grace Van Dien, who does so under the alias BlueFille.
Starfield was one of the biggest game launches in 2023 and features a vast open world with many procedurally generated planets. That said, it has been subject to several controversies, with one of the more recent being gamers refunding and talking about a boycott for pronouns.
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": 1654344, "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(1654344); 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(1654344) >= 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(1654344) .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 }); })();