It is currently April 26th, 2024, 11:13 am

Confusion about a global.ini

Get help with creating, editing & fixing problems with skins
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5406
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Confusion about a global.ini

Post by eclectic-tech »

The #CurrentPath# variable in your CPU.ini is 'Quadzilla\CPU'.
So Rainmeter is looking for it in the 'Quadzilla\CPU\Quadzilla' folder.

I don't think this is where you have the 'Quadzilla.ini' file.

Try changing CPU.ini [Variables] section to:

Code: Select all

[Variables]
@Include="#SKINSPATH#Quadzilla\Quadzilla.ini"
User avatar
balala
Rainmeter Sage
Posts: 16172
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Confusion about a global.ini

Post by balala »

And one more: to can make the @Include option to work, you have to have it under a [SectionName]. So, add a [Variables] (or [Rainmeter]) section name, before the @Include option (as first line in Quadzilla.ini).
DJQuad
Posts: 9
Joined: June 27th, 2015, 8:11 pm

Re: Confusion about a global.ini

Post by DJQuad »

Thanks everyone :)