跳轉到內容

照片
* * * * * 1

免費放出我做的簽名檔代碼跟教學..

battlefield 戰地風雲 bf3 battlefield3 戰地風雲3

舊主題!

Guest, 此文章已經超過 90 天,依照全站板規,非必要請勿回覆此主題,回覆舊文且內容無實質意義,站務組將直接移除回應並給予警告。



  • 請登入以回覆
這篇主題有 16 篇回覆

#1 LEYKA

LEYKA

    一等士官長

  • 特種部隊
  • 719 文章數
  • 國家 / 地區:香港
  • 來自:https://www.instagram.com/teddy_lk/
  • 隸屬於:U-Hunter
  • Leykainn
  • Leyka

發表於 2011 年 11 月 15 日 - 上午 09:41

各位好,我決定把我前幾天自己做的簽名檔代碼放出,
你們可以把圖片換成自己的,文字位置留一下就可以。

文章圖片

左跟右邊的位置可以自己換圖片..

代碼

defaults.text.size=10;
defaults.text.color='ffffff';
defaults.text.font='fonts/Vera.ttf';

/******Scripts******/

// K/D
var kdr=p.stats.global.kills&&p.stats.global.deaths?p.stats.global.kills/p.stats.global.deaths:0;
var kdcolor=kdr>=1?'f1862a':'ffffff';

// W/L
var wlr=p.stats.global.wins&&p.stats.global.losses?p.stats.global.wins/p.stats.global.losses:0;
var wlcolor=wlr>=1?'f1862a':'000000';

// Fav. kit
var score2kit={
assault:p.stats.scores.assault,
engineer:p.stats.scores.engineer,
recon:p.stats.scores.recon,
support:p.stats.scores.support
};
var favkit='assault';
var favkitscore=0;
for(var kit in score2kit){
if(score2kit[kit]<=favkitscore) continue;
favkitscore=score2kit[kit];
favkit=kit;
}

var kit_sx=0;
var kit_sy=0;
if(favkit == 'assault')
{kit_sx=0;
kit_sy=0;}
else if(favkit == 'engineer')
{kit_sx=16;
kit_sy=0;}
else if(favkit == 'support')
{kit_sx=0;
kit_sy=16;}
else
{kit_sx=16;
kit_sy=16;}

// Background image
image({file:'0ouRFwMIw0Oufr16Od/Leyka_Battlefield3_sign.png', x:0, y:0});

// Rank image
image({file:p.stats.rank.img_medium, x:215, y:225, w:60, h:60});

// Flag image
image({file:'flags/'+p.country+'.png', x:299, y:6, w:16, h:11});

//Kit image
image({file:'06xhlEg8G19UvkJiy4/kits_white.png', x:312, y:232, w:50, h:50, sx:kit_sx,sy:kit_sy,sw:16,sh:16});

// Name
text({x:213, y:18, size:12, font:'fonts/VeraBd.ttf', text:p.name});

// Text
text({x:217, y:40, text:'Score:'});
text({x:217, y:53, text:'Kills:'});
text({x:217, y:66, text:'Deaths:'});
text({x:217, y:80, text:'K/D Ratio:'});

text({x:217, y:100, text:'Wins:'});
text({x:217, y:113, text:'Losses:'});

text({x:217, y:126, text:'Dog Tags:'});
text({x:217, y:139, text:'W/L Ratio:'});

// Input
text({x:325, y:40, align:'right', text:p.stats.scores.score});
text({x:325, y:53, align:'right', text:p.stats.global.kills});
text({x:325, y:66, align:'right', text:p.stats.global.deaths});
text({x:325, y:80, align:'right', color:kdcolor, text:kdr.toFixed(2)});

text({x:325, y:100, align:'right', text:p.stats.global.wins});
text({x:325, y:113, align:'right', text:p.stats.global.losses});

