monkeyman192 / NMSDK

Custom Model importer for NMS
https://monkeyman192.github.io/NMSDK/
29 stars 9 forks source link

[BUG]exported texture file names are not capitalised #90

Closed WinderTP closed 1 year ago

WinderTP commented 1 year ago

Describe the bug Texture file processed and exported as .DDS files by NMSDK do not have capitalised file names, leading to said textures not being used in game

To Reproduce

  1. Assign a non-DDS texture with a lower-case file name to a mesh
  2. export mesh as an NMS model
  3. check the exported model's TEXTURE folder for the texture's file name

Screenshots image

Additional context Game needs files to have capitalised file names and extensions to be detected

monkeyman192 commented 1 year ago

note to self: All exported files need to be in capital case