Jump to content

scianima

Member
  • Content Count

    7
  • Joined

  • Last visited

  • Medals

Posts posted by scianima


  1. I'm trying to add a logo at the beginning of my missions but the only thing that displays is a blue box. Here's my code in the description.ext file:

    class RscTitles

    {

    class RscIntroLogo

    {

    idd = -1;

    movingEnable = 0;

    duration = 10;

    controlsBackground[ ]={ introLogo };

    controls[ ]={ };

    class introLogo

    {

    idc = -1;

    type = 0;

    style = 48;

    font = "TahomaB";

    text = "\mylogo.paa";

    colorBackground[ ]={ 0,0,0,0 };

    colorText[ ]={ 0,0,0,0};

    sizeEx = 48;

    x = .35;

    y = 0.1;

    w = .3;

    h = .2;

    };

    };

    };

    AND init.sqf:

    titleRsc["RscIntroLogo","PLAIN"];

    Image size is 256 x 256 .paa file format


  2. Hello,

    I'm new to the Arma series and heard horror stories about the AI and bugs. I downloaded the Demo and I am lost on how to buy units in the field (without returning all the way to HQ) or how to get the support option to work. I hit support, requested a rearm or ambulance and the HQ never sends any. Also, the AI doesn't respond at times in game, for instance, I tell them to enter vehicle they walk close and than they stand there. I have to give them a enter vehicle command multiple times for them to react. I was jus curious is the AI commands this buggy in the full retail and does the support option actual work as well. Please could you either tell me that it's broken in the demo or that it is jus a bug until patch. At the moment, the demo is showing me that the game is incomplete and I'm not going to fork over 50 bucks until they get it to work properly. The games has HUGE potential to be one of the best games I have ever played, as far as war simulation. Thank you.

    Rig:

    2.8 ghz Intel q8200 Quad

    4 gig Dominator 10666 ram

    Ati HD 4850

    Seagate 1 TB 7200 rpm SATA

    750 watt Rocketfish PSU

×