Author Topic: A video wherein Slaves uses Train Danmaku  (Read 5890 times)


Zengar Zombolt

  • Space-Time Tuning Circle - Wd/Fr
  • Green-Red Divine Clock
Re: A video wherein Slaves uses Train Danmaku
« Reply #1 on: September 25, 2009, 03:41:45 PM »
TRAIN DANMAKU IN HD
HAHAHA
AWESOME

Sapz

  • There's no escape.
  • *
  • It's time to burn!
Re: A video wherein Slaves uses Train Danmaku
« Reply #2 on: September 25, 2009, 03:44:33 PM »
That is kickass.
Let's fight.

Drake

  • *
Re: A video wherein Slaves uses Train Danmaku
« Reply #3 on: September 25, 2009, 03:45:28 PM »
I can't watch it because of university internet ;_;

A Colorful Calculating Creative and Cuddly Crafty Callipygous Clever Commander
- original art by Aiけん | ウサホリ -

Pako

  • Forum pessimist, chatbox optimist
Re: A video wherein Slaves uses Train Danmaku
« Reply #4 on: September 25, 2009, 03:46:52 PM »
This is beautifull, so beautifull.

This shameful piece of shit was made by a certain Anonymous-Fairy, but is now deleted- bawwwww.

Mounting Jaggis

  • It's a dinosaur rodeo!
  • Yeee haww!
Re: A video wherein Slaves uses Train Danmaku
« Reply #5 on: September 25, 2009, 03:53:18 PM »
DERAILED!

The train's hitbox is hard to determine. The whole character can be covered by the train and not get hit. Can you either make the sprite smaller or the hitbox bigger?


♛ Apher-Forte

  • Am I to go home...or shall I stay alone?
  • *
  • Forever lost at sea, a distant bell rings for me
    • Himitsu's NSFW Blog ~ contains NSFW material
Re: A video wherein Slaves uses Train Danmaku
« Reply #6 on: September 25, 2009, 03:59:18 PM »
LOL
http://www.youtube.com/watch?v=ENHP89mLWOY

Slaves video was followed a recommendation of this rather historic interview.
Derailed indeed.

I love it, that means there is progress~
  <-- my artwork thread, click me!
[ Find my cosplay photos here. ] OMG I HAVE TUMBLR FOLLOW PLZX Will You Remember Me... ?

Re: A video wherein Slaves uses Train Danmaku
« Reply #7 on: September 25, 2009, 04:10:33 PM »
DERAILED!

The train's hitbox is hard to determine. The whole character can be covered by the train and not get hit. Can you either make the sprite smaller or the hitbox bigger?
Hitboxes in danmakufu are automatically determined, plus they're always square/circular in shape, so there's not much I can do in the regard :/

Usually large things have smaller hitboxes anyways. (Aside from Nukes and Brofists)

Mounting Jaggis

  • It's a dinosaur rodeo!
  • Yeee haww!
Re: A video wherein Slaves uses Train Danmaku
« Reply #8 on: September 25, 2009, 04:16:40 PM »
DERAILED!

The train's hitbox is hard to determine. The whole character can be covered by the train and not get hit. Can you either make the sprite smaller or the hitbox bigger?
Hitboxes in danmakufu are automatically determined, plus they're always square/circular in shape, so there's not much I can do in the regard :/

Usually large things have smaller hitboxes anyways. (Aside from Nukes and Brofists)

Is there a debug mode that lets you see the bullet's hitboxes? At least seeing an image with the hitbox should help people determine where the hitbox is when playing.


Re: A video wherein Slaves uses Train Danmaku
« Reply #9 on: September 25, 2009, 04:17:38 PM »
DERAILED!

The train's hitbox is hard to determine. The whole character can be covered by the train and not get hit. Can you either make the sprite smaller or the hitbox bigger?
Hitboxes in danmakufu are automatically determined, plus they're always square/circular in shape, so there's not much I can do in the regard :/

Usually large things have smaller hitboxes anyways. (Aside from Nukes and Brofists)

Is there a debug mode that lets you see the bullet's hitboxes?
Not that I'm aware of. Danmakufu is not good at all when it comes to features like these.

