Blurry textures which is loaded via dfmod

Discuss modding questions and implementation details.
Post Reply
Keanis
Posts: 2
Joined: Sat Feb 19, 2022 3:42 pm

Blurry textures which is loaded via dfmod

Post by Keanis »

Good day/night. I'm currently working on a texture replacement mod. I packed assets into dfmod package. Loaded it into the game and found out that they are blured for some reason. What i am doing wrong?

P.S. Sorry for possible poor grammatic. English is not my native language

User avatar
BadLuckBurt
Posts: 948
Joined: Sun Nov 05, 2017 8:30 pm

Re: Blurry textures which is loaded via dfmod

Post by BadLuckBurt »

Keanis wrote: Sat Feb 19, 2022 3:53 pm Good day/night. I'm currently working on a texture replacement mod. I packed assets into dfmod package. Loaded it into the game and found out that they are blured for some reason. What i am doing wrong?

P.S. Sorry for possible poor grammatic. English is not my native language
Welcome, don't worry. Your English is fine :)

You need to change the filter mode on the images to Point (No filter). You can do this from the Unity inspector for all textures at once if you select them all:

Image
DFU on UESP: https://en.uesp.net/w/index.php?title=T ... fall_Unity
DFU Nexus Mods: https://www.nexusmods.com/daggerfallunity
My github repositories with mostly DFU related stuff: https://github.com/BadLuckBurt

.

Keanis
Posts: 2
Joined: Sat Feb 19, 2022 3:42 pm

Re: Blurry textures which is loaded via dfmod

Post by Keanis »

Awesome! Thanks a lot!

Post Reply