text({x:325, y:126, align:'right', text:p.stats.global.dogtags});
text({x:325, y:139, align:'right', color:wlcolor, text:wlr.toFixed(2)});


//Progress Bar
px = 235;
pTotal = 120;
longitud = p.stats.nextranks[0].score-p.stats.rank.score;
progreso = longitud-p.stats.nextranks[0].left;
porcentaje = progreso/longitud

text({x:px+5 , y:185, align:'center', color:'000000', text:(porcentaje*100).toFixed(0)+'%' });
image({file:'0oyLLIl5V17DvBnfH1/barragris.JPG', x:px , y:185, w:pTotal , h:9});
image({file:'0oyLLIl5V17DvBnfH1/barranaranja.JPG', x:px , y:185, w:porcentaje*pTotal, h:9});


image({file:p.stats.rank.img_tiny, x:210, y:180, w:22, h:22});
image({file:p.stats.nextranks[0].img_tiny, x:357, y:180, w:22, h:22});


使用方法:
先在
http://bf3stats.com/
申請一個帳號
登入後,按GRAPHICS
再按下面的New

跟下面的輸入

Title = 簽名檔的名稱
Width = 寬 請輸入500
Height =高 請輸入300
Ident = 一個獨特的ID,是簽名檔的身份證號碼 :ph34r:

之後按Create graphic

轉到edit的頁面,
現在看到title,description
description就是描述(介紹)請用英文,不寫也可以
categories請用sig banner
code is public = 是否公開源代碼 請不要選..這代碼我只給bfx的

到下面的左方,
找到helpers
Open File library
upload --> Click for upload
請用一張500x300.png圖片,格式我上面已經有說..(左右圖片,中間文字)
上傳完成後,
My images
會找到你剛剛上傳的圖片,
圖片下方會有一條文字 以image開頭,直至);
請把那一行全部複製
找到我的代碼
// Background image
下面那一行,用你自己圖片的image那行覆蓋

之後按save changes 就大功告成了..



最後把我分好格式的psd上傳附件給你們當範本...
https://sites.google...or_bfx_temp.psd

下載後只要用photoshop把我注名的地方改掉就可以用
最後另存png就可以




Leykainn

本篇文章已被 Leyka"聆珈" 於 2011 年 11 月 15 日 - 上午 09:42 編輯過

  • 10

IG


#2 RuShiFa

RuShiFa

    槍砲士官

  • 前線步兵
  • 201 文章數
  • 國家 / 地區:日本
  • 來自:動画の世界
  • 隸屬於:ZTW
  • Shine-RiShiFa

發表於 2011 年 11 月 15 日 - 上午 10:38

蠻喜歡你做的風格 偶爾會想自己去搞一張xd
  • 0
【[ZTW] Shine-RuShiFa】
【RC】
【戰隊】
文章圖片

#3 ericneo

ericneo

    下士

  • 國民兵
  • 43 文章數
  • 國家 / 地區:中華民國(台灣)
  • 來自:花蓮
  • 隸屬於:自由戰士
  • kuolin

發表於 2011 年 11 月 15 日 - 上午 11:08

謝謝你的分享,學起來
最近也在改簽名檔
  • 0
【kuolin】
===========================分隔線==================================

文章圖片

#4 艾薇諾雅

艾薇諾雅

    二等士官長

  • 前線步兵
  • 260 文章數
  • 國家 / 地區:中華民國(台灣)
  • 來自:高雄
  • 隸屬於:ZTW
  • Dante8060

發表於 2011 年 11 月 15 日 - 上午 11:35

給你按個贊
雖然之前就已經會了
但不知有沒有人會開個完整的代碼教學文來造福其他人呢~
  • 0
RC語音群:2387647
ID:艾薇諾雅 J 斯卡蕾特
文章圖片

#5 RuShiFa

RuShiFa

    槍砲士官

  • 前線步兵
  • 201 文章數
  • 國家 / 地區:日本
  • 來自:動画の世界
  • 隸屬於:ZTW
  • Shine-RiShiFa

發表於 2011 年 11 月 15 日 - 上午 11:39

給你按個贊
雖然之前就已經會了
但不知有沒有人會開個完整的代碼教學文來造福其他人呢~

你怎不做個補充篇呢~
  • 0
【[ZTW] Shine-RuShiFa】
【RC】
【戰隊】
文章圖片

#6 艾薇諾雅

艾薇諾雅

    二等士官長

  • 前線步兵
  • 260 文章數
  • 國家 / 地區:中華民國(台灣)
  • 來自:高雄
  • 隸屬於:ZTW
  • Dante8060

發表於 2011 年 11 月 15 日 - 下午 05:59

你怎不做個補充篇呢~

無奈啊...
就算懂代碼,但是它的意思我卻解釋不出來啊...
這種感覺相信大家應該都懂...
自己了解,但想不出解說的方法...
個人只要一開始講解起來不講解到會是不會罷休的...
到時候一堆人半懂狂問我不就壞掉了-.-
  • 0
RC語音群:2387647
ID:艾薇諾雅 J 斯卡蕾特
文章圖片

#7 LEYKA

LEYKA

    一等士官長

  • 特種部隊
  • 719 文章數
  • 國家 / 地區:香港
  • 來自:https://www.instagram.com/teddy_lk/
  • 隸屬於:U-Hunter
  • Leykainn
  • Leyka

發表於 2011 年 11 月 15 日 - 下午 06:15

因某些人說我沒作解釋,現在加上一點翻譯,請自行了解格式



defaults.text.size=10; <------簽名檔文字大小(預設)
defaults.text.color='ffffff'; <------文字顏色(預設)
defaults.text.font='fonts/Vera.ttf'; <------字型

/******Scripts******/

// K/D <-----------------------------------K/D功能代碼
var kdr=p.stats.global.kills&&p.stats.global.deaths?p.stats.global.kills/p.stats.global.deaths:0;
var kdcolor=kdr>=1?'f1862a':'ffffff';

// W/L <-----------------------------------W/L功能代碼
var wlr=p.stats.global.wins&&p.stats.global.losses?p.stats.global.wins/p.stats.global.losses:0;
var wlcolor=wlr>=1?'f1862a':'000000';

// Fav. kit <----------------------------------最常使用兵種功能代碼
var score2kit={
assault:p.stats.scores.assault,
engineer:p.stats.scores.engineer,
recon:p.stats.scores.recon,
support:p.stats.scores.support
};
var favkit='assault';
var favkitscore=0;
for(var kit in score2kit){
if(score2kit[kit]<=favkitscore) continue;
favkitscore=score2kit[kit];
favkit=kit;
}

var kit_sx=0;
var kit_sy=0;
if(favkit == 'assault')
{kit_sx=0;
kit_sy=0;}
else if(favkit == 'engineer')
{kit_sx=16;
kit_sy=0;}
else if(favkit == 'support')
{kit_sx=0;
kit_sy=16;}
else
{kit_sx=16;
kit_sy=16;}

// Background image <-------------背景圖片位置,File對照連結,x對x軸,y對y軸
image({file:'0ouRFwMIw0Oufr16Od/Leyka_Battlefield3_sign.png', x:0, y:0});

// Rank image <-------------------階級圖片
image({file:p.stats.rank.img_medium, x:215, y:225, w:60, h:60});

// Flag image <---------------------所在地國旗
image({file:'flags/'+p.country+'.png', x:299, y:6, w:16, h:11});

//Kit image <---------------------兵種圖示 w對圖示寬度,h對高度
image({file:'06xhlEg8G19UvkJiy4/kits_white.png', x:312, y:232, w:50, h:50, sx:kit_sx,sy:kit_sy,sw:16,sh:16});

// Name <----------遊戲ID,SIZE=文字大小,FONT字型
text({x:213, y:18, size:12, font:'fonts/VeraBd.ttf', text:p.name});

