登入
登入
CHN
CHN
ENG
DEU
FRA
RUS
BRA
專用徽章
Battlefield
加入自己的徽章
热门
1
複製總數
172
圖層數
11
Xbox One
作者:
Ibrahim 117s
»
代碼 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:'[{"angle":0,"left":160,"height":321.6819973718791,"flipX":false,"fill":"#000000","opacity":1,"asset":"Square","width":334.7174770039422,"top":160,"flipY":false},{"angle":0,"left":158.71015496150164,"height":260.55113172059197,"flipX":false,"fill":"#ffffff","opacity":1,"asset":"Circle","width":260.55113172059197,"top":157.84653818386082,"flipY":false},{"angle":316.51276697739604,"left":180.68582322041968,"height":256.61699038474984,"flipX":false,"fill":"#000000","opacity":1,"asset":"CrescentMoon","width":45.65897962227883,"top":136.91733031822457,"flipY":false},{"angle":316.51276697739604,"left":181.74169022938676,"height":256.61699038474984,"flipX":false,"fill":"#000000","opacity":1,"asset":"CrescentMoon","width":48.56959752521751,"top":135.91579699196842,"flipY":false},{"angle":316.51276697739604,"left":177.80876072029798,"height":256.61699038474984,"flipX":false,"fill":"#000000","opacity":1,"asset":"CrescentMoon","width":37.72802851801091,"top":139.64634254336508,"flipY":false},{"angle":316.51276697739604,"left":183.09640588502916,"height":251.08622138577238,"flipX":false,"fill":"#000000","opacity":1,"asset":"CrescentMoon","width":48.38728442052852,"top":130.819244445686,"flipY":false},{"angle":135.0553135949092,"left":174.35093467097448,"height":248.92793985830713,"flipX":false,"fill":"#000000","opacity":1,"asset":"StrokeBent","width":24.127593401793046,"top":139.06929688018772,"flipY":false},{"angle":223.48723302260396,"left":135.68802630930176,"height":256.10794581348785,"flipX":false,"fill":"#000000","opacity":1,"asset":"CrescentMoon","width":49.355030108939104,"top":136.91733031822457,"flipY":true},{"angle":223.48723302260396,"left":134.04771266956806,"height":253.2826022664789,"flipX":false,"fill":"#000000","opacity":1,"asset":"CrescentMoon","width":55.220408781560394,"top":133.41432982501559,"flipY":true},{"angle":318,"left":149.38301582520145,"height":21.21335167048282,"flipX":false,"fill":"#000000","opacity":1,"asset":"holiday_Tophat_detail","width":145.0597553266878,"top":114.94166205930651,"flipY":false},{"angle":223.48723302260396,"left":140.92032827571083,"height":253.2826022664789,"flipX":false,"fill":"#000000","opacity":1,"asset":"CrescentMoon","width":32.11385493369468,"top":141.10317189135182,"flipY":true}]'},id:"00000000-0000-0000-0000-000000000000"},request.send(JSON.stringify(data));
代碼 BATTLEFIELD 4, Hardline
复制到剪贴板
显示代码
emblem.emblem.load({"objects":[{"angle":0,"left":160,"height":321.6819973718791,"flipX":false,"fill":"#000000","opacity":1,"asset":"Square","width":334.7174770039422,"top":160,"flipY":false},{"angle":0,"left":158.71015496150164,"height":260.55113172059197,"flipX":false,"fill":"#ffffff","opacity":1,"asset":"Circle","width":260.55113172059197,"top":157.84653818386082,"flipY":false},{"angle":316.51276697739604,"left":180.68582322041968,"height":256.61699038474984,"flipX":false,"fill":"#000000","opacity":1,"asset":"CrescentMoon","width":45.65897962227883,"top":136.91733031822457,"flipY":false},{"angle":316.51276697739604,"left":181.74169022938676,"height":256.61699038474984,"flipX":false,"fill":"#000000","opacity":1,"asset":"CrescentMoon","width":48.56959752521751,"top":135.91579699196842,"flipY":false},{"angle":316.51276697739604,"left":177.80876072029798,"height":256.61699038474984,"flipX":false,"fill":"#000000","opacity":1,"asset":"CrescentMoon","width":37.72802851801091,"top":139.64634254336508,"flipY":false},{"angle":316.51276697739604,"left":183.09640588502916,"height":251.08622138577238,"flipX":false,"fill":"#000000","opacity":1,"asset":"CrescentMoon","width":48.38728442052852,"top":130.819244445686,"flipY":false},{"angle":135.0553135949092,"left":174.35093467097448,"height":248.92793985830713,"flipX":false,"fill":"#000000","opacity":1,"asset":"StrokeBent","width":24.127593401793046,"top":139.06929688018772,"flipY":false},{"angle":223.48723302260396,"left":135.68802630930176,"height":256.10794581348785,"flipX":false,"fill":"#000000","opacity":1,"asset":"CrescentMoon","width":49.355030108939104,"top":136.91733031822457,"flipY":true},{"angle":223.48723302260396,"left":134.04771266956806,"height":253.2826022664789,"flipX":false,"fill":"#000000","opacity":1,"asset":"CrescentMoon","width":55.220408781560394,"top":133.41432982501559,"flipY":true},{"angle":318,"left":149.38301582520145,"height":21.21335167048282,"flipX":false,"fill":"#000000","opacity":1,"asset":"holiday_Tophat_detail","width":145.0597553266878,"top":114.94166205930651,"flipY":false},{"angle":223.48723302260396,"left":140.92032827571083,"height":253.2826022664789,"flipX":false,"fill":"#000000","opacity":1,"asset":"CrescentMoon","width":32.11385493369468,"top":141.10317189135182,"flipY":true}]});
匯入徽章
登入
BF4 Battlelog
。
進入
「自訂徽章」頁面
。
按一下「+ 新增」按鈕以創建一個新的空白徽章。
開啟瀏覽器控制台 (Chrome:Ctrl-Shift-J、Firefox:Ctrl-Shift-K、Opera:Ctrl-Shift-I、IE:F12)。
將以下代碼貼到控制台並按下 [Enter 鍵],確認從
emblem.emblem.load
到最後的分號之間的內容都有貼上。 (徽章的所有圖層會被載入)
關閉控制台。
按一下右上方的「儲存並使用」按鈕。
广告