Quote:
|
Originally Posted by Zonx
There should be only 1 cl_ui_skinname xxx line and the skin listed must match the custom UI directory name of the skin you want loaded on login. Best to avoid spaces in that directory name.
So if you installed to Everquest II/UI/Fetish
You're ini should look like...
Code:
cl_ui_subdir UI/
cl_ui_skinname Fetish
|
I got it to work by changing the above to
Code:
cl_ui_skinname Fetish
cl_ui_subdir UI/
by moving the skin's name first that fixed all my issues, it now loads by default--go figure.