Jump to content

taskmaster065

Member
  • Content Count

    18
  • Joined

  • Last visited

  • Medals

Community Reputation

5 Neutral

About taskmaster065

  • Rank
    Private First Class

Profile Information

  • Location
    Australia

Recent Profile Visitors

842 profile views
  1. I have a released another WW2 mission (3rd public release) on Steam: http://steamcommunity.com/sharedfiles/filedetails/?id=1121161142 MISSION SETTINGS: TYPE = Coop; PLAYERS: Min = 1 , Max = 17; RESPAWN = Side (including Teamswitch).<br/> MAP: Nogova; TIME: DayTime<br/> Injury system: BIS Basic<br/><br/> SITUATION:<br/> We are a single infantry squad protecting an injured tank crew until an evac team can arrive. We have two supporting Sherman tanks.<br/> <br/> Intel reports that an advancing enemy force consists of:<br/> - one kubelwagon;<br/> - one half track;<br/> - four tanks; and<br/> - about 30 soldiers.<br/><br/> We have been ordered to hold the village until it is safe to call in a rescue vehicle to evacuate the injured crew.<br/><br/> Radio for armoured support (2 Shermans) when you need it.<br/> <br/> Radio for the evac team when you think it is safe to evac the injured.<br/> <br/> MISSION:<br/> Our squad must :<br/> - stop the incoming enemy until the evac team can collect the injured:<br/> - call the evac team when it is safe;<br/> - protect the evac vehicle until it gets to a safe evac location.<br/> - save at least one of the injured.<br/> <br/> EXTRA ADDONS:<br/> While not required to play this mission we do use the "CUP Low Grass Addon" when we play. You can find it's download link in this description: <br/> http://steamcommunity.com/sharedfiles/filedetails/?id=293256076 <br/><br/> MISSION NOTES: <br/> Units: one 11 man infantry squad and 6 crew in 2 Tanks (all can be AI or player). <br/> Scenes: Short Intro and multiple win and lose outros; <br/> Tasks: 6 tasks to complete; <br/> Time to complete: 30 minutes (approx). <br/><br/>
  2. I have a released another WW2 mission on Steam: http://steamcommunity.com/sharedfiles/filedetails/?id=1121098414 SUMMARY MISSION SETTINGS: TYPE = Coop; PLAYERS: Min = 1 , Max = 17; RESPAWN = Side (including Teamswitch).<br/> MAP: WW2:Omaha(I44); TIME: DayTime<br/> Injury system: BIS Basic<br/><br/> SITUATION:<br/> We are a single infantry squad protecting an injured tank crew until an evac team can arrive.<br/> <br/> Intel reports that an advancing enemy force consists of:<br/> - one half track;<br/> - at least 3 tanks; and<br/> - about 30 soldiers.<br/> <br/> We have been order to hold the village until it is safe to call in a rescue vehicle to evacuate the injured crew.<br/><br/> Radio for armoured support (1 Sherman and 1 Stuart) when you need it.<br/> <br/> We have two medics to support us. Call them via the SUPPORT MENU: "F1-5-1".<br/><br/> Radio for the evac team when you think it is safe to evac the injured.<br/> <br/> MISSION:<br/> We have been ordered to hold the current village.<br/><br/> Our squad must :<br/> - stop the incoming enemy until the evac team can collect the injured:<br/> - call the evac team when it is safe;<br/> - protect the evac vehicle until it gets to a safe evac location.<br/> - save at least one of the injured.<br/> <br/> EXTRA ADDONS:<br/> While not required to play this mission we do use the "CUP Low Grass Addon" when we play. You can find it's download link in this description: <br/> http://steamcommunity.com/sharedfiles/filedetails/?id=293256076 <br/><br/> MISSION NOTES: <br/> Units: one 11 man infantry squad and 6 crew in 2 Tanks (all can be AI or player). <br/> Scenes: Short Intro and multiple win and lose outros; <br/> Tasks: 6 tasks to complete; <br/> Time to complete: 30 minutes (approx). <br/><br/> HAVE FUN and ENJOY...Remember it is just a game.<br/><br/> If this rates well (ie Thumbs Up) I will release some more of the missions we play.
  3. I have a released a WW2 mission on Steam: http://steamcommunity.com/sharedfiles/filedetails/?id=1118900545 SUMMARY MISSION SETTINGS: TYPE = Coop; PLAYERS: Min = 1 , Max = 13; RESPAWN = Side (including Teamswitch).<br/> MAP: WW2:Omaha(I44); TIME: DayTime<br/> Injury system: Alternate Injury System (AIS) by Psycho<br/><br/> SITUATION:<br/> An enemy convoy is returning four tank crews to their tanks in a village. <br/> We have set up an ambush to eliminate the convoy and crews before they can return to their tanks.<br/><br/> We are one lone squad. Intel reports that the advancing enemy force consists of: <br/> - five half tracks; <br/> - one tank; <br/> - about 16 tank crew returning to their tanks; and <br/> - about 30 soldiers. <br/><br/> We have one dammaged Sherman tank with low ammo and fuel to assist us. Call for it using the radio.<br/> We have one medic to support our squad.<br/><br/> MISSION:<br/> Our squad must eliminate all the incoming enemy. <br/><br/> EXTRA ADDONS:<br/> While not required to play this mission we do use the "CUP Low Grass Addon" when we play. You can find it's download link in this description:<br/> http://steamcommunity.com/sharedfiles/filedetails/?id=293256076 <br/><br/> MISSION NOTES: <br/> Units: one 10 man infantry squad and 3 crew of a Sherman Tank (all can be AI or player). <br/> Scenes: Short Intro and multiple win and lose outros; <br/> Tasks: 6 tasks to complete; <br/> Time to complete: 30 minutes (approx). <br/><br/> HAVE FUN and ENJOY...Remember it is just a game.<br/><br/>
  4. taskmaster065

    Adjust stance down on W+S while moving?

    No, I still use 'Shift" for running. It would be great if I could use the same setup (ie Scroll-Wheel+Shift ) to adjust my stance while running.
  5. taskmaster065

    Adjust stance down on W+S while moving?

    I use Scroll-Wheel+Shift to adjust my stance. Great for popping your head up, taking a shot then hiding again. I find the 'Ctrl' key to hard to use and often press 'Shift' instead.
  6. Thanks for ideas. We are already using AIS so with a little help from Psycho I was able to trigger an end scene. This is the trigger condition (see AIS thread mentioned) I used to detected when all players were dead or incapacitated: "({!alive _x || {_x getVariable ["AIS_unconscious", false]}} count playableUnits) >= (count playableUnits)" When trigger activated I executed end scene script: "[] execVM "Scene_Outro_Loser.sqf;"
  7. taskmaster065

    A3 Wounding System (AIS by Psycho)

    Thanks again. Implemented this today and it works.
  8. taskmaster065

    A3 Wounding System (AIS by Psycho)

    @psychobastard Thanks for a this great script it is becoming a standard in our missions. Is there a way to detect when all all playable units are incapacitated? By that, I mean when all playable unit are injured and no one can be revived/healed etc. I would like to be able to detect this to trigger an end scene.
  9. We use respawn "SIDE: or "GROUP" in all our missions as we play with MP using teamSwitch. Building missions which allow teamSwitch allows us to play coop games when we do not enough players to fill all playable roles and the AI is being stupid. Also great when an AI cannot do something or is taking to long to do it (e.g. gets stuck, healing a wounded soldier, going into/out of buildings").
  10. Thanks. That's a good idea but how do you do it, as when all players are dead the mission ends immediately. An example would be great! I thought it would be as simple as unticking "Mission fail when everyone dead" in the MP "Ruleset" but that did not work.
  11. Hi I have made a coop mission. I want to run a script (which does a short end movie) after all players have died, and then end the mission using BIS_fnc_EndMission. However, the mission ends as soon as the last playable man is killed and the standard "MISSION FAILED -All players died" ending occurs. We are playing/testing it in the 3den editor (ie 3D editor) as non-dedicated server via LAN. I am using 3D editor and have the following settings set within the editor in Attributes->Multiplayer menu: - Respawn: Switch to side member; - Ruleset: -> Mission fail when everyone dead: not ticked -> Single player death screen: not ticked -> Switch to another character: ticked - Allow Manual Respawn: ticked - Enable Team Switch: ticked I have spent hours searching online with no luck. Any help would be greatly appreciated.
  12. Hi I have made a coop mission. I want to run a script (which does a short end movie) after all players have died, and then end the mission using BIS_fnc_EndMission. However, the mission ends as soon as the last playable man is killed and the standard "MISSION FAILED -All players died" ending occurs. I am using 3D editor and have the following settings set within the editor in Attributes->Multiplayer menu: - Respawn: Switch to side member; - Ruleset: -> Mission fail when everyone dead: not ticked -> Single player death screen: not ticked -> Switch to another character: ticked - Allow Manual Respawn: ticked - Enable Team Switch: ticked I have spent hours searching online with no luck. Any help would be greatly appreciated.
  13. taskmaster065

    Link to website in Briefing

    Did anyone work out how to do this?
  14. taskmaster065

    AI Discussion (dev branch)

    I found this Graph showing "skill vs skillFinal vs Profile Difficulty" here: Graph notes: 1) This still appears to hold true for ArmA 3 version 1.74.142559. 2) The "Effective skill" is the value returned from skillFinal function for any sub-skill. 3) The "Profile difficulty" can be either " Game Difficulty: AI Level: Skill or Precision". 3.1) Setting " Game Difficulty: AI Level: Precision" value alters the skillFinal value of "aimingAccuracy and "aimingShake". 3.2) Setting " Game Difficulty: AI Level: Skill" value alters the skillFinal value for all the other sub-skills. It is my understanding that the only critical number is the skillFinal value for each sub-skill (i.e "aimingAccuracy", "aimingShake" etc). It does not matter how this value is determined/calculated (i.e. any combination of Game Difficulty, editor skill slider, setSkill function etc). Based on this premise I have been doing the following: A) Setting my sub-skill values within my init.sqf file as follows: "{ _x setskill ["aimingShake",0.2]; _x setskill ["aimingAccuracy",0.2]; } forEach allUnits;" B) Making and testing my missions using the "Normal" AI difficulty setting (i.e."AI Level: Skill" =0.7, "AI Level: Precision" = 0.5). Using this approach someone can play my mission as I intended by setting the Game Difficulty of AI to "Normal". If they think it is to easy then they can increase it to "Expert" or make it easier by setting "Novice". This approach should work base on the graph above and I believe it is how BIS planned it to work.
  15. taskmaster065

    AI Discussion (dev branch)

    @Grumpy Old Man Thank you very much. I will have a look at it tomorrow. I have produced a table below that shows(on average) how many shots it takes for an AI soldier to hit an enemy soldier from varying distances (100m,250m) after he first sees(spots) the target. Note that these tests done using ArmA 3 version 1.74.142559 Below is a table summarising my basic test results. Column 1 is skillFinal for both "aimingAccuracy and "aimingShake".(As I understand it, some function of skill and AI precision produces the FINAL sub-skill value). Column 2 number of shots when target is 100m away. Column 2 number of shots when target is 250m away. ----------------------------- skillFinal, 100m, 250m ----------------------------- 1.00, 2.0, 2.1 0.75, 2.0, 2.3 0.50, 1.7, 3.8 0.25, 2.5, 7.7 0.20, 3.6, 12. 0.10, 7.7, 27. 0.00, >60, >60 ----------------------------- Notes: 1) Both AI soldier and his target are prone (i.e. lying down). 2) the AI soldier is a CSAT Rifleman firing an Katiba 6.5mm. 3) At 500m or more the AI does not fire. 4) 20 tests were done to determine each value. 5) Tests done using ArmA 3 version 1.74.142559 6) These values can be converted to a probability (eg. 3.8 shots = 26.3% (100/3.8) chance a shot will hit it's target). From the table, a prone AI soldier with skillFinal value of 0.50 for both "aimingAccuracy and "aimingShake" will have a 26.3% probability of hitting a prone target 250m away once the target has been spotted for the first time. Looking at the raw data, he will hit the target within 2 shots 30% of the time.
×