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
Window Level door?
CarnivorousJelly Offline
Posting Freak

Posts: 1,196
Threads: 41
Joined: Dec 2012
Reputation: 80
#3
RE: Window Level door?

If you want custom pictures and text for your loading screens, put this under OnLeave:
SetupLoadScreen(string&asCategory, string&asEntryName, int alRandomNum, string&asImageFile);
string&asCategory = lang category used for loading text
string&asEntryName = entry to use for text
int alRandomNum = if greater than 1, it will randomize between 1 and alRandom for each loading screen given the suffix XX (eg 01_picture1, 01_picture2, 01_picture3). If it's set to 0, a specific screen will be used
string&asImageFile = the picture to be used as a loading screen, dimensions of 540px (length) by 300px (height) at 400dpi work nicely.

[Image: quote_by_rueppells_fox-d9ciupp.png]
09-20-2013, 07:28 PM
Find


Messages In This Thread
Window Level door? - by Pandachoko - 09-20-2013, 03:54 PM
RE: Window Level door? - by saito100 - 09-20-2013, 04:19 PM
RE: Window Level door? - by CarnivorousJelly - 09-20-2013, 07:28 PM



Users browsing this thread: 1 Guest(s)