Skip to content

Commit

Permalink
Add colored clouds to snow maps
Browse files Browse the repository at this point in the history
  • Loading branch information
dnqbob committed Nov 4, 2024
1 parent 8c13874 commit 4d1d3f2
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 4 deletions.
Binary file modified mods/sp/maps/alpine-assault.oramap
Binary file not shown.
Binary file modified mods/sp/maps/cathedral-of-snark.oramap
Binary file not shown.
Binary file modified mods/sp/maps/doomed-city.oramap
Binary file not shown.
3 changes: 3 additions & 0 deletions mods/sp/maps/shellmap/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ World:
BackgroundMusic: maps
DisableWorldSounds: true
-StartGameNotification:
GradientColorsPalette@cloud: ## We can make it greener as viewport is moving
StartColor: 000400
EndColor: F0FFF0
ExternalCondition@@rain:
Condition: rain
WeatherOverlay:
Expand Down
Binary file modified mods/sp/maps/snowfested.oramap
Binary file not shown.
Binary file modified mods/sp/maps/svartberg.oramap
Binary file not shown.
Binary file modified mods/sp/maps/water-wasteland.oramap
Binary file not shown.
Binary file modified mods/sp/maps/xcapades.oramap
Binary file not shown.
2 changes: 1 addition & 1 deletion mods/sp/rules/palettes/TilesetPresets/sno-greenzone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#GradientColorsPalette@cloud:
## *** Some good exampe ***

## blue cloud (best)
## blue cloud (good)
#StartColor: 000001
#EndColor: F2F2FF

Expand Down
10 changes: 7 additions & 3 deletions mods/sp/rules/palettes/palettesterrain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,18 @@
#StartColor: 000100
#EndColor: F3FFF3

## snow normal, blue cloud (best)
# snow normal, blue cloud (best)
#StartColor: 000001
#EndColor: F3F3FF

#temp normal, green cloud (good)
# snow normal, yellow cloud (best)
#StartColor: 010100
#EndColor: FFFFEE

# temp normal, green cloud (good)
#StartColor: 000300
#EndColor: F0FFF0

#temp normal, blue cloud (good)
# temp normal, blue cloud (good)
#StartColor: 000007
#EndColor: EEEEFF

0 comments on commit 4d1d3f2

Please sign in to comment.