登入
登入
CHN
CHN
ENG
DEU
FRA
RUS
BRA
專用徽章
Battlefield
加入自己的徽章
热门
0
複製總數
7
圖層數
10
bat
作者:
madnesssova
»
代碼 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,"flipX":false,"flipY":true,"top":147.7941552977,"height":115.61571239299998,"width":69.7590145737,"asset":"Triangle","selectable":true,"left":159.9024957926,"fill":"#000000"},{"opacity":1,"angle":0,"flipX":false,"flipY":false,"top":81.8009745746,"height":48.9587539493,"width":37.8586673683,"asset":"MedalPart2","selectable":true,"left":159.9523568712,"fill":"#000000"},{"opacity":1,"angle":59.9553427432,"flipX":true,"flipY":false,"top":80.3034319288,"height":53.161913578500005,"width":29.7145737959,"asset":"StrokeBent","selectable":true,"left":195.9643182087,"fill":"#000000"},{"opacity":1,"angle":291.0213661981,"flipX":false,"flipY":false,"top":81.7152927569,"height":58.0032818081,"width":36.9352571503,"asset":"StrokeBent","selectable":true,"left":127.8830635976,"fill":"#000000"},{"opacity":1,"angle":28.7465304038,"flipX":false,"flipY":false,"top":111.630317075,"height":131.5851094414,"width":10.678133807,"asset":"StrokeBent","selectable":true,"left":72.3036864552,"fill":"#000000"},{"opacity":1,"angle":332.0369913674,"flipX":true,"flipY":false,"top":110.625,"height":129.544240759,"width":10.2052899263,"asset":"StrokeBent","selectable":true,"left":246.25,"fill":"#000000"},{"opacity":1,"angle":276.3950030552,"flipX":true,"flipY":false,"top":154.2905974509,"height":45.505875797,"width":29.1649590767,"asset":"StrokeBent","selectable":true,"left":251.5325577943,"fill":"#000000"},{"opacity":1,"angle":107.0649892615,"flipX":false,"flipY":false,"top":138.9609755515,"height":68.2671972189,"width":34.1310351962,"asset":"StrokeBent","selectable":true,"left":199.6790615728,"fill":"#000000"},{"opacity":1,"angle":88.2836107176,"flipX":false,"flipY":false,"top":156.5552790615,"height":46.830665664099996,"width":30.4756487736,"asset":"StrokeBent","selectable":true,"left":68.5616786622,"fill":"#000000"},{"opacity":1,"angle":70.7569965781,"flipX":false,"flipY":false,"top":143.125,"height":68.2671972189,"width":34.1310351962,"asset":"StrokeBent","selectable":true,"left":118.75,"fill":"#000000"}]'},id:"00000000-0000-0000-0000-000000000000"},request.send(JSON.stringify(data));
代碼 BATTLEFIELD 4, Hardline
复制到剪贴板
显示代码
emblem.emblem.load({"objects":[{"opacity":1,"angle":0,"flipX":false,"flipY":true,"top":147.7941552977,"height":115.61571239299998,"width":69.7590145737,"asset":"Triangle","selectable":true,"left":159.9024957926,"fill":"#000000"},{"opacity":1,"angle":0,"flipX":false,"flipY":false,"top":81.8009745746,"height":48.9587539493,"width":37.8586673683,"asset":"MedalPart2","selectable":true,"left":159.9523568712,"fill":"#000000"},{"opacity":1,"angle":59.9553427432,"flipX":true,"flipY":false,"top":80.3034319288,"height":53.161913578500005,"width":29.7145737959,"asset":"StrokeBent","selectable":true,"left":195.9643182087,"fill":"#000000"},{"opacity":1,"angle":291.0213661981,"flipX":false,"flipY":false,"top":81.7152927569,"height":58.0032818081,"width":36.9352571503,"asset":"StrokeBent","selectable":true,"left":127.8830635976,"fill":"#000000"},{"opacity":1,"angle":28.7465304038,"flipX":false,"flipY":false,"top":111.630317075,"height":131.5851094414,"width":10.678133807,"asset":"StrokeBent","selectable":true,"left":72.3036864552,"fill":"#000000"},{"opacity":1,"angle":332.0369913674,"flipX":true,"flipY":false,"top":110.625,"height":129.544240759,"width":10.2052899263,"asset":"StrokeBent","selectable":true,"left":246.25,"fill":"#000000"},{"opacity":1,"angle":276.3950030552,"flipX":true,"flipY":false,"top":154.2905974509,"height":45.505875797,"width":29.1649590767,"asset":"StrokeBent","selectable":true,"left":251.5325577943,"fill":"#000000"},{"opacity":1,"angle":107.0649892615,"flipX":false,"flipY":false,"top":138.9609755515,"height":68.2671972189,"width":34.1310351962,"asset":"StrokeBent","selectable":true,"left":199.6790615728,"fill":"#000000"},{"opacity":1,"angle":88.2836107176,"flipX":false,"flipY":false,"top":156.5552790615,"height":46.830665664099996,"width":30.4756487736,"asset":"StrokeBent","selectable":true,"left":68.5616786622,"fill":"#000000"},{"opacity":1,"angle":70.7569965781,"flipX":false,"flipY":false,"top":143.125,"height":68.2671972189,"width":34.1310351962,"asset":"StrokeBent","selectable":true,"left":118.75,"fill":"#000000"}]});
匯入徽章
登入
BF4 Battlelog
。
進入
「自訂徽章」頁面
。
按一下「+ 新增」按鈕以創建一個新的空白徽章。
開啟瀏覽器控制台 (Chrome:Ctrl-Shift-J、Firefox:Ctrl-Shift-K、Opera:Ctrl-Shift-I、IE:F12)。
將以下代碼貼到控制台並按下 [Enter 鍵],確認從
emblem.emblem.load
到最後的分號之間的內容都有貼上。 (徽章的所有圖層會被載入)
關閉控制台。
按一下右上方的「儲存並使用」按鈕。
广告