Skip to content

Instantly share code, notes, and snippets.

View LXJB's full-sized avatar

LXJB

  • Miltenberg
View GitHub Profile

(Note: only tested in BF4 beta and Chrome on Windows)

Exporting an emblem

  1. Log into BF4 Battlelog.
  2. Visit the Customize emblem page.
  3. Select the emblem you wish to export.
  4. Open the console (Ctrl-Shift-J).
  5. Enter the following code snippet to copy the raw emblem data to the clipboard:
    copy('emblem.emblem.load('+JSON.stringify(emblem.emblem.data,null,2)+');');