Author Topic: Danmakufu Request Thread  (Read 123260 times)

Halca

  • Kawaii Bastard
Re: Danmakufu Request Thread
« Reply #60 on: December 25, 2009, 09:11:16 PM »
I has request!

Could someone make a Medicine Melancholy player?
The only thing I could specifically want for this would be the use of ZUN's PoFV sprites, and have her main shot be her shots used in PoFV.

Iryan

  • Ph?nglui mglw?nafh
  • Cat R?lyeh wgah?nagl fhtagn.
Re: Danmakufu Request Thread
« Reply #61 on: December 25, 2009, 11:32:56 PM »
Wasn't there this rule about explicitly not using graphics and music that stems directly from ZUN? (unless you never release the respective data to the general public save for posting a video of it)
Old Danmakufu stuff can be found here!

"As the size of an explosion increases, the numbers of social situations it is incapable of solving approaches zero."

Toasty

Re: Danmakufu Request Thread
« Reply #62 on: December 25, 2009, 11:50:33 PM »
Wasn't there this rule about explicitly not using graphics and music that stems directly from ZUN? (unless you never release the respective data to the general public save for posting a video of it)

STOP HELEPOLIS IRYAN

There is no such rule, save for among a portion of japanese fandom. :V

Re: Danmakufu Request Thread
« Reply #63 on: December 26, 2009, 12:51:21 AM »
It's a rule, ZUN stated it himself four or five years ago.

Halca

  • Kawaii Bastard
Re: Danmakufu Request Thread
« Reply #64 on: December 26, 2009, 01:51:52 AM »
Oopsies...

I feel bad for requesting a player with custom made sprites too...

If anyone would be willing to make this player for me, I'd be willing to make the sprites :3

Blargel

  • RAWR!
  • I'M AN ANGRY LOLI!
Re: Danmakufu Request Thread
« Reply #65 on: January 17, 2010, 09:36:12 AM »
Requesting a spriter with too much free time and willing to do a shitload of animation frames for Satori. 'Cause ZUN's bobbling/dancing/whateverthehellshesdoing Satori is getting on my nerves.
<WorkingKeine> when i get home i just go to the ps3 and beat people up in blazblue with a loli
<Azure> Keine: Danmakufu helper by day, violent loli by night.

Chronojet ⚙ Dragon

  • The Oddity
  • 今コソ輝ケ、我ガ未来、ソノ可能性!!
Re: Danmakufu Request Thread
« Reply #66 on: January 17, 2010, 04:22:13 PM »
Requesting a spriter
→ Take Job

with too much free time
..... Uh-oh.
→ Suspend

DgBarca

  • Umineko fuck yeah
  • Spoilers ?
Re: Danmakufu Request Thread
« Reply #67 on: February 10, 2010, 05:32:47 PM »
BUMP !
I would request a leaf bullet (like the one falling everywhere on MoF).
It would be based on the medium bullet style : Thin Black Outline and a few band of color (well just check the shot replace)

PLEASSSSE
[21:16] <redacted> dgbarca makes great work
[21:16] <redacted> i hope he'll make a full game once

Infy♫

  • Demonic★Moe
  • *
Re: Danmakufu Request Thread
« Reply #68 on: February 11, 2010, 04:02:51 PM »
too many requests, too little fulfillments. this isnt going to work this way, people.

Kinzo the Astro Curious

  • One small step for Desu; One giant leap for touhou-kind!
Re: Danmakufu Request Thread
« Reply #69 on: February 11, 2010, 07:30:56 PM »
I think I'd be tempted to assist coding a spellcard bullet pattern for practice, but I really have only just litterally started now. I tend to pick up programming quickly though.

Re: Danmakufu Request Thread
« Reply #70 on: February 21, 2010, 04:42:07 AM »
BUMP !
I would request a leaf bullet (like the one falling everywhere on MoF).
It would be based on the medium bullet style : Thin Black Outline and a few band of color (well just check the shot replace)

PLEASSSSE
You'll have to forgive me for trying to see what you mean, like this?

Chronojet ⚙ Dragon

  • The Oddity
  • 今コソ輝ケ、我ガ未来、ソノ可能性!!
Re: Danmakufu Request Thread
« Reply #71 on: February 21, 2010, 03:57:13 PM »
GAAAAAAAAAAAAAAAAASSSSSSSSSSSSSSPPPPPPPPPPPPPPPP

