<a href="http://www.game-advertising-online.com/" target="_blank">Game Advertising Online</a><br /> banner requires iframes
Results 1 to 7 of 7

Thread: [SOLVED] Dump0000.bik file [how to make it work in a mod]

  1. #1
    Neige Noire's Avatar Absorbed in reflection
    Join Date
    Aug 2008
    Posts
    1,476

    Default [SOLVED] Dump0000.bik file [how to make it work in a mod]

    How do I make the game display my own Dump0000.bik file in stead of backdrop.tga? I am talking mods not the vanilla game. The mod in question has no bik file for this and displays its own backdrop.tga by default. I am guessing some txt file has to be edited since simply copying the bik file into "modfolder/data/fmv/menu" does not work. Any ideas?


  2. #2
    Ishan's Avatar At your service!
    Join Date
    Aug 2008
    Location
    Jammu & Kashmir, India
    Posts
    21,406

    Default Re: Dump0000.bik file [how to make it work in a mod]

    You have to edit the .cfg file of that mod and put this or enable it again if set to true:-
    Code:
    [video]
    no_background_fmv = false
    Blue part is where you will find it or place it under.

  3. #3
    Neige Noire's Avatar Absorbed in reflection
    Join Date
    Aug 2008
    Posts
    1,476

    Default Re: Dump0000.bik file [how to make it work in a mod]

    I have already tried, but adding it to the cfg doesn't help...


  4. #4
    Ishan's Avatar At your service!
    Join Date
    Aug 2008
    Location
    Jammu & Kashmir, India
    Posts
    21,406

    Default Re: Dump0000.bik file [how to make it work in a mod]

    Yeah it can be hectic sometimes set it to that and then delete the default .cfg that is the main one and then it should work.
    Also make sure the default option is also on that is:-
    Code:
    [video]
    movies = true
    no_background_fmv = false
    I checked and it works for me in SS6.3.

  5. #5
    Neige Noire's Avatar Absorbed in reflection
    Join Date
    Aug 2008
    Posts
    1,476

    Default Re: Dump0000.bik file [how to make it work in a mod]

    Ok, I figured it out. It appears that the mod does not use backdrop.tga. It uses an identical image in "data\menu" called _m2_border.tga. And it was simply covering the video. I edited the picture, cut out the middle part and left the frame. It looks pretty neat now. Thanks for your time, Ishan.


  6. #6
    Ishan's Avatar At your service!
    Join Date
    Aug 2008
    Location
    Jammu & Kashmir, India
    Posts
    21,406

    Default Re: [SOLVED] Dump0000.bik file [how to make it work in a mod]

    Yeah they might have used alpha to cover it up nice trick.

  7. #7
    Gigantus's Avatar I used to be jolly, too
    Join Date
    Aug 2006
    Location
    Goa - India
    Posts
    27,326

    Default Re: [SOLVED] Dump0000.bik file [how to make it work in a mod]

    Movies will not play if you have this entry in the CFG file:

    [misc]
    bypass_to_strategy_save = 1

Thread Information

Users Browsing this Thread

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

Posting Permissions

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