Slaith
030837d3c9
Allowed lion count and mii faces to be set before game switches and fixed some bugs from last pr
...
I went through every single game script to look for bugs in intialization, there shouldn't be anything else that was caused by the pr (there is a bug in Spaceball where a ball cue won't trigger correctly if it's on the same beat as the switch, but i'm not sure how to fix it)
2022-03-27 11:13:13 -07:00
Jenny Crowe
d72aa964b2
Blue Bear: Crumbs! (Also fixed animation bugs associated with a recent PR)
2022-03-27 05:08:26 -07:00
Slaith
2f974e0e61
fixing another bug with clappy trio
2022-03-26 17:53:34 -07:00
Slaith
e28862c99e
i'm dumb lol
2022-03-26 17:42:50 -07:00
Jenny Crowe
4321e2c719
Merge pull request #63 from Slaith12/main
...
Prevented out of order initialization
2022-03-25 21:48:51 -07:00
Slaith
ebeea121ed
Moved all minigame initialization to Awake()
...
I just moved everything that was in start to awake. There are a few other changes I made, like using init functions rather than awake in scripts that depended on something that was initialized in another script's awake (to make sure things always happen in the right order), as well as some other stuff in some specific minigames
2022-03-25 19:08:46 -07:00
minenice55
f6df1644bc
Conductor: property that returns secPerBeat scaled to song pitch
...
NEEDS TESTING
2022-03-22 14:29:15 -04:00
minenice55
f37f2af665
oops forgot a small thing
...
includes example using a fan club sound
2022-03-20 19:58:37 -04:00
Jenny Crowe
41f572b692
Merge pull request #57 from Slaith12/main
...
Fixed space soccer ball spawning when it shouldn't be
2022-03-18 18:42:31 -07:00
Slaith
d6a6265458
Fixed space soccer ball spawning when it shouldn't be
...
The soccer ball that is part of the prefab no longer defaults to the Dispensing state (when i refactored the ball script a while ago, i dealt with this problem by just disabling that ball, but this solution should work even with the ball enabled)
2022-03-17 18:44:58 -07:00
minenice55
a84b8858d6
Fan Club: landing sound
2022-03-17 17:01:26 -04:00
minenice55
f6269d1acb
Fan Club: add cues continuing from transition, muted cues
2022-03-17 16:43:35 -04:00
minenice55
523926a692
Fan Club: make forced animations properly restart
2022-03-17 15:18:40 -04:00
minenice55
7d6fe11243
Fan Club: refactoring, fixes
2022-03-17 15:13:48 -04:00
minenice55
82824638d8
Fan Club: remove unused file
2022-03-17 12:20:11 -04:00
Jenny Crowe
22b946496b
Merge pull request #55 from minenice55/game-ntrIdol
...
Minigame: Fan Club
2022-03-16 16:22:10 -07:00
minenice55
4f3604e794
Fan Club: fix forced "peace no sync" animation
2022-03-16 17:45:12 -04:00
minenice55
bc1e8856a5
Fan Club: add particle effect to forced clap
2022-03-16 17:43:37 -04:00
minenice55
5ae6b8a267
Fan Club: finish all basic functionality
...
todo: other "special" animations
2022-03-16 17:41:46 -04:00
Jenny Crowe
3771eac08f
Crop Stomp: Minor visual tweaks
2022-03-16 02:53:30 -07:00
Carson Kompon
f8d85c3e23
Added Streaks and Set Background Color to Drumming Practice
2022-03-15 19:15:54 -04:00
minenice55
b58030e018
Fan Club: actual functionality (input still bugged)
2022-03-15 18:43:13 -04:00
minenice55
9c640ea3d2
Fan Club: like 50% of the game lmao
2022-03-14 20:54:54 -04:00
minenice55
8421379078
Fan Club: update script to new namespace
2022-03-14 10:36:19 -04:00
minenice55
10f840aa26
Merge branch 'master' into game-ntrIdol
2022-03-14 10:35:33 -04:00
minenice55
77662a3ced
Fan Club: more idol stuff
2022-03-14 10:35:04 -04:00
Jenny Crowe
9f7b8ee278
The biggest of boi refactors
2022-03-14 07:21:05 -07:00
minenice55
2ae8919657
Fan Club: idol setup part 1
2022-03-13 18:23:38 -04:00
minenice55
ee8e9fc059
Merge branch 'master' into game-ntrIdol
2022-03-13 12:50:17 -04:00
Jenny Crowe
95a04168ec
Fireworks: More setup
2022-03-13 07:35:22 -07:00
Jenny Crowe
3a6df6035b
Stomp: Fixed issues associated with specific cue setups.
2022-03-13 03:25:41 -07:00
minenice55
cd652e4107
Fan Club: start scene setup
2022-03-12 23:24:37 -05:00
Jenny Crowe
5a9cf5507a
Merge pull request #49 from CarsonKompon/mr-upbeat-repositioning
...
Proper Mr. Upbeat Positioning
2022-03-12 18:32:12 -07:00
saladplainzone
bb67037588
Fixed Space Soccer Dispense Sound
2022-03-12 17:13:10 -08:00
Carson Kompon
ad151c3d07
Proper Mr. Upbeat Positioning
2022-03-12 11:57:46 -05:00
Jenny Crowe
caf2394c47
Blue Bear: Basic gameplay setup
2022-03-12 07:14:41 -07:00
Jenny Crowe
147332cff2
Fork Lifter: Minor script tweak for readability.
2022-03-11 21:20:33 -07:00
Jenny Crowe
30d2931762
Organization refactor
2022-03-11 21:10:13 -07:00
Jenny Crowe
64a5bd6674
Blue Bear: Extremely basic scene setup
2022-03-11 20:15:15 -07:00
Carson Kompon
8ebcf18501
Mr. Upbeat now starts on the go no matter what
2022-03-11 20:54:05 -05:00
minenice55
b506c8f452
de-hardcode conditional
2022-03-11 13:24:24 -05:00
minenice55
5cf2255022
Drumming Practice: individually set each mii
...
note: had to add a third integer value to the Beatmap parameters, may wanna consider using some kind of array in the future
2022-03-11 13:20:24 -05:00
Jenny Crowe
344a5b37d6
Rhythm Rally: Darkened table shadow. Crop Stomp: Commented out unneeded debug call. General: Moved model stuff to new "Models" folder.
2022-03-11 03:52:11 -07:00
Jenny Crowe
32b647a4d4
BTSDS: Outlines via Post Processing
2022-03-10 05:45:21 -07:00
Jenny Crowe
1a90ba28d9
Jukebox/Sound code cleanup
2022-03-09 20:59:48 -07:00
Jenny Crowe
84c4e8fc9f
BTSDS: Piano notes will now stop properly even if the game switches during them.
2022-03-09 20:50:19 -07:00
Jenny Crowe
5a56ecf261
Merge pull request #46 from Slaith12/main
...
Implemented Inactive Functions and made OnGameSwitch functional
2022-03-08 17:12:52 -07:00
Jenny Crowe
a90d7fc833
Merge pull request #45 from CarsonKompon/fix-sfx-cleanup
...
SFX Cleanup (Mr. Upbeat and Drumming Practice)
2022-03-08 17:12:21 -07:00
Slaith
2f5233d76c
Merge branch 'master' of https://github.com/megaminerjenny/HeavenStudio into megaminerjenny-master
2022-03-07 20:53:30 -08:00
Slaith
fca105259c
Implemented inactive functions for all game count ins
...
Also made some changes to how SwitchGame(), OnGameSwitch, and the jukebox work.
2022-03-07 20:46:49 -08:00