Project OutFox Wiki
Project OutFox home View the OutFox Wiki source on GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

BGAnimation

A compatibility actor class that allows you to run older .ini files for background animations. Requires Quirks Mode to be enabled to function.

Def.BGAnimation{
    AniDir="MyAnimationFolder",
    LengthSeconds=10
}

Attributes

Name Type Description
AniDir string The directory to find the animation data from.
LengthSeconds number Backwards-Compatibility: If this is given, it will create a dummy actor that sleeps for the given amount of time.

It inherits attributes from ActorFrame.

Loading process

If a BGAnimation.ini file is present on the folder to look up for, it is assumed to run a 3.9-type BGAnimation, which then it will run the process as a regular ini file.

If it’s not present, it assumes it’s a 3.0-type BGAnimation, which only contains video files. It will skip any files that start with an underscore.