Skip to content

Commit

Permalink
Weather tweak (space-syndicate#2778)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko4ergaPunk authored Nov 15, 2024
1 parent 081e87d commit dc4df2e
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 20 deletions.
6 changes: 3 additions & 3 deletions Resources/Prototypes/weather.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
collection: Rain
params:
loop: true
volume: -6
volume: -10

- type: soundCollection
id: Rain
Expand Down Expand Up @@ -102,7 +102,7 @@
path: /Audio/Effects/Weather/snowstorm_weak.ogg
params:
loop: true
volume: -6
volume: -12 # Corvax

- type: weather
id: SnowfallMedium
Expand All @@ -113,7 +113,7 @@
path: /Audio/Effects/Weather/snowstorm_weak.ogg
params:
loop: true
volume: -6
volume: -10 # Corvax

- type: weather
id: SnowfallHeavy
Expand Down
82 changes: 65 additions & 17 deletions Resources/Textures/Effects/weather.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 1,
"copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/tree/5781addfa1193c2811408f64d15176139395d670",
"copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/tree/5781addfa1193c2811408f64d15176139395d670, [snowfall_light, snowfall_med, rain] modified by Ko4erga (discord)",
"license": "CC-BY-SA-3.0",
"size": {
"x": 32,
Expand All @@ -11,29 +11,77 @@
"name": "snowfall_light",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05
]
]
},
{
"name": "snowfall_med",
"delays": [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05,
0.05
]
]
},
Expand Down
Binary file modified Resources/Textures/Effects/weather.rsi/rain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Effects/weather.rsi/snowfall_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/Textures/Effects/weather.rsi/snowfall_med.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc4df2e

Please sign in to comment.