CD Projekt RED uses the help of famous MOD developers. A fan of the game confirmed that his team was hired by a Polish studio and that the authors will work on improving and expanding Cyberpunk 2077.
YouTube Open World Games has collected interesting facts about Cyberpunk 2077, and one of the most important information in the past days is undoubtedly the CD Projekt RED movement that decided to hire talented fans to develop the adventure with Night City.
CD Projekt RED has been reached for the support of the authors of WolvenKit – it is a tool for the modifiers of The Witcher 3: Wild Hunt and Cyberpunk 2077. The team’s vision was to create a standalone program that would allow easy development of mods on a Polish studio site. WolvenKit is designed to “simplify and speed up the process” of mod development.
It was the creators of WolvenKit who received the offer to collaborate with CD Projekt RED – The team will help in the modification, but also “It will help take Cyberpunk 2077 to the next level”.
It is certainly an interesting situation that confirms that CD Projekt wants to develop its games with the support of the community. Information about the upgrade for The Witcher 3: Wild Hunt has already been released – In the next generation version, we can find the works of mod makers.
function statusChangeCallback(response, forced) {
<
?
if (!$this - > user - > _is_logged()) {
?
>
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));