Overwatch Loading Screen

Kayvster

New Member
If I edit the Overwatch Loading screen or deathscreen will That stop the server from being joinable?

I wanted to add my teamspeak and website address to it like my other servers. I tried doing it through the missions but first load of the server took over 5 minutes so people think its broken and dont join.
 
I was thinking that it might be a part of the Overwatch client download. If its different from what is on the server I assumed there would be issues
 
open up description.ext and change



loadScreen = "\z\addons\ow_assets\screen\dayz_logo_ca.paa";
to

loadScreen = "loading.jpg";

then put your image in the root of your mission file named loading.jpg
 
It works for Overwatch.

1. Put the picture you want inside the mission folder.
2. Open "description.ext" with notepad (or whatever you prefer)
3. Find the line that says loadScreen = "NAMEOFPICTUREHERE";
4. Save and repack. Voila.
 
Back
Top