How to put a shipped Kamino movie on custom map? [Solved]

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
jojo3450
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Fri Jul 18, 2014 12:29 am
Projects :: No Mod project currently.
Games I'm Playing :: starwarsBattlefront2
xbox live or psn: No gamertag set

How to put a shipped Kamino movie on custom map? [Solved]

Post by jojo3450 »

I want to put the shipped kamino movie from the campaign mode in my custom map how would I do that
Noobasaurus
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2006
Joined: Tue Aug 17, 2010 5:56 pm

Re: how to put a shipped Kamino movie on custom map

Post by Noobasaurus »

At the very top of your lua put this:

Code: Select all

ScriptCB_DoFile("PlayMovieWithTransition") 
Then under function ScriptPostLoad() put:

Code: Select all

    ScriptCB_PlayInGameMovie("ingame.mvs", "kammon01")   
And that should do it.
Post Reply