Frictional Games Forum (read-only)
Change Loading Screen Text? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Change Loading Screen Text? (/thread-16358.html)



Change Loading Screen Text? - GetHimNotMe - 06-21-2012

Instead of having the black screen with the "Loading..." text, is there a way to remove the text so that way it only has the black screen?


RE: Change Loading Screen Text? - Obliviator27 - 06-21-2012

SetupLoadScreen(string&asTextCat, string&asTextEntry, int alRandomNum, string&asImageFile);
Just have the ImageFile argument as "".


RE: Change Loading Screen Text? - GetHimNotMe - 06-21-2012

(06-21-2012, 06:04 AM)Obliviator27 Wrote: SetupLoadScreen(string&asTextCat, string&asTextEntry, int alRandomNum, string&asImageFile);
Just have the ImageFile argument as "".
I did that and, while the "Loading..." did change, it still appears in red at the bottom. Any way to change that or no?


RE: Change Loading Screen Text? - Obliviator27 - 06-21-2012

Not that I'm aware of. Maybe someone else on the forum knows how.


RE: Change Loading Screen Text? - Damascus - 06-21-2012

Place it in the OnLeave() section of your script.


RE: Change Loading Screen Text? - GetHimNotMe - 06-21-2012

(06-21-2012, 08:02 AM)Damascus Wrote: Place it in the OnLeave() section of your script.
To be honest, I don't think that's gonna work. I think it uses it from the game's .lang files. But thanks anyway for replying.
(06-21-2012, 08:02 AM)Obliviator27 Wrote: Not that I'm aware of. Maybe someone else on the forum knows how.

Ok then. Thanks for the reply.


RE: Change Loading Screen Text? - Your Computer - 06-22-2012

You need a full conversion to remove that. The text is found in one of the LANG files.