Jump to content

Syn

Member
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Syn

  1. 19 hours ago, Koolkingkarl said:

    Hello,

    is there an easy way to anonymise the missionsmarker? color and text? Could you please point me to the function where the script loads the marker with the data from the missionsfile? ich think if i set this to static values like one color an the missionname = "mission". is the marker created in find_position.sqf?

    I dont want the players to cherrypick missions. :)

    EDIT:

    Found it. if some of you search for it, too. the markers are created in the mission_winorfail.sqf

    Thanks and greets

    Open a mission file, for EXAMLE, armed_vehicle, you can see at the very bottom:

    [
        _mission, // Mission number
        _position, // Position of mission
        "Hard", // Difficulty
        format["armed_vehicle",_vehname], // Name of Mission
        _missionType, // Mission Type: MainHero or MainBandit
        true, // show mission marker??
        true, // make minefields available for this mission
        ["crate"], // Completion type: ["crate"], ["kill"], or ["assassinate", _unitGroup],
        _messages
    ] call mission_winorfail;

    -------------------------

    Difficulty: Hard - Red, Medium-Yellow, Easy - green

    Name of mission - in " " - write your

     true, // show mission marker?? - delete marker if FALSE

    I hope helped.

  2. Something is clearly working poorly. First, the radio duplicates messages about the same mission. Secondly, missions spawn for a very long time. If you set up the mission to spawn 4 immediately, I did not wait at all. I downloaded version 2.2.5 transferred settings and missions with a single spawning point and it all worked, quickly and pleasantly.

  3. 4 hours ago, JasonTM said:

    Killzone Kid's Shuffle Plus function assumes that there is more than one element in an array.

    I did two missions with a single spawning point, but only the one that is listed first is launched, the rest are not launched. Please help me. No RPT-errors.

  4. I need your help again. When I create mission with single spawn point, the mission works, but in the RPT-Error:

    13:33:30   Error Undefined variable in expression: _el1
    13:33:30 File z\addons\dayz_server\WAI\compile\functions.sqf, line 10
    13:33:30 Error in expression <t _indx;
    _arr set [_indx, _el1];
    _el1 = _el2;
    };
    _arr set [_cnt, _el1];
    _arr
    };
    >
    13:33:30   Error position: <_el2;
    };
    _arr set [_cnt, _el1];
    _arr
    };
    >
    13:33:30   Error Undefined variable in expression: _el2
    13:33:30 File z\addons\dayz_server\WAI\compile\functions.sqf, line 11
    13:33:30 Error in expression <2 = _arr select _indx;
    _arr set [_indx, _el1];
    _el1 = _el2;
    };
    _arr set [_cnt, _>
    13:33:30   Error position: <_el1];
    _el1 = _el2;
    };
    _arr set [_cnt, _>
    13:33:30   Error Undefined variable in expression: _el1

  5. after setting wai_user_spawnpoints = true; I have the error, and missions do not start

    16:46:13   Error Undefined variable in expression: _color
    16:46:13 File z\addons\dayz_server\WAI\compile\find_position.sqf, line 95
    16:46:13 Error in expression <ocal "DOT";
    _marker setMarkerColorLocal _color;
    _marker setMarkerSizeLocal [1.0,>
    16:46:13   Error position: <_color;
    _marker setMarkerSizeLocal [1.0,>

×
×
  • Create New...