* starting out with adding so many things
* voiceless kicks and combos (that one was easy)
* queuing objects/specials
* starting on cutting out the voice
-i was using MultiSound.Delete() but i found it very inconsistent and janky so im switching to a check of the next block and if it should cut out the voice
* got rid of basically all of the static variables in favor of checking the last color blocks
-also means that the bg and object colors getting held over between remixes shouldn't happen anymore
* removed all of the super backwards compatibility
-im almost certain these blocks are only available in .tengoku files though, so nobody should have any issues
* convert karateman to karateMan
* conversion stuff start
* voice cutting fully works and is consistent now
color conversion isn't working, but ill fix it eventually
background color isn't working rn either, and moving to the new system has caused a lot of errors
* it compiles now
this Background Appearance block got hands ‼️
working on converting everything to the new bg color system
this will be so annoying to build a RiqUpdater for.
* bunch of small stuff
i got this done while i was at a cabin
* bg still broken :(
* unconvert karateman from karateMan, bg finally works
well. bg ALMOST finally works
i'll be doing the fx stuff after, and ill combine it with the flow block
* bg nearly done
* i just might give up on bg compatibility
i tried for like an hour and a half to convert it but i couldn't.
minenice might be able to but idk.
* background + lightbulb stuffs
* FINALLY got old bg blocks updating + better bulb sfx
store the keys of the objects in the dictionary that i want to remove, create the properties, then remove all of the objects using the keys.
bulbs use a method that lets any sfx go through for the throw and hit, which means custom lightbulb cues 😃
moved all queuing into one list, then a foreach checks the datamodel of each riqentity in the list
camera bug fixed (call update in awake and start)
recolorable barrels lol
* and with that, it's finished!
added backwards compatibility for bg fx and fixed the particles (oops i forgot to assign them in the inspector
* fixed a bug
the warning would not go away if you dragged the playback bar behind a warning cuz it wasn't checking for the beginning of a warning block
* oops forgot to remove a debug log
* Somewhat Playable Launch Party
Pitches/Animations are almost finished
* idk what you'd call this anymore
* More Launch Party Code
* Actually Approachable Code!
* Some other stuff idk
* Cleanup preparation
* Beginning too rebuild
* Got the rocket and cracker crackin'
* Basics done codewise
* Started setting up the movement of the launch pad
* You can now move da launch pad and rotate it too
* Scrolling Background effect added
* Small tweak
* Name changes
* Rise animation adjustment
* animations stuff
* miss and launch anims are in
* Implemented animations
* Adjusted sizing of launch pad
* Able to change scroll speed, but with major issues
* more anims
* More anim implementations
* more final touches
* Bug fixes
---------
Co-authored-by: Jellirby <80490342+Jellirby@users.noreply.github.com>
Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
Co-authored-by: minenice55 <star.elementa@gmail.com>
- bg effect preview (buggy)
- adjusted path of hit items
- adjusted particle limits and spawning
- rain is now affected by wind
- cont. work on joe expressions
- animation helper sync scale now plays thru events properly
- adjusted timing windows
There's now a "type" dropdown menu that allows you to choose between "Normal", "Yellow", "Blue", and "Custom". Custom will use the color specified in the Custom Color field
Beat action is now used to define one-off objects that is used by the beat but I don't wanna bother making a different script for. Example case: the "hit 3" sprite in Karate Man.
Animation helpers for functions I don't wanna rewrite 100,000 times.
General improvements for Karate Man, like prepare animation and some updates to game events.