Bandai Namco proudly announced that in a few weeks, the full version of one of the most interesting games of recent years, Subnautica: Below Zero, will appear on all consoles and PCs.
Last Thursday, the team responsible for producing Unknown Worlds Entertainment released the latest update in the early access development phase for their blockbuster movies, thus preparing for the full premiere of the final version of the Subnautica sequel.
Subzero is a continuation of the original underwater adventure from 2018, and its impact takes place a year after the events of the original. The gameplay layout is very similar here, but it has been greatly developed and offers a wide range of new mechanics, characters, enemies and threats. The icy regions of the world shown here hide many imaginary dangers and mysteries, whose solution may shed some light on the situation in which our hero found himself.
In proportion to staying fit, playing below Zero isn’t easy, so when preparing for the premiere on May 14th, be patient and have plenty of supplies. The title will be released by Bandai Namco on PS5, PS4, and Xbox Series X | S, Xbox One, Nintendo Switch, and on PC via Steam and Epic Games Store.
function statusChangeCallback(response, forced) {
if (response.status === 'connected') {
// Logged into your app and Facebook.
FB.api('/me', function(response) {
if (forced == 1) {
console.log('Próba logowania przez przycisk');
} else {
console.log('Próba autologowania');
}
console.log(JSON.stringify(response));
//fbAutoLogin(JSON.stringify(response), forced); });
//fbAutoLogin(fb_user_id);
} else if (response.status === 'not_authorized') {
// The person is logged into Facebook, but not your app.
console.log('Please log into this app.');
} else {
// The person is not logged into Facebook, so we're not sure if
// they are logged into this app or not.
console.log('Please log into Facebook.');
} }
// This function is called when someone finishes with the Login
// Button. See the onlogin handler attached to it in the sample
// code below.
function checkLoginState() {
FB.getLoginStatus(function(response) {
statusChangeCallback(response, 1);
});
}
window.fbAsyncInit = function() {
FB.init({
appId: '113502828807977', // App ID
cookie: true, // enable cookies to allow the server to access the session
xfbml: true, // parse social plugins on this page
version: 'v2.2' // use version 2.2
});
FB.getLoginStatus(function(response) {
statusChangeCallback(response, 0);
});
}
// Here we run a very simple test of the Graph API after login is
// successful. See statusChangeCallback() for when this call is made.
function testAPI() {
}
// Load the SDK Asynchronously
(function(d) {
var js, id = 'facebook-jssdk',
ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {
return;
}
js = d.createElement('script');
js.id = id;
js.async = true;
js.src = "https://connect.facebook.net/pl_PL/all.js";
ref.parentNode.insertBefore(js, ref);
}(document));