Sbox-Cinema / sbox-cinema

8 stars 2 forks source link

Break sounds for Hotdog and Popcorn are missing #98

Closed chrisspieler closed 1 year ago

chrisspieler commented 1 year ago

Affected Branch: main

Repro Steps:

  1. Ensure that your Cinema and Cinema Map projects are disabled in the S&box editor
  2. Start the Asset Party version of the Cinema game
  3. Equip a hotdog or popcorn tub
  4. Throw the food by pressing RMB

Expected Result: Upon impact with a solid object, the food item breaks, playing a unique sound.

Actual Result: There is no sound that results from the food item breaking.

Additional Notes: The root cause of this issue appears to be: https://github.com/sboxgame/issues/issues/3482 This issue prevents the game from detecting .surface assets that are used by a model, so those assets don't get detected as a dependency and uploaded with the rest of the game.

chrisspieler commented 1 year ago

Fixed by the branch that was merged in.