Posted by member 257118 on 2005-08-10 00:30:03 link

I am using Ghost theme, the Theme.RC reads:

Theme: Ghost
; Author: normanbates
;
; Step & Scripting Author: Andymon
;
; Based on Gathering Theme.
; Icons Add script by Andymon & Blind_In_Darkness/GothsSecret, taken from
; Gozer Theme by LS-Universe Team
;
;-\\----------------------------------------------------------------------------------------------------//-
;----------------------------------------------------------------------------------------------------------
;
OTSMajorVersion "2"
OTSMinorVersion "0"

;-/------------------------------------------------------\-
ThemeName "Ghost"
ThemeAuthor "NormanBates"
;-\------------------------------------------------------/-
;
; Set Main Image Folder
ThemeSkinDir "$ThemeDir$"
LSImageFolder "$ThemeDir$images"
;
; Set ConfigDir Evar
ConfigDir "$ThemeDir$config"
;
;

;To Change Modules To Other Ones Edit Only The
;"ModuleRevID" Lines In The "Themevars.rc"!!

include "$ThemeDir$setup.rc"
include "$ThemeDir$config\themevars.rc"


RainmeterIniFile "$ConfigDir$rainmeter.ini"

;DO NOT CHANGE
;*************************************
If notransparencyfade = 0
If WinXP = 1 OR Win2000 = 1
EnableTrans "1"
Else
EnableTrans "0"
EndIf
Else
EnableTrans "0"
EndIf
;*************************************




;----------------------------------------------------------------------------------------------------------
;Install "All Not Initially" loaded modules and modules used in LSBoxes
;at once to prevent new downloads at settings switch
;----------------------------------------------------------------------------------------------------------

*NetInstallModule $ScanDirRevID$
*NetInstallModule $RabidVWMRevID$
*NetInstallModule $VTrayRevID$

;----------------------------------------------------------------------------------------------------------
;
; Load The "Theme.rc" (of your "Skin") In The Config-Folders
include "$ConfigDir$skinbase.rc"

;

END

Where exactly is this IconsDir supposed to be defined, I dont see anything about Icons besides the thing about Icons add script by Andymon at the top.

EDIT: Also, as it does this on ANY theme I choose, do I have to manually set this IConsDir to every theme I download?