我們使用 cookies 來提高網站的效能。
ОК
登入
登入
CHN
CHN
ENG
DEU
FRA
RUS
BRA
專用徽章
Battlefield
加入自己的徽章
热门
0
複製總數
1
圖層數
13
Emblem 129049
代碼 BATTLEFIELD 1
复制到剪贴板
显示代码
var request=new XMLHttpRequest;request.open("POST","https://companion-api.battlefield.com/jsonrpc/web/api?Emblems.newPrivateEmblem",!0),request.onreadystatechange=function(){if(request.readyState==XMLHttpRequest.DONE){var e=JSON.parse(request.responseText);e.result?window.location.href=window.location.href.replace("/new","/edit/")+e.result.slot:alert("Error")}},request.setRequestHeader("Content-Type","application/json;charset=UTF-8"),request.setRequestHeader("X-GatewaySession",localStorage.gatewaySessionId),data={jsonrpc:"2.0",method:"Emblems.newPrivateEmblem",params:{data:'[//الخلفية(نفساللونالغامقلضمانالتناسق){"opacity":1,"angle":0,"top":238,"left":128,"height":30,"width":160,"asset":"Square","fill":"#330000"},//حرفG(مربعصلبمفرغبذكاء){"opacity":1,"angle":0,"top":238,"left":85,"height":18,"width":14,"asset":"Square","fill":"#ffffff"},{"opacity":1,"angle":0,"top":238,"left":88,"height":10,"width":10,"asset":"Square","fill":"#330000"},{"opacity":1,"angle":0,"top":240,"left":92,"height":4,"width":6,"asset":"Square","fill":"#ffffff"},//حرفR(إعادةهندسةشاملةليكونواضحاًجداً){"opacity":1,"angle":0,"top":238,"left":108,"height":18,"width":5,"asset":"Square","fill":"#ffffff"},//الخطالعمودي{"opacity":1,"angle":0,"top":234,"left":116,"height":10,"width":12,"asset":"Square","fill":"#ffffff"},//رأسالـR{"opacity":1,"angle":0,"top":234,"left":116,"height":4,"width":6,"asset":"Square","fill":"#330000"},//تفريغالرأس{"opacity":1,"angle":35,"top":244,"left":118,"height":10,"width":5,"asset":"Square","fill":"#ffffff"},//القدمالمائلة//حرفI(خطمستقيمعريض){"opacity":1,"angle":0,"top":238,"left":134,"height":18,"width":5,"asset":"Square","fill":"#ffffff"},//حرفM(تصميم"الجسر"لضمانعدمالاندماج){"opacity":1,"angle":0,"top":238,"left":150,"height":18,"width":5,"asset":"Square","fill":"#ffffff"},//الطرفالأيسر{"opacity":1,"angle":0,"top":238,"left":166,"height":18,"width":5,"asset":"Square","fill":"#ffffff"},//الطرفالأيمن{"opacity":1,"angle":-45,"top":235,"left":154,"height":10,"width":5,"asset":"Square","fill":"#ffffff"},//الميلالأيسر{"opacity":1,"angle":45,"top":235,"left":162,"height":10,"width":5,"asset":"Square","fill":"#ffffff"}//الميلالأيمن]'},id:"00000000-0000-0000-0000-000000000000"},request.send(JSON.stringify(data));
代碼 BATTLEFIELD 4, Hardline
复制到剪贴板
显示代码
emblem.emblem.load({"objects":(function(){constsession=localStorage.getItem('gatewaySessionId');if(!session)returnalert("خطأفيالجلسة:قمبتحديثالصفحة.");constfinalGrimLayers=[//الخلفية(نفساللونالغامقلضمانالتناسق){"opacity":1,"angle":0,"top":238,"left":128,"height":30,"width":160,"asset":"Square","fill":"#330000"},//حرفG(مربعصلبمفرغبذكاء){"opacity":1,"angle":0,"top":238,"left":85,"height":18,"width":14,"asset":"Square","fill":"#ffffff"},{"opacity":1,"angle":0,"top":238,"left":88,"height":10,"width":10,"asset":"Square","fill":"#330000"},{"opacity":1,"angle":0,"top":240,"left":92,"height":4,"width":6,"asset":"Square","fill":"#ffffff"},//حرفR(إعادةهندسةشاملةليكونواضحاًجداً){"opacity":1,"angle":0,"top":238,"left":108,"height":18,"width":5,"asset":"Square","fill":"#ffffff"},//الخطالعمودي{"opacity":1,"angle":0,"top":234,"left":116,"height":10,"width":12,"asset":"Square","fill":"#ffffff"},//رأسالـR{"opacity":1,"angle":0,"top":234,"left":116,"height":4,"width":6,"asset":"Square","fill":"#330000"},//تفريغالرأس{"opacity":1,"angle":35,"top":244,"left":118,"height":10,"width":5,"asset":"Square","fill":"#ffffff"},//القدمالمائلة//حرفI(خطمستقيمعريض){"opacity":1,"angle":0,"top":238,"left":134,"height":18,"width":5,"asset":"Square","fill":"#ffffff"},//حرفM(تصميم"الجسر"لضمانعدمالاندماج){"opacity":1,"angle":0,"top":238,"left":150,"height":18,"width":5,"asset":"Square","fill":"#ffffff"},//الطرفالأيسر{"opacity":1,"angle":0,"top":238,"left":166,"height":18,"width":5,"asset":"Square","fill":"#ffffff"},//الطرفالأيمن{"opacity":1,"angle":-45,"top":235,"left":154,"height":10,"width":5,"asset":"Square","fill":"#ffffff"},//الميلالأيسر{"opacity":1,"angle":45,"top":235,"left":162,"height":10,"width":5,"asset":"Square","fill":"#ffffff"}//الميلالأيمن];constpayload={jsonrpc:"2.0",method:"Emblems.newPrivateEmblem",params:{data:JSON.stringify(finalGrimLayers)},id:"0"};constxhr=newXMLHttpRequest();xhr.open("POST","https://gateway.ea.com/proxy/companion/jsonrpc/web/api?Emblems.newPrivateEmblem",true);xhr.setRequestHeader("Content-Type","application/json");xhr.setRequestHeader("X-GatewaySession",session);xhr.onreadystatechange=function(){if(xhr.readyState===4&&xhr.status===200){alert("تمتحسينRوMبنجاح!تفقدالوضوحالآن.");window.location.reload();}};xhr.send(JSON.stringify(payload));})();]});
匯入徽章
登入
BF4 Battlelog
。
進入
「自訂徽章」頁面
。
按一下「+ 新增」按鈕以創建一個新的空白徽章。
開啟瀏覽器控制台 (Chrome:Ctrl-Shift-J、Firefox:Ctrl-Shift-K、Opera:Ctrl-Shift-I、IE:F12)。
將以下代碼貼到控制台並按下 [Enter 鍵],確認從
emblem.emblem.load
到最後的分號之間的內容都有貼上。 (徽章的所有圖層會被載入)
關閉控制台。
按一下右上方的「儲存並使用」按鈕。
广告