Author Topic: My Patchouli Spellcards  (Read 2871 times)

touhouplayer

  • Your youngest Touhou Addict!
My Patchouli Spellcards
« on: April 14, 2011, 05:09:55 AM »
Note: Hehe... i should have placed sound effects.... But i'm a little too lazy to do some sound effects...   :blush:
I finally Finished it.
This is kinda different from the other one.
I also was very lazy--
i didn't add the other characters since that will just take longer to upload on my MediaFire account...
Anyway, im only 9 years old, so i can't do much scripts...  :ohdear:
Note that i named the Difficulty of Sun Sign "Suncross Laser Festival"  1% Impossible because even i cant finish it... :P

Download here: http://www.mediafire.com/?5sabphrgaop1i4a


When Downloading my files and you're new to Danmakufu, you might want to read the readme files i put.  :3
Graze On, Peoplez!  :dragonforce:
« Last Edit: April 14, 2011, 05:34:59 AM by touhouplayer »
Touhou Games 4-Ever!

Agent of the BSoD

  • Takeminakata Invocation
  • *
  • Never forget
Re: My Patchouli Spellcards
« Reply #1 on: April 14, 2011, 05:40:58 AM »
Um, there are a few things that aren't set correctly. The background doesn't show up, and the cutin for Patchouli is a white block.

I figured out the background one though. You had:
Code: [Select]
#Background[User(.\bg.png, 1, 1)]It should be:
Code: [Select]
#BackGround[User(.\bg.png, 1, 1)]Note the G in BackGround needs to be capped.

I'm not sure what's up with her blank cutin though, since I'm learning danmakufu still.
I figured out how to play midi in games with a different device on Win7 ^^
TF2 Backpack
Embodiment of Scarlet Hair English Patch is almost completed.
^ I didn't forget about this. I don't know what you're talking about. >_>

TheMasterSpark

  • Lunatic lemurialist
Re: My Patchouli Spellcards
« Reply #2 on: April 14, 2011, 08:59:04 AM »
There are a few things needed to get your cut-in and sprites to work.

Your directory paths were a bit off, and you forgot to load the graphics for the cut-in.

These are necessary to include in your code, among the other things already there..

Code: [Select]
...
    let CSD = GetCurrentScriptDirectory;
    let imgBoss = CSD ~ "Patchouli Knowledge Sprite.png";
    let BossCutIn = CSD ~ "Patchouli Knowledge.png";
...

    @Initialize {
LoadGraphic(BossCutIn);
        LoadGraphic(imgBoss);
        SetTexture(imgBoss);
        SetGraphicRect(0, 0, 63, 63);

CutIn(YOUMU,"Sun Sign"\""Suncross Bullet Festival"\",BossCutIn,0,0,200,600);     
    }

Also, 300 seconds of play-time is too much for the carrot laser script. The idea is good and the execution works, but the length is a bit excessive.  :V

Chronojet ⚙ Dragon

  • The Oddity
  • 今コソ輝ケ、我ガ未来、ソノ可能性!!
Re: My Patchouli Spellcards
« Reply #3 on: April 14, 2011, 03:00:01 PM »
You MUST put all of your scripts in one topic. Seriously, we don't want to have, one day, a board with like 15% only your script topics.

Requesting a topic merge with Christmas Sign topic.

But for now, I'm not trying this until it gets merged. I'm that stubborn.
« Last Edit: April 26, 2011, 04:32:47 AM by みゅーキュゥ »

pokecatch

  • I am underage
  • And therefore, I am banned
Re: My Patchouli Spellcards
« Reply #4 on: April 25, 2011, 09:52:47 PM »
I agree with Mewkyuu (JAPANESE LETTERS, HOW DO THEY WORK?) with merging. DO IT.
anyway, It's pretty hard and beutifull in my part, got to 40 or 35 seconds left.
captured it with no deaths on normal.
« Last Edit: April 26, 2011, 07:58:30 PM by pokecatch »