DBM, THAT'S A GREAT LEAF BULLET! USE IT USE IT!!

ChaoStar

  • Dark History Boy
Re: Danmakufu Request Thread
« Reply #72 on: February 22, 2010, 03:29:16 AM »
I'm in searching of a Marisa B focused laser for a player. I really want to see how it's done.

Re: Danmakufu Request Thread
« Reply #73 on: February 23, 2010, 04:14:17 PM »
I'm in searching of a Marisa B focused laser for a player. I really want to see how it's done.

what do you mean, like how it disappears and reappears at random? or the graphic?
 

ChaoStar

  • Dark History Boy
Re: Danmakufu Request Thread
« Reply #74 on: February 23, 2010, 05:56:05 PM »
no, the focused laser. I just don't get how it's attached to the player and does damage, too

Re: Danmakufu Request Thread
« Reply #75 on: February 23, 2010, 05:57:51 PM »
wait, how its attached and does damage? Its fired from the player with the damage of the laser set #

Iryan

  • Ph?nglui mglw?nafh
  • Cat R?lyeh wgah?nagl fhtagn.
Re: Danmakufu Request Thread
« Reply #76 on: February 23, 2010, 06:22:28 PM »
Yeah, you can simply use laser objects for player scripts, you just have to use the additional player shot functions ObjShot_SetDamage(obj, 1); and ObjShot_SetPenetration(obj, 10000);
Code: [Select]
task TLLoop{
loop{
loop(10){yield;}

TLaser(Option1);
TLaser(Option2);
}
}

task TLaser(id){
let obj=Ob_Create(OBH_LASER);

let timer=0;

ObjLaser_SetLength(obj, 500);
ObjLaser_SetWidth(obj, 12);
ObjShot_SetDelay(obj, 0);
Obj_SetAngle(obj, 270);
ObjLaser_SetSource(obj, false);
ObjShot_SetGraphic(obj, ShotID);

ObjShot_SetDamage(obj, 1);
ObjShot_SetPenetration(obj, 1000);

while(Obj_BeDeleted(obj)==false){

Obj_SetPosition(obj, Obj_GetX(id), Obj_GetY(id));

timer++;
if(timer>10){ ObjShot_FadeDelete(obj); }

yield;
}
}

Call TLLoop once after you created the left and right option and there you go.
Old Danmakufu stuff can be found here!

"As the size of an explosion increases, the numbers of social situations it is incapable of solving approaches zero."

ChaoStar

  • Dark History Boy
Re: Danmakufu Request Thread
« Reply #77 on: February 25, 2010, 02:30:37 AM »
Thank you, Iryan.

New request: Need Spriter to make a 300x800 Gungnir. I will be very grateful to whoever does this for poor spearless Remilia-sama.

Chronojet ⚙ Dragon

  • The Oddity
  • 今コソ輝ケ、我ガ未来、ソノ可能性!!
Re: Danmakufu Request Thread
« Reply #78 on: February 25, 2010, 02:31:21 AM »
Thank you, Iryan.

New request: Need Spriter to make a 300x800 Gungnir. I will be very grateful to whoever does this for poor spearless Remilia-sama.
I'll do it. *goes to make sprite*

MaronaPossessed

  • I am free to dream of my own dream
  • and so I shall dream
Re: Danmakufu Request Thread
« Reply #79 on: February 26, 2010, 02:18:26 AM »
Requesting stages taking place in Forest of Magic(day and night. Two are good)

Re: Danmakufu Request Thread
« Reply #80 on: February 26, 2010, 02:19:54 AM »
Requesting stages taking place in Forest of Magic(day and night. Two are good)

wat

Chronojet ⚙ Dragon

  • The Oddity
  • 今コソ輝ケ、我ガ未来、ソノ可能性!!
Re: Danmakufu Request Thread
« Reply #81 on: February 26, 2010, 03:30:55 AM »
wat
He means a scrolling background of the Forest of Magic.
I'll be using it, too.

Blargel

  • RAWR!
  • I'M AN ANGRY LOLI!
Re: Danmakufu Request Thread
« Reply #82 on: February 26, 2010, 06:07:59 AM »
Requesting a player sprite of Bang Shishigami. Yes, really. It'd be nice if he has a normal, left, and right pose, but I'll take what I can get. Animation of his scarf fluttering is a plus too. Note that there is a giant nail on his back.

