Author Topic: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!  (Read 15522 times)

IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
« on: December 03, 2009, 02:49:32 AM »
Video at top for lazy people
Video
Extra seizure version


Now anyone can experience the joys of trying to dodge walls of fists in the form of thier own patterns!

Just follow these simple steps!

1. Download this
NEW VERSION! On Bulletforge

2. Extract the rar somewhere

3. Read and follow the instructions on the readme

4. UNZAN SEAL OF APPROVAL



Enjoy! :V
« Last Edit: April 22, 2010, 05:41:21 AM by Suikama ☑ »

Drake

  • *
Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #1 on: December 03, 2009, 02:50:30 AM »
oh god

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

Zengar Zombolt

  • Space-Time Tuning Circle - Wd/Fr
  • Green-Red Divine Clock
Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #2 on: December 03, 2009, 02:57:28 AM »
ilu and stuff

Chronojet ⚙ Dragon

  • The Oddity
  • 今コソ輝ケ、我ガ未来、ソノ可能性!!
Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #3 on: December 03, 2009, 03:34:17 AM »
OH GAWD ILU SO MUCH
wait does it cause lots of lag.
EDIT: it does of course it does but that doesnt reduce the amount of awesomeness
edit: i dare you
Code: [Select]
#TouhouDanmakufu
#Title[Test]
#Text[Use this.]
#Image[]
#BackGround[IceMountain]
#Player[FREE]
#ScriptVersion[2]

script_enemy_main {
    let frame = -300;
    let BossImage = "script\img\ExRumia.png";
    let CutInGraphic = "script\img\rumiacut.png";
    let bossname = "Boss Name";
    let Spell = 0;
    let SpellName = "Spell Card「Name」";
    #include_function "script\cutin\cutin.txt";
#include_function "lib\BROFIST_REPLACE\shot_replace.dnh";
@Initialize {
initmebro;
SetLife(630); SetDamageRate(12, 5); SetTimer(103);
SetEnemyMarker(true); MagicCircle(true); SetInvincibility(180);
LoadGraphic(BossImage);
CutIn(YOUMU, SpellName, "", 0, 0, 0, 0); SetScore(1200000);
cutin("TIREI", CutInGraphic, 0, 0, 400, 400);
SetX(GetCenterX); SetY(GetClipMinY);
LoadGraphic(BossImage);
TMain;
SetEffectForZeroLife(60, 55, 3); //LastSpell;
SetShotAutoDeleteClip(200, 200, 200, 200);
}

@MainLoop {
Expert; SetPlayerInvincibility(0);
if(Spell <= 1) {
SetCollisionA(GetX, GetY, 36); SetCollisionB(GetX, GetY, 10);
}
yield;
}

let animation = 0;
@DrawLoop {
DrawText(bossname, 40, 36, 12, 255);
SetTexture(BossImage);
animation++; if(animation==600){animation=0;}
if(GetSpeedX()==0){
if(animation<=300){ SetGraphicRect(64,1,127,64); }
else if(animation>300 && animation<=600){ SetGraphicRect(0,1,63,64); }
}
else if(GetSpeedX()>0){SetGraphicRect(192,1,255,64);}
else if(GetSpeedX()<0){SetGraphicRect(128,1,191,64);}
SetGraphicAngle(0, 0, 0);
SetGraphicScale(1, 1);
SetRenderState(ALPHA);
SetAlpha(255);
SetColor(255, 255, 255);
DrawGraphic(GetX, GetY);
}

@Finalize {
DeleteGraphic(BossImage);
}

task TMain {
SetMovePosition02(GetCenterX, GetClipMinY+100, 20);
loop(60){yield;}
Concentration01(120); PlaySE("se\se_ch00.wav");
loop(120){yield;}
Attack1;
Attack2;
Attack3;
}
task Attack1 {
let a = 0;
let side = 1;
let count = 0;
loop {
count++;
if(count > 0 && count <= 150) {
PlaySE("se\se_tan01.wav");
//ascent(i in 0..2) {
CreateShot01(GetX-20*cos(a/*+i*60*/), GetY-20*sin(a/*+i*60*/), 50, a/*+i*60*/, 1, 20);
//}
a+=30.5*side;
}
if(count == 150) { side*=-1; count = -10; }
loop(1) { yield; }
}
}
task Attack2 {
let a = 0;
let side = -1;
let count = 0;
loop {
count++;
if(count > 0 && count <= 60) {
PlaySE("se\se_tan00.wav");
//ascent(i in 0..9) {
CreateShot01(GetX, GetY, 50.5, a/*+i*1/2*/, 1, 0/*i*3*/);
//}
a+=30.5*side;
}
if(count == 60) { side*=-1; count = -10; }
loop(1) { yield; }
}
}
task Attack3 {
let a = 0;
let side = -1;
let count = 0;
loop {
PlaySE("se\se_tan02.wav");
//loop(20) {
CreateShot01(GetX, GetY, 50.5, a, 1, 10);
//a+=360/20;
//}
a-=40.5;
loop(60) { yield; }
}
}
}
Commented for easy.
« Last Edit: December 03, 2009, 03:41:40 AM by Always お⑨烏 »

