Nacon just announced WRC 10. Production was introduced in the trailer, and we learned about content details. The publisher has also revealed the final release date for most platforms.
WRC 10 is the sequel to the popular series that Nacon will be responsible for releasing. Yesterday, the company announced a presentation for the game And she kept her word – we can check out the latest trailer. Players can also prepare for the premiere, because on September 2, 2021, the item will arrive on PlayStation 5, Xbox Series X | S, PlayStation 4, Xbox One, and later, the Nintendo Switch will be launching for the first time.
The title will provide, among other things, 4 new rallies from the 2021 calendar (Estonia, Croatia, Belgium and Spain), 6 historic rallies (including Greece, Italy, Germany and Argentina), 120 special stages, 52 official teams from the 2021 season (WRC, WRC2, WRC3) , Junior WRC) and 20 legendary cars.
The creators will improve the career mode, which will now include an editor – thanks to him, we can create our own team and decorate cars. Players can also look forward to an “ultra-realistic, ultra-fine physics engine” that makes WRC 10 a better driving experience. The developers have also improved the sound.
At WRC 10 we will also find an eSports mode, thanks to which we will participate in the daily and weekly challenges. Players will also be able to create competitions at different levels.
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));