snoww / loa-logs

LOA Logs - Modern DPS Meter for Lost Ark
GNU General Public License v3.0
124 stars 24 forks source link

Shortcut + Settings Reset #86

Closed mathewcst closed 2 months ago

mathewcst commented 2 months ago

Hi,

These are actually two issues I found.

1) Hotkey for "clickthrough" is inconsistent. The day of the last update, worked like a charm. Today isn't working at all. Tried both running as admin and different hotkeys, doesn't seem to work at all. (tried Alt, Shift, Ctrl, F5 ~ F10, nothing works)

2) Settings resets every time I open. For ex: I have "boss only damage" unchecked. If I close and open again, it's checked by default (even though I unchecked right before closing it)

Here's my settings:

{
  "general": {
    "lowPerformanceMode": false,
    "showNames": true,
    "showGearScore": true,
    "showEsther": false,
    "showDate": true,
    "showDifficulty": false,
    "showGate": false,
    "splitLines": false,
    "underlineHovered": false,
    "showDetails": false,
    "showShields": false,
    "showTanked": false,
    "showBosses": false,
    "hideLogo": false,
    "accentColor": "theme-pink",
    "rawSocket": false,
    "autoIface": true,
    "ifDesc": "",
    "ip": "",
    "port": 6040,
    "blur": false,
    "blurWin11": false,
    "transparent": true,
    "scale": "1",
    "logScale": "1",
    "alwaysOnTop": true,
    "bossOnlyDamage": false,
    "keepFavorites": true,
    "hideMeterOnStart": false,
    "hideLogsOnStart": false,
    "constantLocalPlayerColor": false
  },
  "shortcuts": {
    "hideMeter": {
      "modifier": "Alt",
      "key": "F12"
    },
    "showLogs": {
      "modifier": "Alt",
      "key": "F11"
    },
    "showLatestEncounter": {
      "modifier": "Ctrl",
      "key": "ArrowRight"
    },
    "resetSession": {
      "modifier": "",
      "key": ""
    },
    "pauseSession": {
      "modifier": "",
      "key": ""
    },
    "manualSave": {
      "modifier": "",
      "key": ""
    },
    "disableClickthrough": {
      "modifier": "Alt",
      "key": "F10"
    }
  },
  "meter": {
    "bossHp": true,
    "bossHpBar": true,
    "splitBossHpBar": false,
    "abbreviateHeader": true,
    "showTimeUntilKill": false,
    "showClassColors": true,
    "splitPartyBuffs": true,
    "pinSelfParty": true,
    "damage": true,
    "dps": true,
    "damagePercent": true,
    "deathTime": true,
    "critRate": true,
    "critDmg": false,
    "frontAtk": true,
    "backAtk": true,
    "percentBuffBySup": false,
    "percentIdentityBySup": false,
    "positionalDmgPercent": true,
    "percentBrand": false,
    "counters": false,
    "rdpsSplitParty": true,
    "rdpsDamageGiven": true,
    "rdpsDamageReceived": true,
    "rdpsContribution": false,
    "rdpsSContribution": false,
    "rdpsDContribution": false,
    "rdpsSyn": true,
    "rdpsSSyn": true,
    "rdpsDSyn": true,
    "ssyn": true,
    "breakdown": {
      "damage": true,
      "dps": true,
      "damagePercent": true,
      "critRate": true,
      "critDmg": false,
      "frontAtk": true,
      "backAtk": true,
      "percentBuffBySup": false,
      "percentIdentityBySup": false,
      "percentBrand": false,
      "avgDamage": false,
      "maxDamage": false,
      "casts": true,
      "cpm": true,
      "hits": false,
      "hpm": false
    }
  },
  "logs": {
    "abbreviateHeader": false,
    "splitPartyBuffs": true,
    "damage": true,
    "dps": true,
    "damagePercent": true,
    "deathTime": true,
    "critRate": true,
    "critDmg": false,
    "frontAtk": true,
    "backAtk": true,
    "percentBuffBySup": false,
    "percentIdentityBySup": false,
    "positionalDmgPercent": true,
    "percentBrand": false,
    "counters": false,
    "minEncounterDuration": 30,
    "rdpsSplitParty": true,
    "rdpsDamageGiven": true,
    "rdpsDamageReceived": true,
    "rdpsContribution": true,
    "rdpsSContribution": true,
    "rdpsDContribution": true,
    "rdpsSyn": true,
    "rdpsSSyn": true,
    "rdpsDSyn": true,
    "ssyn": true,
    "breakdown": {
      "damage": true,
      "dps": true,
      "damagePercent": true,
      "critRate": true,
      "critDmg": false,
      "frontAtk": true,
      "backAtk": true,
      "percentBuffBySup": false,
      "percentIdentityBySup": false,
      "percentBrand": false,
      "avgDamage": false,
      "maxDamage": false,
      "casts": true,
      "cpm": true,
      "hits": false,
      "hpm": false
    }
  },
  "buffs": {
    "default": true
  }
}
mathewcst commented 2 months ago

Ok, it was my bad, somehow nvidia auto activated in-game overlay after update yesterday and that was consuming the Alt+F10 hotkey.