Jump to content

ARMAidiot

Member
  • Content Count

    11
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About ARMAidiot

  • Rank
    Private First Class
  1. ARMAidiot

    Marker creation with trigger ?

    marker = createMarker ["bcw", position player]; "bcw" setMarkerColor "ColorBlue"; "bcw" setMarkerType "mil_objective"; : )
  2. Confirmed. 3000 cuttext ["","plain"]; doesn't work. Is there a list of layers for A3 or has anybody found a solution yet?
  3. Thank you so much. The first messages I got were... lets say pretty "unpleasant" but everybody who subscribed/liked or posted keeped me going. Thanks to people like you I've still fun doing this : ) While this is a must-read (!), I have to say that most of the scripting stuff is outdated, because it mostly deals with sqs instead of sqf. The best tutorials on sqf-scripting I've read were: Basic SQF-Scripting guide version 3.2 by Taurus Basics of SQF by Cheetah galevsky, the best I can suggest you is to get used to the "non-scripting" and then slowly transist (right word?) to sqf-scripting.
  4. I've made a bunch of tutorials for people with zero knowledge in the ARMA 3 Editor. It covers the very basics from placing a unit to simple mission building without going too deep into detail : )
  5. Finally something like armatechsquad for A3 : )
  6. ARMAidiot

    ARP 2 - Objects pack

    Thanks for answering and keep up the excellent work : )
  7. ARMAidiot

    ARP 2 - Objects pack

    I tried to use your ARP-Addon in ARMA 3 and got the error "Addon 'ARP_Items' requires addon 'CAWeapons' ". How did you make it work in ARMA 3?
  8. ARMAidiot

    Backpacks in editor

    Hope this helps : ) Since the post OP was referring to a twitter message from me, I'll update the post.
  9. ARMAidiot

    Arma 3 animation list?

    UNIT playmove "AmovPercMstpSrasWrflDnon_Salute"; UNIT disableAI "ANIM"
  10. Are the map-objects like houses and airport control tower in there? Had problems finding these. If they are, feel free to ignore/delete this thread : ) Edit: =vehicleclass&options[sort_by]=name&options[faction]=&options[vehicleclass]=Wreck"]E.g. I can't find the list of wrecks Edit2: Nevermind found them : )
  11. Hey, I couldn't find the classnames to the map-objects so I extracted them from the CfgVehicles. Thought you might be interesting. This might not be all, but I hope it helps : )
×