Quote: "You could create a video of the credits, have it play in a story zone after the final part of your level, and have the game proceed to the game complete screen afterward."
We used Windows Movie Maker. Made the credit video, then added the following to the gamewon.fpi located in the languagebank\english\gamebank\ folder:
;AIScript from Wizard
;Header
desc = Game Won Page Wizard
;Script
:state=0:video=videobank\ww2_bf\ww2_bf_credits.wmv
:state=0:backdrop=gamecore\backdrops\ww2\ww2_bf\ww2_bf_gamecomplete_background.jpg
:state=0:hudreset,hudx=50,hudy=50,hudimage=languagebank\english\gamecore\backdrops\basic\gamecomplete.tga,hudmake=display
:state=0:timerstart,state=1
:state=1,timergreater=5000:destroy
Did the same for the gameover.fpi file as well.
Cheers
Mike