A long, long time ago, in a PC far, far away...
... I was given the actual files with which to build SWBF2 load screens. I'm not talking the one-picture loadscreens, I'm talking Pandemic-style, random loadscreens, loadscreens that apply to specific modes (like the campaign-specific screens). Well, I thought I'd lost those files in my hard drive crash that stunted work on the Convo Pack years ago, but [RDH]Zerted found what I needed randomly in his stuff. It's not all of what I had originally, but it's all the most important files; the rest can be easily redone.
Now, on top of that I was searching through my hard drive last night and found the SWBF1 loadscreen configs that I was given after my hard drive crashed. I didn't know what to do with it then, but now that I know how to use a hex editor to rip out munged animations, models, textures, etc finally SWBF1 players will get to have custom loadscreens too, and can do it in SWBF1 style if they so choose.
So, over the next number of weeks I'm going to put all of this together in a sort of loadscreen builder utility. Some things will still have to be done manually (like renaming folders, moving munged lvl files), but it will also come with complete documentation on what to do. I'd like to get things out sooner, but I'd much rather have a proper utility that people can follow.
So -- nothing more than an announcement right now, but I was excited so I thought I'd pass it on.
News on loadscreens
Moderator: Moderators
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
- Lagomorphia
- Major

- Posts: 502
- Joined: Sun Dec 13, 2009 10:02 am
Re: News on loadscreens
That is the first time I have ever used that one.
When you say for each mode can it be applied to eras as well as modes?
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: News on loadscreens
Yep, so if I wanted say my "ABC" map to have custom loads per era/mode, I can specify them by basically calling the lua name without the ".lua" at the end.
- sim-al2
- 2nd Lieutenant

- Posts: 412
- Joined: Mon Jul 06, 2009 10:26 pm
- Projects :: Mapping on occasion
- Location: In the cockpit of some vehicle...
Re: News on loadscreens
Ohh ahhh...
Looks very promising.
Looks very promising.
- lucasfart
- Sith

- Posts: 1440
- Joined: Tue Feb 24, 2009 5:32 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Australia
Re: News on loadscreens
Awesome! I remember hearing about these loadscreens a while back, and wishing that we could still use them.
Good on you, Tean!
What else does Zerted have stashed away in there.
Keep looking Zerted, you might find some more awesome stuff. 
What else does Zerted have stashed away in there.
- Eggman
- Master Bounty Hunter

- Posts: 1516
- Joined: Mon Jul 16, 2007 1:30 pm
- Projects :: Battlefront Chronicles
- Location: Las Vegas
Re: News on loadscreens
Glad to hear this - I had always wanted to use the campaign-style loadscreens for the campaign modes in my Aldura maps, but had to settle for placing the story text on the actual image and replacing the tips/tricks text with just the name of the mod. I take it the only real difference between campaign loadscreens and ordinary loadscreens is where they grab the localized text from, correct (and the way it appears on-screen)?
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: News on loadscreens
Yes and no. Here's a campaign example:
and here's a regular example
Code: Select all
Map("fel1c_c")
{
CampaignLayout(1);
CampaignName("ifs.sp.campaign1.mission4name");
RandomBackdrop("load\cam_p1");
PS2()
{
ProgressBarTotalTime(31.0);
}
XBOX()
{
ProgressBarTotalTime(17.0);
}
PC()
{
ProgressBarTotalTime(11.0);
}
}Code: Select all
Map("spa6")
{
RandomBackdrop("load\spa");
PS2()
{
ProgressBarTotalTime(33.0);
}
XBOX()
{
ProgressBarTotalTime(20.0);
}
PC()
{
ProgressBarTotalTime(12.0);
}
}- SW_elite
- Filthy Thief

- Posts: 507
- Joined: Sat Jan 02, 2010 6:43 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Australia!!!
Re: News on loadscreens
Tean, did you get my message?
EDIT: I fixed the link. So its the same link you got in the message before, only that you can now download the files.
EDIT: I fixed the link. So its the same link you got in the message before, only that you can now download the files.
