Kaldaien / SoulsUnsqueezed

Aspect Ratio and Performance Fixes for Dark Souls III (PC)
MIT License
94 stars 7 forks source link

Playstation icon are not showing #3

Open Nikita-S-Doroshenko opened 7 years ago

Nikita-S-Doroshenko commented 7 years ago

Even after changing [Textures.D3D11] Inject from false to true, It's still showing up Xbox icons (ABXY). Windows 10 here. I tried manual and automatic install of latest SoulsUnsqueezed. carefully checked all .ini files and config in %appdata%/darksoulsIII folder. Nothing helped.

Metaception commented 7 years ago

Windows 10 user here. Can confirm.

Also cannot get the textures to work.

Metaception commented 7 years ago

Ah, it appears dxgi.ini was looking for SUS_Res while the textures were in SK_Res.

While I'm at it, I would like to mention I had to install the x86 version of VC2015 not the x64 version for SKIM to work.

Great work though.

Keith94 commented 7 years ago

So, you need to rename something for it to work, or?

Metaception commented 7 years ago

Under [Textures.D3D11]

Set ResourceRoot=SK_Res the default is SUS_Res

Keith94 commented 7 years ago

Hmm, isn't SUS_Res the name of the folder w/ textures included in the mod? It should just work imo.

Metaception commented 7 years ago

Looks like using the auto-installer puts the textures in SK_Res, while manual install puts them in SUS_Res. I used the auto-installer instead of the manual install.

If your folder is already SUS_Res, then it might be a different issue I think?

Keith94 commented 7 years ago

Oh, I was just referring to the manual install based on the file contents. Definitely a bug then.