Jump to content

GqchatarN

Member
  • Content Count

    67
  • Joined

  • Last visited

  • Medals

Posts posted by GqchatarN


  1. Ehm.. okey, I have a problem. I installed the mod, and now i can't play high command(?) What the fuck. Even when I disable the mod I can't do it.

    So i uninstalled everything and tried again in vanilla, and high command worked. So then I installed the mod again, and all of a sudden I can't play high command again!

    Am I doing something wrong? How do i fix this, because I would love to play high command with this mod!

    /Simon


  2. Hi! Im completely new to this "modeling" things, but i've got a question. I have reskinned a unit, but i want this units soldiers to be kina "Afghanistani" looking, that will say, no white or black faces, how do i change so that the unit only uses the middle-eastern faces?

    /S


  3. what are you talking about? you're simply not high enough! the engine already supports delay, you just need to far away enough!

    I meant the time it takes for the AC-130 to arrive, sorry for upsetting you!:butbut:

    He probably ment the amount of time you have to wait before you can use the C-130.

    It's in the readme

    But how do i change it?

    Should i make a new .sqf called "init" and should i write this in it:

    waitUntil {!isNil "LDL_initDone"};
    waitUntil {LDL_initDone};
    //Options for the AC-130 (optional)
    LDL_options =
    [
    1000, //0: Default radius for the rotating AC130. Default: 1000
    1000, //1: Default height for the rotating AC130. Default: 1000
    1000, //2: Munition for the 25mm. Default: 1000
    50, //3: Munition for the 40mm. Default: 50
    20, //4: Munition for the 105mm. Default: 20
    true, //5: Show Infantry Strobes at startup. Default: true
    false, //6: Show Vehicle Detection at startup. Default: false
    false, //7: Activate 360° view. Default: false
    false, //8: Show waypoints for rotating AC130. Default: false
    true, //9: Show particles (smoke, tracer etc.); Default: true
    9.5, //10: Maximum zoom level for the 25mm. Default: 9.5 (only numbers between 1 and 10)
    9, //11: Maximum zoom level for the 40mm. Default: 9 (only numbers between 1 and 10)
    8, //12: Maximum zoom level for the 105mm. Default: 8 (only numbers between 1 and 10)
    -1, //13: Time in seconds when AC130 script stops. Default: -1 (infinite)
    180, //14: Time in seconds the AI controlled AC130 stays in the air. Default: 180
    true, //15: Disable Vehicle Detection (Enemy and friendly units). Default: true
    false, //16: Disable Infantry Strobes. Default: false
    false, //17: Disable Monitor. Default: false
    false, //18: Disable third-person view. Default: false
    1, //19: Camera effect at startup: 1 (Nothing), 2 (FLIR white), 3 (FLIR black), 4 (NVG). Default: 1
    120, //20: Delay for mapclick AC130 to arrive. Default: 120
    true, //21: Sequence at startup. Default: true
    3, //22: Available AC130 mapclicks per player. Default: 3
    false, //23: Disable Sounds. Default: false
    false //24: Enable Optical Zoom. Default: false !BETA only available for rotating AC130 BETA!
    ];

    And what should i change :

    120, //20: Delay for mapclick AC130 to arrive. Default: 120

    To?

×