Ruka

  • Lab Syndrome
  • "Even a failure produces valid results."
    • Ruka Sari Sari
Re: A video wherein Slaves uses Train Danmaku
« Reply #10 on: September 25, 2009, 04:28:12 PM »
Deceptive. The train hitbox is much smaller than it appears.


Re: A video wherein Slaves uses Train Danmaku
« Reply #11 on: September 25, 2009, 04:34:51 PM »
omg train hitbox

Code: [Select]
task train(x, y, a, v){

let obj = Obj_Create(OBJ_SHOT);
Obj_SetPosition(obj, x, y);
Obj_SetAngle(obj, a);
Obj_SetSpeed(obj, v);
ObjShot_SetGraphic(obj, TRAINWHATEVER);
Obj_SetCollisionToPlayer(obj, false);

while(!ObjBeDeleted(obj)){

   if(GetPlayerX < Obj_GetX(obj) + 150 && GetPlayerX > Obj_GetX(obj) - 150 && GetPlayerY < Obj_GetY(obj) + 80 && GetPlayerY > Obj_GetY(obj) - 80){
      ShootDownPlayer;
   }
   yield;
   }
}

Launch trains everywhere with rectangular hitboxes. Adjust the values how you see fit, yo.

Also, lol trains. Needs Yukari somewhere.

Re: A video wherein Slaves uses Train Danmaku
« Reply #12 on: September 25, 2009, 04:34:58 PM »
Pretty much. Like I said before, the hitbox is circular in shape, so only the middle of the train can hurt you.

Still, one they act to block your vision, and two the last attack would pretty much be impossible if they were any bigger. It's not like they're so small to be negligible since I do get hit once.

Re: A video wherein Slaves uses Train Danmaku
« Reply #13 on: September 25, 2009, 04:35:25 PM »
omg train hitbox

Code: [Select]
task train(x, y, a, v){

let obj = Obj_Create(OBJ_SHOT);
Obj_SetPosition(obj, x, y);
Obj_SetAngle(obj, a);
Obj_SetSpeed(obj, v);
ObjShot_SetGraphic(obj, TRAINWHATEVER);
Obj_SetCollisionToPlayer(obj, false);

while(!ObjBeDeleted(obj)){

   if(GetPlayerX < Obj_GetX(obj) + 150 && GetPlayerX > Obj_GetX(obj) - 150 && GetPlayerY < Obj_GetY(obj) + 80 && GetPlayerY > Obj_GetY(obj) - 80){
      ShootDownPlayer;
   }
   yield;
   }
}

Launch trains everywhere with rectangular hitboxes. Adjust the values how you see fit, yo.

Also, lol trains. Needs Yukari somewhere.
Oh shit I forgot about object bullets

ilu Naut <3

Slaves

  • uHHH,
  • *
  • uHHHHHHHHHH,,,
Re: A video wherein Slaves uses Train Danmaku
« Reply #14 on: September 25, 2009, 05:28:06 PM »
DAMN

i'm at school so i can't watch this ;_;

but if i can give a bit of advice, considering that trains aren't going everywhere, how about adding some more bullets to make the card look prettier?

i was thinking something like the red bullets Koishi shoots during Ancestors Standing Beside Your bed(the ones after the lasers)

Slowpoke

  • Media Analyst
Re: A video wherein Slaves uses Train Danmaku
« Reply #15 on: September 25, 2009, 05:31:57 PM »
Replacing the klaxon horns with train horns is genius.

Lol, related videos.
« Last Edit: September 25, 2009, 05:33:29 PM by Slowpoke »

Matsuri

Re: A video wherein Slaves uses Train Danmaku
« Reply #16 on: September 25, 2009, 05:35:11 PM »
Trainmaku.

This is beyond epic.

Moerin

  • What's punk? It's an explosion of suppressed dissatisfaction.
  • It's the roar of the soul!
Re: A video wherein Slaves uses Train Danmaku
« Reply #17 on: September 25, 2009, 05:38:28 PM »
Well, I can't say it doesn't deliver what it promises...

Awesome~
The solution to all of life's problems!

#1 Rin Satsuki Fan~♥
"For hearts long lost and full of fright, for those alone in blackest night, accept our ring and join our fight... Love Conquers All -  with violet light!"

