Hard Light Productions Forums
Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: Lone Knight on March 28, 2005, 04:30:51 pm
-
How can I play movies from Freespace 2 after a level that I made in my own FS2 campaign?
-
I think it's done in the campaign editor (which IIRc is helpfully left undocumented....).
-
I thought it was another thing done in SEXPs.
-
No, I am like the SEXP master.....but no movies..........
-
I should add a supernova into my campaign just to annoy people.
-
I think it's a SEXP in the campaign editor.
NB: IIRC, adding a nova will auto-play the end movie from FS2.
-
Originally posted by Luigi30
I should add a supernova into my campaign just to annoy people.
Hah hah hah. Your are doing some arbitrary mission when out of no where a supernova starts....
Also, which movie is autumatically played....the supernova one with the admiral petraech monologue, or just the supernova movie by itself?
-
Easy. Add a dummy ani file to the VP.
-
Another question which probably should be covered in the FAQ. Anyway here's a full answer which I can cut and paste into the FAQ later :D
I'm using retail. How can I have movies in my campaign?
Short answer, you can't.
Longer answer. FS2 retail only plays movies in the MVE format. MVE is a proprietary format owned by Interplay and there are no tools afficially available which will allow you to use it. There are illegal programs around which will allow you to encode MVE format movies if you're really desperate to try it but I can't tell you anything about them.
I'm assuming you're using SCP from now on.
How can I have an intro movie in my campaign?
On startup FS2_Open looks for a file called intro. An avi or mpg with that name will be played on start up. A movie in moddir or moddir\data\movies will take precidence over the standard FS2 intro avi (assuming that you placed this in Freespace2\ or Freespace2\Data\Movies\)
How can I play a movie before the start of a mission/before the start of my campaign
Movies other than the intro are specified in the campaign editor. Open FRED. Open the campaign editor and load\create the campaign file you want. Select the mission you want the cutscene to be played before and type in the name of the movie into the briefing cutscene box.
If you want to play a cutscene before the campaign starts simply choose the first mission.
How can I play a cutscene after my campaign ends?
The FS2 ending cutscenes are hardcoded. They are triggered only when the campaign is called Freespace2 and the special End-Campaign SEXP is triggered in the mission (Not the end-campaign SEXP in the briefing editor BTW). The game then triggers a file called endpart1 and then decides between endprt2a and endprt2b depending on how the mission went
There is currently no way to directly trigger an ending cutscene except by doing this and I have no idea what would happen if you tried it with any mission other than Apocalypse.
What you can do however is to create a blank mission with no briefing which also ends the second it starts (using the end-mission SEXP) and stick the outro cutscene in front of that. Apart from a very brief appearance of the mission loading screen you probably wouldn't notice the difference.