Commit Graph

17 Commits

Author SHA1 Message Date
e1eb4dbd0d DSGuy Color Fixes (#343)
you can read
2023-03-12 22:20:28 +00:00
182d9fc88c Lots of tweaks, fixes and small additions + bop fixes and bop parity across almost all games with bops. (#331)
* Rhythm rally and cheer readers improvements

* Autobop for fan club

* Implemented new bop parity for fan club, rhythm rally and ssds

* Air rally easing improvements

* Fixed drumming practice stuff

* Tap trial has been unjankified yet again

* Cheer readers and catchy tune bops

* More bop parity

* MORE!!!!

* That should be all of them except space dance and dj school

---------

Co-authored-by: minenice55 <star.elementa@gmail.com>
2023-03-07 17:22:32 +00:00
fe19ddc767 Tons of cleanup in TONS OF MINIGAMES!!! (#270)
* Tons of stuff...

* Drumming practice improvements

* Easing for drumming practice

* Converted TOTC to prefunction

* Split scratch o into two

* Forthington voice lines can now be played outside of air rally

* Rhythm Rally Improvements

* Air rally sound improvements

* Spawn blocks rework

* BTS ds small tweaks

* Tap Trial fixes

* More tweaks to tap trial

* Final minor tweaks
2023-02-14 16:31:51 +00:00
f209b2fd17 start implementation of new format
needs fixes for some types
2022-08-21 19:46:45 -04:00
647a2a0d19 finish conversions 2022-08-20 23:13:52 -04:00
be41ff3014 Internal: separate minigame definitions 2022-04-12 12:14:46 -04:00
030837d3c9 Allowed lion count and mii faces to be set before game switches and fixed some bugs from last pr
I went through every single game script to look for bugs in intialization, there shouldn't be anything else that was caused by the pr (there is a bug in Spaceball where a ball cue won't trigger correctly if it's on the same beat as the switch, but i'm not sure how to fix it)
2022-03-27 11:13:13 -07:00
ebeea121ed Moved all minigame initialization to Awake()
I just moved everything that was in start to awake. There are a few other changes I made, like using init functions rather than awake in scripts that depended on something that was initialized in another script's awake (to make sure things always happen in the right order), as well as some other stuff in some specific minigames
2022-03-25 19:08:46 -07:00
f8d85c3e23 Added Streaks and Set Background Color to Drumming Practice 2022-03-15 19:15:54 -04:00
9f7b8ee278 The biggest of boi refactors 2022-03-14 07:21:05 -07:00
30d2931762 Organization refactor 2022-03-11 21:10:13 -07:00
b506c8f452 de-hardcode conditional 2022-03-11 13:24:24 -05:00
5cf2255022 Drumming Practice: individually set each mii
note: had to add a third integer value to the Beatmap parameters, may wanna consider using some kind of array in the future
2022-03-11 13:20:24 -05:00
f971cba1be Added generic Applause sound
Cleaned up Mr. Upbeat and Drumming Practice sounds as a result
2022-03-07 12:10:50 -05:00
48e81d4df9 Added "Set Mii" to Drumming Practice 2022-03-07 00:26:59 -05:00
87b474b1ba Working Drumming Practice 2022-03-07 00:00:54 -05:00
48c0f0994c Started prepping Drumming Practice 2022-03-06 22:17:46 -05:00