I was just starting to work on adding a line to enigma that did a string search for the word rain the current forcast, and when it was positive, do a !show "rain/rain" and when it was negative do a !hide "rain/rain"
Haven't worked out the string search code yet. Less familiar with the conditionals in Rainmeter.
It is currently September 15th, 2024, 11:31 pm
[WIP] Rain, Matrix Code
-
- Posts: 11
- Joined: May 8th, 2014, 3:04 pm
-
- Posts: 307
- Joined: August 14th, 2009, 8:04 am
Re: [WIP] Rain, Matrix Code
IfConditions can shorten that a bit since you can use formulas.TweaknFreak wrote: Here's the code:Code: Select all
[MeasureNowIcon] Measure=Plugin Plugin=WebParser Url=[MeasureYahooWeather] StringIndex=35 IfMatch=4 IfMatchAction=!ActivateConfig "Rain" "Rain.ini" IfMatch2=8 IfMatchAction2=!ActivateConfig "Rain" "Rain.ini" IfMatch3=9 IfMatchAction3=!ActivateConfig "Rain" "Rain.ini" IfMatch4=10 IfMatchAction4=!ActivateConfig "Rain" "Rain.ini" IfMatch5=11 IfMatchAction5=!ActivateConfig "Rain" "Rain.ini" IfMatch6=12 IfMatchAction6=!ActivateConfig "Rain" "Rain.ini"
Code: Select all
IfCondition=((MeasureNowIcon >= 8) && (MeasureNowIcon <= 12)) || (MeasureNowIcon = 4)
IfTrueAction=!ActivateConfig Rain
IfFalseAction=!DeactivateConfig Rain
-
- Posts: 217
- Joined: July 14th, 2012, 7:26 am
Re: [WIP] Rain, Matrix Code
As I said before, the method is "crude".killall-q wrote: IfConditions can shorten that a bit since you can use formulas.
Code: Select all
IfCondition=((MeasureNowIcon >= 8) && (MeasureNowIcon <= 12)) || (MeasureNowIcon = 4) IfTrueAction=!ActivateConfig Rain IfFalseAction=!DeactivateConfig Rain
Be one of the iNEViTABLES - Storm, Earthquake, Lightning, Flood - and the world will bow down to you.
My current desktop
[hsimg]http://i1313.photobucket.com/albums/t559/TweaknFreak/6-22-20149-46-40PM_zps7bcbc1f6.png[/hsimg]
My current desktop
[hsimg]http://i1313.photobucket.com/albums/t559/TweaknFreak/6-22-20149-46-40PM_zps7bcbc1f6.png[/hsimg]
-
- Posts: 74
- Joined: June 28th, 2015, 12:51 pm
- Location: Paranaque City, Philippines
Re: [WIP] Rain, Matrix Code
Nice! How can I make this span multi monitors? Presently, it takes the resolution of the primary monitor. I'd like to have it on the 2 secondary monitors only.killall-q wrote: Matrix Code
Beta 2:
- Randomize a few glyphs every frame
- Fixed errors
- Optimization
TIA
-
- Posts: 307
- Joined: August 14th, 2009, 8:04 am
Re: [WIP] Rain, Matrix Code
Duplicate the folder, then use the context menu drag handle to move it over.
In Manage, set Display Monitor to "Auto-select based on window position". Only then will it adjust its resolution properly.
In Manage, set Display Monitor to "Auto-select based on window position". Only then will it adjust its resolution properly.
-
- Posts: 74
- Joined: June 28th, 2015, 12:51 pm
- Location: Paranaque City, Philippines
Re: [WIP] Rain, Matrix Code
Great! Thank you very much.killall-q wrote:Duplicate the folder, then use the context menu drag handle to move it over.
In Manage, set Display Monitor to "Auto-select based on window position". Only then will it adjust its resolution properly.
-
- Posts: 1
- Joined: August 30th, 2016, 11:43 am
Re: [WIP] Rain, Matrix Code
killall-q wrote:I've been a little busy with schoolwork lately so I thought I'd share my progress instead of letting these rot on my hard drive. Please let me know if they look weird on any screen resolutions.
Rain
If any of you Photoshop wizards want to take a crack at drawing a more realistic raindrop, I would appreciate it. The source PSD is included. You are not restricted to the current dimensions.
Features:
- Wind
- Subtle lightning effect
To do:
- Prettier raindrop
- Variable size raindrops?
Rain - Beta 1.rmskin
Matrix Code
I used this font.
Features:
- Variable length threads
To do:
- Fix rare gaps in threads
- Fix glyphs rarely not fading correctly
- Color themes
- Redraw some characters and add missing ones
Beta 2:
- Randomize a few glyphs every frame
- Fixed errors
- Optimization
Matrix Code - Beta 2.rmskin
-
- Posts: 307
- Joined: August 14th, 2009, 8:04 am
Re: [WIP] Rain, Matrix Code
To change color, edit "Matrix Code.ini". In the section labeled "styles", change the image tints as appropriate. sTS is styleThreadStart, sTB is styleThreadBody, sTE is styleThreadEnd.freakyprofessor wrote:how to change the color of the matrix? i want it blue to match my theme.
The end color is the body color with gradual transparency, and the start color is the body color gradually blended towards white. For blue, you can move all the FF's to the right, for example, 0000FF22 or AAAAFF (0000FF is pure blue in hex color).
-
- Posts: 132
- Joined: October 13th, 2016, 2:07 am
Re: [WIP] Rain, Matrix Code
I love the Rain! And especially the lightening! If I had one suggestion, it would be to change the length of the rain drops and make the smaller. That would be really great.
But I'm not complaining, I still love it. Great work.
edit: Is there a way to turn off the rain and just have the lightening? Another thought, is there a way to make the rain look misty? Like not raining hard?
thanks so much
But I'm not complaining, I still love it. Great work.
edit: Is there a way to turn off the rain and just have the lightening? Another thought, is there a way to make the rain look misty? Like not raining hard?
thanks so much
USING: Rainmeter 4.0 Beta Release
-
- Posts: 132
- Joined: October 13th, 2016, 2:07 am