Jump to content

wld427

Member
  • Content Count

    2820
  • Joined

  • Last visited

  • Medals

Everything posted by wld427

  1. FINALLY ..... just kidding Miles, but my LoBo guys were getting tired of shooting SLA "reds". This may wake them up a bit
  2. wld427

    Be 32K

    GranQ, Have any luck yet in implimenting the bomb script? I figure out how to launch them (salvo=6). and to get the right timing ( reloadtime=.05) but how do we get the spread?
  3. Does anybody else know of any more large campaign style MP missions like Domination or Evolution. What i am looking for is more missions like these that require you to conquer the entire map.
  4. wld427

    ABG-RLK Recon Operators

    either way on the galil. I really support you on this MOD. Do you have any plans to impliment any vehicles?
  5. wld427

    Jet Fighters

    anybody know what happened to the A-7 that was floating around here?
  6. wld427

    ABG-RLK Recon Operators

    wow i was really excited at the thought of a Galil. Do you still plan to impliment them?
  7. a while back i sw sombody with an A-7 sorsair II. Anyone know what happened to it?
  8. wld427

    Jet Fighters

    is that possible to bring sahrani into visitor and add a few more islands?
  9. wld427

    How do you pose gunners?

    Pingu, PM the Hellenic MOD guys. they made thoer own animations for the GD240
  10. Thats a great idea. I would love to see a chieftain and eventually a challenger. Then hopefully a warrior and a scorpion
  11. wld427

    MAG 58 with ACOG (M240)

    there are probably 35 different versions of the ACOG for diffetent rounds and reticles. I have one on my personal G3A4 at home for 7.62X51 and graduated reticle with low mount. I have seen them for AKs on the Polish soldiers weapons here. They are Tantals i believe. @Pingu I never said your weapon was imaginary. In fact l like it. Do you think you could do one with an Elcan? The M249 is definately lacking in this game and I definately appreciate your attention to it.
  12. wld427

    MAG 58 with ACOG (M240)

    Here in the 101st we do not have the ACOG for the M240B, or M240H. We have the Elcan M145. In my time in the US Army i have never seen a M240 with an ACOG. I am sure that there are some units out there that have purchaded them and use them. The M240 uses a different barrel, trigger group, and feed tray cover than the MAG 58. We must be stupid for calling something different a different name. This is a really neat addon that will go great with soem special operators. Great work pingu
  13. wld427

    SetFuel?, Set Ammo?

    {_x addEventHandler[""lowfuel"",{(_this select 0) setfuel 1}]; would this work?
  14. wld427

    SetFuel?, Set Ammo?

    ok now how would i place the init line code i wrote into this scrip without disturbing the loop to refuel every 5 minutes.
  15. wld427

    Vilas' addons

    ok dont everybidy freak out and attack me here but i am going to ask this question..... Vilas gave some of us a preview around christmas of the LWP stuff. Is he going to hold the release of that to coincide with the project 85 add ons? If not how is that section of the project progressing?
  16. wld427

    SetFuel?, Set Ammo?

    (_x should i put the name of the magazine here?
  17. wld427

    ABG-RLK Recon Operators

    this is the SAR. you nee dto lengthen the barrel a little more for the standard infantry rifle AR below is a link of all the Galil info you will need http://www.israeli-weapons.com/weapons/small_arms/galil/Galil.html
  18. wld427

    Iraqi National Police

    i have not seen any of the t-55s personally but i do know they have them along with several T-72s. These are mostly static at TCPs and rarely come in. Next time i see them i will snag some pictures. In 03 i saw a few BMPs with slat armor but that was at the end of my tour in Mosul and i am not sure what nation they are serving with in the multinational division.(I was on my way home...Beer and Poontang was on the mind). You raise a good question about the BTR 60s with slat armor. Seems it would be easy to adapt some of the plates from a Stryker to it. It really doesnt matter as they are supposed to be replaced with M113s supplied by us that have the "armadillo" Kit. Wich is a combination of slat armour and bolt on "chobham" (i think is the propper term) plates. M-16s.....marksmanship.....whats marksmanship...... I want to throw in a big thank you to the creators of this MOD. It shows how well this game can be rebuilt and changed to really support anyones dreams. yeah i know Arma has its faults but..... These units are spectacular and will take us in a new direction for mission making. Thank you for your attention to realism and willingly accepting feedback from the players of your MOD. By doing so it has set you above alot of others.... i look forward to any future releases or updates
  19. wld427

    Team Status Dialog

    Doc i understand..... But now once that line is removed it does not apply at all...... i put it back in and it works with the double add again sorry if i suck but i cant find what i screwed up
  20. I an trying to add a team status dialog to my mission. I am using Odis script for AI spawn. The problem is unlike the recruit AI Kiljoy put in Evo, Odins script does not have a squad status function. I tried to copy the folder directly into my mission and set up the description file. The first problem i have is every AI that i have patrolling on the map is now in my aquad when i open the dialog. Anybody have any ideas. The code is posted below PS Kiljoy if you want me to remove this let me know // Desc: Team Status Dialog // Features: Group joining, Team Leader selection, statistics for team/group/vehicle/opposition // By: Dr Eyeball,from Kiljoy's Evolution // Purpose: Script & functions for dialog control // Version: 1.0 (23 Mar 2007) //----------------------------------------------------------------------------- // The following variables should match their equivalents for the dialog (from description.ext or included file) TSD9_ROWS = 42; TSD9_TeamStatusDialogIDD = 385; //----------------------------------------------------------------------------- TSD9_color_white = [1.0, 1.0, 1.0, 1.0]; TSD9_color_black = [0.0, 0.0, 0.0, 0.5]; TSD9_color_maroon = [0.5, 0.0, 0.2, 1.0]; TSD9_color_red = [1.0, 0.0, 0.0, 1.0]; TSD9_color_green = [0.0, 1.0, 0.0, 1.0]; TSD9_color_blue = [0.41, 0.33, 0.39, 0.5]; TSD9_color_orange = [0.8, 0.2, 0.1, 1.0]; TSD9_color_yellow = [.85, .85, 0.0, 1.0]; TSD9_color_ltPurple = [0.7, 0.7, 1.0, 1.0]; TSD9_color_paleYellow = [0.83, 0.78, 0.68, 0.5]; TSD9_color_paleGreen = [0.33, 0.73, 0.49, 0.5]; TSD9_color_paleBlue = [0.41, 0.33, 0.39, 0.5]; TSD9_color_paleBlue2 = [0.33, 0.40, 0.33, 1.0]; TSD9_color_paleRed = [0.7, 0.3, 0.3, 0.7]; TSD9_color_Gray_10 = [0.0, 0.0, 0.0, 0.2]; TSD9_color_Gray_20 = [0.0, 0.0, 0.0, 0.5]; TSD9_color_Gray_30 = [0.3, 0.3, 0.3, 0.5]; TSD9_color_Gray_40 = [0.4, 0.4, 0.4, 0.5]; TSD9_color_Gray_50 = [0.5, 0.5, 0.5, 0.5]; TSD9_color_default = [-1.0, -1.0, -1.0, -1.0]; TSD9_color_textFG = TSD9_color_white; TSD9_color_groupBG = TSD9_color_paleBlue2; TSD9_color_playerBG = TSD9_color_paleyellow; TSD9_color_cellABG = TSD9_color_Gray_20; TSD9_color_cellBBG = TSD9_color_Gray_30; TSD9_color_voidBG = TSD9_color_Gray_10; TSD9_hightlight_text_code = "%$Highlight$%"; //TSD9_ProgressIDC = 99; TSD9_MyTeamButtonIDC = 103; TSD9_MyGroupButton = 104; TSD9_VehicleButton = 105; TSD9_OppositionButtonIDC = 106; fn_GridRefCoords = compile preprocessFile "TeamStatusDialog\GridRefCoords.sqf"; TSD9_ClosedGroups = []; //----------------------------------------------------------------------------- //---- Control functions //----------------------------------------------------------------------------- TSD9_ArraysAreEqual = { _Array1 = _this select 0; _Array2 = _this select 1; _Result = true; if (count _Array1 != count _Array2) then { _Result = false } else { for "_i" from 0 to (count _Array1 - 1) do { if (_Array1 select _i != _Array2 select _i) then { _Result = false }; }; }; _Result; }; //---------------------- TSD9_SetCtrlColors = { _idc2 = _this select 0; _col = _this select 1; _fg2 = _this select 2; _bg2 = _this select 3; if (_fg2 select 0 == TSD9_color_default select 0) then { _fg2 = TSD9_color_textFG; }; // add alternating column colors if (_bg2 select 0 == TSD9_color_default select 0) then { if ((_col <= 13) || (_col >= 18)) then // col 18 rearranged, so special exception { if (_idc2 / 2 == round(_idc2 / 2)) then { _bg2 = TSD9_color_cellBBG } else { _bg2 = TSD9_color_cellABG }; } else { if (_idc2 / 2 == round(_idc2 / 2)) then { _bg2 = TSD9_color_cellABG } else { _bg2 = TSD9_color_cellBBG }; }; }; // add alternating row colors _grey = _bg2 select 0; // don't alternate: a) last column, b) bottom area, c) non-cell colours. if ( (_col != 19) && //(!([_bg2, TSD9_color_voidBG] call TSD9_ArraysAreEqual)) && (([_bg2, TSD9_color_cellABG] call TSD9_ArraysAreEqual) || ([_bg2, TSD9_color_cellBBG] call TSD9_ArraysAreEqual)) ) then { _row = round((_idc2-1000)/100); if (_row / 3 == round(_row / 3)) then //if ((_row mod 4 == 0)) then { _altRow = _grey+0.03; _bg2 = [_altRow, _altRow, _altRow, _bg2 select 3]; }; }; /* TODO: finish later, but change logic to use array instead of embedded strings if ((_txt2 find/str _hightlight_text_code) != -1) then { _control ctrlSetTextColor TSD9_color_textFG; _control ctrlSetBackgroundColor TSD9_color_maroon; } else { */ _control ctrlSetTextColor _fg2; _control ctrlSetBackgroundColor _bg2; //}; }; //---------------------- TSD9_SetText = { _idc2 = _this select 0; /* _col = _this select 1; _fg2 = _this select 2; _bg2 = _this select 3; */ _txt2 = _this select 4; _control = TSD9_display displayCtrl _idc2; ctrlSetText [_idc2, _txt2]; _control ctrlSetTooltip _txt2; // doesn't do anything for text ctrl types _this call TSD9_SetCtrlColors; }; //---------------------- TSD9_SetCombo = { _idc2 = _this select 0; /* _col = _this select 1; _fg2 = _this select 2; _bg2 = _this select 3; */ _txtArray2 = _this select 4; _control = TSD9_display displayCtrl _idc2; //ctrlSetText [_idc2, Format["%1", _txtArray2]]; //_control ctrlSetTooltip Format["%1", _txtArray2]; lbClear _idc2; { _index = lbAdd [_idc2, _x]; lbSetData [_idc2, _index, _x]; } forEach _txtArray2; lbSetCurSel [_idc2, 0]; _this call TSD9_SetCtrlColors; }; //---------------------- TSD9_SetComboButton = { _idc2 = _this select 0; /* _col = _this select 1; _fg2 = _this select 2; _bg2 = _this select 3; */ _txtArray2 = _this select 4; _control = TSD9_display displayCtrl _idc2; //ctrlSetText [_idc2, Format["%1", _txtArray2]]; //_control ctrlSetTooltip Format["%1", _txtArray2]; lbClear _idc2; { _index = lbAdd [_idc2, _x]; lbSetData [_idc2, _index, _x]; } forEach _txtArray2; lbSetCurSel [_idc2, 0]; _this call TSD9_SetCtrlColors; }; //---------------------- TSD9_HideCtrl = { _idc2 = _this select 0; _col = _this select 1; // I had trouble hiding, then showing the control again later, so I worked around the problem by simply changing it's BG color. [_idc2, _col, TSD9_color_default, TSD9_color_voidBG, ""] call TSD9_SetText; lbClear _idc2; ctrlShow [_idc2, false]; }; //---------------------- TSD9_ShowCtrl = { _idc2 = _this select 0; _col = _this select 1; //[_idc2, _col, TSD9_color_default, TSD9_color_default, ""] call TSD9_SetText; ctrlShow [_idc2, true]; // doesn't seem to show after a hide }; //---------------------- TSD9_GetRowIdc = { _row = _this select 0; 1000+(_row*100); // (row:col = RRCC, max = 100 * 100 cells) }; //----------------------------------------------------------------------------- //---- Player Stats functions //----------------------------------------------------------------------------- TSD9_GetPlayerIndex = { //_player = _this select 0; //_row = _this select 1; _id = _this select 2; if (_id < 0) then { "" } else { Format["%1", _id] }; // can't find a reliable command to return the true group position id, similar to the "3" in "WEST 1-1-A-3" }; //---------------------- TSD9_GetCloseGroupButtonText = { _group = _this select 0; if ((TSD9_Page == "Team") || (TSD9_Page == "Opposition")) then { _ExpandOrCollapseBlock = "-"; if (format["%1", _group] in TSD9_ClosedGroups) then { _ExpandOrCollapseBlock = "+"; }; format["[%1]", _ExpandOrCollapseBlock]; } else { ""; }; }; //---------------------- TSD9_CreateCloseGroupButtonAction = { _group = _this select 0; if ((TSD9_Page == "Team") || (TSD9_Page == "Opposition")) then { _AddOrRemoveSet = "+"; if (format["%1", _group] in TSD9_ClosedGroups) then { _AddOrRemoveSet = "-"; }; format[ "TSD9_ClosedGroups = TSD9_ClosedGroups %1 [""%2""]; [] call TSD9_DrawPage", _AddOrRemoveSet, _group]; } else { "" }; }; //---------------------- TSD9_GetPlayerName = { _player = _this select 0; _name = name _player; if (not isPlayer _player) then { _name = "(A.I.) "+_name }; if (_name == "Error: No unit") then { _name = Format[ "--Dead-- %1. Name unknown", vehicleVarName _player ] }; _name; }; //---------------------- TSD9_IsVehicle = { _obj = _this select 0; if ((_obj isKindOf "LandVehicle") OR (_obj isKindOf "Air") OR (_obj isKindOf "Ship")) then { true } else { false }; }; //---------------------- TSD9_PlayerIsOpposition = { _player = _this select 0; if (side _player != playerSide) then { true } else { false }; }; //---------------------- TSD9_HideOppositionInfo = { _player = _this select 0; _txt = _this select 1; if (side _player != playerSide) then { "" } else { _txt }; }; //---------------------- TSD9_HideOppositionComboInfo = { _player = _this select 0; _txt = _this select 1; if (side _player != playerSide) then { [""] } else { _txt }; }; //---------------------- TSD9_GetVehicleType = { _obj = _this select 0; //if ([_player] call TSD9_PlayerIsOpposition) then exitWith { "-XX-" }; _vehicle = objNull; _isVehicle = ([_obj] call TSD9_IsVehicle); if (_isVehicle) then { _vehicle = _obj } else { _vehicle = vehicle _obj }; _result = ""; if ([_vehicle] call TSD9_IsVehicle) then { _result = [typeOf _vehicle] call TSD9_GetShortRoleName } else { _result = "" }; _result; }; //---------------------- TSD9_GetVehicleSeat = { _player = _this select 0; _seat = ""; if (not ([_player] call TSD9_IsVehicle)) then { _vehicle = vehicle _player; if ([_vehicle] call TSD9_IsVehicle) then { if (_player == driver _vehicle) then { if (_vehicle isKindOf "Air") then { _seat = "Pilot" } else { _seat = "Driver" }; }; if (_player == gunner _vehicle) then { _seat = "Gunner" }; if (_player == commander _vehicle) then { _seat = "Cmdr" }; if (_seat == "" && _player in crew _vehicle) then { _seat = "Cargo" }; }; }; _seat; }; //---------------------- TSD9_GetShortRoleName = { _ObjType = _this select 0; _role = "?"; switch (_ObjType) do { case "AAMOW009": { _role = "Mi17 attack" }; case "AAMOW010": { _role = "Mi17 transport" }; case "SoldierWAA": { _role = "AA" }; case "SoldierEAA": { _role = "AA" }; case "SoldierWAT": { _role = "AT" }; case "SoldierEAT": { _role = "AT" }; case "SoldierWAR": { _role = "Auto Rifleman" }; case "SoldierEAR": { _role = "Auto Rifleman" }; case "BISCamelPilot2": { _role = "Camel Pilot" }; case "BISCamelPilot": { _role = "Camel Pilot" }; case "SoldierWCrew": { _role = "Crewman" }; case "SoldierECrew": { _role = "Crewman" }; case "SoldierWMiner": { _role = "Engineer" }; case "SoldierEMiner": { _role = "Engineer" }; case "SoldierWG": { _role = "Grenadier" }; case "SoldierEG": { _role = "Grenadier" }; case "SoldierWMG": { _role = "MG" }; case "SoldierEMG": { _role = "MG" }; case "SoldierWMedic": { _role = "Medic" }; case "SoldierEMedic": { _role = "Medic" }; case "OfficerW": { _role = "Officer" }; case "OfficerE": { _role = "Officer" }; case "SoldierWPilot": { _role = "Pilot" }; case "SoldierEPilot": { _role = "Pilot" }; case "SoldierWB": { _role = "Rifleman" }; case "SoldierEB": { _role = "Rifleman" }; case "SoldierWSaboteurAssault": { _role = "SF Assault" }; case "SoldierESaboteurAssault": { _role = "SF Assault" }; case "SoldierWSaboteurMarksman": { _role = "SF Marksman" }; case "SoldierESaboteurMarksman": { _role = "SF Marksman" }; case "SoldierWSaboteurRecon": { _role = "SF Recon" }; case "SoldierESaboteurRecon": { _role = "SF Recon" }; case "SoldierWSaboteur": { _role = "SF Saboteur" }; case "SoldierESaboteur": { _role = "SF Saboteur" }; case "SoldierWSaboteurPipe": { _role = "SF Saboteur Pipe" }; case "SoldierESaboteurPipe": { _role = "SF Saboteur Pipe" }; case "SoldierWSniper": { _role = "Sniper" }; case "SoldierESniper": { _role = "Sniper" }; case "SquadLeaderW": { _role = "SL" }; case "SquadLeaderE": { _role = "SL" }; case "TeamLeaderW": { _role = "TL" }; case "TeamLeaderE": { _role = "TL" }; //SoldierESaboteurBizon STR_DN_SPECNAZ_S ?? default { _role = _ObjType }; }; _role; }; //---------------------- TSD9_GetRole = { _player = _this select 0; _role = rank _player; /* if (not ([_player] call TSD9_IsVehicle)) then { _role = typeOf _player; _role = [_role] call TSD9_GetShortRoleName; if (_player == leader _player) then { _role = "[TL] "+_role; }; }; */ _role; }; //---------------------- TSD9_GetSpecialGear = { _player = _this select 0; _gear = []; _weapons = weapons _player; { _gear = _gear + [_x /*+" (weapon)"*/] } forEach _weapons; _gear = _gear + ["--------------------"]; _magazines = magazines _player; { _gear = _gear + [_x /*+" (ammo)"*/] } forEach _magazines; _gear; }; //---------------------- TSD9_GetScoreTotal = { _player = _this select 0; if ([_player] call TSD9_IsVehicle) then { "--" } else { format["%1", score _player] }; }; //---------------------- TSD9_GetBonusScore = { _player = _this select 0; "--"; //format["%1", score _player]; }; //---------------------- TSD9_GetKills = { _player = _this select 0; "--"; //format["%1", score _player]; }; //---------------------- TSD9_GetDeaths = { _player = _this select 0; "--"; //format["%1", score _player]; }; //---------------------- TSD9_GetTKs = { _player = _this select 0; "--"; //format["%1", score _player]; }; //---------------------- TSD9_GetCommand = { _player = _this select 0; /* _vehicle = vehicle _player; if ((_vehicle isKindOf "LandVehicle") OR (_vehicle isKindOf "Air") OR (_vehicle isKindOf "Ship")) then { currentCommand _vehicle } else { currentCommand _player }; */ _command = currentCommand _player; if (not alive _player) then { _command = /*_hightlight_text_code+*/ "--Dead--" }; // +format[" (%1s)", playerRespawnTime] _command; }; //---------------------- TSD9_GetRequires = { _obj = _this select 0; _requires = []; _vehicle = objNull; if ([_obj] call TSD9_IsVehicle) then { _vehicle = _obj } else { _vehicle = vehicle _player }; if ([_vehicle] call TSD9_IsVehicle) then { if (damage _vehicle > 0.2) then { _requires = _requires+[ format["Repairs (%1 damage)", round((damage _vehicle) * 100) ] ] }; if (fuel _vehicle < 0.1) then { _requires = _requires+[ format["Refuel (%1 fuel)", round((fuel _vehicle) * 100) ] ] }; }; if (!([_obj] call TSD9_IsVehicle)) then // assume obj=person { if (damage _obj > 0.1) then { _requires = _requires+[ format["Medic (%1 damage)", round((damage _obj) * 100) ] ] }; }; _requires; }; //---------------------- TSD9_GetPos = { _obj = _this select 0; _MapGridRef = [_obj] call fn_GridRefCoords; _MapGridRef; }; //---------------------- TSD9_GetSLProximity = { _player = _this select 0; format["%1m", round(_player distance leader _player) ]; }; //---------------------- TSD9_GetMyProximity = { _player = _this select 0; format["%1m", round(_player distance player) ]; }; //---------------------- TSD9_GetTargetOrThreats = { _player = _this select 0; _Target = objNull; if (vehicle _player == objNull) then { _Target = assignedTarget _player } else { _Target = assignedTarget (vehicle _player) }; _TargetName = ""; if (_Target == objNull) then { _TargetName = "" } else { _TargetName = [format[ "%1", typeOf _Target]] call TSD9_GetShortRoleName }; /*if (_TargetName == "<NULL-object>") then { _TargetName = "" };*/ format[ "%1", _TargetName]; }; //---------------------- TSD9_GetGroupDesc = { _group = _this select 0; _MyGroup = ""; if (_group == group player) then { _MyGroup = " (My squad)" }; _GroupName = Format[ "%1", _group]; if ((TSD9_Page == "Vehicle") && ((_group == grpNull /* doens't work? */) || (_GroupName == "<NULL-group>"))) then { _GroupName = "Vacant Seats" }; Format[ "%1%2", _GroupName, _MyGroup]; //"[%1] White" // TODO: determine how to obtain group team/squad colour. }; //---------------------- TSD9_GetGroupSize = { _group = _this select 0; if (TSD9_Page == "Vehicle") then { "" } else { Format[ "(%1)", count units _group ] }; }; //---------------------- TSD9_JoinGroupByNameFromList = { _groupName = _this select 0; _UnitList = _this select 1; _groupList = [_UnitList] call TSD9_GetAllGroupsFromUnits; { _group = _x; if (format["%1", _group] == format["%1", _groupName]) then { //(leader player) groupChat format["%1 has left your group", name player]; junit=player; jgroup=_group; publicVariable "junit"; publicVariable "jgroup"; titleText ["Request Sent", "PLAIN DOWN"]; (player) sideChat format["%1, Requesting transfer to your squad %2",(name leader _group) , _group]; //[player] join _group; //(leader _group) groupChat format["%1 has joined your group", name player]; [] call TSD9_DrawPage; // refresh screen to redraw "join group" buttons }; } forEach _groupList; closeDialog 0; }; //---------------------- TSD9_JoinGroupByName = { _groupName = _this select 0; _Trig = createTrigger ["EmptyDetector", [0, 0, 0] ]; _Trig setTriggerActivation ["ANY", "PRESENT", false]; _Trig setTriggerArea [31000, 31000, 0, true ]; _Trig setTriggerStatements [ "this", format["['%1', thislist] call TSD9_JoinGroupByNameFromList", _groupName], "" ]; }; //---------------------- TSD9_SetDropAIList = { _PlayerName = _this select 0; _UnitList = _this select 1; _CheckIfPlayerMatches = { _player = _this select 0; if (format["%1", _player] == _PlayerName) then { //unassignVehicle _player; //deleteVehicle _player; [_player] join grpNull; //(leader player) groupChat format["Your new Team Leader is %1. %2 has resigned.", name _player, name player]; //(group player) selectLeader _player; [] call TSD9_DrawPage; // refresh screen to redraw "join group" buttons }; }; { _unit = _x; if (group _unit == group player) then { if ([_unit] call TSD9_IsVehicle) then { // process vehicle crew list { [_x] call _CheckIfPlayerMatches; } forEach crew _unit; } else { [_unit] call _CheckIfPlayerMatches; }; }; } forEach _UnitList; }; //---------------------- TSD9_SetDropAI = { _PlayerName = _this select 0; _Trig = createTrigger ["EmptyDetector", [0, 0, 0] ]; _Trig setTriggerActivation ["ANY", "PRESENT", false]; _Trig setTriggerArea [31000, 31000, 0, true ]; _Trig setTriggerStatements [ "this", format["['%1', thislist] call TSD9_SetDropAIList", _PlayerName], "" ]; }; //---------------------- TSD9_SetDropPlayerList = { _PlayerName = _this select 0; _UnitList = _this select 1; _CheckIfPlayerMatches = { _player = _this select 0; if (format["%1", _player] == _PlayerName) then { [_player] join grpNull; /* junit = _player; jgroup = grpNull; publicVariable "junit"; publicVariable "jgroup"; */ //(leader player) groupChat format["Your new Team Leader is %1. %2 has resigned.", name _player, name player]; //(group player) selectLeader _player; [] call TSD9_DrawPage; // refresh screen to redraw "join group" buttons }; }; { _unit = _x; if (group _unit == group player) then { if ([_unit] call TSD9_IsVehicle) then { // process vehicle crew list { [_x] call _CheckIfPlayerMatches; } forEach crew _unit; } else { [_unit] call _CheckIfPlayerMatches; }; }; } forEach _UnitList; //hint format["You are now leader of\n%1",group player]; }; //---------------------- TSD9_SetDropPlayer = { _PlayerName = _this select 0; _Trig = createTrigger ["EmptyDetector", [0, 0, 0] ]; _Trig setTriggerActivation ["ANY", "PRESENT", false]; _Trig setTriggerArea [31000, 31000, 0, true ]; _Trig setTriggerStatements [ "this", format["['%1', thislist] call TSD9_SetDropPlayerList", _PlayerName], "" ]; }; //---------------------- TSD9_SetNewTeamLeaderByNameFromList = { _PlayerName = _this select 0; _UnitList = _this select 1; _CheckIfPlayerMatches = { _player = _this select 0; if (format["%1", _player] == _PlayerName) then { (leader player) groupChat format["Your new Team Leader is %1. %2 has resigned.", name _player, name player]; (group player) selectLeader _player; [] call TSD9_DrawPage; // refresh screen to redraw "join group" buttons }; }; { _unit = _x; if (group _unit == group player) then { if ([_unit] call TSD9_IsVehicle) then { // process vehicle crew list { [_x] call _CheckIfPlayerMatches; } forEach crew _unit; } else { [_unit] call _CheckIfPlayerMatches; }; }; } forEach _UnitList; }; //---------------------- TSD9_SetNewTeamLeaderByName = { _PlayerName = _this select 0; _Trig = createTrigger ["EmptyDetector", [0, 0, 0] ]; _Trig setTriggerActivation ["ANY", "PRESENT", false]; _Trig setTriggerArea [31000, 31000, 0, true ]; _Trig setTriggerStatements [ "this", format["['%1', thislist] call TSD9_SetNewTeamLeaderByNameFromList", _PlayerName], "" ]; }; //---------------------- TSD9_LeaveGroup = { (leader player) groupChat format["%1 has left your group", name player]; [player] join grpNull; [] call TSD9_DrawPage; // refresh screen to redraw "join group" buttons }; //---------------------- TSD9_SetNewTLForAITeamLeader = { _TL_is_AI = (!(isPlayer (leader player))); if (_TL_is_AI) then { (leader player) groupChat format["You are the new Team Leader. (AI) %1 has been demoted.", name (leader player)]; (group player) selectLeader player; } else { (leader player) groupChat format["The Team Leader is no longer an AI player."]; hint "The Team Leader is no longer an AI player."; }; [] call TSD9_DrawPage; // refresh screen to redraw "join group" buttons }; //----------------------------------------------------------------------------- //---- Cell Grid functions //----------------------------------------------------------------------------- TSD9_HideRow = { _row = _this select 0; _idc = [_row] call TSD9_GetRowIdc; // TODO: change to for loop // for "_i" from 0 to (_seatCount - 1) do { [_idc+01, 01] call TSD9_HideCtrl; [_idc+02, 02] call TSD9_HideCtrl; [_idc+03, 03] call TSD9_HideCtrl; [_idc+04, 04] call TSD9_HideCtrl; [_idc+05, 05] call TSD9_HideCtrl; [_idc+06, 06] call TSD9_HideCtrl; [_idc+07, 07] call TSD9_HideCtrl; [_idc+08, 08] call TSD9_HideCtrl; /* [_idc+09, 09] call TSD9_HideCtrl; [_idc+10, 10] call TSD9_HideCtrl; [_idc+11, 11] call TSD9_HideCtrl; [_idc+12, 12] call TSD9_HideCtrl; */ [_idc+13, 13] call TSD9_HideCtrl; [_idc+14, 14] call TSD9_HideCtrl; [_idc+15, 15] call TSD9_HideCtrl; [_idc+16, 16] call TSD9_HideCtrl; [_idc+17, 17] call TSD9_HideCtrl; [_idc+18, 18] call TSD9_HideCtrl; [_idc+19, 19] call TSD9_HideCtrl; buttonSetAction [_idc+19, ""]; }; //---------------------- TSD9_ShowRow = { _row = _this select 0; _idc = [_row] call TSD9_GetRowIdc; // TODO: change to for loop // for "_i" from 0 to (_seatCount - 1) do { [_idc+01, 01] call TSD9_ShowCtrl; [_idc+02, 02] call TSD9_ShowCtrl; [_idc+03, 03] call TSD9_ShowCtrl; [_idc+04, 04] call TSD9_ShowCtrl; [_idc+05, 05] call TSD9_ShowCtrl; [_idc+06, 06] call TSD9_ShowCtrl; [_idc+07, 07] call TSD9_ShowCtrl; [_idc+08, 08] call TSD9_ShowCtrl; /* [_idc+09, 09] call TSD9_ShowCtrl; [_idc+10, 10] call TSD9_ShowCtrl; [_idc+11, 11] call TSD9_ShowCtrl; [_idc+12, 12] call TSD9_ShowCtrl; */ [_idc+13, 13] call TSD9_ShowCtrl; [_idc+14, 14] call TSD9_ShowCtrl; [_idc+15, 15] call TSD9_ShowCtrl; [_idc+16, 16] call TSD9_ShowCtrl; [_idc+17, 17] call TSD9_ShowCtrl; [_idc+18, 18] call TSD9_ShowCtrl; [_idc+19, 19] call TSD9_ShowCtrl; }; //---------------------- TSD9_ConfigTitleRow = { _row = 0; _idc = [_row] call TSD9_GetRowIdc; _fg = TSD9_color_default; _bg = TSD9_color_default; [_idc+01, 01, _fg, _bg, "+/-"] call TSD9_SetText; [_idc+02, 02, _fg, _bg, "#"] call TSD9_SetText; [_idc+03, 03, _fg, _bg, "Name"] call TSD9_SetText; [_idc+04, 04, _fg, _bg, "Seat"] call TSD9_SetText; [_idc+05, 05, _fg, _bg, "Rank"] call TSD9_SetText; [_idc+06, 06, _fg, _bg, "Vehicle"] call TSD9_SetText; [_idc+07, 07, _fg, _bg, "Gear +"] call TSD9_SetText; [_idc+08, 08, _fg, _bg, "Score"] call TSD9_SetText; /* [_idc+09, 09, _fg, _bg, "Work"] call TSD9_SetText; [_idc+10, 10, _fg, _bg, "Kills"] call TSD9_SetText; [_idc+11, 11, _fg, _bg, "Deaths"] call TSD9_SetText; [_idc+12, 12, _fg, _bg, "TK's"] call TSD9_SetText; */ [_idc+13, 13, _fg, _bg, "Command"] call TSD9_SetText; [_idc+14, 14, _fg, _bg, "Requires +"] call TSD9_SetText; [_idc+15, 15, _fg, _bg, "Pos"] call TSD9_SetText; [_idc+16, 16, _fg, _bg, "SL Prox"] call TSD9_SetText; [_idc+17, 17, _fg, _bg, "My Prox"] call TSD9_SetText; [_idc+18, 18, _fg, _bg, "Target"] call TSD9_SetText; [_idc+19, 19, _fg, TSD9_color_default, [_player,"test1","test2"]] call TSD9_SetComboButton; buttonSetAction [_idc+19, ""]; if ((TSD9_Page == "Group")) then { [_idc+19, 19, _fg, TSD9_color_default, "Switch"] call TSD9_SetText; buttonSetAction [_idc+19, "[] call TSD9_DrawPageB"]; }; }; //---------------------- TSD9_ConfigTitleRowB = { _row = 0; _idc = [_row] call TSD9_GetRowIdc; _fg = TSD9_color_default; _bg = TSD9_color_default; [_idc+01, 01, _fg, _bg, "+/-"] call TSD9_SetText; [_idc+02, 02, _fg, _bg, "#"] call TSD9_SetText; [_idc+03, 03, _fg, _bg, "Name"] call TSD9_SetText; [_idc+04, 04, _fg, _bg, "Seat"] call TSD9_SetText; [_idc+05, 05, _fg, _bg, "Rank"] call TSD9_SetText; [_idc+06, 06, _fg, _bg, "Vehicle"] call TSD9_SetText; [_idc+07, 07, _fg, _bg, "Gear +"] call TSD9_SetText; [_idc+08, 08, _fg, _bg, "Score"] call TSD9_SetText; /* [_idc+09, 09, _fg, _bg, "Work"] call TSD9_SetText; [_idc+10, 10, _fg, _bg, "Kills"] call TSD9_SetText; [_idc+11, 11, _fg, _bg, "Deaths"] call TSD9_SetText; [_idc+12, 12, _fg, _bg, "TK's"] call TSD9_SetText; */ [_idc+13, 13, _fg, _bg, "Command"] call TSD9_SetText; [_idc+14, 14, _fg, _bg, "Requires +"] call TSD9_SetText; [_idc+15, 15, _fg, _bg, "Pos"] call TSD9_SetText; [_idc+16, 16, _fg, _bg, "SL Prox"] call TSD9_SetText; [_idc+17, 17, _fg, _bg, "My Prox"] call TSD9_SetText; [_idc+18, 18, _fg, _bg, "Target"] call TSD9_SetText; [_idc+19, 19, _fg, TSD9_color_default, ""] call TSD9_SetText; buttonSetAction [_idc+19, ""]; if ((TSD9_Page == "Group")) then { [_idc+19, 19, _fg, TSD9_color_default, "Switch"] call TSD9_SetText; buttonSetAction [_idc+19, "[] call TSD9_DrawPage"]; }; }; //---------------------- TSD9_AddGroup = { _group = _this select 0; _row = _this select 1; _idc = [_row] call TSD9_GetRowIdc; [_row] call TSD9_ShowRow; _fg = TSD9_color_default; _bg = TSD9_color_groupBG; if ((TSD9_Page == "Team") || (TSD9_Page == "Opposition")) then { buttonSetAction [_idc+01, [_group] call TSD9_CreateCloseGroupButtonAction ]; [_idc+01, 01, _fg, TSD9_color_default, [_group] call TSD9_GetCloseGroupButtonText ] call TSD9_SetText; } else { buttonSetAction [_idc+01, "" ]; [_idc+01, 01, _fg, TSD9_color_default, "" ] call TSD9_SetText; }; [_idc+02, 02, _fg, _bg, [_group] call TSD9_GetGroupSize ] call TSD9_SetText; [_idc+03, 03, _fg, _bg, [_group] call TSD9_GetGroupDesc ] call TSD9_SetText; [_idc+04, 04, _fg, _bg, ""] call TSD9_SetText; [_idc+05, 05, _fg, _bg, ""] call TSD9_SetText; [_idc+06, 06, _fg, _bg, ""] call TSD9_SetText; [_idc+07, 07, _fg, _bg, [""]] call TSD9_SetCombo; [_idc+08, 08, _fg, _bg, ""] call TSD9_SetText; /* [_idc+09, 09, _fg, _bg, ""] call TSD9_SetText; [_idc+10, 10, _fg, _bg, ""] call TSD9_SetText; [_idc+11, 11, _fg, _bg, ""] call TSD9_SetText; [_idc+12, 12, _fg, _bg, ""] call TSD9_SetText; */ [_idc+13, 13, _fg, _bg, ""] call TSD9_SetText; [_idc+14, 14, _fg, _bg, [""]] call TSD9_SetCombo; [_idc+15, 15, _fg, _bg, ""] call TSD9_SetText; [_idc+16, 16, _fg, _bg, ""] call TSD9_SetText; [_idc+17, 17, _fg, _bg, ""] call TSD9_SetText; [_idc+18, 18, _fg, _bg, ""] call TSD9_SetText; [_idc+19, 19, _fg, TSD9_color_default, ""] call TSD9_SetText; buttonSetAction [_idc+19, ""]; if ((TSD9_Page == "Team") || (TSD9_Page == "Group") || (TSD9_Page == "Vehicle")) then { if (_group == group player and (count units group player) > 1) then { [_idc+19, 19, _fg, TSD9_color_default, "New group"] call TSD9_SetText; buttonSetAction [_idc+19, "[] call TSD9_LeaveGroup"]; } else { if (count units _group > 0 and _group != group player/*_group != grpNull*/) then { [_idc+19, 19, _fg, TSD9_color_default, "Join group"] call TSD9_SetText; buttonSetAction [_idc+19, format["['%1'] call TSD9_JoinGroupByName", _group]]; }; }; }; }; //---------------------- TSD9_FillStats = { _player = _this select 0; _row = _this select 1; _id = _this select 2; _vehicleDesc = _this select 3; // special empty vehicle seat case _vehicleDescParamUsed = count _this >= 4; _idc = [_row] call TSD9_GetRowIdc; [_row] call TSD9_ShowRow; // special case - "Empty seat" rows _nameDesc = ""; if (_vehicleDescParamUsed) then { _nameDesc = _vehicleDesc } else { _nameDesc = [_player] call TSD9_GetPlayerName}; //_nameDesc = [_player] call TSD9_GetPlayerName; _fg = TSD9_color_default; _bg = TSD9_color_default; if (_player == player) then { _bg = TSD9_color_playerBG }; buttonSetAction [_idc+01, "" ]; [_idc+01, 01, _fg, _bg, ""] call TSD9_SetText; [_idc+02, 02, _fg, _bg, [_player, _row, _id] call TSD9_GetPlayerIndex ] call TSD9_SetText; [_idc+03, 03, _fg, _bg, _nameDesc] call TSD9_SetText; [_idc+04, 04, _fg, _bg, [_player, [_player] call TSD9_GetRole] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+05, 05, _fg, _bg, [_player, [_player] call TSD9_GetVehicleType] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+06, 06, _fg, _bg, [_player, [_player] call TSD9_GetVehicleSeat] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+07, 07, _fg, _bg, [_player, [_player] call TSD9_GetSpecialGear] call TSD9_HideOppositionComboInfo ] call TSD9_SetCombo; [_idc+08, 08, _fg, _bg, [_player] call TSD9_GetScoreTotal ] call TSD9_SetText; /* [_idc+09, 09, _fg, _bg, [_player] call TSD9_GetBonusScore ] call TSD9_SetText; [_idc+10, 10, _fg, _bg, [_player] call TSD9_GetKills ] call TSD9_SetText; [_idc+11, 11, _fg, _bg, [_player] call TSD9_GetDeaths ] call TSD9_SetText; [_idc+12, 12, _fg, _bg, [_player] call TSD9_GetTKs ] call TSD9_SetText; */ [_idc+13, 13, _fg, _bg, [_player, [_player] call TSD9_GetCommand] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+14, 14, _fg, _bg, [_player, [_player] call TSD9_GetRequires] call TSD9_HideOppositionComboInfo ] call TSD9_SetCombo; [_idc+15, 15, _fg, _bg, [_player, [_player] call TSD9_GetPos] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+16, 16, _fg, _bg, [_player, [_player] call TSD9_GetSLProximity] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+17, 17, _fg, _bg, [_player, [_player] call TSD9_GetMyProximity] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+18, 18, _fg, _bg, [_player, [_player] call TSD9_GetTargetOrThreats] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+19, 19, _fg, TSD9_color_default, ""] call TSD9_SetText; buttonSetAction [_idc+19, ""]; if ((TSD9_Page == "Group") || (TSD9_Page == "Vehicle")) then { if ((isPlayer _player) and _player != player) then //if ((isPlayer _player)) then { [_idc+19, 19, _fg, TSD9_color_default, "Drop"] call TSD9_SetText; buttonSetAction [_idc+19, format["['%1',thislist] call TSD9_SetDropPlayer", _player]]; //buttonSetAction [_idc+19, [_player] call TSD9_SetDropPlayer]; }; if (not (isPlayer _player) and _player != player) then { [_idc+19, 19, _fg, TSD9_color_default, "Drop"] call TSD9_SetText; buttonSetAction [_idc+19, format["['%1',thislist] call TSD9_SetDropAI", _player]]; //buttonSetAction [_idc+19, [_player] call TSD9_SetDropAI]; }; }; }; //---------------------- TSD9_FillStatsAlt = { _player = _this select 0; _row = _this select 1; _id = _this select 2; _vehicleDesc = _this select 3; // special empty vehicle seat case _vehicleDescParamUsed = count _this >= 4; _idc = [_row] call TSD9_GetRowIdc; [_row] call TSD9_ShowRow; // special case - "Empty seat" rows _nameDesc = ""; if (_vehicleDescParamUsed) then { _nameDesc = _vehicleDesc } else { _nameDesc = [_player] call TSD9_GetPlayerName}; //_nameDesc = [_player] call TSD9_GetPlayerName; _fg = TSD9_color_default; _bg = TSD9_color_default; if (_player == player) then { _bg = TSD9_color_playerBG }; buttonSetAction [_idc+01, "" ]; [_idc+01, 01, _fg, _bg, ""] call TSD9_SetText; [_idc+02, 02, _fg, _bg, [_player, _row, _id] call TSD9_GetPlayerIndex ] call TSD9_SetText; [_idc+03, 03, _fg, _bg, _nameDesc] call TSD9_SetText; [_idc+04, 04, _fg, _bg, [_player, [_player] call TSD9_GetRole] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+05, 05, _fg, _bg, [_player, [_player] call TSD9_GetVehicleType] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+06, 06, _fg, _bg, [_player, [_player] call TSD9_GetVehicleSeat] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+07, 07, _fg, _bg, [_player, [_player] call TSD9_GetSpecialGear] call TSD9_HideOppositionComboInfo ] call TSD9_SetCombo; [_idc+08, 08, _fg, _bg, [_player] call TSD9_GetScoreTotal ] call TSD9_SetText; /* [_idc+09, 09, _fg, _bg, [_player] call TSD9_GetBonusScore ] call TSD9_SetText; [_idc+10, 10, _fg, _bg, [_player] call TSD9_GetKills ] call TSD9_SetText; [_idc+11, 11, _fg, _bg, [_player] call TSD9_GetDeaths ] call TSD9_SetText; [_idc+12, 12, _fg, _bg, [_player] call TSD9_GetTKs ] call TSD9_SetText; */ [_idc+13, 13, _fg, _bg, [_player, [_player] call TSD9_GetCommand] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+14, 14, _fg, _bg, [_player, [_player] call TSD9_GetRequires] call TSD9_HideOppositionComboInfo ] call TSD9_SetCombo; [_idc+15, 15, _fg, _bg, [_player, [_player] call TSD9_GetPos] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+16, 16, _fg, _bg, [_player, [_player] call TSD9_GetSLProximity] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+17, 17, _fg, _bg, [_player, [_player] call TSD9_GetMyProximity] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+18, 18, _fg, _bg, [_player, [_player] call TSD9_GetTargetOrThreats] call TSD9_HideOppositionInfo ] call TSD9_SetText; [_idc+19, 19, _fg, TSD9_color_default, ""] call TSD9_SetText; buttonSetAction [_idc+19, ""]; if ((TSD9_Page == "Team") || (TSD9_Page == "Group") || (TSD9_Page == "Vehicle")) then { if (_player == player) then { _TL_is_AI = (!(isPlayer (leader player))); if (_TL_is_AI) then { [_idc+19, 19, _fg, TSD9_color_default, "Go TL"] call TSD9_SetText; buttonSetAction [_idc+19, "[] call TSD9_SetNewTLForAITeamLeader"]; }; } else { if ((player == leader player) && (group _player == group player) && (!_vehicleDescParamUsed) && isPlayer _player) then { [_idc+19, 19, _fg, TSD9_color_default, "New TL"] call TSD9_SetText; buttonSetAction [_idc+19, format["['%1'] call TSD9_SetNewTeamLeaderByName", _player]]; }; }; }; }; //----------------------------------------------------------------------------- //---- Group/Unit/Vehicle processing functions //----------------------------------------------------------------------------- TSD9_GetAllGroupsFromUnits = { _AllUnits = _this select 0; _AllGroups = []; { _group = group _x; if ((!(_group in _AllGroups)) && (_group != grpNull)) then { _AllGroups = _AllGroups + [_group] }; } forEach _AllUnits; _AllGroups; }; //---------------------- // currently only sorts the first 26 groups on any side TSD9_SortGroupsArray = { _GroupArray = _this select 0; _Result = []; { _SideStr = _x; { _Letter = _x; _GroupStr = format["%1 1-1-%2", _SideStr, _Letter]; // Eg: "WEST 1-1-A" { //if (_GroupStr (object) in _GroupArray) then _Group = _x; if (_GroupStr == format["%1", _Group]) then { _Result = _Result + [_Group]; _GroupArray = _GroupArray - [_Group]; }; } forEach _GroupArray; } forEach ["A","B","C","D","E","F",&quot ;G","H","I","J","K","L","M&quo t;/*,"N","O","P","Q","R","S",&quo t;T","U","V","W","X","Y","Z&qu ot;*/]; } forEach ["WEST", "EAST", "GUER", "CIV"]; _Result = _Result+_GroupArray; // add remaining unknown group id's to array _Result; }; //---------------------- TSD9_FillGroups = { _AllUnitsOrVehicle = _this select 0; _pageReqd = _this select 1; /* _control = TSD9_display displayCtrl _idc2; ctrlSetText [99, "Loading"]; // doesn't show until redrawn */ [] call TSD9_ConfigTitleRow; _row = 1; _reservedRows = 1; _lastRow = TSD9_ROWS-1-_reservedRows; //--------------------------------- if ((TSD9_Page == "Team") || (TSD9_Page == "Opposition") || (TSD9_Page == "Group")) then { _AllUnits = _AllUnitsOrVehicle; _AllGroups = [_AllUnits] call TSD9_GetAllGroupsFromUnits; // Sort group object list /* _fn_SortBubble = compile preprocessFile "SortBubble.sqf"; _ok = [_AllGroups, "_element"] call _fn_SortBubble; */ _AllGroups = [_AllGroups] call TSD9_SortGroupsArray; // process all groups { _group = _x; if ( (count units _group > 0) && ( ((TSD9_Page == "Team") && (side _group == playerSide)) || ((TSD9_Page == "Opposition") && (side _group != playerSide)) || (TSD9_Page == "Group") ) ) then // determines which sides to include { [_group, _row] call TSD9_AddGroup; _row = _row + 1; // display all units for "Group", but only display "open" groups for "Team" if ( (TSD9_Page == "Group") || ( ((TSD9_Page == "Team") || (TSD9_Page == "Opposition")) && !(format["%1", _group] in TSD9_ClosedGroups) ) ) then { // process all units in group _units = units _group; _id = 1; { if (_row < _lastRow) then { [_x, _row, _id] call TSD9_FillStats; _row = _row + 1; _id = _id + 1; }; } forEach _units; }; }; } forEach _AllGroups; }; //--------------------------------- if (TSD9_Page == "Vehicle") then { _vehicle = _AllUnitsOrVehicle; _AllUnits = crew _vehicle; _AllGroups = [_AllUnits] call TSD9_GetAllGroupsFromUnits; _id = 0; // process all groups { _group = _x; [_group, _row] call TSD9_AddGroup; _row = _row + 1; // process all units in group _id = 1; { if (_row < _lastRow) then { if (_x in (units _group)) then { [_x, _row, _id] call TSD9_FillStats; _row = _row + 1; _id = _id + 1; }; }; } forEach _AllUnits; } forEach _AllGroups; // add all vacant seats _dr = _vehicle emptyPositions "driver"; _gu = _vehicle emptyPositions "gunner"; _co = _vehicle emptyPositions "commander"; _ca = _vehicle emptyPositions "cargo"; if ((_dr > 0) || (_gu > 0) || (_co > 0) || (_ca > 0)) then { [grpNull, _row] call TSD9_AddGroup; _row = _row + 1; _id = 1; _drType = ""; if (_vehicle isKindOf "Air") then { _drType = "Pilot" } else { _drType = "Driver" }; { _seatCount = _x select 0; _seatName = _x select 1; if ( (_seatCount > 0)) then { // this does not yet detect multiple gunners, etc, but instead adds secondary gunners to passenger list for "_i" from 0 to (_seatCount - 1) do { [_vehicle, _row, _id, "--No "+_seatName+"--"] call TSD9_FillStats; _row = _row + 1; _id = _id + 1; }; }; } forEach [[_dr, _drType], [_gu, "Gunner"], [_co, "Commander"]]; for "_i" from 0 to (_ca - 1) do { [_vehicle, _row, _id, format["--No Passenger (%1)--", 1+_i]] call TSD9_FillStats; _row = _row + 1; _id = _id + 1; }; }; }; //--------------------------------- // hide unused cell rows while { _row < _lastRow+_reservedRows } do { [_row] call TSD9_HideRow; _row = _row + 1; }; //ctrlSetText [99, ""]; }; //---------------------- TSD9_FillGroupsB = { _AllUnitsOrVehicle = _this select 0; _pageReqd = _this select 1; /* _control = TSD9_display displayCtrl _idc2; ctrlSetText [99, "Loading"]; // doesn't show until redrawn */ [] call TSD9_ConfigTitleRowB; _row = 1; _reservedRows = 1; _lastRow = TSD9_ROWS-1-_reservedRows; //--------------------------------- if ((TSD9_Page == "Team") || (TSD9_Page == "Opposition") || (TSD9_Page == "Group")) then { _AllUnits = _AllUnitsOrVehicle; _AllGroups = [_AllUnits] call TSD9_GetAllGroupsFromUnits; // Sort group object list /* _fn_SortBubble = compile preprocessFile "SortBubble.sqf"; _ok = [_AllGroups, "_element"] call _fn_SortBubble; */ _AllGroups = [_AllGroups] call TSD9_SortGroupsArray; // process all groups { _group = _x; if ( (count units _group > 0) && ( ((TSD9_Page == "Team") && (side _group == playerSide)) || ((TSD9_Page == "Opposition") && (side _group != playerSide)) || (TSD9_Page == "Group") ) ) then // determines which sides to include { [_group, _row] call TSD9_AddGroup; _row = _row + 1; // display all units for "Group", but only display "open" groups for "Team" if ( (TSD9_Page == "Group") || ( ((TSD9_Page == "Team") || (TSD9_Page == "Opposition")) && !(format["%1", _group] in TSD9_ClosedGroups) ) ) then { // process all units in group _units = units _group; _id = 1; { if (_row < _lastRow) then { [_x, _row, _id] call TSD9_FillStatsAlt; _row = _row + 1; _id = _id + 1; }; } forEach _units; }; }; } forEach _AllGroups; }; //--------------------------------- if (TSD9_Page == "Vehicle") then { _vehicle = _AllUnitsOrVehicle; _AllUnits = crew _vehicle; _AllGroups = [_AllUnits] call TSD9_GetAllGroupsFromUnits; _id = 0; // process all groups { _group = _x; [_group, _row] call TSD9_AddGroup; _row = _row + 1; // process all units in group _id = 1; { if (_row < _lastRow) then { if (_x in (units _group)) then { [_x, _row, _id] call TSD9_FillStats; _row = _row + 1; _id = _id + 1; }; }; } forEach _AllUnits; } forEach _AllGroups; // add all vacant seats _dr = _vehicle emptyPositions "driver"; _gu = _vehicle emptyPositions "gunner"; _co = _vehicle emptyPositions "commander"; _ca = _vehicle emptyPositions "cargo"; if ((_dr > 0) || (_gu > 0) || (_co > 0) || (_ca > 0)) then { [grpNull, _row] call TSD9_AddGroup; _row = _row + 1; _id = 1; _drType = ""; if (_vehicle isKindOf "Air") then { _drType = "Pilot" } else { _drType = "Driver" }; { _seatCount = _x select 0; _seatName = _x select 1; if ( (_seatCount > 0)) then { // this does not yet detect multiple gunners, etc, but instead adds secondary gunners to passenger list for "_i" from 0 to (_seatCount - 1) do { [_vehicle, _row, _id, "--No "+_seatName+"--"] call TSD9_FillStatsAlt; _row = _row + 1; _id = _id + 1; }; }; } forEach [[_dr, _drType], [_gu, "Gunner&quot
  21. wld427

    Jet Fighters

    Miles take a look at Kegety's unWrap tool instead. I was working or GranQs Be32k for our mod and UnBin kept creating errors int the config.
  22. Ways off? You do not have any idea how many progress we made with our SAMs. How are yours progressing? Looks like you havent tried enough "im sure" to make the OFP sidewinder to work.  well sorry to flame bait but you post no news of your stuff yet you tout it all the time. The website has not been updated scince Christmas. Also, if anybody asks you for news you freak out and complain about how we all need to be patient and stay off your backs. If i had any sort of skills in this besides the basics i would join your mod because you guys have some great models. Unfortunatley not many add ons but some great models. I dont want to start a huge fight here. My ported add on works ok except my stupid turret wont turn. It no where near the quality of the better add on makers out here like Mecha, vilas, topas and others. I can reply to this one better then the guys of RKSL, because Im at the same level. Im a noob at editing. Yet I want allot of addons, and basicly all of the addons RKSL is making. However, I do not complain about the lack of news. Because I know how much f'ing work it is to make these addons. Also I wont make comments like "I want" this or that. Neither do I demand anything from these guys! They are making their addons in their free time because they want to make addons for themselves first of all. They all have jobs and a reallife. (however sometimes I doubt that.) But you should be lucky that any of those guys releases anything to the public and mongs like you because I know many of them who are sick and tired of people like you. Demanding news, updates, and whatever the flying fuck. If you are a bit competent you will click on the RKSL sign and go to their website and read the fuck up on things. Have you got any idea what kind of utterly uber addons they are making. Obviously you dont otherwise you would just shut the fuck up. You are clearly just a complete idiot going for it, soon to be booted I hope. Just lets say it like this, they have got some completly sick addons coming. 30+ of them. 30+ addons which all have something unique which we havent seen yet for arma. 30 addons I also cannot wait for. Because all we see now are retextures, ofp ports, and complete rip offs from other people's work for this game and others. Urrghh Im with this "group" of people that have been here since the start of OFP, and back then there werent as many C**** arround as today. And there are soooo many people out there that are just complete tw**s. Untill you can produce anything up to the standards that these lads are making you should really shut the fuck up! I do that, while I try to learn how to make addons, you then soon find out its hard as F***. This is probally the first post ive made while I was utterly fucking angry while surfing on these forums. And Ive been very nice and with the rules on this forum! But you sir are an utter mong, and should be banned at the spot. blah blah blah...... Your reply is my point exactly you missed the point of what i wrote. All i said was the guy was balling me out for what he was doing. He expected me to be able to see what was on his computer screen. All i said was I want a SAM unit and i wasn't good enough to make one on my own. If he is not going to give news out then he should not be jumping on my post how i dont know what he is up to and thats that this post is for add on requests and i am requesting a SAM unit. good day to you all  Â
  23. wld427

    Iraqi National Police

    You mean some cars or armoured vehicles ? Maybe I can do some reskins (I have one almost ready, but it still need some things..) , because I am not very good at modelling... wld427: so the IA is not using RPGs now ? just take a default BMP-2 and paint it desert yellow. then just put an iraqi flag on each side of the turret. i will try to get a picture of them tomorrow. The IA have those, BTR-60s, and French VAB APCs. Thats not counting the many modified Humvee variants. Then there are many locally modified trucks, IE techincals . If you took the BIS army 4X4 took the .50 off and replaced it with a PKM you would have a spot on Iraqi Police/Army vehicle At least thats what i have seen in my AO
  24. wld427

    Iraqi National Police

    You mean some cars or armoured vehicles ? Maybe I can do some reskins (I have one almost ready, but it still need some things..) , because I am not very good at modelling... wld427: so the IA is not using RPGs now ? at least the ones in our sector are not supposed to
×