Artenuvielle / GW2-SCT

A scrolling combat text addon for GW2 using ArcDPS API
MIT License
61 stars 10 forks source link

Glitched font? #39

Closed WheatleyKoning closed 2 years ago

WheatleyKoning commented 2 years ago

Cant get it working right on dx11 with RC2

On a clean instal with all default settings i get random pixels scrolling down, they dont seem to be numbers though

I tried messing with font size and the box width and all kind of stuff. But it mostly just disappears all together then.

Tried clean instal of arcdps and sct aswell and all settings default but nothing. If i tick the box for skill icons they will show up though, but no text or numbers

Artenuvielle commented 2 years ago

Can you please provide the fonts you are using, your sct.json and sct.log located at gw2_dir/addons/sct/?

WheatleyKoning commented 2 years ago

logjsonfont.zip

I dont use any fonts, everything is default tbh

WheatleyKoning commented 2 years ago

This is what i see on a clean install

image

Artenuvielle commented 2 years ago

Yeah, there seem to be some issues with d3d11 support currently.

WheatleyKoning commented 2 years ago

Is this a font issue, or like data being parsed wrong

Artenuvielle commented 2 years ago

You could try running the game with dx9 and see if the problem persists.

WheatleyKoning commented 2 years ago

Okay tested in dx9, Works fine.

Now I notice that the things i see in dx11 are like cropped, like on the left side i would sometimes see "(". Now i notice in dx9 that its the monsters name that is within ( ). So something in dx11 is making the text width small?

Just for my sanity: Is it suppose to work in dx11? Did you get it to work?

DX9: image

WheatleyKoning commented 2 years ago

DX11:

image

Artenuvielle commented 2 years ago

No you're not insane :)

dx11 rendering of fonts is indeed somehow broken. Will look into that tomorrow.

Artenuvielle commented 2 years ago

I updated the newest release with a hopefully fixed version. Feel free to download it again and replace the existing d3d9_arcdps_sct.dll.

WheatleyKoning commented 2 years ago

Seems all good to me running on dx11 now! Glad it could be fixed :) GW2 somehow was less fun without the sct, guess I just like seeing numbers all over the screen

image