Stretched or repeating textures

Post here if you need help getting started with Daggerfall Unity or just want to clarify a potential bug. Questions about playing or modding classic Daggerfall should be posted to Community.
Post Reply
User avatar
BadLuckBurt
Posts: 948
Joined: Sun Nov 05, 2017 8:30 pm

Re: Stretched or repeating textures

Post by BadLuckBurt »

Seferoth wrote: Thu Dec 19, 2019 8:36 pm I think this one belongs to here. I am not sure where that actually is. I was in a rush when i took that pic and left(IRL)...sorry.
Scroll all the way up on this the previous page ;)

-edit

Somehow I knew this would end up on the next page, grmbl
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

.

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

Re: Stretched or repeating textures

Post by BadLuckBurt »

Ferital wrote: Thu Dec 19, 2019 8:34 pm There are a few models with missing parts I'm aware of, one of those is the cemetery hedge in Aldingwall, Daggerfall. There is also a tree trunk with a missing face which can be find in dungeons on the occasion, but I don't have its model ID.

However, I'm not sure how I could include your work in my current runtime BSA patch. Do you have a DFU branch on GitHub with your changes, so I could take a look at them?

What I'm fixing with my runtime patch is mostly bad texture UV coordinates (DF original data has plenty of them) and incorrectly assigned textures (less common). So it involves patching the BSA file in memory immediately after it's loaded by DFU. But I stopped working on this months ago because my method to obtain corrected UV coordinates and corresponding offsets to patch was a little too complicated. I use a modified version of Daggerfall Modelling to do this but I need to modify it a little more to be able to fix textures more easily. Unfortunately, I will not have much time to do this and, in general, to contribute to DFU until the end of January, I think.
Sorry, I should've been more clear. I haven't made any code changes but instead used the World Data system DFU offers to alter the building data for that particular interior: https://github.com/BadLuckBurt/dfu-layout-fixes

The file on that link is just the data that defines the interior, including the models it uses. I added 1 extra model (at line 121) but seeing how your method only changes existing data instead of adding to it, it may not be compatible.

If it helps with UV fixes, I have a library of all Daggerfall's models in .blend and .dae format as exported from Daggerfall Modeling although it sounds like you are manipulating the coordinates directly to get the desired result shown in DM?
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

.

User avatar
Ferital
Posts: 282
Joined: Thu Apr 05, 2018 8:01 am

Re: Stretched or repeating textures

Post by Ferital »

BadLuckBurt wrote: Thu Dec 19, 2019 8:57 pm If it helps with UV fixes, I have a library of all Daggerfall's models in .blend and .dae format as exported from Daggerfall Modeling although it sounds like you are manipulating the coordinates directly to get the desired result shown in DM?
Yes that's exactly what I do. In fact, classic UV coordinates are different from what you can find in other 3D models, so they require special processing, which is also done at runtime. So, having the models in another format won't help in this case.

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

Re: Stretched or repeating textures

Post by BadLuckBurt »

I understand, in that case they won't be much help. Thanks for clarifying :)
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

.

User avatar
pango
Posts: 3347
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

Re: Stretched or repeating textures

Post by pango »

Slanted windows in Copperton Tower, Daggerfall
Screenshot.jpg
Screenshot.jpg (93.07 KiB) Viewed 1949 times
Attachments
SAVE487.zip
(255.8 KiB) Downloaded 123 times
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

hannafamilycomputer
Posts: 71
Joined: Wed Sep 25, 2019 12:19 am

Re: Stretched or repeating textures

Post by hannafamilycomputer »

There is one in the middle of one of the desert palaces. I'll post a save this weekend if I remember (or if I still have it. I don't know how to take screenshots so ive just been saving everytime I find something odd. Haven't posted any of them since I figured 99% are issues from classic.) [Example: banner in db being sideways]

Jeoshua
Posts: 153
Joined: Tue Nov 26, 2019 7:25 am

Re: Stretched or repeating textures

Post by Jeoshua »

These are all issues from Classic. They're generally being patched
DFU isn't a port "warts and all" style, bugs like these are meant to be fixed.

hannafamilycomputer
Posts: 71
Joined: Wed Sep 25, 2019 12:19 am

Re: Stretched or repeating textures

Post by hannafamilycomputer »

Well, ill have to do a few posts for all of these. This aren't all texture issues, just geometry ones.

SAVE54.zip
exit detached from wall
(347.9 KiB) Downloaded 137 times
The exit is separated from the wall. There are many occurences of this.

SAVE45.zip
Desert_Palace_
(419.61 KiB) Downloaded 138 times
The desert one I was talking about.

SAVE17.zip
Tiny_Crate
(366.63 KiB) Downloaded 135 times
This crate is small. It's just really tiny. I guess it's a jewery crate maybe? This appears a lot, but it just seems off.
Last edited by hannafamilycomputer on Sat Jan 11, 2020 8:24 pm, edited 1 time in total.

hannafamilycomputer
Posts: 71
Joined: Wed Sep 25, 2019 12:19 am

Re: Stretched or repeating textures

Post by hannafamilycomputer »

SAVE60.zip
Sideways dark brother hood banner
(318.14 KiB) Downloaded 140 times
I have no idea about this one. Why is the banner even there? I would expect it to be upside down if it represented them overthrowing daggerfall's government. But that isn't even what the db does.


SAVE61.zip
mages guild overlaping wall
(329.94 KiB) Downloaded 137 times
Walk around looking at the wall in front of you (with the face) the texture is glitching. It is most likely because the wall is overlapping.




self explanitory.
self explanitory.
Screenshot.jpg (137.92 KiB) Viewed 1862 times

Save in next post. Just couldn't describe it.
Last edited by hannafamilycomputer on Sat Jan 11, 2020 8:48 pm, edited 2 times in total.

hannafamilycomputer
Posts: 71
Joined: Wed Sep 25, 2019 12:19 am

Re: Stretched or repeating textures

Post by hannafamilycomputer »

SAVE63.zip
See above post
(357.28 KiB) Downloaded 141 times
See above post.


Screenshot.jpg
Screenshot.jpg (68.17 KiB) Viewed 1861 times
The worst occurence of this I have seen. It's literally 2-4 feet away. I know levers are a known issue, but this is a bad one. (It still works)
SAVE72.zip
(362.15 KiB) Downloaded 141 times
Last edited by hannafamilycomputer on Sat Jan 11, 2020 8:24 pm, edited 1 time in total.

Post Reply