Return to site

Unitale

broken image
Unitale download gamejolt

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.

Oct 23rd, 2016
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!

Unitale Dio

  1. -- A basic monster script skeleton you can copy and modify for your own creations.
  2. comments ={'Dan The Dragon.','Dan Shakesrhis fistrat you.','Dan scowls.'}
  3. sprite ='empty'--Always PNG. Extension is added automatically.
  4. hp =1300
  5. def =-20050
  6. dialogbubble ='rightlarge'-- See documentation for what bubbles you have available.
  7. cancheck =false
  8. Encounter['nextwaves']={'bullettest_bouncy','bullettest_chaserorb','bullettest_touhou','bullettest_circle'}
  9. function HandleAttack(attackstatus)
  10. -- player pressed fight but didn't press Z afterwards
  11. Encounter.Call('InvisibleDan',false)
  12. SetSprite('dan_spr/hurt')--HELLO THERE THIS IS THE EXACT COMMAND YOU WANT TO PUT INTO THIS PART OF THE SCRIPT.
  13. --THIS IS WHERE YOU CAN SET DAN'S SPRITE TO A HURT SPRITE TO MAKE HIM APPEAR HURT WHOOP DE DOO
  14. --NO I AM NOT BEING DRIVEN MENTALLY INSANE BY MY OWN INTERNAL SUFFERING WHAT ARE YOU TALKING ABOUT?
  15. --THIS IS JUST TO GET YOUR ATTENTION SO YOU KNOW EXACTLY WHAT TO DO HERE
  16. -- note left from someone who helped me make the animation for this monster ^
  17. deaths =0
  18. deaths = deaths +1
  19. 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!!!'}
  20. Encounter.Call('InvisibleDan',false)
  21. else
  22. currentdialogue ={'Theres no onenelse to fight youn I STILL CAN'T GIVE UP','...'}
  23. currentdialogue ={'I WON'T GIVE UP!'}
  24. currentdialogue ={'I WON'T GIVE UP'}
  25. currentdialogue ={'I WON'T GIVE UP..'}
  26. currentdialogue ={'i can't give up.....[w:160]'}
  27. end
  28. end
  29. -- This handles the commands; all-caps versions of the commands list you have above.
  30. if command 'CHECK'then
  31. if check 1then
  32. BattleDialog({'Dan 50 ATK 50 DEF [w:20][color:ff0000]nKill It! =D.'})
  33. BattleDialog({'[color:ff0000]I SAID KILL HIM D=<'})
  34. BattleDialog({'Dan 50 ATK 50 DEF [w:20][color:ff0000]...'})
  35. if command 'SMIRK'then
  36. elseif command 'HEAL'then
  37. elseif command 'INSULT'then
  38. BattleDialog({'You tell DannThat drakes researchnwas usless'})
  39. currentdialogue ={'What Did youn know aboutn drake?'}
  40. end
RAW Paste Data
-- A basic monster script skeleton you can copy and modify for your own creations. comments = {'Dan The Dragon.', 'Dan Shakesrhis fistrat you.', 'Dan scowls.'} commands = {'CHECK', 'SMIRK', 'HEAL', 'INSULT'} sprite = 'empty' --Always PNG. Extension is added automatically. name = 'Dan' hp = 1300 atk = 100 def = -20050 check = ' dialogbubble = 'rightlarge' -- See documentation for what bubbles you have available. canspare = false cancheck = false check = 0 Encounter['nextwaves'] = {'bullettest_bouncy', 'bullettest_chaserorb', 'bullettest_touhou','bullettest_circle'} -- Happens after the slash animation but before function HandleAttack(attackstatus) if attackstatus -1 then -- player pressed fight but didn't press Z afterwards else 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 ^ end end deaths = 0 function OnDeath() deaths = deaths + 1 if deaths 1 then 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!!!'} hp = 550000 Encounter.Call('InvisibleDan', false) SetSprite('NewForm/full_body') else if deaths 2 then currentdialogue = {'Theres no onenelse to fight youn I STILL CAN'T GIVE UP','...'} SetSprite('Melt/melt1') currentdialogue = {'I WON'T GIVE UP!'} SetSprite('Melt/melt2') currentdialogue = {'I WON'T GIVE UP'} SetSprite('Melt/melt3') currentdialogue = {'I WON'T GIVE UP..'} SetSprite('Melt/melt4') currentdialogue = {'i can't give up.....[w:160]'} hp = 0 -- not sure if this will kill him end end end -- This handles the commands; all-caps versions of the commands list you have above. function HandleCustomCommand(command) if command 'CHECK' then check = check + 1 if check 1 then BattleDialog({'Dan 50 ATK 50 DEF [w:20][color:ff0000]nKill It! =D.'}) elseif check 2 then BattleDialog({'[color:ff0000]I SAID KILL HIM D=<'}) else BattleDialog({'Dan 50 ATK 50 DEF [w:20][color:ff0000]...'}) end if command 'SMIRK' then currentdialogue = {'What ArenYou Smilingnat?'} elseif command 'HEAL' then Player.Heal(20) elseif command 'INSULT' then BattleDialog({'You tell DannThat drakes researchnwas usless'}) currentdialogue = {'What Did youn know aboutn drake?'} end end 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

StatusIn development
PlatformsWindows, macOS, Linux
AuthorCrayHack

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.0
    Nov 28, 2020

Unitale Game Jolt

Log in with itch.io to leave a comment.





broken image