MidoriKami / Mappy

Other
22 stars 13 forks source link

Map blanks when moving or unfocused #159

Closed Jake-Jensen closed 1 month ago

Jake-Jensen commented 1 month ago

Version: v3.0.1.4 Installed via Dalamud Plugin Installer Nothing modified, nothing changed

When standing still, the map operates correctly, but when unfocused, or while moving, the map disappears, leaving just the window itself open. Attached is a video showing the problem.

https://github.com/user-attachments/assets/79b6352a-4af6-44ba-b53d-e94a9bc59722

MidoriKami commented 1 month ago

Your Fade Opacity setting is set to 0.000 and you have Fade : When Moving enabled.

Jake-Jensen commented 1 month ago

This is a default install on a fresh install of W11; Are these settings default now?

MidoriKami commented 1 month ago

Default settings are as follows:

    public float FadePercent = 0.60f;
    public FadeMode FadeMode = FadeMode.WhenUnFocused | FadeMode.WhenMoving;

My UI Element for changing the fade doesn't let you go below 0.05, so it's possible your config file got mildly corrupted, I recommending running some kind of HDD error checker.