Forum Discussion

IAmPaulAllen's avatar
5 years ago
Solved

copy an embelm

I just want to copy/transfer my damn emblem, but EA of course makes it a pain in the * to do SO! PLEASE HELP

  • hi,

    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)+');');
    6. Paste somewhere useful, like a gist. Whatever.
    7. Close the console (Ctrl-Shift-J).

    and for importing 

    Importing an emblem

    1. Log into BF4 Battlelog.
    2. Visit the Customize emblem page.
    3. Click the "+ ADD" button to create a new, blank, emblem.
    4. Open the console (Ctrl-Shift-J).
    5. Paste the contents of a previously-exported emblem into the console and press Enter, making sure you get everything, from the emblem.emblem.load to the ending ;. (You should now see the emblem loaded with all its layers)
    6. Close the console (Ctrl-Shift-J).
    7. Click the "SAVE & USE" button in the top right.

2 Replies

  • hi,

    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)+');');
    6. Paste somewhere useful, like a gist. Whatever.
    7. Close the console (Ctrl-Shift-J).

    and for importing 

    Importing an emblem

    1. Log into BF4 Battlelog.
    2. Visit the Customize emblem page.
    3. Click the "+ ADD" button to create a new, blank, emblem.
    4. Open the console (Ctrl-Shift-J).
    5. Paste the contents of a previously-exported emblem into the console and press Enter, making sure you get everything, from the emblem.emblem.load to the ending ;. (You should now see the emblem loaded with all its layers)
    6. Close the console (Ctrl-Shift-J).
    7. Click the "SAVE & USE" button in the top right.

About Battlefield Franchise Discussion

Discuss the Battlefield games in this community forum.133,583 PostsLatest Activity: 37 minutes ago