Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading Screens #17

Open
LordDemonos opened this issue Apr 26, 2024 · 0 comments
Open

Loading Screens #17

LordDemonos opened this issue Apr 26, 2024 · 0 comments

Comments

@LordDemonos
Copy link
Owner

TAKP google drive link is down so I did some digging.

Utility to extract the loading screens from the game. Here's the TAKP forum discussion too.
https://www.takproject.net/forums/index.php?threads/changing-loading-screen.8995/
https://sourceforge.net/projects/eqemulator/files/OpenZone/S3DSpy%201.2/

point it to your eq directory. the load screens can be found in the bmpwad*.s3d files. find the load screen you want to use and extract it. then go to bmpwad8 and delete that login screen (eqpload.bmp). Then add the file (change the name to eqpload.bmp) and add it back to bmpwad8.

Claude thinks I can make new ones too. Might be fun.

To create a new bmpwad8.s3d file for EverQuest, you'll need some fairly specialized tools and knowledge, as it's not a standard file format. Here are some tips:

You'll need the EverQuest Utilities Suite - a collection of tools released by the EQ developers for modifying game data and assets. This includes WadTools which can pack/unpack the wad files.
The .s3d extension likely refers to a "Swizzled 3D Texture" format used by EQ to compress and optimize the bitmaps.
You'll want to start with an existing bmpwad8.s3d file from the game and use WadTools to unpack it to extract the original .bmp files.
Then create your new loading screen bitmaps with the proper dimensions (likely 512x384) and specifications required by EQ.
Use WadTools to re-pack the new .bmp files into a new bmpwad8.s3d wad file.
Replace the original bmpwad8.s3d in the EverQuest directory with your new custom file.

this? https://rockraidersunited.com/files/lego_rock_raiders/tools/wad-tool-221-r9/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant