Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Custom Welcome Page


Recommended Posts

I've been on a few servers that have customized loading welcome pages. I can't recall joining a SS server with one, but I imagine there's a way to do it still with their set up. If you know anything about changing the welcome page, please share your knowledge. :mrgreen: Thank you in advance ;)

Share this post


Link to post
Share on other sites

I've been on a few servers that have customized loading welcome pages. I can't recall joining a SS server with one, but I imagine there's a way to do it still with their set up. If you know anything about changing the welcome page, please share your knowledge. :mrgreen: Thank you in advance ;)

 

dayz_mission.pbo contains the custom image. You will have to use a de-pbo tool (google it) to unpack the file to get to its contents. A pbo file is essentially like a ZIP folder or file. Have to unpack it to get to the goods.

 

Look for description.ext and add the following as the first line into the document:

loadscreen=yourimagename.jpg;

 

Make sure that your image has been put into the folder that description.ext file is in as well.

 

If above doesn't work try to look for line:

loadscreen = "\z\addons\dayz_code\gui\dayz_logo_ca.paa";

and replace it with:

loadscreen="yourimagename.jpg";

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...