Results 1 to 2 of 2

Thread: Single playe Senario picture

  1. #1

    Single playe Senario picture

    Guys, how do you set up a mission for single player senario? What I mean is mainly the picture and the brief description for it for the menu on Arma2? I got the Overview file, but what size does the picture need to be?
    Last edited by TheTrooper; Oct 22 2011 at 10:29. Reason: something I forgot

  2. #2
    Would this help you?:

    Custom Loadscreens
    Can be used by putting an image in the mission-folder.
    The path is now relative to the mission folder.
    e.g:
    Code:
    loadScreen = "pictures\test.paa";
    Will work if the picture “test.paa” lies in a sub-folder called “pictures” within your mission-folder.

    Create a EXT file called Description and put the code in there.
    Images
    working image-types are .paa and .jpg
    .paa can handle transparency but is big in size
    .jpg cannot handle transparency but will achieve good tradeoff between size and quality.

    For ArmA2 textures / images generally applies:
    - aspect ratio should be 2:1 or 1:1
    - pixel resolution should be a number divisible by 2
    - currently supported max resolution is 2048 x 2048 afaik
    Good pixel resolutions for Loadscreens would be:

    • 2048 x 1024

    • 1024 x 512

    • 512 x 256


    Info and Links
    TexView2
    is a texture viewer and conversion tool for .paa and .pac files
    http://community.bistudio.com/wiki/TexView_2
    and part of BI Tools 2
    http://community.bistudio.com/wiki/BI_Tools_2

    PAAplug v1.2
    is a PAA format plugin for Adobe Photoshop
    and part of Kegety´s ArmA Tools package
    http://www.kegetys.net/arma/

    IrfanView
    is a freeware/shareware image viewer that can view, edit, and convert image files
    http://www.irfanview.de/

    GIMP
    is a free raster graphics editor
    http://www.gimp.org/

    LoadingScreen (how-to)
    at BI-Forums a guide for a more complex variant
    http://forums.bistudio.com/showthread.php?t=104552
    detailed info on .paa format
    http://community.bistudio.com/wiki/PAA
    Last edited by Günter Severloh; Oct 23 2011 at 00:26.

    Hosting Missions for Invasion-1944, Iron Front: Liberation 1944, & Hell in the Pacific

    WarMod Series - Massive Addon & Mod Customizable Compilation Mods for Arma1, Arma2, & Arma2CO
    WarMod | A2WarMod |A2WarModACE | COWarMod | COWarModACE | COWarModI44 |COSLX

Posting Permissions

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