Sons of the Forest not only involves fighting enemies but also requires you to endure hunger and thirst. You must proactively collect drinking water from various water bodies like lakes and rivers. However, the game features a season system, and acquiring water becomes difficult in winter.
One of the best alternatives is to create a Flask using a 3D printer and store water once you come across a water body. In winter, only static water bodies like lakes are frozen, so you can still search for streams and rivers with running water and directly consume water.
Best ways to obtain water during harsh winters in Sons of the Forest
Sons of the Forest takes you to a remote island populated with threats like cannibals, mutants, and aggressive animals. You will even have to fight hunger and thirst to survive this harsh world. Obtaining water becomes a tad bit difficult during the winter season in the game. However, you can proactively craft a Flask and have a handy storage option for water.
To create the Flask, you will need to first find a 3D Printer room. Feel free to refer to this comprehensive guide to locate and obtain the 3D Printer in Sons of the Forest. Once you find it, you can interact with it by pressing the E button on your keyboard. Navigate to the Flask option with the R button, and printing it requires 100 ml of Resins.
Resin is scattered around in enemy camps, caves, and other locations. There is a slight chance of finding it in the game's starting area near the helicopter crash site. Apart from Flask, you can use the 3D Printer to craft Arrows, Grappling Hook, Mask, and other items.
If you wish to skip the above method, you can still resort to the usual water collection from rivers in winter. Refer to the in-game GPS and find blue patches that denote the water bodies' location. Travel to these areas and check if they are frozen or not. Most players have noticed that only static water bodies like lakes and ponds get frozen during the winter season.
Collecting water is not a big hassle during other seasons of the game. Feel free to read this guide on how you can easily find drinking water in the game. Apart from drinking, you must keep your character well-fed with cooked food.
During winter, you must also focus on keeping warm. This can be done by making a basic fire using Sticks and a Lighter. Sticks are a common resource and can be obtained by chopping down small bushes and shrubs. You possess the Lighter from the early parts of the game.
More about Sons of the Forest
Sons of the Forest features a healthy amount of weapons like Pistols, Shotguns, Crossbows, and Molotov Cocktails. Assigning some weapons and healing items to your backpack is ideal, which helps you switch between them quickly. The game doesn't provide a traditional weapon switch function to add realism to combat scenarios.
The game introduces AI companions like Kelvin and Virginia, who assist you in collecting resources and combat, respectively. Kelvin is prone to hunger, so it is wise to craft a Drying Rack in his vicinity. Virginia, on the other hand, is immune to hunger, but you cannot command her.
You can delve into this survival game solo or tag along with your friends in co-op and multiplayer. However, the game is plagued with certain technical issues, like players being stuck on the loading screen and multiplayer not working. Despite these drawbacks, the game servers are populated with many survival game fans.
Sons of the Forest is a sequel to the much acclaimed The Forest, released in 2014. This title is only available on PC via Steam. It remains to be seen whether Endnight Games will bring this survival horror title to the current-gen consoles in the future.
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": 1416718, "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(1416718); 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(1416718) >= 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(1416718) .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 }); })();