~Hakurei Shrine~ > Rika and Nitori's Garage Experiments

The armory

Pages: << < (2/4) > >>

puremrz:


--- Quote from: CAsercan3 on July 23, 2009, 05:09:22 PM ---armory = wapensmid
arms = wapens
familiars, index finger, artificial sun, and core = fammers, wijsvinger, nepzon,kern
there you go.

my idea was real weapons and bullets like axes, moar knives, firearm bullets, and cruise missiles. yeah cruise missiles rox

--- End quote ---


Tadah:
I have yet to try this out ingame, but I need some graphics for nice explosions first... >=D
I'm also working on some medieval weapons, like an axe. And perhaps a ball on a chain would be nice too.

Oh, I nearly forgot:



The usershot data for this looks like:

--- Code: ---#UserShotData

ShotImage = ".\meteor.png"


ShotData{ id=1
render=ALPHA
angular_velocity = rand(1.5,-1.5)
delay_color= (255,255,255)
AnimationData{
animation_data=(45,0,0,256,256)
animation_data=(10,257,0,512,256)
animation_data=(10,513,0,768,256)
animation_data=(10,257,0,512,256)
}
}


ShotData{ id=2
render=ALPHA
angular_velocity = rand(1.5,-1.5)
delay_color= (255,255,255)
AnimationData{
animation_data=(1,0,256,256,512)
animation_data=(2,257,256,512,512)
animation_data=(3,513,256,768,512)
}
}
--- End code ---

And for best results, I suggest you let this meteor grow before firing it, so like this:

--- Code: --- if(frame==100){
let meteor=0;
CreateShotA(meteor,GetX,GetY,0);
SetShotDataA(meteor,0,2,GetAngleToPlayer,0,0,0,2);
SetShotDataA(meteor,3,NULL,NULL,0,0,0,1);
FireShot(meteor);
frame=0;
}
--- End code ---


Infy♫:

hey, those look quite interesting.

Halca:

OoooH!!! Ooooh!!!
Make syringes!!!

puremrz:


--- Quote from: Halca on August 05, 2009, 03:14:56 PM ---OoooH!!! Ooooh!!!
Make syringes!!!

--- End quote ---

Oh, I haven't thought of that one yet. I like your creepy idea :3
Though, I did make darts already, and I don't think you'd be able to see the difference in the graphics.

I'm working on my own custom shots sheet yet. It's becoming rather big, so it needs multiple shot replacement files.


I completed the custom shot sheet for the game I'm planning to make with Danmakufu. There's no shot data for it yet, I'll be working on that this weekend.
Feel free to take whatever you fancy.



Infy♫:

make bats!!!

Pages: << < (2/4) > >>

Go to full version