EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   Help!?!?! (https://www.eq2interface.com/forums/forumdisplay.php?f=24)
-   -   TRying to set up a Ui for my kid and keep my ui (https://www.eq2interface.com/forums/showthread.php?t=10830)

Cowsfly 04-13-2008 09:52 AM

TRying to set up a Ui for my kid and keep my ui
 
Ok;
Im trying out prophit for the utility and my daughter doesnt liek the look she wants the old ui i had for her.

Now i know i can /loadui to switch between default and prophit but how do i make whinykid wich is just a folder in my ui file with the ui parts she likes show up while in game. I'd like a 1 button macro to load her ui that she likes but i cant seem to find whinykid on /load_uisettings or /loadui. settings just seems to move my windows around and loadui seem to bring up big total ui changes. whinykid ui is just 5 or 6 ui mods so i gues id have to go to default then to whinykid which is fine.

I just am looking for how to 1 button push a total ui swap in game.

ShadowProwler420 04-13-2008 10:23 AM

I don't think there's really any real way to totally switch UIs (mods/skins, window layout, etc.) while in game, but this may be the closest you will be able to get.

If this don't work for you, I think the next best thing to do would be to have multiple eq2.ini files (which point to different custom UI directories) and swap them back and forth.

/shrug

dragowulf 04-13-2008 10:30 AM

Quote:

Originally Posted by ShadowProwler420 (Post 71852)
I don't think there's really any real way to totally switch UIs (mods/skins, window layout, etc.) while in game, but this may be the closest you will be able to get.

If this don't work for you, I think the next best thing to do would be to have multiple eq2.ini files (which point to different custom UI directories) and swap them back and forth.

/shrug

Or we could PM Rothgar and ask whether he could fix /loadui and allow different interfaces for different characters. It would probably change eq2ini.

Cowsfly 04-13-2008 10:33 AM

but when i loadui i can go back to the default from prophit and i allso used thor ahile ago and it woudl let me switch to that. So there has to be away to set up a default ui with mod skin so i can /load ui default/mod ui lol.

Cowsfly 04-13-2008 10:35 AM

hell now load ui lets me pull up thor default prophit and fetish(which i dotn have installed ever)

Cowsfly 04-13-2008 10:36 AM

on nm i loaded a complete set from someone else who used fetsih as a base i think

Cowsfly 04-13-2008 10:38 AM

but it does let me switch from one ui to teh other just some of the odler ui's dotn work casue they havent been updated, but ill try messing with the new complete set i just DL's and see if i can make that what she wants

gm9 04-13-2008 12:11 PM

You need a eq2ui_skininfo.xml in your CustomUI folder to have it recognized by /loadui.

Landiin 04-13-2008 12:34 PM

lol funny I have the same issue with my littlest one. She likes default and doesn't want all the ge-wiz stuff ATM. Basically you are stuck with doing the following:
  • /load_ui <ui_name> or pick form the list.
  • /load_uisettings <setting_name> or pick from the list.

There are many issues with doing this; the chief ones for me is group member names never get repopulated. There are several more.

Like gm9 said, there needs to be a eq2ui_skininfo.xml in the custom folder for it to show up on the list. There doesn't have to be one if you do /loadui <ui_name> though.

Drumstix42 04-13-2008 01:22 PM

INI-driven settings anyone? Has been brought up many times! Fight for customization! :)

Cowsfly 04-14-2008 12:35 AM

Ok this is what i did to get to the ui she wanted. I copy paster prophit ui folder into my ui folder. then changed everything she didnt like, which was dam near everything.

And when i /loadui it brings up 2 phrophit files she load sthe first one then /camp %T herself and bam ui she wants in 2 steps without swappign files around, skin is still grey casue i like grey but cant fix that i dont think.

This is allmost what i wanted to happen but i cant /loadui name macro she has to pick it from the window that pops up but she's smart she has doen it for 3 days now and i cant change her copy of the prohphit ui file to soemthing else casue it wotn change the name on the /loadui screen,

And best bet is i dont have to change mine when i log in casue well i log in more and my settings are the ini file that loads when the game starts. im so mean i wont play with a pink skin for my kid basterd i am.

pooka 04-14-2008 06:21 AM

I know it won't help if you're camping from one character to another, but if you're willing to start the game over, you could setup 2 eq2.ini files and 2 .bat files to start them.

Each .ini pointing to their respective ui directories:

best.eq2.ini
Code:

cl_ui_skinname profit
cl_ui_subdir UI/

brat.eq2.ini:
Code:

cl_ui_skinname brat
cl_ui_subdir UI/

Each .bat deletes the current eq2.ini, copies the one your about to start, and then starts the game. Create shortcuts to the two .bat files. It'll pop a dos box up, but that will go away once the game starts.

best.bat:
Code:

del eq2.ini
copy best.eq2.ini eq2.ini
eq2.exe

brat.bat:
Code:

del eq2.ini
copy brat.eq2.ini eq2.ini
eq2.exe


Cowsfly 04-15-2008 08:09 AM

pooka that works great ty, gona try to change the icon for the kid so she sees that its eq2 and hide my bat file somehwere else.

Cowsfly 04-15-2008 12:08 PM

Ok pooka i got the files set up i even shortcuted them to give them eq2 icons but they dont launch the game i have my eq2 installed on another hardrive so do i change eq2.exe to E:\Sony\EverQuest II\EQ2.exe? well i tryed that and the game didnt launch so any helap would be great..

pooka 04-15-2008 12:57 PM

The .bat and .ini files should go in whatever directory eq2.ini and eq2.exe are in. Then point your shortcuts to the .bat files (ie at ' e:\sony\everquest ii\brat.bat '). If the batch files themselves were on your desktop, you'd have to rewrite the commands to reflect that. It might get messy. Best to just drop it all into your everquest ii directory. :)

Cowsfly 04-15-2008 01:03 PM

Quote:

Originally Posted by pooka (Post 71963)
The .bat and .ini files should go in whatever directory eq2.ini and eq2.exe are in. Then point your shortcuts to the .bat files (ie at ' e:\sony\everquest ii\brat.bat '). If the batch files themselves were on your desktop, you'd have to rewrite the commands to reflect that. It might get messy. Best to just drop it all into your everquest ii directory. :)

You sure are the bomb she has her pink ui thank you so much for your help..


All times are GMT -5. The time now is 02:09 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI