MATRİX Mermi EFEKTİ Süper...
2 posters
1 sayfadaki 1 sayfası
MATRİX Mermi EFEKTİ Süper...
- Kod:
////////////// code: /////////////////////////////
bmap slow = <slow.bmp>;
function shoot_fx_slow_func() {
my.alpha-=3*time;
my.size+=0.25*time;
if (my.alpha < 0 ) {
my.alpha = 0;
}
{
function shoot_fx_slow(){
//particle effect
my.transparent = on;
my.alpha = 40;
my.size = 0.5;
my.bmap = slow;
my.flare = on;
my.bright = on;
my.function = shoot_fx_slow_func;
}
/////and then just create some models,assign him some action, and in his loop
while (1) {
}
////////////////////////add code: ///////////////////////////////////////
effect(shoot_fx_slow,1,my.x,nullvector);
and shoot look like this:
action bullet () {
effect(shoot_fx_slow,1,my.x,nullvector);
ent_move(vector(1,0,0),nullvector);
}
}
//////////////////////////////////////////////////////////////////////////////
Play with the code, and you will get better effect
Good luck
jefis
Geri: MATRİX Mermi EFEKTİ Süper...
Mermilere ait bir .fpi kod dosyası olması lazım onu not defterinde ve ya oyunun içinde açıp oraya yapıstır olmazsa hepsiyle deistir
sezginsen- Fanatik
-
Mesaj Sayısı : 312
Rep : 456
Kayıt tarihi : 31/10/08
1 sayfadaki 1 sayfası
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz