Author Topic: Videos/cutscenes  (Read 4463 times)

willeht

  • Visitor
  • *
  • Posts: 1
    • View Profile
Videos/cutscenes
« on: 2009-05-06, 06:09:58 PM »
Is it possible to play a video/cutscene in sgdk using the builtin C# code easily?  I don't really care about what format and it'd be comming out of blender=s
If it is, how would I go about it? Should I find a video-playing-library thing?

[edit] Would following http://www.c-sharpcorner.com/UploadFile/mgold/PlayingVideo11242005002218AM/PlayingVideo.aspx?ArticleID=3d1c3b81-1a12-48e7-ad5e-758f96525409 in the ide work?

durnurd

  • Lead Lemming
  • Expert
  • Fanatic
  • *****
  • Posts: 1234
  • Games completed so far: 0
    • MSN Messenger - durnurd@hotmail.com
    • View Profile
    • Find My Ed
Re: Videos/cutscenes
« Reply #1 on: 2009-05-06, 08:48:04 PM »
The SGDK2 IDE comes with a custom code object in the library for playing video:

Right click on Source Code, click "Import From"
Click the "..." button and navigate to the SGDK2 Library, then Source Code, then Video.
Click Next, then check Video.cs (the other object will automatically be selected as well)
Click Next, and Finish

This will add the action CustomObjects.Video.PlayVideo to the dropdown lists for selecting actions.  Note that this uses DirectX, and SGDK2.1 uses OpenGL, so it will likely only work with SGDK2.0
Edward Dassmesser