Results 1 to 9 of 9

Thread: Arma background animations

  1. #1
    Im looking to create some custom background animations, like the kind that are constantly playing in the background of the games menu screens etc. I understand it will be created using the mission editor, but is there a specific file the mission needs added to or how do I define that animation to play in the background etc.

    thanks.
    I was dragged through hell by certail Mod teams accusing me of theft. I was banned without question.

    Recient information shows that Models were being placed in the public domain by trusted members of said mod teams. I was victomised because I had apparently downloaded one such model from the google website and was landed with the full blaim for the theft, uploading and creating some fantastical ruse to " cover up the theft".
    Since the source of the models has came to light I was unbanned, but no appology has ever been tabled for the crap I had to put up with nor the crap anyone who associated with me had to put up with.
    I see the leaking of the models by their own as poetic justice.
    I still want nothing to do with BIS, those Mod team members, or other community people who were quite willing to burn me allive for A crime that they now know I didnt commit.

  2. #2

  3. #3
    Gunnery Sergeant
    Join Date
    Jul 10 2005
    Location
    Scotland
    Posts
    561
    Author of the Thread
    Thanks, but no, not what I mean.

    Picture this. When the Game first boots up, before you select multiplayr/single player or anything, you get the animation of you over flying the island, or a video of some troops milling arround in a town etc. Its those I want to replace.

  4. #4
    Gunnery Sergeant
    Join Date
    Jul 10 2005
    Location
    Scotland
    Posts
    561
    Author of the Thread
    This is what i mean by background animations, its what you see uring the menu screens like this :-



    They would need to run from a mod folder so as not to alter any game files
    also looking on info on how to create custom loading splash screens to run also from a mod folder like the Queens gambit loading screens :-


  5. #5
    custom loading splash:

    http://community.bistudio.com/wiki....ng_Anim



    background animations:

    You need to create a mission and load it via the config:

    Quote Originally Posted by [b
    Quote[/b] ]class CfgMissions
    {
    class Cutscenes
    {
    class SaraIntro1
    {
    directory = "ca\IntroAnims\data\scenes\intro.s ara";
    };
    };
    };

  6. #6
    Gunnery Sergeant
    Join Date
    Jul 10 2005
    Location
    Scotland
    Posts
    561
    Author of the Thread
    Finally, great this is what ive been looking for, thanks.

  7. #7
    Gunnery Sergeant
    Join Date
    Jul 10 2005
    Location
    Scotland
    Posts
    561
    Author of the Thread
    Ok, maby this isnt what im looking for.
    the link leads to details on removing the splash screens, not creating them ?
    I can find the CA PBO file, but no into anim files or folders within.?
    looking at the example code you have given, the mission could probably be in any flder, as long as the config points to it, correct ? but which config file is this

  8. #8
    Rambo-16AAB get this and a proper search tool like powergrep:

    all_arma_configs_in_cpp.rar

    (btw its in ArmA\addons\sara/config.cpp)


    Quote Originally Posted by [b
    Quote[/b] ]the link leads to details on removing the splash screens, not creating them ?
    You were asking how to make a different splash screen.
    Check the pbo code. It links to a picture.
    Make a picture, put in the pbo and adapt the config.

    Quote Originally Posted by [b
    Quote[/b] ]looking at the example code you have given, the mission could probably be in any flder, as long as the config points to it, correct ?
    This is true. Check the proper addons and understand how
    configs work.

    You can overwrite ArmA configs or other 3rd party configs.
    Essential aspect is to have a correct cfgPatches dependency
    logic.
    Please ask specific questions, if you want to know more.




  9. #9
    You could also download this GUI and have a look at its guts to see how it works.
    If its just for you you could just edit the pics from that GUI with yours without renaming them, it would save you a lot of work, as long as yours are the right format and size.

    EDIT: Bugger!! You want the splash screens for when the missions are loading, not the Game User Interphace? Ofcourse, the GUI would be an addon so this would be the wrong forum




Posting Permissions

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