Aug 04, 2021 unitale Open-Source Projects. 1 0 0.0 Lua A collection of advanced CYF libraries to make the creation of other libraries easier. Project mention. Nov 24, 2018 All Mods + Unitale. Version: 1.0.0 over 2 years ago. Download (440 MB) I made this in Unitale like a year ago and since DELTARUNE was released I made a new account to put these games up. There is a few youtube videos of it.
Unitale Dio
- -- A basic monster script skeleton you can copy and modify for your own creations.
- comments ={'Dan The Dragon.','Dan Shakesrhis fistrat you.','Dan scowls.'}
- sprite ='empty'--Always PNG. Extension is added automatically.
- hp =1300
- def =-20050
- dialogbubble ='rightlarge'-- See documentation for what bubbles you have available.
- cancheck =false
- Encounter['nextwaves']={'bullettest_bouncy','bullettest_chaserorb','bullettest_touhou','bullettest_circle'}
- function HandleAttack(attackstatus)
- -- player pressed fight but didn't press Z afterwards
- Encounter.Call('InvisibleDan',false)
- SetSprite('dan_spr/hurt')--HELLO THERE THIS IS THE EXACT COMMAND YOU WANT TO PUT INTO THIS PART OF THE SCRIPT.
- --THIS IS WHERE YOU CAN SET DAN'S SPRITE TO A HURT SPRITE TO MAKE HIM APPEAR HURT WHOOP DE DOO
- --NO I AM NOT BEING DRIVEN MENTALLY INSANE BY MY OWN INTERNAL SUFFERING WHAT ARE YOU TALKING ABOUT?
- --THIS IS JUST TO GET YOUR ATTENTION SO YOU KNOW EXACTLY WHAT TO DO HERE
- -- note left from someone who helped me make the animation for this monster ^
- deaths =0
- deaths = deaths +1
- currentdialogue ={'No..[w:5]nI wont lose....[w:10]nthat easily.....[w:15]','I need to continuenfightingn for drake..','and not justnthat for everyonen who evernbelieved in me!!!'}
- Encounter.Call('InvisibleDan',false)
- else
- currentdialogue ={'Theres no onenelse to fight youn I STILL CAN'T GIVE UP','...'}
- currentdialogue ={'I WON'T GIVE UP!'}
- currentdialogue ={'I WON'T GIVE UP'}
- currentdialogue ={'I WON'T GIVE UP..'}
- currentdialogue ={'i can't give up.....[w:160]'}
- end
- end
- -- This handles the commands; all-caps versions of the commands list you have above.
- if command 'CHECK'then
- if check 1then
- BattleDialog({'Dan 50 ATK 50 DEF [w:20][color:ff0000]nKill It! =D.'})
- BattleDialog({'[color:ff0000]I SAID KILL HIM D=<'})
- BattleDialog({'Dan 50 ATK 50 DEF [w:20][color:ff0000]...'})
- if command 'SMIRK'then
- elseif command 'HEAL'then
- elseif command 'INSULT'then
- BattleDialog({'You tell DannThat drakes researchnwas usless'})
- currentdialogue ={'What Did youn know aboutn drake?'}
- end
This is a Baldi battle based on the games Baldi Battle in Undertale and BaldiTale.
In order to play this game properly, you must download Unitale or Create Your Frisk. Once the unzipping process is complete, drag the folder to the 'Mods' folder in Unitale or CYF. Then launch it.
Currently, the game is available on all platforms except Android. I will attempt to work on getting it to work on Android soon.
I need to work on the items, because they don't work so far. This battle is also pretty difficult, and Baldi's HP is very high, so it may look like no damage is done. This is supposed to make it harder.
Have fun, and stay safe! - CrayHack
Status | In development |
Platforms | Windows, macOS, Linux |
Author | CrayHack |
Install instructions
In order to play this game properly, you must download Unitale or Create Your Frisk. Once the unzipping process is complete, drag the folder to the 'Mods' folder in Unitale or CYF. Then launch Unitale or CYF.
Unitale Battles
Download
Development log
- Version 1.0Nov 28, 2020
Unitale Game Jolt
Log in with itch.io to leave a comment.