SWBFGamers

Gaming for the Original SWBF1 and SWBF2/other games => Star Wars Battlefront (2004 Original) => Topic started by: Sunnyb0y on May 23, 2020, 11:42:13 AM

Title: how would i make custom load movie and a minimap ?
Post by: Sunnyb0y on May 23, 2020, 11:42:13 AM
how would i make custom load movie and a minimap if anyone has a detailed tutorial could you please post a link here ?
เว็บสล็อตออนไลน์ที่ดีที่สุด (https://megaslot365.blogspot.com/2020/05/blog-post.html)
Title: Re: how would i make custom load movie and a minimap ?
Post by: wsa30h on May 23, 2020, 03:30:46 PM
open your world name open _source pc shell movies and th world mlst and put in the name of your movie made with bil ..\..\_SOURCE_PC\shell\movies\islandfly1.bik then go to world shell movies open mcfg file  and edit mcfg file sorry am bad at explaining hopefully someone else can explain better. here is my mcfg // transition times used by all movies

MovieProperties()
{
    Name("flythrough_template");
    FadeInTime(1.0);
    FadeOutTime(1.0);
}


// Level fly throughs...

// island
MovieProperties()
{
    Name("islandfly");
    Inherit("flythrough_template");
    Movie("island");
    SegmentList()
    {
        Segment("islandfly1", 1.0, -1);
        Segment("island2", 1.0, -1);
        Segment("island3", 1.0, -1);
    }
}
   
EhPortal 1.34 © 2024, WebDev