Commit Graph

1501 Commits

Author SHA1 Message Date
minenice55 b876934b73 Change Project License to MIT (#700)
* license change

replace unneeded package

* reword this
2024-02-16 06:17:16 +00:00
AstrlJelly 487e23bfd7 fix (#696) 2024-02-13 14:36:06 +00:00
ThePurpleAnon ea09e6ca4e Manzai but more of it (#695)
* Lots of small things

Replaced the combined "boing" sound from rhre with the split "boing" sounds from ingame for easier voice replacement.
Split the regular pun and boing pun blocks.
Made the offset for Kosuke's voicelines adapt to the sound's pitch.
Made speech bubble positions randomized.
Made the "ready" animation play in autoplay if you're in touch mode.
Moved the window for when you're allowed to start holding for a slap in touch mode sooner.

* Minor-er things

Attempted and failed to get the "crowd noise interruption" in place.
Removed a log command.
Disabled bopping in the "boing" block sooner.
Fixed how the pun and boing blocks work on game switch.

* Even more minor things ™️

Shuffled around some things in the prefab to be more accurate to the original.
Finally moved the reference images out of the root assets folder

* Did somebody ask for more minor changes

Changed how the input method is called to prepare for random voicelines.
Made playback speed affect voice pitching (unless pitching is turned off in the block)
Fixed input doubling if a Pun block is put on the same beat as a game switch (curse you space soccer and not having to check for that in the method i stole from you)

* QoL tap mode thing

Basically if you hold down the button for long enough, kasuke will play the "ready" animation which is uninterruptable until you let go

* No way is that more minor things

Added figure-farter-esque easter egg. (hold both shoulder buttons while inputting and see what happens :3)
Made whiffs detract from your score.

* Stuff

Added options for audience sounds and added practice crowd sounds.
Fixed Kasuke's pitching and split the "donaiyanen" voice line.
Added spritesheet for the crowd (it's not even split yet i literally just remembered i never pushed last night and i wanted to do that first)

* Crowd (still WIP)

Added the crowd and all the animations that are in vanilla.
Added a block for crowd animations.
Yeah basically just crowd implementation, extra goodies are yet to come.

* Crowd Stuff but More

Made bops low priority animations for the crowd.
Added the jumping animation holy fuck that was a headache please send hlep.

* removed WIP label

bc raffy and astrl and maddy bugged me about it

* Cool Stuff

Added the microphone and animated it using the "birds slide" block.
Added the sprite sheet for particles.
Implemented the feather particles during a slap.

* The Push

Optimized a bit of input code.
ADDED VOICELINES WOOOOO (with randomization)
2024-02-13 13:37:06 +00:00
minenice55 a032385c7d Improved Sound Loading (#688)
* basic audio preloading

could this operation be timesliced even more?

* note

* load sounds in subfolders from their ABs properly

fix sound names that would conflict from this change

* also grab from cache in this method

* fix ringside's assetbundle

* several AB sfx fixes

air rally
catchy tune
coin toss
karate man
lockstep
marching orders
mr upbeat
samurai slice gold
tambourine
tram&pauline
trick on the class
working dough

* fix flipper flop assetbundle

* fix weird issue with pause menu arrow
2024-02-11 05:24:52 +00:00
Tailx501 1f891937be Updated the Modified Kurokane Font (#686)
* FOT-KurokaneStd_(Megamix_Modified)-EB.otf

* Delete Assets/Resources/Fonts/kurokane/FOT-KurokaneStd (Megamix Modified)-EB.otf

* FOT-KurokaneStd_(Megamix_Modified)-EB.otf

Forgot that the letters "V" & "v" were also modified as well.

* Delete Assets/Resources/Fonts/kurokane/FOT-KurokaneStd_(Megamix_Modified)-EB.otf

* Forgot that the letters "V" & "v" were also modified as well.
2024-02-06 20:53:24 +00:00
AstrlJelly eb8e5b5277 the burger fix (#681) 2024-02-04 16:15:14 +00:00
minenice55 85706b47c7 JSL-Related Improvements (#679)
* *don't* cause a stack overflow when polling split controller

* update JSL (DualSense Edge support)

add ability to update controller bindings

* (temporarily) get rid of everything joy-con pair related

* prepare the new controller

update JSL

* implementation of joycon pair

* properly do the material

* finish implementation
2024-02-04 06:54:32 +00:00
ThePurpleAnon ced59446a1 Upbeat blip length (#675)
* Implementation

actually implemented the slider, waiting on zeo's word for polish

* Non-placeholder text

ty zeo
2024-02-02 00:40:53 +00:00
ev d181109270 Kitties Fix (#673)
* new kitties sprites

* Kitties Fix

* fixed anims and sheet

---------

Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
Co-authored-by: minenice55 <star.elementa@gmail.com>
2024-02-01 05:45:56 +00:00
ev 61cec6c8e8 new kitties sprites (#671)
Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2024-01-31 05:34:24 +00:00
AstrlJelly bd34217c28 icon updates (#670)
* icon updates

* Update mannequinFactory.png
2024-01-31 05:19:58 +00:00
ThePurpleAnon 392535f15e Update Credits.txt (#669)
hi my name is in now hi hi
2024-01-31 05:07:41 +00:00
AstrlJelly 26c5643c24 just two bug fixes (#667)
* Update README.md (#661)

* reimplement the fixes

---------

Co-authored-by: minenice55 <star.elementa@gmail.com>
2024-01-31 04:59:52 +00:00
AstrlJelly 689226a9bb Mannequin Factory (#499)
* everything

yeah. everything..?
just needs an icon

* ass buns

* clean up + split up the blocks

* quick refresh

just so this doesn't get stale and fall behind in the codebase

* NOT DONE YET! gonna finish tomorrow

* it's done!!

* oh oops gotta actually load the game
2024-01-30 02:41:35 +00:00
AstrlJelly 58a3fe19af Manzai (WIP) (#664)
* Creating the scene

Graphics for the stage and the birds have been set up, no animation or editor events yet

* Implementation of Rudimentary Functionality

Added "pun" blocks with very minimal functionality, and "custom boing" blocks with no functionality. Added functionality to the "bop" block.
Incredibly basic animations and sfx implementation.

* Implemented functionality to "bop" + pitching sfx

pretty much does what the title says. pitching for voicelines is automatic, and scales properly to tempo (based on 98 bpm)

* Added "Hai" Bubbles

basic functionality and animation for "hai" speech bubbles, bubbles are able appear in a random order

* (NEEDS DEBUGGING) Boing block rudimentary implementation

All it's trying to do is figure out if the vulture should mess up his pun and it only plays both functions every time no matter what

* Animation Dump + misc

Properly implemented 6 animations:
raven's bop, talk, and ready
vulture's bop, talk, and boing
Along with implementing proper functionality for puns having random inputs

* [DEBUGGING APPRECIATED] Misc Things

Attempted to add the slide in/out animations to the birds, but they don't currently work (debugging appreciated)

Added and implemented miss sfx, and readjusted the framing of the birds in the scene.

* Prepping for Sound Implementation

Made a system to brute-force phrase sounds, removed some randomization, added a way to pitch and unpitch Kosuke's voice lines, added a temp icon for Manzai.

* Fixed slides

made them fancy :3 (easing, combining the blocks, the works (still no slide animation for the birds tho))

* sourcegen

* ignore

pushing so i can unstash my goddang changes

* HD textures and half of an SFX overhaul

HD textures speak for themselves, comedians and bubbles are beeg now. SFX are currently halfway through a rework and very broken :(

* Finished boings/added short pun animations

self explanatory

* Some Misc Animation Stuff

added move animations, attempted to get "Hai" bubbles to be random but failed, allowed Manzai's inputs to work between game switches

* Loads of Input Stuff

Making bops not overwrite other animations, making the input system correct with all styles (hopefully), added barelies

* More Playability Stuff

Added "boing" hit animation, added audience reactions to correct inputs

* Lights On/Off

Added a toggle for stage lights and shadows for the birbs, plus some misc prefab cleanup

* grrrrrrrr

made the accent color for manzai purple, and fixed broken shit from trying to move spotlights to children of the birds, have NO idea if github is picking up everything correctly and the branch might be a tad broken now, oopsie

* Finished up presentability

added donaiyanen bubble, added slap whiff animations, made light toggle block have an actual checkbox instead of simply toggling the lights, did a bunch of logic to allow animations to be only allowed to play at a certain time, attempted and failed to make the hai bubbles be able to move around

* Slap whiff animation is able to play sooner during a "boing" block now

self explanatory

* bleh

pushing just to get this shit out of the changed files list

* PR-ready-ified

added a "WIP" to manzai's title, and commented out all the unfinished shit

* ass buns

---------

Co-authored-by: ThePurpleAnon <100617766+ThePurpleAnon@users.noreply.github.com>
Co-authored-by: minenice55 <star.elementa@gmail.com>
2024-01-29 03:23:02 +00:00
Rapandrasmus 19973638a2 Monkey watch (#555)
* basic setup+inputs

this is gonna be so annoying to optimize
i am SO overwhelmed with the options that i have
object pooling, disabling the monkeys, literally just placing them manually... idk.

* custom monkeys + more setup stuff

it's all coming together .

* a few tweaks

committing to update the spritesheet

* hi ev

* player stuff

* player anims

* particles

* more of prefab

* upscale for this sheet

* prefab more

* oops

* anims n stuff

* assign the stuff, a little bit of rotation

* better sheet

* balloon sheet

* particles

* Revert "particles"

This reverts commit fe4d589731a3ceacc7d80b7fde520f87b1c6e745.

* Revert "Revert "particles""

This reverts commit ce117b280d4bd7400bd40260f4d858f2d5fba9e3.

* fixed the watch outline + pink monkey prefab variant

the bccad really is a life saver

* anims for monkeys

* convert to dictionary

yippee for dictionaries
* better camera
* click animations are all done
* custom monkeys are actually good now :)
* prefab adjustments

* oopps2

* tweaked particles

* inactive monkeys/custom monkeys + prefab fixes

they should work perfectly now, and the prefab should also need no further adjustment
hopefully...

* many animations

* click fixes

* the prefab needed One more adjustment

* oops again

hopefully the shadow is good now

* sheet adjustment

* all yellow anims done

* progress.

starting on the monkeys appear block rn, and then i'll work on the monkey spawning logic. honestly should be pretty easy (and i DON'T think this will be something i look back on as if i was crazy 😄 )

* open / close hole

* monkey spawning working better

* pink monkey anims

* clean slate

* gonna test something

* proper camera

* Camera movements done

* pink monkey sounds and a small bug fix

* clock arrow now moves

* gettin ready to spawn el monkeys

* monkeys should spawn now ig

* bug fixes

* oops

* monkeys appear added

* more fixes yahoo

* shadow tweak

* bug fixes

* zoom out beginnings

* hour more smooth

* smooth minute too

* it now zooms out lol

* middle monkey

* oopsie doopsie

* hot air balloon

* oops

* anim

* disappear fix

* ticks on input now

* prepare earlier

* tiny tweak

* oops again

* fixed the input bug

* holes

* middle monkey anims

* fixed layering

* zoom out tweaks and shadow movement

* camera tweak

* tweaks

* quad

* camera tweak

* quart

* inspcetor

* shadow correct

* Okay

* zoom out seperation

* instant

* balloon movement

* balloon fixed

* fixed particle

* icon

* fixed beataction parameters

* monkey watch camera refactor

run sourcegen

---------

Co-authored-by: AstrlJelly <bdlawson115@gmail.com>
Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
Co-authored-by: minenice55 <star.elementa@gmail.com>
2024-01-29 03:04:19 +00:00
ev 98233e174d Nightwalk GBA (#569)
* Nightwalks set up

* Play yan with balloons

* platformSetUp

* Platform handler fundamentals

* Count In Added

* small thing

* Got em inputs in nightwalk gba to work

* Platforms now spawn when there's no count-in

* He jumps now!

* Decreased platform count

* Height changes added

* Randomness for height changes

* Name changing

* Fixed a bug with no count in blocks

* Ok height changes should be flawless now

* No jumping added

* Umbrella and lollipop added

* Umbrella drum pattern added

* Fallyan :(

* Implemented falling :(

* Fixed drum patterns not working

* Fish implemented

* Fixed kick sound being weird

* 4 beat count in added

* Tweaked landing pos

* Walking Count-In added

* new sprites touched up anims

* oops1

* barely anims

* Implemented barelies into nightwalk gba

* Balloons have random positioning now

* New sounds and whiff/barely sounds

* Fall smear added

* Fixed issues with platform heights on gameswitches

* 24 platforms

* walk is normalized now

* Star scrolling functionality done

* Blink animations n stuff

* STARS BLINK NOW

* Force evolve added + tweaks

* Fixed stars not stopping + upped amount of stars

* End event setup

* Finding end blocks logic added

* end event functionality finished

* end platform anim

* fixed anim

* only stars on screen evolve

* 2 evolve by default

* End event fixes

* more blinking

* star blinks now and has string

* minor tweak

* fix to interaction between fish and end block

* tweaked dropdown values

* removed fish sound

* named some sprites in the spritesheet

* high jump and roll anims

* Roll sound should only play if valid

* Small fix to roll cue sound logic

* Another small fix to roll cue sound logic

* ok actually fixed roll sound

* roll platform added to jumpl platform prefab

* Roll cue platform visuals done

* Basic Roll Cue implemented

* flower

* umbrella

* barely for roll release

* OOPS

* smol fixes

* fixed visual stuff and added missing to rolls

* redid sheet, new anims

* slow walkin'

* adjustments

* oops

* adjusted smear

* improved interaction between roll and end block

* improved interaction between roll cue and platform heights

* 32 stars

* made the star boundary way smaller

* how was i this stupid

* fixed more interactions

* stack proof roll cue and also end block + roll cue fix

* Fixed things related to stars

* fixed no jumping not working with end block + roll

* nearing the final stages

* rolls counts for 2 jumps now

* fixed a bug to do with roll platforms and made roll platform sounds not be able to be played on invalid beats

* made stage 2 stars bigger

* added destroy roll platform sprites

* update to new systems

---------

Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
Co-authored-by: minenice55 <star.elementa@gmail.com>
2024-01-28 06:03:53 +00:00
minenice55 d951006f86 run source generator to add totem climb (#663) 2024-01-28 04:14:30 +00:00
minenice55 284b5b4da0 Update README.md (#661) 2024-01-28 03:49:50 +00:00
Rapandrasmus ccfc528d99 Totem Climb (#660)
* setup

* scroll stuff

* tons of stuff

* totem bop

* bopping and new assets

* soem more

* frog fit

* fixed order of operation issue

* triple proto

* wow i love super curves

* TRIPLE JUMP

* frog fall

* the spinny

* dragon initial

* functional dragon

* fixed un bug

* the deets

* the deets have been fixed

* miss stuff

* smol fix

* no log

* fixed some issues

* switch to next state

* particle

* remove useless logic

* zoomed out

* sound and line fix

* new bg sheet

* minor tweaks

* pillar tops

* background objects

* background tweak

* triple sound tweak

* background rework

* frog wings and new jump anim

* fix

* birds

* disable pillars

* landing end

* fix again

* minor fix

* fixes and icon

* background scroll logic rework

* put in fixed sheet

* fixed sounds
2024-01-28 03:43:54 +00:00
minenice55 d42541690f action to cherry-pick PRs to appropriate branches on merge 2024-01-27 22:41:06 -05:00
minenice55 79ef926f17 Delete Ookii.Dialogs.dll.meta 2024-01-27 16:46:35 -05:00
minenice55 a713e5f210 more update to StandaloneFileBrowser 2024-01-27 16:44:17 -05:00
minenice55 5b80f29f6f update StandaloneFileBrowser to use our org's fork 2024-01-27 16:37:13 -05:00
minenice55 bd4147b966 update workflows 2024-01-25 16:15:45 -05:00
minenice55 434c4845d7 Merge pull request #655 from minenice55/systems-improvements
Minor Refactoring
2024-01-25 20:42:49 +00:00
minenice55 19366a2aa6 remove unused class 2024-01-25 15:27:26 -05:00
minenice55 c1415725ff change operation order for input checks 2024-01-25 15:11:43 -05:00
minenice55 6bb135a091 event caller refactoring
change operation order of minigame loading
2024-01-25 12:29:05 -05:00
minenice55 2d24e5000d linear rgb for textures that get remapping shaders applied 2024-01-24 00:40:29 -05:00
minenice55 294cdf9a8e fix certain types of sounds firing a frame late 2024-01-24 00:17:35 -05:00
minenice55 8c74aab37d Revert "prod flag gaming"
This reverts commit 336203fb5e.
2024-01-22 17:00:57 -05:00
minenice55 898e395f66 pause unloads assets on exit 2024-01-22 14:18:41 -05:00
minenice55 336203fb5e prod flag gaming 2024-01-22 14:14:16 -05:00
minenice55 470a84cdec change title screen anti-mash mechanism 2024-01-22 10:58:45 -05:00
minenice55 2986563a78 adjust dj school mixer settings 2024-01-21 23:13:39 -05:00
minenice55 2bf39bf8bd literal skill star 2024-01-21 20:55:31 -05:00
minenice55 cc85bfac72 Merge pull request #650 from blank3times/twilight-over-noon
Update #648 implementation to replace noon in Air Rally
2024-01-22 01:50:07 +00:00
minenice55 7266999149 settable flashing effects warning 2024-01-21 20:38:56 -05:00
blank3times 856ea61b4b Update AirRally.cs
Twilight goes back to Night and then goes over Noon
2024-01-21 17:21:12 -08:00
minenice55 764a71cbe5 fix broken marker rendering 2024-01-21 20:18:55 -05:00
minenice55 a1e18d4f67 fix doubled input responses in some menus
decimal marker weights
2024-01-21 20:10:45 -05:00
blank3times b890258aca Merge remote-tracking branch 'upstream/release_1_patches' 2024-01-21 16:51:22 -08:00
minenice55 8ab0659073 excessive tabs 2024-01-21 19:44:39 -05:00
minenice55 86d18d0590 default timing display is non-lazer
plan for future overlays?
2024-01-21 19:43:29 -05:00
minenice55 89da70002f implement #648 "properly"
try to fix weird performance regression in board meeting
2024-01-21 19:36:12 -05:00
minenice55 7b9a8036d0 Revert "Merge pull request #648 from blank3times/master"
This reverts commit bb4098665d, reversing
changes made to da73d62ce7.
2024-01-21 19:15:28 -05:00
minenice55 1509bd137a Merge pull request #649 from evdial/launchbg
Launch party bg / Rockers miss fix
2024-01-21 23:40:22 +00:00
ev 1cd95bf84f launch party bg / rockers miss fix 2024-01-21 18:39:11 -05:00
minenice55 4c9e18f0d5 default perfect challenge to off 2024-01-21 18:11:48 -05:00