HeavenStudioPlus/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloat.anim

1846 lines
48 KiB
Text
Raw Normal View History

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
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: InuFloat
serializedVersion: 6
m_Legacy: 0
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedRotationCurves: []
m_EulerCurves: []
m_PositionCurves:
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: 0.05, y: 2.96, z: 0}
inSlope: {x: 0, y: 0, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
outSlope: {x: 0, y: -0.4000002, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.4
value: {x: 0.05, y: 2.8, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0.4000002, z: -0}
outSlope: {x: 0, y: -7.5000005, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.46666667
value: {x: 0.05, y: 2.3, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -7.5000005, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.53333336
value: {x: 0.05, y: 2.3, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.5833333
value: {x: 0.05, y: 2.3, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path:
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: -0.021, y: -0.978, z: 0}
inSlope: {x: 0, y: 0, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
outSlope: {x: 0, y: 0.15499994, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.4
value: {x: -0.021, y: -0.916, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: 0.15499994, z: -0}
outSlope: {x: 0.31500003, y: 3.6000004, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.46666667
value: {x: 0, y: -0.676, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: 0.31500003, y: 3.6000004, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.53333336
value: {x: 0, y: -0.676, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.5833333
value: {x: 0, y: -0.676, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path: shadow
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: 0.3, y: -0.215, z: 0}
inSlope: {x: 0, y: 0, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
outSlope: {x: 0, y: 0.0375, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.4
value: {x: 0.3, y: -0.2, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: 0.0375, z: -0}
outSlope: {x: 0, y: -0.29999995, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.46666667
value: {x: 0.3, y: -0.22, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0.29999995, z: -0}
outSlope: {x: 0, y: 0.0749999, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.53333336
value: {x: 0.3, y: -0.215, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: 0.0749999, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.5833333
value: {x: 0.3, y: -0.215, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path: fan
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: -0.007, y: -0.362, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.4
value: {x: -0.007, y: -0.362, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
outSlope: {x: 0.22500002, y: -0.6150002, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.46666667
value: {x: 0.008, y: -0.403, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: 0.22500002, y: -0.6150002, z: -0}
outSlope: {x: -0.22499992, y: 0.6149999, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.53333336
value: {x: -0.007, y: -0.362, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0.22499992, y: 0.6149999, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.5833333
value: {x: -0.007, y: -0.362, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path: body/bodyMain
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: -0.0051, y: -0.183, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.4
value: {x: -0.0051, y: -0.183, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
outSlope: {x: 0, y: -3.6000004, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.46666667
value: {x: -0.0051, y: -0.423, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -3.6000004, z: -0}
outSlope: {x: 0, y: 3.5999987, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.53333336
value: {x: -0.0051, y: -0.183, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: 3.5999987, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.5833333
value: {x: -0.0051, y: -0.183, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path: body/bow
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: -0.009, y: 0.001, z: 0}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.4
value: {x: -0.009, y: 0.001, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
outSlope: {x: 0, y: -3.5550003, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.46666667
value: {x: -0.009, y: -0.236, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -3.5550003, z: -0}
outSlope: {x: 0, y: 3.5549986, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.53333336
value: {x: -0.009, y: 0.001, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: 3.5549986, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.5833333
value: {x: -0.009, y: 0.001, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path: head
m_ScaleCurves:
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: 0.5, y: 0.5, z: 1}
inSlope: {x: 0, y: 0, z: 0}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
outSlope: {x: 0.25000006, y: 0.25000006, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.4
value: {x: 0.6, y: 0.6, z: 1}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: 0.25000006, y: 0.25000006, z: -0}
outSlope: {x: 6, y: 6, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.46666667
value: {x: 1, y: 1, z: 1}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: 6, y: 6, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.53333336
value: {x: 1, y: 1, z: 1}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.5833333
value: {x: 1, y: 1, z: 1}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path: shadow
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: {x: 1, y: 1, z: 1}
inSlope: {x: 0, y: 0, z: 0}
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.4
value: {x: 1, y: 1, z: 1}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
outSlope: {x: 3.000001, y: -1.5000005, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.46666667
value: {x: 1.2, y: 0.9, z: 1}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: 3.000001, y: -1.5000005, z: -0}
outSlope: {x: -2.9999995, y: 1.4999998, z: 0}
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
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.53333336
value: {x: 1, y: 1, z: 1}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -2.9999995, y: 1.4999998, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
- serializedVersion: 3
time: 0.5833333
value: {x: 1, y: 1, z: 1}
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: {x: -0, y: -0, z: -0}
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
outSlope: {x: 0, y: 0, z: 0}
tangentMode: 0
weightedMode: 0
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
path: body/bodyMain
m_FloatCurves: []
m_PPtrCurves: []
m_SampleRate: 60
m_WrapMode: 0
m_Bounds:
m_Center: {x: 0, y: 0, z: 0}
m_Extent: {x: 0, y: 0, z: 0}
m_ClipBindingConstant:
genericBindings:
- serializedVersion: 2
path: 0
attribute: 1
script: {fileID: 0}
typeID: 4
customType: 0
isPPtrCurve: 0
- serializedVersion: 2
path: 1970700845
attribute: 1
script: {fileID: 0}
typeID: 4
customType: 0
isPPtrCurve: 0
- serializedVersion: 2
path: 1710716985
attribute: 1
script: {fileID: 0}
typeID: 4
customType: 0
isPPtrCurve: 0
- serializedVersion: 2
path: 986526986
attribute: 1
script: {fileID: 0}
typeID: 4
customType: 0
isPPtrCurve: 0
- serializedVersion: 2
path: 1924380800
attribute: 1
script: {fileID: 0}
typeID: 4
customType: 0
isPPtrCurve: 0
- serializedVersion: 2
path: 2817783452
attribute: 1
script: {fileID: 0}
typeID: 4
customType: 0
isPPtrCurve: 0
- serializedVersion: 2
path: 1970700845
attribute: 3
script: {fileID: 0}
typeID: 4
customType: 0
isPPtrCurve: 0
- serializedVersion: 2
path: 986526986
attribute: 3
script: {fileID: 0}
typeID: 4
customType: 0
isPPtrCurve: 0
pptrCurveMapping: []
m_AnimationClipSettings:
serializedVersion: 2
m_AdditiveReferencePoseClip: {fileID: 0}
m_AdditiveReferencePoseTime: 0
m_StartTime: 0
m_StopTime: 0.5833333
m_OrientationOffsetY: 0
m_Level: 0
m_CycleOffset: 0
m_HasAdditiveReferencePose: 0
m_LoopTime: 0
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 0
m_EditorCurves:
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0.05
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 0.05
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 0.05
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 0.05
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 0.05
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.x
path:
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 2.96
inSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
outSlope: -0.4000002
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 2.8
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0.4000002
outSlope: -7.5000005
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 2.3
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -7.5000005
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 2.3
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 2.3
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.y
path:
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.z
path:
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0.5
inSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
outSlope: 0.25000006
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 0.6
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 0.25000006
outSlope: 6
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 6
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalScale.x
path: shadow
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0.5
inSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
outSlope: 0.25000006
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 0.6
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 0.25000006
outSlope: 6
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 6
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalScale.y
path: shadow
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalScale.z
path: shadow
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: -0.021
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: -0.021
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
outSlope: 0.31500003
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 0.31500003
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.x
path: shadow
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: -0.978
inSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
outSlope: 0.15499994
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: -0.916
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 0.15499994
outSlope: 3.6000004
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: -0.676
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 3.6000004
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: -0.676
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: -0.676
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.y
path: shadow
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.z
path: shadow
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0.3
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 0.3
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 0.3
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 0.3
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 0.3
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.x
path: fan
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: -0.215
inSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
outSlope: 0.0375
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: -0.2
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 0.0375
outSlope: -0.29999995
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: -0.22
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0.29999995
outSlope: 0.0749999
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: -0.215
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 0.0749999
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: -0.215
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.y
path: fan
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.z
path: fan
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: -0.007
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: -0.007
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
outSlope: 0.22500002
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 0.008
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 0.22500002
outSlope: -0.22499992
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: -0.007
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0.22499992
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: -0.007
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.x
path: body/bodyMain
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: -0.362
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: -0.362
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
outSlope: -0.6150002
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: -0.403
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0.6150002
outSlope: 0.6149999
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: -0.362
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 0.6149999
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: -0.362
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.y
path: body/bodyMain
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.z
path: body/bodyMain
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
outSlope: 3.000001
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 1.2
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 3.000001
outSlope: -2.9999995
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -2.9999995
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalScale.x
path: body/bodyMain
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
outSlope: -1.5000005
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 0.9
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -1.5000005
outSlope: 1.4999998
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 1.4999998
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalScale.y
path: body/bodyMain
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 1
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalScale.z
path: body/bodyMain
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: -0.0051
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: -0.0051
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: -0.0051
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: -0.0051
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: -0.0051
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.x
path: body/bow
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: -0.183
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: -0.183
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
outSlope: -3.6000004
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: -0.423
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -3.6000004
outSlope: 3.5999987
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: -0.183
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 3.5999987
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: -0.183
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.y
path: body/bow
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.z
path: body/bow
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: -0.009
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: -0.009
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: -0.009
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: -0.009
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: -0.009
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.x
path: head
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0.001
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 0.001
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
outSlope: -3.5550003
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: -0.236
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -3.5550003
outSlope: 3.5549986
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 0.001
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: 3.5549986
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 0.001
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.y
path: head
classID: 4
script: {fileID: 0}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.4
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.46666667
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.53333336
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.5833333
value: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
inSlope: -0
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
outSlope: 0
Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images
2024-04-16 01:45:56 +00:00
tangentMode: 69
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
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: m_LocalPosition.z
path: head
classID: 4
script: {fileID: 0}
m_EulerEditorCurves: []
m_HasGenericRootTransform: 1
m_HasMotionFloatCurves: 0
m_Events: []