This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hello!
Please tell me if you know how to do it:
I want to replace the boot screen (ScreenLoading) in Mod.
My search in this site didn't return any results.
How is it done in the Map:
Map - Map LoadingScreen - Custom - ImageBut, in Mod I can't find such this menu
And I'm trying to use GameUI
For example
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <Desc> <!--this creates a full-screenloading image--> <Frame type="GameUI" name="GameUI" file="GameUI"> <Frame type="Frame" name="UIContainer"> <Frame type="Frame" name="ScreenLoading"> <Frame type="ScreenLoading" name="ScreenLoading"> <Frame type="Image" name="BackgroundImage"> <Anchor side="Top" relative="$parent" pos="Min" offset="0"/> <Anchor side="Bottom" relative="$parent" pos="Max" offset="0"/> <Anchor side="Left" relative="$parent" pos="Min" offset="0"/> <Anchor side="Right" relative="$parent" pos="Max" offset="0"/> <Texture val="Assets/Textures/ScreenLoading3.dds"/> <Width val="1920"/> <Height val="1080"/> </Frame> <Frame type="Image" name="LoadingImage"> <Anchor side="Top" relative="$parent" pos="Min" offset="0"/> <Anchor side="Bottom" relative="$parent" pos="Max" offset="0"/> <Anchor side="Left" relative="$parent" pos="Min" offset="0"/> <Anchor side="Right" relative="$parent" pos="Max" offset="0"/> <Texture val="Assets/Textures/ScreenLoading3.dds"/> <Width val="1920"/> <Height val="1080"/> </Frame> </Frame> </Frame> </Frame> </Frame> </Desc>
You can see I tried to use several options, but, it doesn't gives results.
I use file "GameUIOverride.SC2Layout" in the Import (F7) and this file is attached in Data - Game UI Data - Default SC2 UI Settings - (BASIC) UI: Custom Layout Files.
File "Loadingscreen.tga" is also in Import (F7).
https://ibb.co/zJN3g4z
This might Help: https://www.sc2mapster.com/forums/development/ui-development/165162-frequently-asked-questions
Hello!
Please tell me if you know how to do it:
I want to replace the boot screen (ScreenLoading) in Mod.
My search in this site didn't return any results.
How is it done in the Map:
Map - Map LoadingScreen - Custom - Image
But, in Mod I can't find such this menu
And I'm trying to use GameUI
For example
You can see I tried to use several options, but, it doesn't gives results.
I use file "GameUIOverride.SC2Layout" in the Import (F7) and this file is attached in Data - Game UI Data - Default SC2 UI Settings - (BASIC) UI: Custom Layout Files.
File "Loadingscreen.tga" is also in Import (F7).
https://ibb.co/zJN3g4z
This might Help: https://www.sc2mapster.com/forums/development/ui-development/165162-frequently-asked-questions