This does seem to keep my new characters from spawning in gloomingdeep, however the client still shows "Entering the Mines of Gloomingdeep" when loading the starting zone when the tutorial button is pressed. Anyone know of a way to disable the tutorial button on the char create screen or to make the client indicate the actual zone being loaded?
Mine does that too. I think that is a server code issue so you would probably need to go to the server development files and find where to change it in C++ then recompile the server exe's. P99 removed all those text loading things so it is possible to do but may take a while if your not experienced at modifying the server itself.
You can't disable that from server side. I do believe it's partly because the "world" has no
idea what your client is doing until you click on those buttons, which is handled by the
client. Hence - P99 custom client files to download
I've looked everywhere I can think of on the client side for the "Entering Mines of Gloomingdeep" and the only thing I found was in the eqstr_us file on line 5856 it says "The Mines of Gloomingdeep".
I tried changing line 5856 to the word "Test" instead of "The Mines of Gloomingdeep" but it breaks character select completely, listing "Unknown String" and I have to copy/paste a backup eqstr_us file just to get the character select to function again.
Does anyone know where, on the client side, we can remove "Entering The Mines of Gloomingdeep?" after a character selects to "Enter World"?
You won't find it listed like that. It will be something like "Entering %1...". But that is used for all zoning. As Uleat mentioned, you will have to adjust the client.
Thank you joligario. That is helpful information about the "Entering %1...". I found it on line 9508 of the eqstr_us file and also on line 9508 of the eqstr_en file. I'm not really sure where to take it from here...and now I'm curious what the difference between the eqstr_en and eqstr_us file is.
I understand I must make the change on the client side, it's just pinpointing exactly where this change needs to be made that is proving difficult.
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.