Tomorrow, all interested players will have the opportunity to try Outriders. People Can Fly wants to make sure players are ready for the attractions, so a comprehensive demo is set up. See the materials and discover the details
Outriders will not be shown until AprilBut people can fly very confident. Starting tomorrow, developers will present a comprehensive demo, with players checking the intro to the story. The latest articles present the common part in a very detailed way.
What do we expect? The developers talk about classes, online fun, progression transfer to the full version, Epic Journey, side quests, weapons, powers, or the possibility to create your own character.
In this case, players will not buy a prick pig, because the Poles want to make sure that every robber shooters fan will check the Outriders before the premiere, form an opinion about the center and if they wish – they will arrive at the full version of the game.
This is undoubtedly risky as some potential customers might fall back on Outriders, but mainly … at least the developers will have players on their servers who actually want to play their positions. We revealed more about the show last week.
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));