Any chance to get this feature for BF3 and BF4 platoons' emblems ? - Better Battlelog Forums #110151

Sitemap
Topicstarter
ds.png


It would be really helpful for managing my community's emblems where I can put the exact same logo without remaking it and then numerate each one like here :

http://battlelog.battlefield.com/bf3/platoon/2832655241416468756

http://battlelog.battlefield.com/bf3/platoon/2832655241551820699

http://battlelog.battlefield.com/bf3/platoon/2832655392000031555

http://battlelog.battlefield.com/bf3/platoon/2832655391819264449

http://battlelog.battlefield.com/bf3/platoon/2832655391988048359


I had to remake the logo for each one :(
After i got my BF4 key i can say something about it.
Expect key at 30. Oct
Post edited 1 x times, last by
@topic: I'm not sure what you mean

@Brain: You can use this link to get to the emblems without having bf4:
http://battlelog.battlefield.com/bf4/emblem/edit/personal/2955062345821135607/250969337/1/
Well, thx for the link kurt.

And as i readed the first post again, i also don't really know what you mean.

The title says you want the easy controls also for bf3.
The post text says you want copy emblems to all different battlelog sections, that is a feature that not exist in bblog.
Post edited 14 x times, last by
kurtextrem wrote:
@Brain: You can use this link to get to the emblems without having bf4:
http://battlelog.battlefield.com/bf4/emblem/edit/personal/2955062345821135607/250969337/1/

Interesting. Seems that they added an account ID (or it was there the whole time, but its the first time I actually see one). battlelog.battlefield.com/bf4/emblem/edit/personal/
ACCOUNTID
/
SOLDIERID
/1/

Using your link obviously gives me an "Internal Server Error", but if I replace your soldier ID with mine I do have access to your emblems somehow.
kurtextrememblem.png

I can't save changes or delete emblems, though (ERROR_NOT_OWNER).

Edit: Doesn't seems to be an account ID,
http://battlelog.battlefield.com/bf4/soldier/2955062345821135607/stats/352546629/pc/
leads me to my BF4 profile,
http://battlelog.battlefield.com/bf4/soldier/2955062345821135607/stats/344922784/pc/
to Brains, etc.
Spoiler
Using your personalized link gives you btw access to your profile with stats, personal emblem editor, etc. Modifying your emblem works but the Save button is hidden.

I am confused, lol.
It is intended to work so.
Everyone can see everything but only the owner can modify things.
I asked a DICE employee because i was also surprised.
Post edited 4 x times, last by
The first id is the emblem (library?..no) id(?), the second the soldierid(?)

I'm confused now too

Edit: Looks like the "bug" is gone, you only can see your own library. You could view others' librarys too in the beta.
Edit2: No, you just need one emblemid + your own soldierid to view other players' library. Interesting..
Topicstarter
Not sure why you guys went a bit off-topic but I'm asking if is there a possibility to make it possible to use the arrow, space and ESC keys and see/modify the layer details or even copy the whole emblem from platoon to platoon in BF3 or from platoon to platoon / soldier to platoon / platoon to soldier in BF4.
Post edited 1 x times, last by
Copy platoon from bf3 to bf4 isn't possible because both use another system.
Maybe it's possible but i don't want to poke around through that.
Topicstarter
BrainFooLong wrote:
Copy platoon from bf3 to bf4 isn't possible because both use another system.
Maybe it's possible but i don't want to poke around through that.


I didn't mention from BF3 to BF4 or the opposite.
Well, now i have the point.
This should be possible, maybe from one of our plugin devs.
Topicstarter
BrainFooLong wrote:
Well, now i have the point.
This should be possible, maybe from one of our plugin devs.


I also believe it's more possible in the BF4 system from platoon to platoon or soldier to soldier, but I'm not sure about it from soldier to platoon or the opposite in BF4 or platoon to platoon in BF3 (an old system).
Post edited 1 x times, last by
In BF4 we have only emblem editor. Copy of emblems is already included into battlelog.
In BF3 we have only platoon editor. Copy of emblems is not battlelog native possible, but easy with a quick console code.

1. Copy Emblem Temporarily - Press F12 in your browser, goto console tab and execute that code by entering it in the console and hit enter. Only possible on the platoon editor page.
BBLog.cache("tmp.emblem", emblem.emblem.toJson());

2. Paste Prev. copied Emblem - Press F12 in your browser, goto console tab and execute that code by entering it in the console and hit enter. Only possible on the platoon editor page.
emblem.emblem.canvas._objects = [];
emblem.emblem.load(JSON.parse(BBLog.cache("tmp.emblem")));


Notice: You must stay in the same browser window when you do that.

Solve this your problems?
Post edited 1 x times, last by
Topicstarter
BrainFooLong wrote:
In BF4 we have only emblem editor. Copy of emblems is already included into battlelog.
In BF3 we have only platoon editor. Copy of emblems is not battlelog native possible, but easy with a quick console code.

1. Copy Emblem Temporarily - Press F12 in your browser, goto console tab and execute that code by entering it in the console and hit enter. Only possible on the platoon editor page.
BBLog.cache("tmp.emblem", emblem.emblem.toJson());

2. Paste Prev. copied Emblem - Press F12 in your browser, goto console tab and execute that code by entering it in the console and hit enter. Only possible on the platoon editor page.
emblem.emblem.canvas._objects = [];
emblem.emblem.load(JSON.parse(BBLog.cache("tmp.emblem")));


Notice: You must stay in the same browser window when you do that.

Solve this your problems?


Thanks a lot, I'm using the feature and will show you the result :)
Is this possible with one layer only ?

-----------
EDIT :
-----------

It seems to be impossible to do when you change account (even on the same browser tab)
When you want to use it over different page views use BBLog.storage instead of BBLog.cache
Topicstarter
BrainFooLong wrote:
When you want to use it over different page views use BBLog.storage instead of BBLog.cache


Thank you, this is a lot better !
See the result, they look the same now :D (Except for the numbers for multiple platoons on the same platform and the background color for each platform) :
http://battlelog.battlefield.com/bf3/platoon/2832655241416468756

http://battlelog.battlefield.com/bf3/platoon/2832655241551820699

http://battlelog.battlefield.com/bf3/platoon/2832655392000031555

http://battlelog.battlefield.com/bf3/platoon/2832655391819264449

http://battlelog.battlefield.com/bf3/platoon/2832655391988048359
Post edited 1 x times, last by
Glad to help you