Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tutorial][Client] Changing loading screen.

Joined
Aug 20, 2010
Messages
1,388
Reaction score
253
Ever wanted to change the client start-up image?
Well here's how to do it.
Difficulity: Easy (If you know how to work with Photoshop)

Code:
Requirements:
Photoshop or GIMP (both need plugins to load .dds extensions)
Photoshop DDS plugin can be found [URL="http://developer.nvidia.com/nvidia-texture-tools-adobe-photoshop"]HERE[/URL]
GIMP DDS plugin (works with GIMP 2.6) can be found [URL="http://code.google.com/p/gimp-dds/downloads/list"]HERE[/URL]

The password for the .pack files: #7qlcRkfanwlrodldi#

How to do it:
Go to your client folder, open the folder "data", NOW open "2ddata.pack" and "korea.pack" with WinRAR or whatever you wanna use.

Now we go look for a file named "loadingmap_image00.dds", extract it to your desktop (Here it will ask for a password, wich i posted above.)
Open it with Photoshop or GIMP, and look what Width and Height it is (It should be 1024x768) And have fun editing the picture or make a new.
Remember that file needs to be named "loadingmap_image00.dds" if you made a new picture!

If all is well put your new .DDS picture back in "2ddata.pack" and "korea.pack" and load the client!

Have fun!

Attachement is the picture how my client loads now!
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top