avi cutscene code

Programming Reality Factory and Genesis3D.
Post Reply
hackerpunk

avi cutscene code

Post by hackerpunk »

hey i need the code that plays an avi movie as a cutscene but im not a programmer so im not sure where to find it in the source. I need to hand it off to a programmer though so could somone find it and post it here for me thanks!!!
User avatar
AndyCR
Posts: 1449
Joined: Wed Jul 06, 2005 5:08 pm
Location: Colorado, USA
Contact:

Post by AndyCR »

do you want ton use this in an rf project or a from-scratch program?

rf: look up an entity in the manual, i believe 'cutscene'

directx: http://www.gamedev.net/reference/articl ... cle840.asp

opengl and more directx: google "appropriate api here" avi rendering

oh, and welcome to the forums!
hackerpunk

unreal

Post by hackerpunk »

its for an unreal 2004 mod and there engine doesnt have prerendered cut scenes so we need to add the code? so could you help me out
chad
User avatar
QuestOfDreams
Site Admin
Posts: 1521
Joined: Sun Jul 03, 2005 11:12 pm
Location: Austria
Contact:

Post by QuestOfDreams »

User avatar
AndyCR
Posts: 1449
Joined: Wed Jul 06, 2005 5:08 pm
Location: Colorado, USA
Contact:

Post by AndyCR »

ut2004 does use directx (and on platforms other than windows opengl), but i dont believe they allow access to the ability to add c++ code to the engine, i believe iots all done through unrealscript. ut2004 does not need avi's, since all it's cutscenes are real-time using their matinee system; that could pose na problem for you. is there no way to convert bthe movie (whatever it is) to a real-time one in ut2004? its going to likely be difficult to impossible to play an avi, to my knowledge (which, though I own ut2004, isnt as much as some, so i could be wrong)

the place to go with this is http://www.3dbuzz.com and post on their ut2004 forums, its a very helpful (and knowledgeable with ut2004 and many other games/game development and art related programs) community.
Post Reply