Interesting find ??
Moderator: Moderators
-
danrosen
Interesting find ??
Ok, you know those in game movies from the 501st campaign? Well I took the line to play the movie from the campaign lua and pasted it in the conquest lua. The movie at the start plays but the end one doesn't. But the interesting thing came when I noticed something was wrong. When the movie finished playing, or when I skipped it or whatever, I was presented not with the team select screen, but the character select screen for the Republic. So basically, I was forced onto the Republic team by a movie. If anyone wants to look into this some more or wishes to explain it then feel free, I just thought I'd post it here in case it is of any interest.
- 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: Interesting find ??
Actually, it's how campaign LUAs are set up, they don't allow the player to select the other team. You can do that with any lua, as well as play any movie.
-
danrosen
RE: Interesting find ??
Hmm how exactly does that work, how does putting these two lines in a conquest lua
SetMissionEndMovie("ingame.mvs", "mygmon02")
ScriptCB_PlayInGameMovie("ingame.mvs", "mygmon01")
let the computer force the player onto the REP team? And would there be anyway to force the player onto another team without a movie?
SetMissionEndMovie("ingame.mvs", "mygmon02")
ScriptCB_PlayInGameMovie("ingame.mvs", "mygmon01")
let the computer force the player onto the REP team? And would there be anyway to force the player onto another team without a movie?
- 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: Interesting find ??
That's all you put in there? Just those two lines?