EDIT: Here's a picture of his back that I found randomly if it helps with the sprite creation (since it IS supposed to be a player sprite, not a boss sprite).

EDIT2: Another request for the Bang player: custom shot image. I need a nail with a golden ribbon attached to it. Here's an example except this one has a purple ribbon. Again, animation would be nice, but isn't necessary.

EDIT3: And last one, I swear! I can't find good screenshots of these, but there's these symbols that light up when you hit an opponent with a special move. This one image that I linked earlier has them not lit up and you can see them at the bottom left just above the bottom bar. And here they are all lit up at the bottom right this time. The kanji are kinda hard to see on there but luckily I know what the kanji is. Yay!
« Last Edit: February 26, 2010, 11:09:34 AM by Blargel »
<WorkingKeine> when i get home i just go to the ps3 and beat people up in blazblue with a loli
<Azure> Keine: Danmakufu helper by day, violent loli by night.

Re: Danmakufu Request Thread
« Reply #83 on: February 27, 2010, 05:27:06 AM »
Requesting a player sprite of Bang Shishigami. Yes, really. It'd be nice if he has a normal, left, and right pose, but I'll take what I can get. Animation of his scarf fluttering is a plus too. Note that there is a giant nail on his back.

EDIT: Here's a picture of his back that I found randomly if it helps with the sprite creation (since it IS supposed to be a player sprite, not a boss sprite).

EDIT2: Another request for the Bang player: custom shot image. I need a nail with a golden ribbon attached to it. Here's an example except this one has a purple ribbon. Again, animation would be nice, but isn't necessary.

EDIT3: And last one, I swear! I can't find good screenshots of these, but there's these symbols that light up when you hit an opponent with a special move. This one image that I linked earlier has them not lit up and you can see them at the bottom left just above the bottom bar. And here they are all lit up at the bottom right this time. The kanji are kinda hard to see on there but luckily I know what the kanji is. Yay!
FUU RIN KA ZAN!

BANG BANG BANG BAAAAANGGGG

Also if you want here are Bang's sprites

Blargel

  • RAWR!
  • I'M AN ANGRY LOLI!
Re: Danmakufu Request Thread
« Reply #84 on: February 27, 2010, 08:29:12 AM »
FUU RIN KA ZAN!

BANG BANG BANG BAAAAANGGGG

Also if you want here are Bang's sprites

I love you. I pretty much only need the player sprites then. I can probably make the symbols myself out of the stuff in there.
<WorkingKeine> when i get home i just go to the ps3 and beat people up in blazblue with a loli
<Azure> Keine: Danmakufu helper by day, violent loli by night.

ChaoStar

  • Dark History Boy
Re: Danmakufu Request Thread
« Reply #85 on: March 01, 2010, 08:31:33 PM »
Requesting a partner for an awesome project. Please be able to make big grafix :V :V :V

Should have the ability to access IRC.

Mikirin

Re: Danmakufu Request Thread
« Reply #86 on: March 05, 2010, 07:24:55 PM »
(*hides in box* Don't kill me ><)

Umm..... could somebody make a Flandre Scarlet player script...?

I'm going to make a [simple] fangame and she's going to be the main character.

PM me for shot types, I need at least 2, but I would prefer 4 =3

ChaoStar

  • Dark History Boy
Re: Danmakufu Request Thread
« Reply #87 on: March 06, 2010, 02:48:44 AM »
(*hides in box* Don't kill me ><)

Umm..... could somebody make a Flandre Scarlet player script...?

I'm going to make a [simple] fangame and she's going to be the main character.

PM me for shot types, I need at least 2, but I would prefer 4 =3

Siiiigh. I'll make it if you give me the sprites.

Kinzo the Astro Curious

  • One small step for Desu; One giant leap for touhou-kind!
Re: Danmakufu Request Thread
« Reply #88 on: March 06, 2010, 12:03:28 PM »
I think it'd make sense to make a request thread for spriting in the art section. theres some brilliant artists in there who are very quick at what they do, with really good skill. (doing what they call speed drawings that are better than I can do over several hours... gits)

Mikirin

Re: Danmakufu Request Thread
« Reply #89 on: March 06, 2010, 12:42:16 PM »
That's a good idea, I may be an artist, myself but I can't do spriting v.v;
Anyway thanks, Kaguya, and Blargel already PM'd me. ._.
I can give you 2 shots and him 2 shots.