Jump to content

Klamot

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Klamot

  • Rank
    Rookie
  1. Klamot

    Changing default double click map marker

    Yeah, tiny but annoying issue. Nice idea with this interface and saving last user choice by the way. Also there is another open issue on feedback tracker concerning this topic, so there's a hope :) PS Above I added a solution to set default marker to Dot. My post appeared not long ago because it had to be approved by moderator.
  2. Klamot

    Changing default double click map marker

    Ok, so I've managed to digg into config.cpp and set this stupid marker to Dot ("hd_dot") :) It's not perfect but it should be enough for now. Tested on current Arma 3 stable version. Package with sources and pbo: http://www50.zippyshare.com/v/36243130/file.html //file: config.cpp #define _ARMA_ class CfgPatches { class A3_UI_F { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {"A3_UI_F"}; }; }; class Flag; class hd_objective; class hd_dot; class mil_objective; class mil_dot; class CfgMarkers { class hd_objective: Flag { scope = 0; markerClass = ""; }; class hd_dot: hd_objective { scope = 2; markerClass = "draw"; }; };
  3. Klamot

    Changing default double click map marker

    Kerc Kasha - Exactly what i mean! I saw this on vids but i couldn't find way to do this. //Edit: Could you post that config tweak from A2?
  4. I'm aware that BI devs will never fix that tiny thing (there's already closed issue on feedback despite positive user votes). So is there way to change this stupid default map marker to dot? Any addon? On Dslyecxi A2 videos he could put dot marker by double click. Anyone knows an addon he used? Years of playing (since OFP) and this small bug IMO and is still pissing me off :/
×