登入
登入
CHN
CHN
ENG
DEU
FRA
RUS
BRA
專用徽章
Battlefield
加入自己的徽章
热门
0
複製總數
49
圖層數
9
PGS
作者:
LogartzKrzcoock
»
代碼 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": false,"top": 165.1854612605,"height": 286.1038830661,"width": 203.2008769741,"asset": "Shield8","selectable": false,"left": 164.3852152454,"fill": "#F7941D"},{"opacity": 0.98,"angle": 0,"flipX": false,"flipY": false,"top": 165.6040670854,"height": 272.7918658291,"width": 191.4852938047,"asset": "Shield8","selectable": false,"left": 164.5237018214,"fill": "#003471"},{"opacity": 1,"angle": 0,"flipX": false,"flipY": false,"top": 159.958961143,"height": 138.3599593413,"width": 105.8254796519,"asset": "Lion2","selectable": false,"left": 159.9686111737,"fill": "#F7941D"},{"opacity": 0.78,"angle": 0,"flipX": false,"flipY": false,"top": 159.3387648211,"height": 131.5672412936,"width": 100.6300267986,"asset": "Lion2","selectable": false,"left": 159.7293938907,"fill": "#FFFFFF"},{"opacity": 0.04,"angle": 0,"flipX": false,"flipY": false,"top": 165.1424809518,"height": 251.0087270655,"width": 178.2750828869,"asset": "Shield8","selectable": false,"left": 164.3546891431,"fill": "#FFFFFF"},{"opacity": 1,"angle": 0,"flipX": false,"flipY": false,"top": 154.5,"height": 147,"width": 51.2315625,"asset": "Wreath3","selectable": false,"left": 103,"fill": "#FFFFFF"},{"opacity": 1,"angle": 0,"flipX": true,"flipY": false,"top": 155.5,"height": 147,"width": 51.2315625,"asset": "Wreath3","selectable": false,"left": 224,"fill": "#FFFFFF"},{"opacity": 0.85,"angle": 0,"flipX": false,"flipY": false,"top": 154.5,"height": 147,"width": 45.615781250000005,"asset": "Wreath3","selectable": false,"left": 100.192109375,"fill": "#F7941D"},{"opacity": 0.85,"angle": 0,"flipX": true,"flipY": false,"top": 154.5,"height": 147,"width": 45.615781250000005,"asset": "Wreath3","selectable": false,"left": 227.192109375,"fill": "#F7941D"}]'},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": false,"top": 165.1854612605,"height": 286.1038830661,"width": 203.2008769741,"asset": "Shield8","selectable": false,"left": 164.3852152454,"fill": "#F7941D"},{"opacity": 0.98,"angle": 0,"flipX": false,"flipY": false,"top": 165.6040670854,"height": 272.7918658291,"width": 191.4852938047,"asset": "Shield8","selectable": false,"left": 164.5237018214,"fill": "#003471"},{"opacity": 1,"angle": 0,"flipX": false,"flipY": false,"top": 159.958961143,"height": 138.3599593413,"width": 105.8254796519,"asset": "Lion2","selectable": false,"left": 159.9686111737,"fill": "#F7941D"},{"opacity": 0.78,"angle": 0,"flipX": false,"flipY": false,"top": 159.3387648211,"height": 131.5672412936,"width": 100.6300267986,"asset": "Lion2","selectable": false,"left": 159.7293938907,"fill": "#FFFFFF"},{"opacity": 0.04,"angle": 0,"flipX": false,"flipY": false,"top": 165.1424809518,"height": 251.0087270655,"width": 178.2750828869,"asset": "Shield8","selectable": false,"left": 164.3546891431,"fill": "#FFFFFF"},{"opacity": 1,"angle": 0,"flipX": false,"flipY": false,"top": 154.5,"height": 147,"width": 51.2315625,"asset": "Wreath3","selectable": false,"left": 103,"fill": "#FFFFFF"},{"opacity": 1,"angle": 0,"flipX": true,"flipY": false,"top": 155.5,"height": 147,"width": 51.2315625,"asset": "Wreath3","selectable": false,"left": 224,"fill": "#FFFFFF"},{"opacity": 0.85,"angle": 0,"flipX": false,"flipY": false,"top": 154.5,"height": 147,"width": 45.615781250000005,"asset": "Wreath3","selectable": false,"left": 100.192109375,"fill": "#F7941D"},{"opacity": 0.85,"angle": 0,"flipX": true,"flipY": false,"top": 154.5,"height": 147,"width": 45.615781250000005,"asset": "Wreath3","selectable": false,"left": 227.192109375,"fill": "#F7941D"}]});
匯入徽章
登入
BF4 Battlelog
。
進入
「自訂徽章」頁面
。
按一下「+ 新增」按鈕以創建一個新的空白徽章。
開啟瀏覽器控制台 (Chrome:Ctrl-Shift-J、Firefox:Ctrl-Shift-K、Opera:Ctrl-Shift-I、IE:F12)。
將以下代碼貼到控制台並按下 [Enter 鍵],確認從
emblem.emblem.load
到最後的分號之間的內容都有貼上。 (徽章的所有圖層會被載入)
關閉控制台。
按一下右上方的「儲存並使用」按鈕。
广告