A downloadable game

This is a very incomplete Danmakufu ph3 script, created in less than 24 hours for Peanut Jam 2022.

The installation package includes Danmakufu (think of it like the game engine required for running the script, something like PICO-8 perhaps), which is NOT written by me and only included because otherwise the scripts I wrote cannot be run.

Unzip the files inside, and click on the th_dnh executable. 

Controls: 

z: confirm/shoot

x: cancel/bomb (clears bullets)

arrow keys: menu navigation/movement

shift: slow down player and focus fire

Esc: pause menu (first option is resume, second quits, third restarts script)

To play the stage:

open up th_dnh executable, and navigate into Directory

navigate into simpleScript, then stagescript, and hit z


Credits:

Bullet and stage scripts - Me

Music - Me

Enemy sprite - Me

Everything else belongs to the creators of Danmakufu ph3, and Touhou Project and its characters belong to Team Shanghai Alice

Documentation for the language below:

http://dmf.shrinemaiden.org/ph3/

https://sparen.github.io/ph3tutorials/docs_object.html

All scripts and assets created by me in /scripts/simpleScript/ folder, source code for scripts written by me and can be opened up in any text editor

UPDATE:

Oops forgot to add the last two sequences to stagescript

anyways if you want to play the last two sequences in stagescript you can add the following code after line 24 in stagescript:

    ObjEnemyBossScene_Add(obj, 0, dir ~ "./nonspell2.txt");

    ObjEnemyBossScene_Add(obj, 0, dir ~ "./spell2.txt");

or you can play those individually, they're called Normal Shot 2 and Spell Card 2 in the directory as seen in the screenshot attached

Gameplay video courtesy of my friend Shovel#0044:


Download

Download
PeanutJamDanmakuScript.zip 5 MB

Leave a comment

Log in with itch.io to leave a comment.