Hebo mini animated backgrounds??

Thread in 'Discussion' started by Zaphod77, 23 Apr 2008.

  1. Zaphod77

    Zaphod77 Resident Misinformer

    i had a look at the ini file, and it strongly seems to suggest that animated backgrounds can be made.


    i'll be darned if I can figure out how it's done, though.
     
  2. Muf

    Muf

    Say you have an animation with 16 frames. You make a still image with dimensions which are multiples of your screen size (640x3200 for 16 320x240 frames), and order it like this:

    [​IMG]

    Now edit your ini:

    Code:
    back_mov_f[ 0] = 16;  // back01.png
    And you're done.
     
  3. Zeta

    Zeta Unregistered

    it is also possible, through script modding (POSSIBLY through a plugin hook already in there), to produce scrolling backgrounds as well.


    also, if you go past 10 frames, you're better off (unless you really NEED the precise number of frames) going with, say, 20/30/x0 frames.


    @mufunyo>>don't forget the delay between frames, also defined in the .ini file.
     

Share This Page