HeavenStudioPlus/Assets/Scripts/USG.g/LoadMinigames.Minigames.MinigameLoaderGenerator.g.cs

770 lines
22 KiB
C#
Raw Normal View History

// <auto-generated>MinigameLoaderGenerator</auto-generated>
using Debug = UnityEngine.Debug;
using HeavenStudio.Games.Loaders;
namespace HeavenStudio
{
static partial class Minigames
{
public static void LoadMinigames(EventCaller eventCaller)
{
Minigames.Minigame game;
Airboarder initial PR (#765) * started working on bon odori * bon odori is now playable, just no animations and sounds * bon odori is functional now, just missing the art, better audio and animations * nothing new, my git is always 1 commit behind * Revert "nothing new, my git is always 1 commit behind" This reverts commit b96a70004de5964902f7bc87d819a9e6047e77fb. * changed the background im only commiting because saladplainzone is gonna do the anims now * Accurate BG * Good prefab * finalized player prefab * Finalize Prefab * More animation stuff * Bow anim done * text is now functional, passing the project to AstrlJelly * merging w master branch * text scrolling is ALMOST functional * scrolling is ALMOST ALMOST functional * FINALLY!!!! TEXT SCOLLING IS DONE!!!!! * TEXT SCROLLING IS (almost) PERFECT!!!! now we gotta wait for the animations * minor bug fixes * TEXT SCROLLING IS ACTUALLY PERFECT NOW. also updated the font * i forgor to change the outline on the fonts * Setup * more working on stuff * more testing * more testing * more testing * some fixes * fixes * testing stuff * fixed some things * a few more fixes * more testing * More fixes * bops and animation adjustments * camera stuff! * Implementing placeholder icon * recolorable sky * fix that bug + format arch file also change the script name * oops --------- Co-authored-by: streitixy <danilomeiraivo@gmail.com> Co-authored-by: saladplainzone <chocolate2890mail@gmail.com> Co-authored-by: streitixy <85808002+streitixy@users.noreply.github.com> Co-authored-by: AstrlJelly <bdlawson115@gmail.com> Co-authored-by: minenice55 <star.elementa@gmail.com>
2024-03-10 01:47:14 +00:00
game = NtrAirboarderLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrAirboarderLoader failed!");
}
game = RvlBadmintonLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlBadmintonLoader failed!");
}
game = CtrBearLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader CtrBearLoader failed!");
}
game = RvlBoardMeetingLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlBoardMeetingLoader failed!");
}
game = AgbBonOdoriLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbBonOdoriLoader failed!");
}
game = NtrFlickLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrFlickLoader failed!");
}
game = RvlBuiltLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlBuiltLoader failed!");
}
game = PcoCanneryLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader PcoCanneryLoader failed!");
}
game = RvlCatchOfTheDayLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlCatchOfTheDayLoader failed!");
}
game = CtrCatchLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader CtrCatchLoader failed!");
}
Charging Chicken (#805) * oh yeah i forgot about github lmao no prefab yet, but a bunch of the coding and sfx are implemented * some stuff did some prefab assembly, added background color block, idk i'm tired * a bunch more stuff idk i'm tired again, i really doubt this will even be read by anybody btw if you're reading this, type "charging chicken should be replaced with a piece of pizza" and ping me in the HS discord server * even more more stuff holy shit i did a lot lmao * oh god there's so much done and still so much to do help * the stone platforms man my god this took so much work * god dammit fuck this game * buncha text stuff this wasn't so bad, hopefully i won't want to eat my own shorts next time i work on miss stuff * water speed finally fixed this once and for all i think * stufr music fade, ending text, making platforms fall under the chicken when the chicken falls, general bug fixes * getting there i'd say we're roughly 70% ready for a PR or so * almost done just needs (a lot of) finishing touches * hjgdf stuff * boogledop doobedy deoooebb * buncha shit again oh lawd we getting close, if only these fuckin game breaking bugs would stop showing up * almost done except for the new game breaking bug still. that'll probably take a while * it's getting too real AND the game breaking bug is gone! * checkpoint use this for reverting back while changing how stone platforms spawn * blorf god i have so much shit to do tomorrow * some stuff doobety * trippy added shaders for the "future" bg * colors and stuffs yayy * background objects do be comin tho too real * yo holy shit this is coming together nicely * we cookin frfr * real all too real... * idk something changed but idk what * platforms are cool now yay (still have a bunch of stuff to do tho) * chicken is almost gosh dang done woot * almost there but for real this time probably the second or third to last commit * chiken is feature complete i literally just need three audio files, then set up assbuns, then draft PR * chimken is done yahoo * finishing tooches boopin snoots
2024-03-29 02:35:09 +00:00
game = CtrChargingChickenLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader CtrChargingChickenLoader failed!");
}
game = RvlBookLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlBookLoader failed!");
}
game = AgbClapLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbClapLoader failed!");
}
Clap Trap (#732) * Clap Trap (WIP) Adds: Unanimated upscaled rig "Clap" block "Change Background Color" block "Change Hand Colors" block Input detection Upscaled sprites and more :) * Doll Animation Start Started animation on the doll's head. oh yea also everything was misaligned oops will realign eventually * Doll Head Animations Completed all the animations for the clap trap doll, added a block to play certain animations (e.g. talking), and started animations on clapping * Right Arm Fully Animated & Usable All animations for the right arm are now complete and play properly in the game. * All Arm Animations Complete All the animations for the arms (and clap effect) are now done. * Spotlight A spotlight was added for the clap cue, can be recolored and works with stacked cues. Still kind of WIP but is fully functional. * Incoming Objects Start Sword go woosh * meow * Most clap trap objects Mostly just making this so that I can remove this from my computer to save 5 tasty gigabytes. Not abandoning this 100% but it will be a bit * Modernize Code Gotta update all the code that broke in the 9 months of this being dead * Animation Touch-Ups & Shadows Touched up all the old animations to be more accurate to the originals (inaccurate framerate, missing frames, misplaced frames). Also added all the shadows that show up on the doll when the spotlight comes on. * More Animation work and Modernized BG Event Added animations to move the whole doll on a just/missed input. Fixed bugs with the default hand object not properly playing its animations due to its names previously being changed. Modernized the BG Colors event to have the whole easing dropdown in place of the "Fade?" toggle. Combined the spotlight recoloring section of the BG Colors event with the Hand Colors event to make the Object Colors event. * New SFX rips Kievit approved * New Icons RIP old icon * Removed \n<color=#eb5454>[WIP]</color> Removed \n<color=#eb5454>[WIP]</color> --------- Co-authored-by: Roshibomb <58871286+Roshibomb@users.noreply.github.com> Co-authored-by: AstrlJelly <bdlawson115@gmail.com> Co-authored-by: minenice55 <star.elementa@gmail.com>
2024-03-04 03:50:41 +00:00
game = RvlClapTrapLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlClapTrapLoader failed!");
}
game = NtrCoinLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrCoinLoader failed!");
}
game = NtrCropLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrCropLoader failed!");
}
game = NtrDjLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrDjLoader failed!");
}
game = NtrDogNinjaLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrDogNinjaLoader failed!");
}
game = RvlDoubleDateLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlDoubleDateLoader failed!");
}
game = CtrDrummingLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader CtrDrummingLoader failed!");
}
game = NtrIdolLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrIdolLoader failed!");
}
game = NtrFillbotsLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrFillbotsLoader failed!");
}
game = AgbFireworkLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbFireworkLoader failed!");
}
game = CtrFirstContact.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader CtrFirstContact failed!");
}
game = RvlFlipperFlopLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlFlipperFlopLoader failed!");
}
game = RvlForkLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlForkLoader failed!");
}
game = NtrFreezeFrameLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrFreezeFrameLoader failed!");
}
game = NtrGleeClubLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrGleeClubLoader failed!");
}
game = RvlNewKarateLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlNewKarateLoader failed!");
}
game = CtrTeppanLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader CtrTeppanLoader failed!");
}
game = RvlRocketLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlRocketLoader failed!");
}
game = NtrBackbeatLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrBackbeatLoader failed!");
}
LumBEARjack (#734) * Heh * prefab cat * minigame script + sounds imported * more catgrab * oops * functional objects non visual * More cat ghrab 2 * persist/stretchy logs + cue disable sound + sigh * finished cat grab * sdfsdfsdf * oops * Oops. * Freedom * More * more anime * anims almost dune * all anims * Oops. * Fixing bad animation * I have made a severe and continuous lapse in judgement * bear bop + cut + whiff visuals implemented * rest visuals implemented * added log visuals cut * accomadation for persist/stretch * Oops345 * CATS! * sorting layer oops * fix catgrab object being flipped * bug fix and huh choice * sorting layer fix * anim fixes * upscale almost * upscale done * Huge zoom in * left cat put * two main cats done * particles for main logs * Particles implemented * particle tweaks * bg cats placed * bg cats + zoom toggle * slide offset * more bg cat * new object sheet * bg cats final * more particle * particles fr * Oops * catdance update * I have created an Issue * fixed a lot of shit * Paricle fix * particle fix again im sorry * object upscale wip and more * Mistakes * freezer particle and tweaks * resorted * more particle nonsense im sorry everything hurts * freezer break implement * penguin fix * sorry * halves + upscales done + particles done * fixed particles * particle fixes 2000 * fixed cat dance and rest * snow * icon * oops232323 * Sigh * snow implementation * baby done * layering fix * actual layering fix * particle tweaks * windsnowshit * new rotation * rotation pivots set * all particles should be good now * bat fix * bg cats work better * miss implemented * layer arm fix * rotation changed * expose camera ease + spam prevention * it was just 1 beat long * custom objects * custom objects initial implementation * bomb + ball fix * new sounds * oops * More * big ball implementation 2 * Oops. * Update LBJCatMove.cs --------- Co-authored-by: ev <85412919+iloveoatmeal2022@users.noreply.github.com> Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2024-03-04 03:50:39 +00:00
game = CtrLumBEARjackLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader CtrLumBEARjackLoader failed!");
}
game = AgbMannequinFactoryLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbMannequinFactoryLoader failed!");
}
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
game = RvlManzaiLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlManzaiLoader failed!");
}
game = AgbMarcherLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbMarcherLoader failed!");
}
game = PcoMeatLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader PcoMeatLoader failed!");
}
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 :smile: ) * 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
game = RvlMonkeyWatchLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlMonkeyWatchLoader failed!");
}
game = AgbUpbeatLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbUpbeatLoader failed!");
}
game = ntrMunchyMonkLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader ntrMunchyMonkLoader failed!");
}
game = PcoNailLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader PcoNailLoader failed!");
}
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
game = AgbNightWalkLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbNightWalkLoader failed!");
}
game = NtrOctopusMachineLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrOctopusMachineLoader failed!");
}
game = CtrPillowLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader CtrPillowLoader failed!");
}
game = AgbPowerCalligraphy.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbPowerCalligraphy failed!");
}
game = AgbQuizShowLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbQuizShowLoader failed!");
}
2024-03-10 00:36:43 +00:00
game = AgbRapMenLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbRapMenLoader failed!");
}
game = NtrPingpongLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrPingpongLoader failed!");
}
game = PcoSomenLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader PcoSomenLoader failed!");
}
game = AgbRhythmTestGBALoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbRhythmTestGBALoader failed!");
}
game = AgbHairLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbHairLoader failed!");
}
game = RvlRingsideLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlRingsideLoader failed!");
}
game = NtrRockersLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrRockersLoader failed!");
}
game = NtrSamuraiLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrSamuraiLoader failed!");
}
game = RvlSeeSawLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlSeeSawLoader failed!");
}
game = NtrShootEmUpLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrShootEmUpLoader failed!");
}
2024-03-10 00:36:43 +00:00
game = AgbSickBeats.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbSickBeats failed!");
}
game = NtrSlotMonsterLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrSlotMonsterLoader failed!");
}
game = AgbGhostLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbGhostLoader failed!");
}
game = AgbBatterLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbBatterLoader failed!");
}
game = AgbSpaceDanceLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbSpaceDanceLoader failed!");
}
game = NtrSoccerLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrSoccerLoader failed!");
}
game = NtrSplashdownLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrSplashdownLoader failed!");
}
Sumo brothers (#706) * Lockstep fansodnason * More Lockstep Implemented the new sprites (still needs work). Added new Icon. * More lockstep stuff i have no clue * Animation Tweaking I fiddled around with numbers weeeeeeeeeeeeeeee * Merge branch 'master' of https://github.com/RaffyTaffy14/HS * Background Has basic background * End Pose Start Adds the End Pose cue's tweeting sound (took so long but felt so cool) * Inu Sensei Start Inu Sensei added to scene. He can bop, crouch, or do neither * Temp Sumo Brothers Icon Made by Donfen * Inu Sensei Tweeting Inu Sensei now does his animation during the duration of the End Pose cue. * Crouch Block Rework Reworked crouch block to be a stretchable cue instead of a toggle (like KM prepare stance) * Bop Block Rework Bop block reworked to be a toggle. Also made a few minor tweaks to random things. * Added the Brothers The Sumo Brothers from Sumo Brothers are now in Sumo Brothers (minus the sumo) * Imported Upscaled Sumou_BG Higher resolution background and Inu Sensei sprites. * Imported REAL Upscaled Sumou_BG oops * Slap & Stomp Signals the domg buncus and tink tonks * Twiddling my Thumbs Random, Insignificant changes to random things in the code * idk random cleanup after I finally got HS to not be in shambles * more stuff dunno * Input for Pose this should not have taken this long * uh waste of 4gb atm, need 4gb atm, may need this not atm * Modernized Bops & WIP Stomps/Slaps Made the bop system to have automatic/stretchy settings like all new games. Also got a WIP implementation of stomping/slapping * quite honest i do not know let's just update HS * Prepare Slap Animation Prepare Slap animation has been animated and implemented * Sumo Prefab some stuff went down yesterday when updating the fork that involved the sumo prefab randomly downgrading to an older version, so I'm hoping that this commit will make sure that the current prefab wont just vanish into oblivion * Slapping Animation v1 Spent a few hours animating the front-hand slapping animation. Also added a "Look at Camera" event that makes the brotheren look at the camera while slapping. * Stomping Animations All stomp and stomp prepare animations are animated and coded into the game (except for the miss one) * Slapping Animation v2 finally animated the alternate slapping animation where those sumo brothers slap with their other hand * Slapping to Stomping Transition Added the slapping animation for when the Bros transition from slapping to stomping as well as all the accompanying code to get it to function. Also tweaked the two other slapping animations to fix the interpolation of those speed lines. * Inu Sensei Complete Added redone inu sensei spritesheet (thanks Mage!), animated all inu sensei animations, and coded all the inu sensei functionality. This is all really coming together now * Sumo Miss anims & more Added the Slap/Stomp miss animations. Coded the ability to whiff inputs. Replaced all the SFX with Kievit-approved rips. Added the little slap impact effect for successful slap inputs. Getting ready to make stomps pretty. Fixed misc bugs. * Sumo Pose anims & more Added the first set of pose animations. Also added animations for transitioning from posing to something else. Stomps aint getting pretty this time. Fixed misc bugs. * Sumo Pose anims v2 Animated the whole 2nd set of sumo pose animations. Fixed some various bugs with poses. Added a random setting for the poses (although it doesn't work well with only 2 poses). Getting ready for the PR * Random Bug Fixes Fixed random pose option, fixed an animation that accidentally left loop on, and added monologue. Getting ready for pr in a few days. * New Icon & Bug Fixes Added a shiny new icon made by Seanski2, fixed a bug about poses in tap mode being a bit bugged and fixed the Slap-to-Stomp slap animation being able to be played too soon. --------- Co-authored-by: minenice55 <star.elementa@gmail.com>
2024-02-19 01:25:26 +00:00
game = CtrSumouLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader CtrSumouLoader failed!");
}
game = RvlTambourineLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlTambourineLoader failed!");
}
game = AgbTapLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbTapLoader failed!");
}
game = RvlTapTroupeLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlTapTroupeLoader failed!");
}
game = NtrDazzlesLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrDazzlesLoader failed!");
}
game = AgbTossBoysLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbTossBoysLoader failed!");
}
game = TotemClimbLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader TotemClimbLoader failed!");
}
game = AgbTramLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbTramLoader failed!");
}
game = MobTrickLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader MobTrickLoader failed!");
}
game = NtrTunnelLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader NtrTunnelLoader failed!");
}
game = AgbWaltzLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader AgbWaltzLoader failed!");
}
game = RvlWorkingDoughLoader.AddGame(eventCaller);
if (game != null)
{
eventCaller.minigames.Add(game.name, game);
}
else
{
Debug.LogWarning("Game loader RvlWorkingDoughLoader failed!");
}
}
}
}