登入
登入
CHN
CHN
ENG
DEU
FRA
RUS
BRA
專用徽章
Battlefield
加入自己的徽章
热门
0
複製總數
5
圖層數
6
1
作者:
1
代碼 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:'[{"asset":"AirGroundAttackJet","opacity":1,"angle":0,"flipX":false,"flipY":false,"top":162.30601486650485,"left":160,"height":144.97595015576326,"width":159.50155763239877,"fill":"#f6f681"},{"asset":"KitEngineer","opacity":1,"angle":0,"flipX":false,"flipY":false,"top":199.52934191064926,"left":108.50872743476941,"height":48.03261766155946,"width":48.03261766155946,"fill":"#80cef1"},{"asset":"Number8","opacity":1,"angle":0,"flipX":false,"flipY":false,"top":162.30601486650485,"left":212.42717261453276,"height":17.03760643622978,"width":12.609053340772642,"fill":"#80cef1"},{"asset":"And","opacity":1,"angle":0,"flipX":false,"flipY":true,"top":221.930168670358,"left":146.50176113091626,"height":8.236683128690046,"width":14.913750161661891,"fill":"#80cef1"},{"asset":"Marker","opacity":1,"angle":0,"flipX":false,"flipY":false,"top":162.30601486650485,"left":104.91958766307646,"height":18.846613319174754,"width":18.846613319174754,"fill":"#80cef1"},{"asset":"free_bling_zoom","opacity":1,"angle":0,"flipX":false,"flipY":false,"top":221.930168670358,"left":175.13478695767597,"height":7.568137281249855,"width":12.402376219963736,"fill":"#80cef1"}]'},id:"00000000-0000-0000-0000-000000000000"},request.send(JSON.stringify(data));
代碼 BATTLEFIELD 4, Hardline
复制到剪贴板
显示代码
emblem.emblem.load({"objects":[{"asset":"AirGroundAttackJet","opacity":1,"angle":0,"flipX":false,"flipY":false,"top":162.30601486650485,"left":160,"height":144.97595015576326,"width":159.50155763239877,"fill":"#f6f681"},{"asset":"KitEngineer","opacity":1,"angle":0,"flipX":false,"flipY":false,"top":199.52934191064926,"left":108.50872743476941,"height":48.03261766155946,"width":48.03261766155946,"fill":"#80cef1"},{"asset":"Number8","opacity":1,"angle":0,"flipX":false,"flipY":false,"top":162.30601486650485,"left":212.42717261453276,"height":17.03760643622978,"width":12.609053340772642,"fill":"#80cef1"},{"asset":"And","opacity":1,"angle":0,"flipX":false,"flipY":true,"top":221.930168670358,"left":146.50176113091626,"height":8.236683128690046,"width":14.913750161661891,"fill":"#80cef1"},{"asset":"Marker","opacity":1,"angle":0,"flipX":false,"flipY":false,"top":162.30601486650485,"left":104.91958766307646,"height":18.846613319174754,"width":18.846613319174754,"fill":"#80cef1"},{"asset":"free_bling_zoom","opacity":1,"angle":0,"flipX":false,"flipY":false,"top":221.930168670358,"left":175.13478695767597,"height":7.568137281249855,"width":12.402376219963736,"fill":"#80cef1"}]]});
匯入徽章
登入
BF4 Battlelog
。
進入
「自訂徽章」頁面
。
按一下「+ 新增」按鈕以創建一個新的空白徽章。
開啟瀏覽器控制台 (Chrome:Ctrl-Shift-J、Firefox:Ctrl-Shift-K、Opera:Ctrl-Shift-I、IE:F12)。
將以下代碼貼到控制台並按下 [Enter 鍵],確認從
emblem.emblem.load
到最後的分號之間的內容都有貼上。 (徽章的所有圖層會被載入)
關閉控制台。
按一下右上方的「儲存並使用」按鈕。
广告