登入
登入
CHN
CHN
ENG
DEU
FRA
RUS
BRA
專用徽章
Battlefield
加入自己的徽章
热门
0
複製總數
0
圖層數
6
Emblem 72167
作者:
Derek
»
代碼 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:'[mblem.emblem.load({"objects":sset":"Banner","left":150.03362872304433,"top":173.91504311908596,"angle":20.764494315533124,"width":804.4478207384851,"height":415.1032988563857,"opacity":1,"fill":"#030800","flipX":false,"flipY":false,"selectable":false},{"asset":"Wing4","left":129.95937586607545,"top":55.587524193859394,"angle":-72.89701579543565,"width":89.24005688227648,"height":209.86136572204634,"opacity":0.25,"fill":"#261F07","flipX":true,"flipY":true,"selectable":false},{"asset":"Wing1","left":146.23630838244333,"top":48.158325837200096,"angle":99.98902529700491,"width":97.37624922680185,"height":247.75996331593237,"opacity":0.36,"fill":"#261F07","flipX":false,"flipY":true,"selectable":false},{"asset":"Wreath2","left":114.4319273742185,"top":186.50315890737602,"angle":-59.72603956096692,"width":33.724209413259636,"height":225.04524688506467,"opacity":0.4,"fill":"#261F07","flipX":false,"flipY":false,"selectable":false},{"asset":"Wreath2","left":160.4319273742185,"top":204.50315890737602,"angle":-78.20053468832837,"width":33.724209413259636,"height":225.04524688506467,"opacity":0.4,"fill":"#261F07","flipX":false,"flipY":true,"selectable":false},{"asset":"Wing4","left":278,"top":202,"angle":226.56709508657153,"width":63.8953125,"height":100,"opacity":0.29,"fill":"#261F07","flipX":false,"flipY":false,"selectable":false}]'},id:"00000000-0000-0000-0000-000000000000"},request.send(JSON.stringify(data));
代碼 BATTLEFIELD 4, Hardline
复制到剪贴板
显示代码
emblem.emblem.load({"objects":sset":"Banner","left":150.03362872304433,"top":173.91504311908596,"angle":20.764494315533124,"width":804.4478207384851,"height":415.1032988563857,"opacity":1,"fill":"#030800","flipX":false,"flipY":false,"selectable":false},{"asset":"Wing4","left":129.95937586607545,"top":55.587524193859394,"angle":-72.89701579543565,"width":89.24005688227648,"height":209.86136572204634,"opacity":0.25,"fill":"#261F07","flipX":true,"flipY":true,"selectable":false},{"asset":"Wing1","left":146.23630838244333,"top":48.158325837200096,"angle":99.98902529700491,"width":97.37624922680185,"height":247.75996331593237,"opacity":0.36,"fill":"#261F07","flipX":false,"flipY":true,"selectable":false},{"asset":"Wreath2","left":114.4319273742185,"top":186.50315890737602,"angle":-59.72603956096692,"width":33.724209413259636,"height":225.04524688506467,"opacity":0.4,"fill":"#261F07","flipX":false,"flipY":false,"selectable":false},{"asset":"Wreath2","left":160.4319273742185,"top":204.50315890737602,"angle":-78.20053468832837,"width":33.724209413259636,"height":225.04524688506467,"opacity":0.4,"fill":"#261F07","flipX":false,"flipY":true,"selectable":false},{"asset":"Wing4","left":278,"top":202,"angle":226.56709508657153,"width":63.8953125,"height":100,"opacity":0.29,"fill":"#261F07","flipX":false,"flipY":false,"selectable":false}]});
匯入徽章
登入
BF4 Battlelog
。
進入
「自訂徽章」頁面
。
按一下「+ 新增」按鈕以創建一個新的空白徽章。
開啟瀏覽器控制台 (Chrome:Ctrl-Shift-J、Firefox:Ctrl-Shift-K、Opera:Ctrl-Shift-I、IE:F12)。
將以下代碼貼到控制台並按下 [Enter 鍵],確認從
emblem.emblem.load
到最後的分號之間的內容都有貼上。 (徽章的所有圖層會被載入)
關閉控制台。
按一下右上方的「儲存並使用」按鈕。
广告