Re: How do I share my emblem with my friends?
@Radian333 wrote:
@CyberDymeI'm using Chrome, what is the source code usually named? There are a few files under the source tab of inspect element and I can't seem to find the one with the shapes in it. Unless I'm looking in the wrong place?
OK @Radian333 ,
Yes that is the hxrdcore way of doing it.
- You need to open your web browser's 'console'.
- Here you see the entire webpage's source code so to speak.
- Find the segment starting with this:
- emblem.emblem.load({...
- All here within the parenthesis is the code that makes up your emblem design.
- Here you now copy what is listed in the source code for your emblem.
- Save that as text. aka NOTEPAD.EXE will do fine for this job.
- -
- Now go to your friend's soldier.
- Easiest is then to first create a simple emblem for him/her, as that will create the "emblem.emblem.load({..."- anchor point also in the source code.
- When you have this, then open up the webpage console page again, but now on your friend's soldier here.
- Find the "emblem.emblem.load({..." segment and replacer it with yours.
- Now on the webpage console screen you see a command saying either 'compile' or like 'run script'. And that will essentially reload the webpage, but now include the updated emblem code that you have just injected into it.
- You can now close the console window.
- And then press the button on the CUSTOMIZE EMBLEM webpage to 'SAVE AND USE' emblem.
- You have now your emblem copied onto your friend's soldier.
- I would expect that you will be able to find some YouTube videos still around these days showing you examples on this.
Just looked up one of the many youtube vids illustrating this:
EmblemsBF.com / How to Share Your BF4 Emblem - YouTube
Best of luck with it.