// Text <------文字(純文字,沒有任何功能)
text({x:217, y:40, text:'Score:'});
text({x:217, y:53, text:'Kills:'});
text({x:217, y:66, text:'Deaths:'});
text({x:217, y:80, text:'K/D Ratio:'});

text({x:217, y:100, text:'Wins:'});
text({x:217, y:113, text:'Losses:'});

text({x:217, y:126, text:'Dog Tags:'});
text({x:217, y:139, text:'W/L Ratio:'});

// Input <------功能性的文字,即分數等變數,text:後代碼用於召回一開始的功能代碼
text({x:325, y:40, align:'right', text:p.stats.scores.score});
text({x:325, y:53, align:'right', text:p.stats.global.kills});
text({x:325, y:66, align:'right', text:p.stats.global.deaths});
text({x:325, y:80, align:'right', color:kdcolor, text:kdr.toFixed(2)});

text({x:325, y:100, align:'right', text:p.stats.global.wins});
text({x:325, y:113, align:'right', text:p.stats.global.losses});

text({x:325, y:126, align:'right', text:p.stats.global.dogtags});
text({x:325, y:139, align:'right', color:wlcolor, text:wlr.toFixed(2)});


//Progress Bar <------升級條代碼
px = 235;
pTotal = 120;
longitud = p.stats.nextranks[0].score-p.stats.rank.score;
progreso = longitud-p.stats.nextranks[0].left;
porcentaje = progreso/longitud

text({x:px+5 , y:185, align:'center', color:'000000', text:(porcentaje*100).toFixed(0)+'%' });
image({file:'0oyLLIl5V17DvBnfH1/barragris.JPG', x:px , y:185, w:pTotal , h:9});
image({file:'0oyLLIl5V17DvBnfH1/barranaranja.JPG', x:px , y:185, w:porcentaje*pTotal, h:9});


image({file:p.stats.rank.img_tiny, x:210, y:180, w:22, h:22});
image({file:p.stats.nextranks[0].img_tiny, x:357, y:180, w:22, h:22});



義務? :o
  • 3

IG


#8 smallU

smallU

    軍團軍士長

  • 精銳步兵
  • 1,243 文章數
  • 國家 / 地區:中華民國(台灣)
  • 隸屬於:自由戰士

發表於 2011 年 11 月 15 日 - 下午 08:20

常用解釋方法:
文章圖片

雖然只學了一點XNA能理解一些但還是對很多代碼性質不清楚以致產生混亂....
  • 0
您的簽名檔大小已超過本站規範限制,故移除 by 站務組

#9 LEYKA

LEYKA

    一等士官長

  • 特種部隊
  • 719 文章數
  • 國家 / 地區:香港
  • 來自:https://www.instagram.com/teddy_lk/
  • 隸屬於:U-Hunter
  • Leykainn
  • Leyka

發表於 2011 年 11 月 15 日 - 下午 08:28

常用解釋方法:
http://i.imgur.com/Nq9h8.jpg...

雖然只學了一點XNA能理解一些但還是對很多代碼性質不清楚以致產生混亂....


整個code放出來還不算栗子?
連psd都放給你們改了還不夠栗子 :ph34r:

本篇文章已被 Leyka"聆珈" 於 2011 年 11 月 15 日 - 下午 08:29 編輯過

  • 0

IG


#10 smallU

smallU

    軍團軍士長

  • 精銳步兵
  • 1,243 文章數
  • 國家 / 地區:中華民國(台灣)
  • 隸屬於:自由戰士

發表於 2011 年 11 月 15 日 - 下午 08:56

整個code放出來還不算栗子?
連psd都放給你們改了還不夠栗子 http://bfx.tw/public/style_emoticons/def...

別激動啊!!
那是在吐以前學語法時的苦水沒別的意思-.-
那個"栗子"是看到有人說不知如何解釋時想到這張圖就丟上來-.-

