Launch Matinee into Movie Mode

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

TheArtfulDodger

New Member
Nov 25, 2003
15
0
0
Visit site
I can make Matinee launch immediately in UT2003

Level properties:
Default Game Type: unrealgame.cinematicgame

The same setup in Runtime gives me an error...
Can't find file for package 'unreal game'

Is this feature available in Runtime?
 

oneirotekt

New Member
Aug 24, 2003
59
0
0
The quick level designer way to do that is just make the level's PlayerStart's Event the Tag of the SceneManager... so when the player spawns into the map the event fires and the Matinee begins.

I don't see a GameInfo called CinematicGame anywhere in the Runtime code, so I guess that's a UT2003 specific thing.

Edit: just checked what CinematicGame does in the UT2003 code, it does a few simple things, seems like you could easily recreate that functionality with your own GameInfo in the Runtime.
 
Last edited: