Summarize this content to 500 words
중국의 NetEase Games는 북미 스튜디오 Jackalope Games의 브랜드를 변경했습니다.벤처는 개발자 Jackalyptic Games로 이름이 변경되었습니다. 이 회사는 현재 Warhammer IP를 작업 중이며 Games Workshop과 긴밀히 협력하고 있습니다.Jackalyptic의 CEO인 Jack Emmert는 “방대한 MMO 스토리를 개발하면서 내 경력을 형성한 사람으로서 Jackalyptic Games에서 개발 중인 첫 번째 게임이 Warhammer의 풍부한 세계에 초점을 맞출 것이라는 사실을 공개하게 되어 자랑스럽습니다.”라고 말했습니다.”이 IP의 심오한 지식을 우리 게임에 도입하는 것은 엄청난 일이며, 우리는 이 비전을 실현하기 위해 Games Workshop과 협력하게 되어 기쁩니다.”NetEase는 2022년 5월 이전에 Jackalope Games로 알려진 스튜디오를 설립했습니다.. 개발자는 텍사스주 오스틴에 있습니다.당시 Emmert는 “NetEase Games는 저와 제 팀이 번창할 수 있는 최고의 장소입니다.”라고 말했습니다.”우리는 같은 열정을 공유합니다. 전 세계 게이머를 위한 매력적인 온라인 세계를 만드는 것입니다. NetEase Games는 훌륭한 스튜디오와 훌륭한 게임을 구축하는 데 필요한 지원과 리소스를 제공하고 있습니다.”
window.fbAsyncInit = function() {
// init the FB JS SDK
FB.init({
appId : 1280127222113771, // App ID
//channelUrl : ‘//’+window.location.hostname+’/channel.php’, // Path to your Channel File
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
FB._PG = {
url: “/useractions/loginfb/”,
response: “allowed”,
// Common handler to fetch FB details and reload the page
process: function(me){
$.post( FB._PG.url, {
username: me.username,
uname: me.name,
uid: me.uid,
uimg: ‘https://graph.facebook.com/’ + me.uid + ‘/picture?type=large’
})
.done(function(xml){
if ( $(“status”, xml).text() == FB._PG.response )
window.location.reload();
else
alert(‘Error: Something bad just happened. Our tech department has been notified. Please try again later.’);
})
.fail(function(xml){
console.log(xml);
alert(“Error: something wasn’t right there, please try again.”);
});
},
// Used by event subscriptions to handle the response
handleResponse: function(response){
if (response.authResponse) {
FB.api(‘/me?fields=ids_for_business,name&access_token=’+response.authResponse.accessToken, function(me){
if (me.name){
me.ids_for_business.data.forEach(function(entry){
if (entry.app.namespace == ‘_pg_biz’){
me.uid = entry.id;
}
});
FB._PG.process(me);
}
});
}
},
post: function(text, image){
image = image || $(“#fb-image”).attr(“src”);
FB.ui({
method: ‘feed’,
display: ‘popup’,
link: ‘http://www.pcgamesinsider.biz/news/73814/neteases-jackalope-rebrands-as-jackalyptic/’,
description: text,
picture: image
});
}
};
FB.Event.subscribe(‘auth.statusChange’, FB._PG.handleResponse);
FB.Event.subscribe(‘edge.create’, function(response) {
$.post(‘/ajax/social-links/’, { site: ‘facebook’ });
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)(0);
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = “http://connect.facebook.net/en_US/all.js”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));