• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[General] Loading Screen Bar + Border changes

Status
Not open for further replies.
Level 22
Joined
Sep 7, 2013
Messages
235
In a single map, you can't.

In a campaign, you can import a new mdx file, or new blp files with the same path as the original files, this way they will overwrite the original loadbar. Files for the loadbar are located in UI\Glues\Loading\Loadbar.

That doesn't work with a single map because the imported files get loaded with the map, which means they are available only after the loading of the map.

Whereas with a campaign, files get loaded when you open the campaign, so they are available when you load a map.
 
Level 13
Joined
Aug 4, 2012
Messages
1,022
In a single map, you can't.

In a campaign, you can import a new mdx file, or new blp files with the same path as the original files, this way they will overwrite the original loadbar. Files for the loadbar are located in UI\Glues\Loading\Loadbar.

That doesn't work with a single map because the imported files get loaded with the map, which means they are available only after the loading of the map.

Whereas with a campaign, files get loaded when you open the campaign, so they are available when you load a map.

Oh is that so, then there's no hope :D :D
 
Status
Not open for further replies.
Top