Maidens of the Kaleidoscope

~Hakurei Shrine~ => Rika and Nitori's Garage Experiments => Topic started by: Suikama on December 03, 2009, 02:49:32 AM

Title: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
Post by: Suikama on December 03, 2009, 02:49:32 AM
Video at top for lazy people
Video (http://www.youtube.com/watch?v=nfkpB0nfO9w)
Extra seizure version (http://www.youtube.com/watch?v=jzH8p8KsGEE)


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 (http://www.mediafire.com/?oge1y5jtdwk)
NEW VERSION! On Bulletforge (http://bulletforge.org/u/suikama/p/brofist-replace-script/v/2/archive)

2. Extract the rar somewhere

3. Read and follow the instructions on the readme

4. UNZAN SEAL OF APPROVAL
(http://img704.imageshack.us/img704/4664/unzansmile.png)


Enjoy! :V
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: Drake on December 03, 2009, 02:50:30 AM
oh god
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: Zengar Zombolt on December 03, 2009, 02:57:28 AM
ilu and stuff
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: Chronojet ⚙ Dragon 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.
Title: Danmakufu Contest -2!
Post by: Suikama 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 (http://www.mediafire.com/?miw5dwdixyw)
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: Chronojet ⚙ Dragon on December 03, 2009, 05:38:27 AM
*brofists rorschach*
OH GEEZ

*brofists wave+particle*
OH GEEZ

*puts two together*
OOHH  GGEEEEZZ
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: Blargel on December 03, 2009, 06:23:22 AM
This is beautiful.

Wait, I mean, WHY WOULD YOU DO THIS!?
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: Suikama on December 03, 2009, 08:02:17 PM
This is beautiful.

Wait, I mean, WHY WOULD YOU DO THIS!?
(http://img704.imageshack.us/img704/4664/unzansmile.png)
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: Infy♫ 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?
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: Suikama 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 !
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: NinjaFoxX on December 03, 2009, 10:48:11 PM
This.Is.Awesome.It.Made.Me.Came
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: Rikter 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.
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: Suikama on December 03, 2009, 11:34:17 PM
This.Is.Awesome.It.Made.Me.Came
Here
(http://somethinglikethis.net/wp-content/uploads/2008/04/tissues1.jpg)
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: MCXD 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*
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: CK Crash 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*
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: Helepolis on December 04, 2009, 12:20:11 PM
This was bound to happen btw. It was Suikama's fate.
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: Suikama on December 05, 2009, 06:19:51 PM
This was bound to happen btw. It was Suikama's fate.
:V
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: ChaoStar on December 06, 2009, 07:24:02 PM
You have done a wonderful thing. I am so proud. *sniffle*
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: Gc on December 06, 2009, 07:25:09 PM
(http://i309.photobucket.com/albums/kk361/TheGamerParadise/Danmakufu/4f266f8e.png)

OH GOD THIS IS AWESOME
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY!
Post by: Suikama on December 06, 2009, 08:29:14 PM
(http://i309.photobucket.com/albums/kk361/TheGamerParadise/Danmakufu/4f266f8e.png)

OH GOD THIS IS AWESOME
Wow, all that and you still have 56 fps? :V
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
Post by: Suikama on April 19, 2010, 05:19:01 AM
NOW WITH 2600% MORE BROFIST!

New features include:

*May or may not actually be Cirno colored
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
Post by: Kylesky 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*
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
Post by: Suikama 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 :]
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
Post by: Blargel 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

(http://i44.photobucket.com/albums/f28/Blargel/harmonyunzan.png)
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
Post by: Suikama 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
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
Post by: Ecthel on April 19, 2010, 11:21:51 PM
Truly a work of art.
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
Post by: Suikama on April 20, 2010, 01:01:42 AM
Video (http://www.youtube.com/watch?v=nfkpB0nfO9w)

Extra seizure version (http://www.youtube.com/watch?v=jzH8p8KsGEE)
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
Post by: Blargel 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... (http://i44.photobucket.com/albums/f28/Blargel/harmonyunzan2.gif)
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
Post by: Hakkai 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... (http://i44.photobucket.com/albums/f28/Blargel/harmonyunzan2.gif)

God, my computer can't hold so much awesomness
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
Post by: Danielu Yoshikoto on April 20, 2010, 02:08:30 PM
Those colors of the Brofists look oddly familiar.

wait a moment... >_>
Title: Re: IT'S A BROFIST REPLACE SCRIPT BABY! NOW WITH 2600% MORE BROFIST!
Post by: Suikama on April 20, 2010, 02:34:53 PM
I can try, but I doubt I'll get good results.

EDIT:  Oh God what have I done... (http://i44.photobucket.com/albums/f28/Blargel/harmonyunzan2.gif)
I...I....

Marry me :blush:

Sorry Matsuri :]