Will Hogwarts Legacy feature multiple save slots?

With Hogwarts Legacy's early access and the official release date fast approaching, fans of the Wizarding World are curious about some of the quality-of-life features that Avalanche Software is looking to bring to the table.

One of the more popular questions amongst community members is whether the role-playing game will feature additional save slots for multiple profile entries.

fortnite-promotional-banner

Fortunately, Hogwarts Legacy will allow multiple save slots, and players should be able to create additional profiles with different characters in the game.

This is great news for those willing to attempt multiple runs in the game and experience all exclusive content. Additionally, this feature will help those sharing their account with a friend or family member.

As each slot will save a separate profile, the game will allow multiple players to enjoy the open world with their own personalized characters.


Multiple save slots is among best quality-of-life features in Hogwarts Legacy

youtube-cover

What will make each playthrough of Hogwarts Legacy unique is the House Legacy system. Players will be assigned common rooms by sorting hats at the start of the game and enjoy the initial segments of the narratives as either Griffindor, Slytherin, Ravenclaw, or Hufflepuff.

Since the game does not have a new Game Plus mode, multiple save slots will allow one to boot up the title again and enjoy the story while being part of another house.

There is a fair bit of house-exclusive content to enjoy in Legacy. Completionists looking to make the most of the game and explore every single secret both inside and outside of the school will appreciate this feature.

youtube-cover

However, outside the common room, there will not be much additional content to look forward to in the game. The story will play out the same way, irrespective of the house players land in. But it will allow one to try out new builds in the game, experiment with new spells and potions, and try out things they have not done during their initial run.

Those who have pre-purchased the Digital Deluxe edition of Hogwarts Legacy can enjoy the early access period, which goes live on February 7, 2023. The title will officially be released on February 10, 2023, for all regions, which is when the owners of the base game will be able to access Hogwarts.

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

You Might Also Like