bi3mer / SeniorProject

Senior Project Game
MIT License
1 stars 1 forks source link

Additional announcements #883

Closed technicalliy closed 7 years ago

technicalliy commented 7 years ago

Adding a heck ton more announcements! Closes #723.

ggetz commented 7 years ago

So when I'm testing, how can I advance the stages?

technicalliy commented 7 years ago

@ggetz I don't have a way to do it manually, so I suggest updating Radio.cs line 173 to subscribe addNextMysteryClip to SecondUpdate instead of HourUpdate. You may want to update the desubscription at line 247 when you test this as well. It makes it go faster.

ggetz commented 7 years ago

OK, I booped around for about 10 minutes and only ever heard one announcement. I left it on the announcement channel and nothing new played. Then I turned to music and back to radio and that's the only way I could get the radio to play an announcement, but it was always the same one (Dave's city center one).

technicalliy commented 7 years ago

@ggetz did you change anything in master before testing it? I've noticed that things that seem like they can be unrelated can mess with the radio (i.e. if I delete the city controller to make the game load faster, it breaks)

ggetz commented 7 years ago

Nope, I pulled from master, made sure there were no changes, then checkedout your branch.

technicalliy commented 7 years ago

@ggetz this upsets me. lemme look into it real quick

ggetz commented 7 years ago

Thank you, sorry for upsetting :(

technicalliy commented 7 years ago

@ggetz turns out half hour and hour update aren't working right now for some reason, @bi3mer is looking into it but I took out the log and added in half hour update.