Skip to content

Commit

Permalink
Added weather_clear and weather_cloudy by Raven for spring season (#27)
Browse files Browse the repository at this point in the history
* delete temporary ambience and fixed plmove

deleted daytime and indoors due to them having permanent playback (indoors doesn't stop and daytime interferes with weather tracks) and fixed plmove to play all the new sounds

* Added weather_clear and weather_cloudy

added sounds for clear and cloudy weather

* lint json

* Fix json

* Add inddor sound

* Assign the weather sounds to spring

Co-authored-by: Raven2236 <92259371+Raven2236@users.noreply.github.com>
  • Loading branch information
Fris0uman and Raven2236 authored Feb 4, 2022
1 parent 1509a43 commit 34621f5
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 16 deletions.
17 changes: 10 additions & 7 deletions sound/CC-Sounds/environment/ambient/credits.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
| File Name | Author | License | Link |
|------------------|----------|-----------|---------------------------------|
| alarm.ogg | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| bells.ogg | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| daytime.ogg | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| indoors.ogg | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| nighttime.ogg | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| police_siren.ogg | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| underground.ogg | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| alarm | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| bells | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| daytime | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| indoors | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| nighttime | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| police_siren | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| underground | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| weather_clear | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| weather_cloudy | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | |
| indoors | blouhond | **CC BY 3.0** | https://freesound.org/people/blouhond/sounds/163604/ |
9 changes: 0 additions & 9 deletions sound/CC-Sounds/environment/ambient/daytime.json

This file was deleted.

Binary file removed sound/CC-Sounds/environment/ambient/daytime.ogg
Binary file not shown.
Binary file modified sound/CC-Sounds/environment/ambient/indoors.ogg
Binary file not shown.
18 changes: 18 additions & 0 deletions sound/CC-Sounds/environment/ambient/weather.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"type": "sound_effect",
"id": "environment",
"variant": "WEATHER_CLOUDY",
"volume": 100,
"season": "spring",
"files": [ "environment/ambient/weather_cloudy.ogg" ]
},
{
"type": "sound_effect",
"id": "environment",
"variant": "WEATHER_CLEAR",
"volume": 100,
"season": "spring",
"files": [ "environment/ambient/weather_clear.ogg" ]
}
]
Binary file not shown.
Binary file not shown.

0 comments on commit 34621f5

Please sign in to comment.