Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > Graphics modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 04-24-2005, 11:30 PM   #1
Vanashke
A Fire Beetle
 
Join Date: Feb 2003
Server: Prexus
Posts: 2
Default Load Screen Modification

First off, I apologize if there is good reference to this somewhere else in the forums, I've done searches and can't seem to find what I'm looking for. My question is, is there any way to change the Loadscreen image (Not the Patcher/Login, I have that down) to something other than the one the EQ loads into the Resources file? I'm not a programmer, but I can't seem to even find the file that references the image files to load during loading/zoning. My guess is that it has to be in one of the XML files, but darn if I can find it. Any help on this would be useful!

Thanks in advance!
__________________
Vanashke is offline   Reply With Quote
Old 06-21-2005, 02:05 PM   #2
ZutfenV
A Bat
 
Join Date: Sep 2002
Posts: 1
Default

I was just wondering this too, and I'll be looking into it tonight; not sure what I'll find out, but I'll dig through some code and take a peek. =)
ZutfenV is offline   Reply With Quote
Old 06-21-2005, 05:25 PM   #3
Linadino
A Ghoul
 
Join Date: Feb 2004
Server: XEGONY
Posts: 12
Default Load Screen

The file you want is called Loadscreen.JPG. It is in the folder Resources. I have changed mine and it did work. The only trouble is that EQ always changed it back next time I log in. I got tired of doing it, so I live with the EQ screen.

Linadino
70 Shammy
Xegony
Linadino is offline   Reply With Quote
Old 06-21-2005, 11:26 PM   #4
Genghiz Cohen
Cry Spoon!!
 
Genghiz Cohen's Avatar
 
Join Date: Sep 2002
Server: Druzzil Ro
Posts: 137
Default

Isn't that where the "-nopatch" command comes in handy? Or was that some other game... *scratches head*
__________________
I don't necessarily agree with everything I think.
Genghiz Cohen is offline   Reply With Quote
Old 06-23-2005, 12:16 AM   #5
larry1024
A Ghoul
 
Join Date: Dec 2002
Posts: 15
Interface Author - Click to view interfaces
Default

If you want to just run EQ with out running patcher each time just use

"C:\Program Files\EverQuest\eqgame.exe" patchme

on the shortcut run line.
larry1024 is offline   Reply With Quote
Old 06-23-2005, 03:58 AM   #6
Genghiz Cohen
Cry Spoon!!
 
Genghiz Cohen's Avatar
 
Join Date: Sep 2002
Server: Druzzil Ro
Posts: 137
Default

Aah, that's it... patchme.. oh well, I was close-ish
Genghiz Cohen is offline   Reply With Quote
Old 03-02-2006, 10:42 PM   #7
ieatacid
A Gray Wolf
 
Join Date: Sep 2002
Server: karana
Posts: 9
Interface Author - Click to view interfaces
Default

There seems to be a way to use custom loading screens without worrying about the patcher overwriting it (or the need to bypass the patcher).

Create a folder named "loadscreens" in your default UI folder. You'll have this:

c:\....\everquest\uifiles\default\loadscreens

and put your custom loadscreen.jpg file in there.

Edit: There seems to be several options for using different ones too. In eqclient.ini there's an entry "LoadScreenMode". Here's what they do.

LoadScreenMode=
0 - no load screen
1 - use load screen (loadscreen*.jpg)
2 - zone specific load screen (short zone name. eg: "qeynos2.jpg")
3 - class specific load screen (short class name. eg: "nec*.jpg")
4 - cycle load screens (cycle through different load screens in the folder - *.jpg)

An alternative to editing your eqclient.ini is to edit your EQUI_OptionsWindow.xml (thanks DKAA!) and add these lines marked with +'s:
Code:
<Combobox item="ODP_LoadScreenCombobox"> <ScreenID>ODP_LoadScreenCombobox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <Location> <X>272</X> <Y>8</Y> </Location> <Size> <CX>105</CX> <CY>24</CY> </Size> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <ListHeight>200</ListHeight> <Button>BDT_Combo</Button> <Style_Border>true</Style_Border> <Choices>None</Choices> <Choices>Loading Art</Choices> + <Choices>Zone Specific</Choices> + <Choices>Class Specific</Choices> + <Choices>Cycle</Choices> </Combobox>


Save, reload UI and voila.

Last edited by ieatacid : 03-03-2006 at 12:39 AM.
ieatacid is offline   Reply With Quote
Old 11-24-2006, 07:04 PM   #8
Drakah
Skinning Guru
 
Drakah's Avatar
 
Join Date: Jul 2002
Posts: 1,076
Interface Author - Click to view interfaces
Default

I tried toying around with this, but was unable to get it to load any custom loadscreens. I tried making a loadscreens folder in uifiles, resources and also tried dumping jpg in blindly in the root and resources, but did not want to load it.

Chaning the Options window xml and tried altering the eqclient file manually did not seem to work. Perhaps they took out this customization - or I am missing something.
__________________
Regards,

Drakah

shakahr.com
Remember...it is only a GAME
Drakah is offline   Reply With Quote
Reply




Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 11:04 PM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI