It is currently April 27th, 2024, 1:00 pm

Config help

Get help with creating, editing & fixing problems with skins
OceanGFX
Posts: 27
Joined: December 5th, 2012, 3:52 pm

Config help

Post by OceanGFX »

hey guys sorry to bother you again,im haveing a problem with my config,

Code: Select all

[Variables]
Player
Player name like Winamp,VLC and stuff...
GmailPassword
Your Google Account Password
WeatherCodeLocation
Your weather.com code location
WeatherUnit
Your preference, Celcius=m and Fahrenheit=f
CPUType
Your CPU name
ThirdDrive
Assign drive letter besides drive C or D
[Files]
#SKINSPATH#Circles\Variables\Settings.inc

see i just took this config from some skin and im edditing it to work with mine,u see were it says files?it use to say uservariables.inc,but it use to be in the same folder of the config itself,but my varriables are not in the same folder,how can i make that work?
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Config help

Post by smurfier »

First of all, none of the code you posted is correct.

Code: Select all

[Variables]
Player=
;Player name like Winamp,VLC and stuff...
GmailPassword=
;Your Google Account Password
WeatherCodeLocation=
;Your weather.com code location
WeatherUnit=
;Your preference, Celcius=m and Fahrenheit=f
CPUType=
;Your CPU name
ThirdDrive=
;Assign drive letter besides drive C or D
[Files]
@include=#SKINSPATH#Circles\Variables\Settings.inc
All variables must be in the form Name=Value.
As for the @include: Read Here
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
OceanGFX
Posts: 27
Joined: December 5th, 2012, 3:52 pm

Re: Config help

Post by OceanGFX »

smurfier wrote:First of all, none of the code you posted is correct.

Code: Select all

[Variables]
Player=
;Player name like Winamp,VLC and stuff...
GmailPassword=
;Your Google Account Password
WeatherCodeLocation=
;Your weather.com code location
WeatherUnit=
;Your preference, Celcius=m and Fahrenheit=f
CPUType=
;Your CPU name
ThirdDrive=
;Assign drive letter besides drive C or D
[Files]
@include=#SKINSPATH#Circles\Variables\Settings.inc
All variables must be in the form Name=Value.
As for the @include: Read Here
umm sorry i dont think you understood the question,but this is a .cfg file,for making a simple config for the skin,iv read the @include dont think it worked properly,im going to read it again tonight and see,its not really includeing the variable,the thing is that the .inc has to be in the same folder as the config itself,i have my .inc file in another folder and if i moved it i have to manualy change each skins @include