Helepolis

  • Charisma!
  • *
  • O-ojousama!?
Re: A video wherein Slaves uses Train Danmaku
« Reply #18 on: September 25, 2009, 06:13:38 PM »
You know you can work around the circular hitbox. Give the train regular circle hitbox but don't make it extend outside the image. Now add invisible lasers as a box around the train (The train will spawn above the lasers anyway I think )

This way you can form perfect square hitbox, worth the experiment.

Edit: Oh bah >.< forgot about Naut's superiour suggestion ( something is really wrong with my eyes lately. I need to visit an eye doctor ? )
« Last Edit: September 25, 2009, 06:15:29 PM by Helepolis »

Nobu

  • Serendipitous Youkai
  • *
  • i post while naked
    • My Tumblr
Re: A video wherein Slaves uses Train Danmaku
« Reply #19 on: September 25, 2009, 06:58:22 PM »
I have no words, this is too sweet.

Also, related videos:

Chris Rock about black slaves
MALCOLM X: OUR HISTORY WAS DESTROYED BY SLAVERY
Young Nepalese girls become sex slaves - 11 Apr
Sex Slaves - Italy
Slave Trading - Sudan
Argentina's sex slaves 25 Oct 07
Slaves - 46 Min Documentary
Sex Slaves - Israel/Palestine

Oh Slaves
Tumblr (sometimes NSFW) | PM for Facebook

Tengukami

  • Breaking news. Any season.
  • *
  • I said, with a posed look.
Re: A video wherein Slaves uses Train Danmaku
« Reply #20 on: September 25, 2009, 07:03:03 PM »
God that was beautiful.

UPLOAD TO NICO!

"Human history and growth are both linked closely to strife. Without conflict, humanity would have no impetus for growth. When humans are satisfied with their present condition, they may as well give up on life."

Slaves

  • uHHH,
  • *
  • uHHHHHHHHHH,,,
Re: A video wherein Slaves uses Train Danmaku
« Reply #21 on: September 25, 2009, 08:38:39 PM »
DAMN

i'm at school so i can't watch this ;_;

but if i can give a bit of advice, considering that trains aren't going everywhere, how about adding some more bullets to make the card look prettier?

i was thinking something like the red bullets Koishi shoots during Ancestors Standing Beside Your bed(the ones after the lasers)

nevermind that, i finally got to watch it. :V


Drake

  • *
Re: A video wherein Slaves uses Train Danmaku
« Reply #22 on: September 25, 2009, 10:39:25 PM »
my god why is your fps so flippy

A Colorful Calculating Creative and Cuddly Crafty Callipygous Clever Commander
- original art by Aiけん | ウサホリ -

Nine West

  • Shrine maidens? Evil spirits? Magicians?
  • *
  • How wonderful!
Re: A video wherein Slaves uses Train Danmaku
« Reply #23 on: September 25, 2009, 11:16:40 PM »
YES

Re: A video wherein Slaves uses Train Danmaku
« Reply #24 on: September 26, 2009, 12:05:35 AM »
woah. what is this and why is it so epic

Slaves

  • uHHH,
  • *
  • uHHHHHHHHHH,,,
Re: A video wherein Slaves uses Train Danmaku
« Reply #25 on: September 26, 2009, 12:08:39 AM »
woah. what is this and why is it so epic

this is a Party Train motherfucker

Nine West

  • Shrine maidens? Evil spirits? Magicians?
  • *
  • How wonderful!
Re: A video wherein Slaves uses Train Danmaku
« Reply #26 on: September 26, 2009, 12:12:24 AM »
woah. what is this and why is it so epic

this is a Party Train motherfucker

Ijiyatsu.

N-Forza

  • Information Superhighway Robbery
  • *
  • I said it was a steal, but not for whom
Re: A video wherein Slaves uses Train Danmaku
« Reply #27 on: September 26, 2009, 12:18:32 AM »
Yep, that was certainly a lot of trains.

Re: A video wherein Slaves uses Train Danmaku
« Reply #28 on: September 26, 2009, 04:04:58 PM »
my god why is your fps so flippy
I can't get 60 fps while recording :<