It is currently April 27th, 2024, 12:46 pm

Help tilting the Rainy Days skin

Get help with creating, editing & fixing problems with skins
PixelPlays358
Posts: 1
Joined: May 6th, 2022, 4:13 am

Help tilting the Rainy Days skin

Post by PixelPlays358 »

So i was creating something like this

https://imgur.com/a/lN6j4LF

I want to tilt the rain enough to make it like a meteor shower. For a rough idea as to how much, that streak of blue near the AM, around that much.
Id appreciate any help on this matter.

This is the @Resources/Variables file which i changed a little bit to fit my use.

Code: Select all

[Variables]

Bands=18
; Number of raindrops - Activate Rainy Days\GenerateBands.ini skin after changing this value

Color=132,231,250
; (Do not add an alpha value)

BarWidth=1
; Raindrop width

BarHeight=128
; Maximum raindrop height

BarGap=250
; Spacing between the raindrops

RainSpeed=3

RainConstant=2
; Falling speed when no sound is playing

RainCover=#WORKAREAHEIGHT#
; Rainfall height

AverageSize=0
; Average sound levels over time to provide continuity

LoudnessEqualization=1
; Increases visibility for quiet audio sources when applicable

FFTSize=1024
FFTOverlap="(#FFTSize#-512)"
FFTAttack=0
FFTDecay=0
FreqMin=3
FreqMax=480
Sensitivity=0
; http://docs.rainmeter.net/manual-beta/plugins/audiolevel

MusicPlayer=None
; Music player process name, such as "VLC" (not "VLC.exe")

FirstBandIndex=1
; "0" band should be skipped for aesthetic purpose

IdleAudioTimeout=1
; How long before hiding the visualizer when no sound is playing

; Environment variables for settings window
SkinGroup=RainyDays
Config=Rainy Days
ConfigPath=#ROOTCONFIGPATH##Config#.ini
WriteVariable=Color
Slant=Left
Invert=0
Channel=Avg
Port=Output
ID=
Another small issue which im having is that, i made an overlay for the mountain and set the position of the rainy days skin to on desktop. I used a simple overlay script. I have my taskbar hidden. However, when i use the overlay, my taskbar doesnt pop up when i hover my mouse near the bottom. I cant really think of a way to fix that either. Its not necessary though, i can get by without the overlay.
I appreciate any thoughts on this matter.