* Barebones title screen prefab added
* logo and stuff
* cool
* Added sfx to title screen
* The logo now bops to the beat
* epic reveal
* Fixed something
* put some of the stuff into the main menu
* other logo bop
* Implemented logobop2 and starbop
* added scrolling bg, tweaked positioning and wip splash text for play button
* more menu
* ooops
* Expand implemented
* cool
* Made stars spawn in in the opening
* make UI elements look nicer on different aspect ratios
* add sound while hovering over logo
* add settings menu to title screen
make the title screen properly play after the opening
* swap out title screen hover sound
remove the old config path warning
* every button works, some play mode fixes
* fix issues with beataction/multisound and pausing
* fix dropdown menus not working in certain screens
* fix particles rotating when camera controls are used
* touch style pause menu items only trigger if cursor is over an item
* various changes
make playback (unpausing) more reliable
only apply changes to advanced audio settings on launch
fix title screen visuals
add opening music
continue past opening by pressing a key
update credits
* almost forgot this
* lol
* initial flow mems
* user-taggable fonts in textboxes
* alt materials for kurokane
* assets prep
* plan out judgement screen layout
change sound encodings
* start sequencing judgement
* judgement screen sequence
* full game loop
* fix major issue with pooled sound objects
rebalance ranking audio
fix issues with some effects in play mode
* new graphics
* particles
* make certain uses of the beat never go below 0
fix loop of superb music
* make markers non clamped
lockstep frees rendertextures when unloading
* lockstep creates its own rendertextures
swapped button order on title screen
added null checks to animation helpers
disabled controller auto-search for now
* enable particles on OK rank
* play mode info panel
* let play mode handle its own fade out
* fix that alignment bug in controller settings
* more safety here
* Update PauseMenu.cs
* settable (one-liner) rating screen text
* address minigame loading crashes
* don't do this twice
* wav converter for mp3
* Update Minigames.cs
* don't double-embed the converted audio
* studio dance bugfixing spree
* import redone sprites for studio dance
* update jukebox
prep epilogue screen
* epilogue screen
* studio dance inkling shuffle test
* new studio dance choreo system
* markers upgrade
* fix deleting volume changes and markers
prep category markers
* Update Editor.unity
* new rating / epilogue settings look
* update to use new tooltip system
mark certain editor components as blocking
* finish category system
* dedicated tempo / volume marker dialogs
* swing prep
* open properties dialog if mapper hasn't opened it prior for this chart
fix memory copy bug when making new chart
* fix ctrl + s
* return to title screen button
* make graphy work everywhere
studio dance selector
membillion mems
* make sure riq cache is clear when loading chart
* lol
* fix the stupid
* bring back tempo and volume change scrolling
* new look for panels
* adjust alignment
* round tooltip
* alignment of chart property prefab
* change scale factor of mem
* adjust open captions material
no dotted BG in results commentary (only epilogue)
bugfix for tempo / volume scroll
* format line 2 of judgement a bit better
update font
* oops
* adjust look of judgement score bar
* new rating bar
* judgement size adjustment
* fix timing window scaling with song pitch
* proper clamping in dialogs
better sync conductor to dsptime (experiment)
* disable timeline pitch change when song is paused
enable perfect challenge if no marker is set to do so
* new app icon
* timing window values are actually double now
* improve deferred timekeep even more
* re-generate font atlases
new app icon in credits
* default epilogue images
* more timing window adjustment
* fix timing display when pitched
* use proper terminology here
* new logo on titlescreen
* remove wip from play
update credits
* adjust spacing of play mode panel
* redo button spacing
* can pass title screen with any controller
fix issues with controller auto-search
* button scale fixes
* controller title screen nav
* remove song genre from properties editor
* disable circle cursor when not using touch style
* proper selection graphic
remove refs
re-add heart to the opening
* controller support in opening
---------
Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
Co-authored-by: minenice55 <star.elementa@gmail.com>
Co-authored-by: ThatZeoMan <67521686+ThatZeoMan@users.noreply.github.com>
* blue bear and bop region fix
* fixed see saw bug
* I hate blue bear.
* Accuracy
* random things
* extended bgs
* karate man stuff
* ok
* star colors and senior gradient
* reworked blue bear emotions again
* head seperated in ringside
* fix
* blink fix
* blink fix again
* no cancel
* karate man right hand thing
* new sheet
* oops
* bop anim fix
* i have made a severe and continuous lapse in judgement
* fixed stuff
* fixed stuff in sneak y Psirits
* drumming practice new sprites and anims
* extended bg
* the blush was lower on z axis oops
* if you love it so much why dont u put a ringside on it
* blue bear change
* Double date !
* new karate joe heads + snow and double date bench fix
* ops
* fixed breakup anim thing
* story position fixes
* oops
* smile anim fix
* added jump option
---------
Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
* 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.