Danmakufu Contest -2!
« Reply #4 on: December 03, 2009, 04:14:37 AM »
So in celebration, I've decided to hold another contest similar to number 2, only...


IN SOVIET RUSSIA CONTEST HOLDS YOU!


BEHOLD THE MADNESS

Chronojet ⚙ Dragon

  • The Oddity
  • 今コソ輝ケ、我ガ未来、ソノ可能性!!
Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #5 on: December 03, 2009, 05:38:27 AM »
*brofists rorschach*
OH GEEZ

*brofists wave+particle*
OH GEEZ

*puts two together*
OOHH  GGEEEEZZ

Blargel

  • RAWR!
  • I'M AN ANGRY LOLI!
Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #6 on: December 03, 2009, 06:23:22 AM »
This is beautiful.

Wait, I mean, WHY WOULD YOU DO THIS!?
<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: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #7 on: December 03, 2009, 08:02:17 PM »
This is beautiful.

Wait, I mean, WHY WOULD YOU DO THIS!?

Infy♫

  • Demonic★Moe
  • *
Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #8 on: December 03, 2009, 08:53:02 PM »
you are dead~, dead, dead! you are dead~, dead, dead!
thought you were hot? guess what you're not!
thats what happened all the time

now lets make a brofist phantasm stage shall we?

Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #9 on: December 03, 2009, 08:57:44 PM »
you are dead~, dead, dead! you are dead~, dead, dead!
thought you were hot? guess what you're not!
thats what happened all the time

now lets make a brofist phantasm stage shall we?
! INTRUDERT ALERT ! ALL BROFIST CANNONS READY TO FIRE !

NinjaFoxX

  • There is so much wrong with everything you've done in your short time here
  • I can't even fit it all in title and text. Bye!
Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #10 on: December 03, 2009, 10:48:11 PM »
This.Is.Awesome.It.Made.Me.Came

Rikter

  • VVVVVVVVVVVVVVV
  • AAAAAAAAAAAAAAA
Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #11 on: December 03, 2009, 10:53:12 PM »
If this does what I think it does then I will download this in the near future.

Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #12 on: December 03, 2009, 11:34:17 PM »
« Last Edit: December 03, 2009, 11:36:27 PM by Suikama »

MCXD

  • Test
  • Light Sign "Heaven Engine"
Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #13 on: December 04, 2009, 01:53:53 AM »
The challenge is more to see if anyone can actually make a beatable, fun, boss with this.

Assuming it does what I think it does... I'm sort of not able to check right now *shot*

CK Crash

  • boozer
Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #14 on: December 04, 2009, 11:47:09 AM »
The challenge is more to see if anyone can actually make a beatable, fun, boss manly, brofistastic, boss with this.

Assuming it does what I think it does... I'm sort of not able to check right now *brofisted*

Helepolis

  • Charisma!
  • *
  • O-ojousama!?
Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #15 on: December 04, 2009, 12:20:11 PM »
This was bound to happen btw. It was Suikama's fate.

Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #16 on: December 05, 2009, 06:19:51 PM »
This was bound to happen btw. It was Suikama's fate.
:V

ChaoStar

  • Dark History Boy
Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #17 on: December 06, 2009, 07:24:02 PM »
You have done a wonderful thing. I am so proud. *sniffle*

Gc

  • youtu.be/pRZpjlrKM8A
Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #18 on: December 06, 2009, 07:25:09 PM »


OH GOD THIS IS AWESOME

Re: IT'S A BROFIST REPLACE SCRIPT BABY!
« Reply #19 on: December 06, 2009, 08:29:14 PM »


OH GOD THIS IS AWESOME
Wow, all that and you still have 56 fps? :V

Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
« Reply #20 on: April 19, 2010, 05:19:01 AM »
NOW WITH 2600% MORE BROFIST!

New features include:
  • New colors! Red! Orange! Yellow! Original! and even Cirno!*
  • The inverted NEGAFISTS
  • And the new HARMONY FISTS?
  • And much more!

*May or may not actually be Cirno colored
« Last Edit: April 19, 2010, 05:24:17 AM by Suikama ☑ »

Kylesky

  • *The Unknown*
  • Local Unbalanced Danmakufu Idiot Scripter
    • My useless youtube account... (will be useful in the future *I promise*)
Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
« Reply #21 on: April 19, 2010, 05:29:21 AM »
NOW WITH 2600% MORE BROFIST!

New features include:
  • New colors! Red! Orange! Yellow! Original! and even Cirno!*
  • The inverted NEGAFISTS
  • And the new HARMONY FISTS?
  • And much more!

*May or may not actually be Cirno colored
oh god

*explodes*
Danmakufu Script Thread :V Latest Script: Intertwining Mechanical Intervention (temp name)

Yooooouuutuuuubeeee Channel Latest Video: Contest #8 Entry

Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
« Reply #22 on: April 19, 2010, 05:33:09 AM »
I'll make some screenshots/videos tommorow for those lazy people who can't be bothered to download anything :]

Blargel

  • RAWR!
  • I'M AN ANGRY LOLI!
Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
« Reply #23 on: April 19, 2010, 06:41:00 AM »
Oh god the seizure fists are painful to look at.

If there's a harmony fist, we need a harmony Unzan as well.

EDIT: I got ya covered  :V

« Last Edit: April 19, 2010, 06:56:04 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: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
« Reply #24 on: April 19, 2010, 08:41:45 PM »
Oh yeah BV

The only way that could be any more awesome is if the colors were animated BV

Ecthel

  • Jack of all trades, lazy at most.
Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
« Reply #25 on: April 19, 2010, 11:21:51 PM »
Truly a work of art.

« Last Edit: April 22, 2010, 05:40:55 AM by Suikama ☑ »

Blargel

  • RAWR!
  • I'M AN ANGRY LOLI!
Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
« Reply #27 on: April 20, 2010, 08:53:31 AM »
Oh yeah BV

The only way that could be any more awesome is if the colors were animated BV

I can try, but I doubt I'll get good results.

EDIT:  Oh God what have I done...
« Last Edit: April 20, 2010, 11:30:20 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.

Hakkai

  • Celestial
    • Touhou.net
Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
« Reply #28 on: April 20, 2010, 12:33:32 PM »
I can try, but I doubt I'll get good results.

EDIT:  Oh God what have I done...

God, my computer can't hold so much awesomness

Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
« Reply #29 on: April 20, 2010, 02:08:30 PM »
Those colors of the Brofists look oddly familiar.

wait a moment... >_>