登入
登入
CHN
CHN
ENG
DEU
FRA
RUS
BRA
專用徽章
Battlefield
加入自己的徽章
热门
2
複製總數
82
圖層數
9
Ranger
作者:
Joules
»
代碼 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":153.8243640908,"height":283.0874883882,"width":212.3716437404,"asset":"Drop","selectable":true,"left":159.9846013964,"fill":"#000000"},{"opacity":1,"angle":0,"flipX":false,"flipY":true,"top":152.7177523821,"height":263.3886530347,"width":194.4729347237,"asset":"Drop","selectable":true,"left":160.0038727369,"fill":"#FFFE00"},{"opacity":1,"angle":0,"flipX":false,"flipY":false,"top":75,"height":89.0000667853,"width":79.1138768086,"asset":"Emblem112","selectable":true,"left":198,"fill":"#000000"},{"opacity":1,"angle":315.7978749148,"flipX":false,"flipY":false,"top":131.0839674519,"height":213.5421491057,"width":38.6339175122,"asset":"Stroke","selectable":true,"left":148.1606233251,"fill":"#000000"},{"opacity":1,"angle":317.6431510743,"flipX":false,"flipY":false,"top":179.80331948549997,"height":99.5411947663,"width":18.3908045977,"asset":"Stroke","selectable":true,"left":183.5559134882,"fill":"#000000"},{"opacity":1,"angle":58.3430559154,"flipX":false,"flipY":false,"top":75.8454417845,"height":28.206756974799998,"width":85.10991892659999,"asset":"ArrowBent","selectable":true,"left":214.96820027,"fill":"#000000"},{"opacity":1,"angle":0,"flipX":false,"flipY":false,"top":64.7735166685,"height":22.4069896516,"width":22.4069896516,"asset":"Circle","selectable":true,"left":182.2264833315,"fill":"#000000"},{"opacity":1,"angle":0,"flipX":false,"flipY":false,"top":88.0165073227,"height":17.9210083432,"width":17.9210083432,"asset":"Circle","selectable":true,"left":167.98349267729998,"fill":"#000000"},{"opacity":1,"angle":256.6244657831,"flipX":true,"flipY":false,"top":45.6887086361,"height":8.6063121056,"width":37.066048753299995,"asset":"Wingpart","selectable":true,"left":191.6641465774,"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":153.8243640908,"height":283.0874883882,"width":212.3716437404,"asset":"Drop","selectable":true,"left":159.9846013964,"fill":"#000000"},{"opacity":1,"angle":0,"flipX":false,"flipY":true,"top":152.7177523821,"height":263.3886530347,"width":194.4729347237,"asset":"Drop","selectable":true,"left":160.0038727369,"fill":"#FFFE00"},{"opacity":1,"angle":0,"flipX":false,"flipY":false,"top":75,"height":89.0000667853,"width":79.1138768086,"asset":"Emblem112","selectable":true,"left":198,"fill":"#000000"},{"opacity":1,"angle":315.7978749148,"flipX":false,"flipY":false,"top":131.0839674519,"height":213.5421491057,"width":38.6339175122,"asset":"Stroke","selectable":true,"left":148.1606233251,"fill":"#000000"},{"opacity":1,"angle":317.6431510743,"flipX":false,"flipY":false,"top":179.80331948549997,"height":99.5411947663,"width":18.3908045977,"asset":"Stroke","selectable":true,"left":183.5559134882,"fill":"#000000"},{"opacity":1,"angle":58.3430559154,"flipX":false,"flipY":false,"top":75.8454417845,"height":28.206756974799998,"width":85.10991892659999,"asset":"ArrowBent","selectable":true,"left":214.96820027,"fill":"#000000"},{"opacity":1,"angle":0,"flipX":false,"flipY":false,"top":64.7735166685,"height":22.4069896516,"width":22.4069896516,"asset":"Circle","selectable":true,"left":182.2264833315,"fill":"#000000"},{"opacity":1,"angle":0,"flipX":false,"flipY":false,"top":88.0165073227,"height":17.9210083432,"width":17.9210083432,"asset":"Circle","selectable":true,"left":167.98349267729998,"fill":"#000000"},{"opacity":1,"angle":256.6244657831,"flipX":true,"flipY":false,"top":45.6887086361,"height":8.6063121056,"width":37.066048753299995,"asset":"Wingpart","selectable":true,"left":191.6641465774,"fill":"#000000"}]});
匯入徽章
登入
BF4 Battlelog
。
進入
「自訂徽章」頁面
。
按一下「+ 新增」按鈕以創建一個新的空白徽章。
開啟瀏覽器控制台 (Chrome:Ctrl-Shift-J、Firefox:Ctrl-Shift-K、Opera:Ctrl-Shift-I、IE:F12)。
將以下代碼貼到控制台並按下 [Enter 鍵],確認從
emblem.emblem.load
到最後的分號之間的內容都有貼上。 (徽章的所有圖層會被載入)
關閉控制台。
按一下右上方的「儲存並使用」按鈕。
广告