DRedshirt wrote: ↑December 15th, 2023, 3:50 am
Nope, didn't know about rainmeter until today and this is the first .rmskin I downloaded. Thank you for making it.
If I wanted to run more than the default 4 gauges which would require me to do less searching and editing of files:
creating duplicates of the meter and list folder for a gauge and appending their names (eg. GPU2.ini and GPU2-list.ini),
or,
creating a duplicate of the entire ResizeableGauges package under a different parent folder name (eg. ResizableGuages2)?
Thank you for trying my skin!
Copying the entire skin would cause problems between them.
But it's not that complicated now that I have made some changes. Keep in mind that when you update next time, all new gauges may be wiped.
You need to do these things for a new gauge with its list, settings and customization panels:
We'll create a new "FAN" Gauge
Open ResizableGauges folder, then go to the folder: Gauges
1.-Copy and paste CPU-Gauge and CPU-List folders and rename them to FAN-Gauge and FAN-List
2.-Go in FAN-Gauge folder and change CPU.ini to FAN.ini (same name as the folder) and do the same for CPU-List.ini (inside FAN-List Folder), rename it to FAN-List.ini
3.- Open FAN.ini with Notepad++ and go to the Line 3, it says "Group=CPU", select "CPU" and press Ctrl+H (or go to Search-Replace)
4.Now you are gonna replace CPU for FAN in all the file. To do that you make sure that "Find what: CPU, Replace with: FAN" are correct, check that "Match whole word only" IS NOT checked, and then click on "Replace All", then click Find Next to make sure there is anything called CPU left.
5.- Do the same with FAN-List.ini
6.- Now return to ResizableGauges folder and open RGBCode folder
7.- Clone CPU folder and rename it to FAN, then enter the folder and rename CPURGBCode.ini to FANRGBCode.ini.
8.- Do the same as in point 4,open the file and rename everything called CPU to FAN.
9.-Go back to ResizableGauges folder and open @Resources/Settings
10.- Clone and Rename CPU.inc to FAN.inc, open it and again, rename everything called CPU to FAN
11.- Now we need to create some variables for it, go back to @Resources folder and open "RGB Code.inc"
12.- Copy everything from line 3 (;;;;;CPU;;;;) to line 59 (just before ;;GPU;;).
13.-Scroll down to the end of the file and paste it, then select CPU and do the same, Ctrl+H, replace with FAN, just make sure "Backward direction" IS NOT checked before you clic on replace all. Then everything from what you selected will be renamed to FAN.
14.- Now Open "Configs.inc"
15.-Scroll down to line 37 (;;;;CPU;;;) and copy from there to line 51, (above ;;;GPU;;;) then scroll to the end of the file and paste it, then rename all of that to FAN (Same as in RGB Code.ini)
You are all set. Now just open rainmeter (RightClick on a gauge - rainmeter - manage) and click on refresh all.
Your new gauge should be there inside ResizableGauges/Gauges/Fan-Gauge/Fan.ini
Double click it to open it. it should now spawn, double click it to make sure the list works and open settings and customizer to check everything is fine, now set everything up.
Now repeat as many times you have time to repeat lol.
I'm planning on making a "Lite" version that only has the gauges, but that won't come soon.