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
How To Make Loading??
Jayvee17 Offline
Junior Member

Posts: 25
Threads: 6
Joined: May 2011
Reputation: 0
#1
How To Make Loading??

Can Someone Tell ME How To Make A Loading... And Attach A Picture On It??
06-01-2011, 11:03 AM
Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#2
RE: How To Make Loading??

In your OnLeave function call:

SetupLoadScreen(string&asTextCat, string&asTextEntry, int alRandomNum, string&asImageFile);


TextCat is the category of the loading text in your .lang file. TextEntry is obviously the entry under aforementioned category. int alRandomNum is the max number that will be randomly chosen when picking a loading screen (only used for when you have multiple ones and want them to be randomly picked). Put it as 1 if you have only 1 loadscreen, 2 if you have 2, etc. ImageFile is the loadscreen background. Use JPEG format, that's what I know works.

Good luck!

06-01-2011, 11:07 AM
Find
Jayvee17 Offline
Junior Member

Posts: 25
Threads: 6
Joined: May 2011
Reputation: 0
#3
RE: How To Make Loading??

Ok Thanks Dude!!
06-01-2011, 01:15 PM
Find




Users browsing this thread: 1 Guest(s)