本篇文章已被 smallU 於 2011 年 11 月 15 日 - 下午 08:57 編輯過

  • 0
您的簽名檔大小已超過本站規範限制,故移除 by 站務組

#11 瑪西露

瑪西露

    二等士官長

  • 前線步兵
  • 230 文章數
  • 國家 / 地區:中華民國(台灣)
  • 來自:高雄市
  • 隸屬於:自由戰士

發表於 2011 年 11 月 15 日 - 下午 10:41

感謝分享
終於換好新的簽名檔背景(失血送醫

囧,國旗被名稱擋住了
某個地方剛好被支援兵圖示擋住XD

本篇文章已被 Mashiro(タユタマ) 於 2011 年 11 月 15 日 - 下午 10:47 編輯過

  • 0

#12 LEYKA

LEYKA

    一等士官長

  • 特種部隊
  • 719 文章數
  • 國家 / 地區:香港
  • 來自:https://www.instagram.com/teddy_lk/
  • 隸屬於:U-Hunter
  • Leykainn
  • Leyka

發表於 2011 年 11 月 15 日 - 下午 11:03

感謝分享
終於換好新的簽名檔背景(失血送醫

囧,國旗被名稱擋住了
某個地方剛好被支援兵圖示擋住XD


其實可以自己把X跟Y位置換一下
那就擋不到了
可以看光光!!!!
  • 0

IG


#13 月SAS

月SAS

    少尉

  • 精銳步兵
  • 1,659 文章數
  • 國家 / 地區:香港
  • 來自:64%香港
  • 隸屬於:自由戰士
  • Moon-SAS

發表於 2011 年 11 月 15 日 - 下午 11:51

XDD 不過 400X128好像太小了(自作自受)

文章圖片

本篇文章已被 月SAS 於 2011 年 11 月 15 日 - 下午 11:56 編輯過

  • 0

**********************************************************************************

(更新不定)#1 {{ #2 {{ #3 {{ #4 {{ #5 {{ #6 {{ #7:最近【作業用BGM】 Project Lights Best Collection -vol.01-  私心與本人結他風相近~

 

註*:2042簽名檔<留白中>


#14 月SAS

月SAS

    少尉

  • 精銳步兵
  • 1,659 文章數
  • 國家 / 地區:香港
  • 來自:64%香港
  • 隸屬於:自由戰士
  • Moon-SAS

發表於 2011 年 11 月 16 日 - 上午 12:44

求Leyka大!!!幫忙解決!!

// Background image
image({file:'0oAAELxfu1hnJQMoDV/AB-400X128.jpg', x:0, y:0});

// Rank image
image({file:p.stats.rank.img_medium, x:344, y:19, w:60, h:60});

// Flag image
image({file:'flags/'+p.country+'.png', x:299, y:6, w:16, h:11});

//Kit image
image({file:'06xhlEg8G19UvkJiy4/kits_white.png', x:348, y:70, w:50, h:50, sx:kit_sx,sy:kit_sy,sw:16,sh:16});

// Name
text({x:177, y:18, size:12, font:'fonts/VeraBd.ttf', text:p.name});

// Text
text({x:180, y:35, text:'Score:'});
text({x:180, y:48, text:'Kills:'});
text({x:180, y:61, text:'Deaths:'});
text({x:180, y:75, text:'K/D Ratio:'});

text({x:180, y:87, text:'Wins:'});
text({x:180, y:100, text:'Losses:'});

text({x:180, y:113, text:'Dog Tags:'});
text({x:180, y:126, text:'W/L Ratio:'});


// Input
text({x:325, y:35, align:'right', text:p.stats.scores.score});
text({x:325, y:48, align:'right', text:p.stats.global.kills});
text({x:325, y:61, align:'right', text:p.stats.global.deaths});
text({x:325, y:75, align:'right', color:kdcolor, text:kdr.toFixed(2)});

text({x:325, y:87, align:'right', text:p.stats.global.wins});
text({x:325, y:100, align:'right', text:p.stats.global.losses});

text({x:325, y:113, align:'right', text:p.stats.global.dogtags});
text({x:325, y:126, align:'right', color:wlcolor, text:wlr.toFixed(2)});

//Progress Bar<----------我想把升級棒子向上
px = 37;<---------看來是某一種東西的位置(棒子)?
pTotal = 68;<----------棒子的長度吧?
longitud = p.stats.nextranks[0].score-p.stats.rank.score;<------這個不明白是甚麼的起始?
progreso = longitud-p.stats.nextranks[0].down;<-------------------起始點在下方...升值棒的起始
porcentaje = progreso/longitud<---------不明白(看來是行為)

text({x:343 , y:px+5, align:'center', color:'000000', text:(porcentaje*100).toFixed(0)+'%'});<------不明白
image({file:'0oyLLIl5V17DvBnfH1/barragris.JPG', x:340 , y:px, w:5, h:pTotal});<------不明白我只把他W.H.數
倒置
image({file:'0oyLLIl5V17DvBnfH1/barranaranja.JPG', x:340, y:px, w:5, h:porcentaje*pTotal});<------不明白我只把他W.H.數
倒置

image({file:p.stats.rank.img_tiny, x:336, y:105, w:22, h:22});<-------LOGO的大少/位置
image({file:p.stats.nextranks[0].img_tiny, x:336, y:15, w:22, h:22});
<-------LOGO的大少/位置


本篇文章已被 月SAS 於 2011 年 11 月 16 日 - 上午 12:48 編輯過

  • 2

**********************************************************************************

(更新不定)#1 {{ #2 {{ #3 {{ #4 {{ #5 {{ #6 {{ #7:最近【作業用BGM】 Project Lights Best Collection -vol.01-  私心與本人結他風相近~

 

註*:2042簽名檔<留白中>


#15 LEYKA

LEYKA

    一等士官長

  • 特種部隊
  • 719 文章數
  • 國家 / 地區:香港
  • 來自:https://www.instagram.com/teddy_lk/
  • 隸屬於:U-Hunter
  • Leykainn
  • Leyka

發表於 2011 年 11 月 16 日 - 上午 02:06

升級棒向上我也沒看過有人做過(?)我也不懂
我只是把XY換了
px跟py和所有xy都要換,因為那個棒是由2個等級圖示,跟2條顏色條製成的,所以所有都要xy都要計清楚,否則就會分屍
  • 0

IG


#16 planeat

planeat

    二等士官長

  • 前線步兵
  • 422 文章數
  • 來自:邪能境
  • 隸屬於:自由戰士

發表於 2011 年 11 月 16 日 - 上午 03:28

完整的教學果然有差!
我那篇簡易版完全沒人氣,冏!!
文章圖片
文章圖片
  • 0
文章圖片

#17 艾薇諾雅

艾薇諾雅

    二等士官長

  • 前線步兵
  • 260 文章數
  • 國家 / 地區:中華民國(台灣)
  • 來自:高雄
  • 隸屬於:ZTW
  • Dante8060

發表於 2011 年 11 月 16 日 - 上午 11:54

如果怕修改錯誤,可以每做一個或幾個步驟就按一下下方的儲存
存了之後會自動更新預覽圖
且會把修改開始到你目前的存檔都列出來
所以不用擔心改爛

話說我這張當初在改的時候存了70幾次檔-.-
那條經驗值條讓我弄很久...一直看不順眼一直修...
  • 0
RC語音群:2387647
ID:艾薇諾雅 J 斯卡蕾特
文章圖片



舊主題!

Guest, 此文章已經超過 90 天,依照全站板規,非必要請勿回覆此主題,回覆舊文且內容無實質意義,站務組將直接移除回應並給予警告。





1 位玩家正在閱讀此主題

0 位會員, 1 位訪客, 0 位匿名會員