Right, so I've been coding for something like 30 hours over the last few days, and I'm having trouble getting my eyes to focus. Even under better circumstances, I am a programmer and not a designer. So, I need your help.
I've got the stats signature generator coded up and running, but I need about 5 basic "Here, this just works" templates to include with it. I'm asking for your help creating signature templates.
First, you need to have pulled your stats (or you could use another player's stats) and then head over to the Battlefield 3 Stats Signature Generator page and start dreaming up how things could work.
Here's an extremely rudimentary signature:
For information on exactly what codes you can use and how they function hop on over to the Battlefield 3 Stats Signature Generator Guide
Note: While the signatures are created right now, I'm not saving the SignatureCode anywhere and these signatures will not yet get automatically updated. That portion of the system is still in the works.
I've got the stats signature generator coded up and running, but I need about 5 basic "Here, this just works" templates to include with it. I'm asking for your help creating signature templates.
First, you need to have pulled your stats (or you could use another player's stats) and then head over to the Battlefield 3 Stats Signature Generator page and start dreaming up how things could work.
Here's an extremely rudimentary signature:
The Sig Generator wrote:
Code:
; Change this PID to your own pid, 174767047 ; How large should the image be? size, 400, 25 ; Set the background color by making a big box box,0,0,400,25,000000 ; Dynamic element in URL -- handy image, -10, -22, http://battlelog-cdn.battlefield.com/public/profile/bf3/stats/ranks/small/r{{ranknum}}.png ; Big headline font font, 4990810 fontcolor, aa0000 fontsize, 14 fontaa, on text, 45, 1,{{name}} ; The smallest font I got, turn of AA font, silkscreen fontaa, off fontsize, 6 fontcolor, cccccc text, 45, 19,K:{{kills}} D:{{deaths}} W:{{wins}} L:{{losses}} Acc:{{accuracy}} ELO:{{skill}}
Note: While the signatures are created right now, I'm not saving the SignatureCode anywhere and these signatures will not yet get automatically updated. That portion of the system is still in the works.