Is it possible to add movies ( the movie in the startup screen when you click on the map ) to custom maps that didn't come with one? An example would be Mygeeto: War Torn City...
Yes. But you need to use the mod tools.
Could someone make movies for certain maps for me? I have 6 that I want. Let's star with sleepkillers conversion of geonosis dust plains and scum strikes utapau sinkhole. Could someone Please Please Do it?
We can't add them without the assets and then re-munging them.
true you need assets because of the mcfg and shell req requirements for indexing the movie I have made intro movie for Phobos map.
Example
// transition times used by all movies
MovieProperties()
{
Name("flythrough_template");
FadeInTime(1.0);
FadeOutTime(1.0);
}
// Level fly throughs...
// MOD1
MovieProperties()
{
Name("Phobosfly");
Inherit("flythrough_template");
Movie("Phobos");
SegmentList()
{
Segment("Phobosfly", 1.0, -1);
}
}
Oh sorry. The way you made it sound like was that you could make it without the assets. Sorry for the confusion. You can just delete this topic then. :shrug: