Posted by member 159715 on 2004-05-11 19:23:07 link

okay i think i might have found another url
but i'm starting to think i'm editing the step.rc wrong


this is what i have and wont work


;------------------------------------------------------------------------------
; define critical folder locations
;------------------------------------------------------------------------------

PersonalDir "$LiteStepDir$profiles\$UserName$\personal\"
ThemesDir "$LiteStepDir$profiles\$UserName$\themes\"



;------------------------------------------------------------------------------
; load personal settings and theme
;------------------------------------------------------------------------------

include "$ThemesDir$themeselect.rc"
include "$ThemeDir$config\_compatibility_patch.rc"

IF ThemeIsOTS1Compliant
ShortcutsDir "$Desktop$"
ModulesDir "$ThemeDir$modules\"
include "$PersonalDir$personal.rc"
include "$ThemeDir$step.rc"

ELSE
ThemeIsOTS1Compliant false
ModulesDir "$LiteStepDir$modules\"
LoadModule "$LiteStepDir$NLM\NetLoadModule2.dll"
*NetLoadModuleSite "http://www.loose-screws.com/modules.php?style=list"
*NetLoadModuleSite "http://www.loose-screws.com/modules/"
NetLoadModulePath "$ModulesDir$"
NetLoadModuleDocPath "$ModulesDir$docs\"
NetLoadModuleZipPath "$ModulesDir$archive\"
NetLoadModuleAliasFile "$LiteStepDir$NLM\NetLoadModule.ini"
include "$PersonalDir$personal.rc"
include "$ThemeDir$theme.rc"
ENDIF