~Hakurei Shrine~ > Rika and Nitori's Garage Experiments

pikaguy900's Box of Stuff

Pages: << < (2/7) > >>

Naut:

I would do record it, but dang... I keep failing HARD on this. You might want to consult the services of GODrake. I'll keep practicing though.

And...! When you declare script paths for images and sound effects, try to remember that not everybody will use the same directories. So, to fix this, we use the "GetCurrentScriptDirectory~" function, which does exactly as it says. I've edited your script slightly so that the images and sounds work properly. Here's what I changed:

From

--- Code: ---let BossImage = "script\Etc\miraclecube.PNG";
--- End code ---
To

--- Code: ---let BossImage = GetCurrentScriptDirectory~"miraclecube.PNG";
--- End code ---
For the four script queries: BossImage, BossCutIn, ShotSFX and LaserSFX.

Which will then work for everybody's script directories, not just your own. Be sure to always implement this if you plan on sharing your scripts.

Nimono:

Oh, about that stuff~...


1: I purposefully didn't use GetCurrentScriptDirectory. I was using it before, but I was sick of constantly copying the same files to different folders. It's just wasted filespace, y'know?
2: As I said, this stuff isn't meant to be beatable- it's meant to be downright unfair, unforgiving, and hilarious. AKA, it's just a big joke. :( But the bosses alone are perfectly serious, and I tried to make THEM fair.


By the way, I've been using Danmakufu for months now, getting help often at the old boards. :) And when I say months, I mean MONTHS. I usually just play around with ideas, never building on anything...

Naut:

Unfair, unforgiving and hilarious is how I like my scripts. I usually make them beatable, but dang, this stuff is tough. I've gotten down to only losing two lives on both bosses though, getting there...!

I didn't mean you have to write and copy the files everywhere, just make sure that everybody can enjoy your lovely animated Miracle Matter when you upload it!

EDIT: I'm uploading a video of Copy Sign "Miracle Matter", by the way. Fun as balls. Can't do well enough on Armageddon to get a replay I'd record... GODrake might, if Keith's up to it~

http://www.youtube.com/watch?v=DYJRdVxmnuo&fmt=22

Drake:

Someone call?

Well, I wasn't able to do much, since Danmakufu slows down at a minimum of half the speed. I can beat it without a continue if I bomb spam, though lol

Nimono:

Aha, nice playthrough, Naut! I couldn't do that as well as you did, I'd be too slow to react. The attack really looks harder in your video, though, 'cause Danmakufu runs a bit slower for me due to my laptop. It's both good and bad. (Especially bad, since it makes the PC-98 games slow sometimes, so when they speed back up, I freak out and mess up.)

Also, just want to say this: Naut, I specifically made the Miraculous Armageddon script for you. :P I noticed in Onthenet's thread that you said you loved Lunatic-mode attacks, so I figured I'd try to make Miracle Matter EVEN TOUGHER, just for you. ;) I'm hoping I got that effect for you.

Pages: << < (2/7) > >>

Go to full version