Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid texture pathing in material files.[New version issue] #20

Open
sitton76 opened this issue Apr 22, 2024 · 0 comments
Open

Invalid texture pathing in material files.[New version issue] #20

sitton76 opened this issue Apr 22, 2024 · 0 comments

Comments

@sitton76
Copy link

When testing the new version I found that the written file path for the texture reference in the material files does not match the actual texture path.

A example from a test mod I made.

The written path that points to a non-existant texture file: objects/object_st/gSkulltulaTokenDL_stone_32_32_rgba16
The correct path that points to a existing texture file: objects/object_st/stone_32_32.rgba16

Personally think having the DL name associated with the texture as part of the file name is a good idea however, so updating the path so it ends with .rgba16 and naming the outputted texture to reflect the path should be a good solution.

@sitton76 sitton76 changed the title Materials not writting to valid texture path. Invalid texture pathing in material files. Apr 22, 2024
@sitton76 sitton76 changed the title Invalid texture pathing in material files. Invalid texture pathing in material files.[New version issue] Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant