According to the Developer Docs, one ought to be able to place a loading screen into their route template; presumably so that it will appear as the route loads. I've created an .ace file in the proper size ratio, named it "loading_screen.ace" and placed it in the TemplateRoutes folder of the applicable route. Yet, I am unable to get the loading screen to load (that's irony for you).
According to the Docs, the loading screen string is located after "Skies" and before "Weather." There is no need to add Provider and Product to the string, again, according to the Developer Docs. If I understand the instructions correctly, the applicable portion of my route template is supposed to look as follows:
</Skies>
<TextureID d:type="cDeltaString">loading_screen.ace</TextureID>
<BackgroundFilePath d:type="cDeltaString">TemplateRoutes\loading_screen.ace</BackgroundFilePath>
<WeatherBlueprint>
Obviously, there is something wrong. Can someone please help me to get this loading screen to load?