Currently, the Cutscene feature(I'm saying intro and outro from map definition) is activated when it has an intermission.
If there is no intermission, cannot watch the cutscenes. If there is an option Like "ForceCutscene" option in the map definition It will be nice.
Code: Select all
map MAP01 "map01"
{
intro{video = "videos/test.ivf"}
NoIntermission
ForceCutscene
}