Call of Duty : Play Cinematic ingame
- Precache the cinematic shader after load:
precacheshader("cinematic");
- Now play your movie - store the bik in cod/main/video (default is the one we are using here)
movie = newHudElem(); movie setShader( "cinematic", 800, 600 ); CinematicInGame( "default" );
- After playing it should close automatically.
This works in COD4 and WAW. (Probably also in Black Ops!)
By Techno2SL
Sources