It is currently March 23rd, 2023, 9:14 pm
Get help with creating, editing & fixing problems with skins
AlphaGeek1
Posts: 1 Joined: October 8th, 2022, 8:31 am
Post
by AlphaGeek1 » October 8th, 2022, 9:12 am
Hi.
I am super new to Rainmeter. Like a complete newbie. I am trying to use this but no matter how hard I try, the skin isn't just working.
Please Help.
Code: Select all
[Rainmeter]
Update=100
[ImageNumberCalc]
Measure=Calc
Formula=Counter % 61
[ImageMeter]
Meter=Image
ImageName=#@#Background\frame_[ImageNumberCalc].gif
AntiAlias=1
DynamicVariables=1
W=1280
H=
PreserveAspectRatio=1
tass_co
Posts: 447 Joined: May 4th, 2020, 3:01 pm
Location: Ankara, TURKEY
Post
by tass_co » October 8th, 2022, 10:45 am
AlphaGeek1 wrote: ↑ October 8th, 2022, 9:12 am
Hi.
I am super new to Rainmeter. Like a complete newbie. I am trying to use this but no matter how hard I try, the skin isn't just working.
Please Help.
First of all, welcome
I don't see a problem in your code. I think there is a problem with your image files.
If you share the skin you made as a package, we can help you better.
Or you can use it by modifying the skin I made and shared for you below.
Animation_1.0.rmskin
Code: Select all
[Rainmeter]
Update=100
[MeaAnim]
Measure=Calc
Formula=Counter % 46
[MtrAnim]
Meter=Image
ImageName=#@#Background\frame_[MeaAnim].png
DynamicVariables=1
W=128
PreserveAspectRatio=1
You do not have the required permissions to view the files attached to this post.
I don't know where i going from here, but i promise it won't be boring...
balala
Rainmeter Sage
Posts: 15059 Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania
Post
by balala » October 8th, 2022, 11:12 am
AlphaGeek1 wrote: ↑ October 8th, 2022, 9:12 am
I am trying to use this but no matter how hard I try, the skin isn't just working.
Please Help.
What do you mean by "isn't just working"? There is nothing shown on the screen or the animation is not playing properly?
In first case tass_co is right. You should check the images if they:
Are in the correct location (in the @Resources\Background folder).
The names of images are indeed from frame_0 to frame_60 .
The format of images is .gif.