Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change Loading Screen Text?
GetHimNotMe Offline
Junior Member

Posts: 15
Threads: 8
Joined: Apr 2012
Reputation: 0
#1
Change Loading Screen Text?

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?
06-21-2012, 05:18 AM
Find
Obliviator27 Offline
Posting Freak

Posts: 792
Threads: 10
Joined: Jul 2011
Reputation: 66
#2
RE: Change Loading Screen Text?

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

06-21-2012, 06:04 AM
Find
GetHimNotMe Offline
Junior Member

Posts: 15
Threads: 8
Joined: Apr 2012
Reputation: 0
#3
RE: Change Loading Screen Text?

(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?
06-21-2012, 07:09 AM
Find
Obliviator27 Offline
Posting Freak

Posts: 792
Threads: 10
Joined: Jul 2011
Reputation: 66
#4
RE: Change Loading Screen Text?

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

06-21-2012, 07:39 AM
Find
Damascus Offline
Senior Member

Posts: 646
Threads: 118
Joined: Mar 2012
Reputation: 29
#5
RE: Change Loading Screen Text?

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

06-21-2012, 08:02 AM
Find
GetHimNotMe Offline
Junior Member

Posts: 15
Threads: 8
Joined: Apr 2012
Reputation: 0
#6
RE: Change Loading Screen Text?

(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.
06-21-2012, 08:16 AM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#7
RE: Change Loading Screen Text?

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

Tutorials: From Noob to Pro
(This post was last modified: 06-22-2012, 03:15 AM by Your Computer.)
06-22-2012, 03:14 AM
Website Find




Users browsing this thread: 1 Guest(s)