We are still waiting for the great presentation of the Nintendo Switch Pro. Not only analysts, but also developers, whose visions for more powerful equipment are not necessarily optimistic, talk about the device more and more freely. The co-founder of Engine Software mentioned an inconvenience.
Nintendo may introduce and release the Nintendo Switch Pro later this year. The device was mentioned in the latest Nintendo Switch firmwareat the same time Analysts boldly comment on the Big N’s actions and the possibility of creating improved equipment.
Ruud van de Moosdijk (co-founder and vice president of Engine Software) talked about the unreleased console, which, despite its positive attitude, suggests that the problem will be sharing the platform with the base of the Nintendo Switch. Weaker Console can severely limit developers’ aspirations.
Frankly, our opinion on this might be the opposite of many people’s opinion, but we are not a big fan of the “Pro” model. Sure, it would be nice to have more RAM or faster GPU / CPU compared to previous versions, but If it is still considered the same platform then you need to make sure your game runs on every model. So, for compatibility, performance will be checked to the lowest specification. We found in previous Upgrade Systems that extra power was never used well for this Purpose only.
Engine Software is a Spanish studio that has developed dozens of games for other Nintendo systems over the years, while the developers have for some time focused on moving production. They recently worked on a new version of Scott Pilgrim vs. The World: The Game Plus Little Nightmares and Monopoly in Stadia. In 2020, the team took care of eight ports on the Nintendo Switch.
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));
“Devoted organizer. Incurable thinker. Explorer. Tv junkie. Travel buff. Troublemaker.”