Project 1999

Project 1999 (/forums/index.php)
-   Technical Discussion (/forums/forumdisplay.php?f=40)
-   -   Load Screen Randomizer - Old School! (/forums/showthread.php?t=254438)

poena.dare 09-29-2016 10:52 AM

Load Screen Randomizer - Old School!
 
3 Attachment(s)
0) These instructions are for people who use Launch Titanium.bat to launch EverQuest and want some variation in their load screens.

1) Download the pictures attached below. Place them in the resources directory in your EverQuest directory. Make sure they are named loadscreen1.jpg, loadscreen2.jpg, and loadscreen3.jpg.

2) In the EverQuest directory, edit your Launch Titanium.bat file:
Code:

@echo off
set /a ran=%random% %%3 +1
number %ran%
copy resources\loadscreen%ran%.jpg resources\loadscreen.jpg
start eqgame patchme

3) Launch and enjoy!

4) Load screens 1 and 2 will appear more often than 3 about 0.003% of the time. Sorry about that.

Crookstinger 09-29-2016 11:01 AM

I love this idea! I play on a Mac with Wineskin, so this won't work as laid out, but it looks like I could theoretically modify the startup script in Wineskin to get it to work. I'll check out doing that. If I get it to work, would it be OK if I posted that solution here?

poena.dare 09-29-2016 11:03 AM

All Variations Welcome!
 
Quote:

Originally Posted by Crookstinger (Post 2370128)
If I get it to work, would it be OK if I posted that solution here?

By all means! Please!

poena.dare 09-29-2016 11:31 AM

An Update!
 
1 Attachment(s)
Whoopsie! Load Screen 3 needs to be 640x480!

Crookstinger 09-30-2016 09:58 PM

I think I have this cracked for Wineskin. Please not that I am NOT an expert so there may be an easier/better way to do this.

Do step 1 above, and be sure the files are saved in 640x480 size (which I had some issues with the first time I downloaded them). You'll need to locate the Wineskin app (the one you click on to play EQ), right click and click "Show Package Contents", then drill down on your drive_c into the Everquest directory to find the Resources folder which contains the loadscreen.jpg file. Copy the three loadscreens there.

In the Package Contents top level, navigate to Contents/Resources, locate the WineskinStartupScript file and open it in an editor (I used XCode but I think any editor will do)

At the bottom, under "# ENTER COMMANDS HERE" enter the following commands:
Code:

RAN=$[RANDOM%3+1]
cp Resources/drive_c/"Program Files"/Sony/EverQuest/Resources/loadscreen$RAN.jpg Resources/drive_c/"Program Files"/Sony/EverQuest/Resources/loadscreen.jpg

Check the path in the "cp" command closely above. If your loadscreen jpgs are not located there, then you might have to adjust the path for your particular setup. The quotes around the "Program Files" are needed to handle the space in the directory name, which took me a long time to figure out!

paulgiamatti 10-01-2016 06:26 AM

Here are the loading screens from every expansion:

https://pakcafaneq.wordpress.com/eve...ading-screens/

paulgiamatti 10-01-2016 06:58 AM

Here's the first three in a zip along with a modified Launch_Titanium.bat - extract it to your EQ directory and select overwrite if you want it to randomize between the first three load screens: https://dl.dropboxusercontent.com/u/...screens1-3.rar

Here's all 19 in a zip along with a modified Launch_Titanium.bat - extract it to your EQ directory and select overwrite if you want it to randomize between all 19 load screens: https://dl.dropboxusercontent.com/u/...creens1-19.rar

Remember though, you have to run EQ from Launch_Titanium.bat for it to work.

Crookstinger 10-01-2016 08:38 AM

If you want to use all 19 images in Wineskin, use the 19 image zipped file that paulgiamatti provided above and modify the code I posted above to change the first line to:
Code:

RAN=$[RANDOM%19+1]

poena.dare 10-01-2016 10:51 AM

@Crookstinger and @paulgiamatti, thank you!

paulgiamatti 10-01-2016 01:17 PM

Fixed sizing on a few of them, redownload using same links if you already grabbed it.


All times are GMT -4. The time now is 05:56 AM.

Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.