Results 1 to 7 of 7
  1. #1
    Member Level 2 JG52_cule's Avatar
    Join Date
    Apr 2012
    Location
    SAGUNTO, spain
    Posts
    41
    Rep Points
    0
    Rep Power
    2

    Videos before a mission

    I have just created a map, and i also have a video (like the strategic.avi in men of war missions) which should appear at the start of the mission. I have tried putting a interface.set archive in the map folder, etc, etc and it hoesn't work.

    Do any of you know how to enable videos at the start of missions?

    Thanks,
    JG52_cule
    Another Day,
    Another Vice,
    Another Roll of the Dice!

  2. #2
    Member Level 15 djsatane's Avatar
    Join Date
    Apr 2009
    Posts
    1,254
    Rep Points
    70
    Rep Power
    6
    thats something you should ask on either mow or mowas modding forums, i am sure things like this were discussed on mow forums here at dms under modding section.

  3. #3
    Member Level 2 JG52_cule's Avatar
    Join Date
    Apr 2012
    Location
    SAGUNTO, spain
    Posts
    41
    Rep Points
    0
    Rep Power
    2
    thank you very much

    Threads edited and merged
    Last edited by Dilust; 10-04-2012 at 18:06. Reason: Mod edit
    Another Day,
    Another Vice,
    Another Roll of the Dice!

  4. #4
    Moderator Level 22 Dilust's Avatar
    Join Date
    Aug 2007
    Location
    Italia
    Posts
    2,696
    Rep Points
    42
    Rep Power
    8
    Put your video in resource\video\mission\single\yourmissionpath

    Then in the 0.mi file create a trigger with a command like this:

    Code:
    					{"scenario"
    						{message
    							{text ""}
    							{video "nameofthevideowithoutextension"}
    						}
    						{camera
    							{smooth_begin 0}
    							{smooth_end 0}
    						}
    						{quant_mode disable}
    					}
    By prevailing over all obstacles and distractions, one may unfailingly arrive at his chosen goal of destination. Cristoforo Colombo
    Visit my Soldiers and Fow mods collection

  5. #5
    Member Level 12
    Join Date
    Sep 2009
    Posts
    883
    Rep Points
    12
    Rep Power
    4
    In case this question is still open:
    use the trigger Scene->Scenario, type in the name of the video (without .avi) under video.
    Then you place the video here:
    *yourmod*/resource/video/mission/single/*yourcampaign*/*yourmap*

    I don't know how to make it so the videos are played BEFORE loading the mission. Something to note, it doesn't work in Coop as far as I know.

  6. #6
    Member Level 2 JG52_cule's Avatar
    Join Date
    Apr 2012
    Location
    SAGUNTO, spain
    Posts
    41
    Rep Points
    0
    Rep Power
    2
    yes, I did try that, but it still didn't work.

    thank you for your interest anyway.
    JG52_cule
    Another Day,
    Another Vice,
    Another Roll of the Dice!

  7. #7
    Member Level 12
    Join Date
    Sep 2009
    Posts
    883
    Rep Points
    12
    Rep Power
    4
    I did it myself for one of my missions, if you have it in the correct path and if the video is in the correct .avi format it will work. Post your video/mission path here, maybe there is something wrong with it.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •