Author Topic: DgBarca's pile of stuff  (Read 15263 times)

DgBarca

  • Umineko fuck yeah
  • Spoilers ?
DgBarca's pile of stuff
« on: August 04, 2009, 09:00:13 PM »
Colorfull Preparation : One non spell and a card
Download link
 Screenshot

New Sun
Download link
 Screenshot

Byakuren 2nd Card
Download link
 Screenshot

Nazrin Stage
Download link
 Screenshot n?1
 Screenshot n?2
 Screenshot n?3
  • Mid Boss / Boss :Nazrin
  • Stage length : Short
  • Stage Music / Boss Music : The Other Side Of The Moon / A Tiny, Tiny, Clever Commender

Murasa Stage (not finished (almost started)
 Awesome Preview
 BETA Murasa
  • Mid Boss / Boss : Cirno / CAPTAIN MURASA
  • Stage length : Short~Medium
  • Stage Music / Boss Music : 53 Minutes of Blue Sea / Captain Murasa

UFO ReimuA Player Script
 Download link
« Last Edit: October 31, 2009, 07:46:17 PM by DgBarca »
[21:16] <redacted> dgbarca makes great work
[21:16] <redacted> i hope he'll make a full game once

Drake

  • *
Re: DgBarca's random cards
« Reply #1 on: August 04, 2009, 09:20:27 PM »
Il y a quelques gens ici qui parlent fran?ais. Mais, je pense que je suis le seul qui programme en Danmakufu aussi... (Autre que vous >_>)

J'vais les jouer dans un moment, attend.

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

DgBarca

  • Umineko fuck yeah
  • Spoilers ?
Re: DgBarca's random cards
« Reply #2 on: August 04, 2009, 09:43:10 PM »
O_O O_O O_O O_O OH MY...
Ah ! J'ai oubli? la vid?o...la vid?o ♪ la vid?o ♫
[/FrenchOFF]
Oh and I will put my oldest cards in the 1st post later

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

Cabble

  • Ask me about my Cat.
  • Not unwilling to shank you.
Re: DgBarca's random cards
« Reply #3 on: August 06, 2009, 01:58:28 AM »
The laser keeps giving me bugs >:(
I had a teacher who used to play radiohead during class once.

ONCE.

DgBarca

  • Umineko fuck yeah
  • Spoilers ?
Re: DgBarca's random cards
« Reply #4 on: August 06, 2009, 12:04:15 PM »
Ho, Sorry, in the NSC script put #include_function ".\lib\SHOT_REPLACE\shot_replace.dnh"; Instead of #include_function "lib\SHOT_REPLACE\shot_replace.dnh";
I will Upload a new version soon
New Version, the Card pattern is now more structured but it is kinda...hellish...

Download link
Video (just the updated Card)
[21:16] <redacted> dgbarca makes great work
[21:16] <redacted> i hope he'll make a full game once

DgBarca

  • Umineko fuck yeah
  • Spoilers ?
Re: DgBarca's random cards
« Reply #5 on: August 23, 2009, 07:26:26 PM »
Was I...bored ? (use the Expanded Shot Data (not the CtC one)
Code: [Select]
#TouhouDanmakufu
#Title[Bored ?]
#Text[UFO ?]
#PlayLevel[Replica ?]
#Image[.\img\Scarletsign.png]
#Player[FREE]
#ScriptVersion[2]


script_enemy_main {

let ImgBoss = "script\img\ExRumia.png";

let frame = 0;
let frame2 = 0;
let angle = 0;
let angle2 = 180;
let angleL = 0;


#include_function "lib\ExpandedShotData\shot_replace.dnh";

@Initialize {

SetLife(8000);
SetDamageRate(100, 100);
shotinit;
SetEnemyMarker(false);
MagicCircle(false);
LoadGraphic(ImgBoss);
SetTexture(ImgBoss);
SetGraphicRect(0, 0, 60, 60);
SetMovePosition02(GetCenterX,GetY+190, 60);
SetDefaultStatusVisible(true);
      SetEffectForZeroLife(0, 0, 0);
}

@MainLoop {
SetCollisionA(GetX, GetY, 32);
SetCollisionB(GetX, GetY, 16);
frame++;
frame2++;


if(frame > 60 && frame%10==0){
PlaySE(GetCurrentScriptDirectory~"sound\Shot1.wav");

CreateShot01(GetX+60,GetY-80,1.6,angle,BLUE22,30);
CreateShot01(GetX+60,GetY-80,2.0,angle,BLUE22,30);
CreateShot01(GetX+60,GetY-80,2.4,angle,BLUE22,30);

CreateShot01(GetX-60,GetY-80,1.6,angle2,BLUE22,30);
CreateShot01(GetX-60,GetY-80,2.0,angle2,BLUE22,30);
CreateShot01(GetX-60,GetY-80,2.4,angle2,BLUE22,30);

CreateShot01(GetX+110,GetY+55,1.6,angle,BLUE22,30);
CreateShot01(GetX+110,GetY+55,2.0,angle,BLUE22,30);
CreateShot01(GetX+110,GetY+55,2.4,angle,BLUE22,30);

CreateShot01(GetX-110,GetY+55,1.6,angle2,BLUE22,30);
CreateShot01(GetX-110,GetY+55,2.0,angle2,BLUE22,30);
CreateShot01(GetX-110,GetY+55,2.4,angle2,BLUE22,30);

angle -= 15;

angle2 += 15;

}

if(frame2 == 120){
PlaySE(GetCurrentScriptDirectory~"sound\Laser2.wav");
loop(16){
CreateLaserA(1,GetX,GetY,0,10,PURPLE11,45);
SetLaserDataA(1,0,angleL+GetAngleToPlayer,0,10,0,0);
SetShotKillTime(1,105);
FireShot(1);
angleL += 360/16
}
frame2 = 0;
}
}
@DrawLoop {
DrawGraphic(GetX, GetY);
}


@Finalize {
DeleteGraphic(ImgBoss);
}
}
[21:16] <redacted> dgbarca makes great work
[21:16] <redacted> i hope he'll make a full game once

Primula

  • EARL TYPE 222
Re: DgBarca's random cards
« Reply #6 on: August 23, 2009, 07:45:00 PM »
Gives me a Keineish feeling. BTW:
THIS SPELLCARD WILL BE YOUR LAST....REPLICAAAAAAAAAAAAAAAAAAAAAA!!!!

DgBarca

  • Umineko fuck yeah
  • Spoilers ?
Re: DgBarca's random cards
« Reply #7 on: August 23, 2009, 07:46:13 PM »
Gives me a Keineish feeling. BTW:
THIS SPELLCARD WILL BE YOUR LAST....REPLICAAAAAAAAAAAAAAAAAAAAAA!!!!
You didn't play UFO yet, I guess...
[21:16] <redacted> dgbarca makes great work
[21:16] <redacted> i hope he'll make a full game once

Primula

  • EARL TYPE 222
Re: DgBarca's random cards
« Reply #8 on: August 23, 2009, 08:36:26 PM »
Err? Well, I did not get to 1cc the game yet...

DgBarca

  • Umineko fuck yeah
  • Spoilers ?
Re: DgBarca's random cards
« Reply #9 on: August 23, 2009, 09:04:13 PM »
Byakuren second spell card...
I made also Non-Spell, but...is that just too difficult ?
(Plurial Version Inside)
[21:16] <redacted> dgbarca makes great work
[21:16] <redacted> i hope he'll make a full game once

DgBarca

  • Umineko fuck yeah
  • Spoilers ?
Re: DgBarca's random cards
« Reply #10 on: August 31, 2009, 02:16:48 AM »
I've done my first stage ever, it is just 2 wave of enemies and a mid boss/boss...3D drawing is PAINNNN and thanks to Ravenlock for the animated fairies.

Download link (5.04 MB)
Screenshots :
http://img132.imageshack.us/img132/1274/fairywave.png
http://img195.imageshack.us/img195/1371/mid1.png
http://img84.imageshack.us/img84/8005/mid2.png
http://img199.imageshack.us/img199/9792/midcard.png


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

Re: DgBarca's random cards
« Reply #11 on: August 31, 2009, 11:24:05 PM »
Very nice stuff. Here's the replay you requested.

Lawence Codye

  • The Nine Tails of Subconscious...
  • Come & your desires shall all become reality...
Re: DgBarca's random cards
« Reply #12 on: September 05, 2009, 03:46:53 PM »
I can't seem to download the NazrinMiniStage file from Mediafire...it's acting very, very stupid.  It keeps redirecting me to the download page...everytime I click on the blue link it reprocesses the download request & shows the blue link again...only to repeat again when I click on it once more...I really want to try it out too...
I am the Nine Tails of Subconscious...

Come & your greatest desires will be reality...

DgBarca

  • Umineko fuck yeah
  • Spoilers ?
Re: DgBarca's random cards
« Reply #13 on: September 05, 2009, 05:20:27 PM »
Well I don't know why you are writing like that but I am glad that someone posted here
Here is the updated download link : http://www.mediafire.com/download.php?2nnoddntzju
(Updated 1st post)
« Last Edit: September 05, 2009, 06:18:02 PM by DgBarca »
[21:16] <redacted> dgbarca makes great work
[21:16] <redacted> i hope he'll make a full game once

Lawence Codye

  • The Nine Tails of Subconscious...
  • Come & your desires shall all become reality...
Re: DgBarca's random cards
« Reply #14 on: September 06, 2009, 02:28:12 PM »
My bad...I like to write in italic...the centering thing is well, no idea.  Anyway thanks, I have it now & the other cards as well.
I am the Nine Tails of Subconscious...

Come & your greatest desires will be reality...

Johnny Walker

  • Perdition Crisis~
Re: DgBarca's random cards
« Reply #15 on: September 06, 2009, 05:58:12 PM »
Very nice scripts.
I want that cirno/murasa stage! =P

DgBarca

  • Umineko fuck yeah
  • Spoilers ?
Re: DgBarca's random cards
« Reply #16 on: September 13, 2009, 01:53:15 PM »
BETA of the stage 2 boss
, it needs a lot of improvement, espeasialy for the explosing anchor that is too difficult, it's stage 2~ze.
Please comments
(no download link, it is just beta)
[21:16] <redacted> dgbarca makes great work
[21:16] <redacted> i hope he'll make a full game once

DgBarca

  • Umineko fuck yeah
  • Spoilers ?
Re: DgBarca's random cards
« Reply #17 on: September 19, 2009, 10:42:38 PM »
I have redone my Nazrin STAGE (only the stage)
Here you are
MidBoss is fixed too.
[21:16] <redacted> dgbarca makes great work
[21:16] <redacted> i hope he'll make a full game once

Primula

  • EARL TYPE 222
Re: DgBarca's random cards
« Reply #18 on: September 20, 2009, 04:41:34 AM »
So it's finalized?

DgBarca

  • Umineko fuck yeah
  • Spoilers ?
Re: DgBarca's random cards
« Reply #19 on: September 20, 2009, 08:22:07 AM »
I have normal and lunatic mode to do, but I will do them later...

Maybe I will fix some problems but I can't see any...I have been playing this for too long.
So, if you find a problem...
[21:16] <redacted> dgbarca makes great work
[21:16] <redacted> i hope he'll make a full game once

Primula

  • EARL TYPE 222
Re: DgBarca's random cards
« Reply #20 on: September 20, 2009, 01:26:52 PM »
Oh okay ^^ and working on lives too?

CK Crash

  • boozer
Re: DgBarca's random cards
« Reply #21 on: September 20, 2009, 03:00:32 PM »
The stage is really nice, if hard for a first stage. The part with the green fairies that shoot when they reach the bottom is pretty tough. One thing though,  I got massive slowdown on the final spell. Too many Laser Cs?

Zengar Zombolt

  • Space-Time Tuning Circle - Wd/Fr
  • Green-Red Divine Clock
Re: DgBarca's random cards
« Reply #22 on: September 20, 2009, 05:02:58 PM »
Oh god, I loved this script to no end. Specially Nazrin's nonspells.
About the stage... I do agree that it's a little bit too hard, but that's because it's Hard mode, so it's expected.
Also, good job on the twisting lasers.

Lawence Codye

  • The Nine Tails of Subconscious...
  • Come & your desires shall all become reality...
Re: DgBarca's random cards
« Reply #23 on: September 21, 2009, 06:50:07 AM »
Can't wait til the Murasa stage is finished, look forward to it...especially after seeing the video for the beta on youtube...I liked it so far.  Oh, & the Nazrin Stage was something I enjoyed but the stage portion does seem a tiny bit difficult for a first stage...though not on hard mode...didn't really bother me though...it's so well done...
I am the Nine Tails of Subconscious...

Come & your greatest desires will be reality...

Primula

  • EARL TYPE 222
Re: DgBarca's random cards
« Reply #24 on: September 21, 2009, 10:10:56 PM »
For a "short stage", it's sorta lengthly but then again I like your scripts 8D

DgBarca

  • Umineko fuck yeah
  • Spoilers ?
Re: DgBarca's pile of stuff
« Reply #25 on: October 31, 2009, 07:05:57 PM »
UFO ReimuA Player Script
 Download link

Fiuuuuuu, indeed...
« Last Edit: October 31, 2009, 07:46:36 PM by DgBarca »
[21:16] <redacted> dgbarca makes great work
[21:16] <redacted> i hope he'll make a full game once

Primula

  • EARL TYPE 222
Re: DgBarca's pile of stuff
« Reply #26 on: October 31, 2009, 08:28:52 PM »
-downloads-

Johnny Walker

  • Perdition Crisis~
Re: DgBarca's pile of stuff
« Reply #27 on: October 31, 2009, 11:18:17 PM »
UFO ReimuA Player Script
 Download link

Fiuuuuuu, indeed...

Wow. Very good job!

Lawence Codye

  • The Nine Tails of Subconscious...
  • Come & your desires shall all become reality...
Re: DgBarca's pile of stuff
« Reply #28 on: October 31, 2009, 11:43:26 PM »
That Reimu A(Touhou UFO) player is outstandingly done...If it was actually a concern...My only problem with it would be that she's not at full power(have all 4 of her options).  The spellcard is done very well...wow...
I am the Nine Tails of Subconscious...

Come & your greatest desires will be reality...

DgBarca

  • Umineko fuck yeah
  • Spoilers ?
Re: DgBarca's pile of stuff
« Reply #29 on: November 01, 2009, 10:23:59 AM »
I can put it to 1,2,3 and 4 power is you want, anyway, thanks !
[21:16] <redacted> dgbarca makes great work
[21:16] <redacted> i hope he'll make a full game once