Can't load textures with chinese characters

kxrxdio

New member
Messages
3
Reactions
0
Points
1
Hello,

I have some models from chinese makers but I can't load textures that have chinese characters.


Code:
!> Error during texture load: Path zzzat16h.yumo.1:/Custom/Atom/Person/Textures/meinv111/new/meinv111/四肢_Base_Color.png is not valid
!> Error during texture load: Path zzzat16h.yumo.1:/Custom/Atom/Person/Textures/meinv111/new/meinv111/下体_Base_Color.png is not valid

Does anyone know how to fix this?
 

Attachments

  • 7zFM_IM4k6ndXM7.png
    7zFM_IM4k6ndXM7.png
    3.1 KB · Views: 0
After some troubleshooting with some members from the discord. It seems to be the case that not all non-English characters are in the Unicode Standard. When a character is not, then VAM (or Windows) simply can't load it.
 
After some troubleshooting with some members from the discord. It seems to be the case that not all non-English characters are in the Unicode Standard. When a character is not, then VAM (or Windows) simply can't load it.
so how to fix it ?
 
A path is textual information that points to some kind of file or folder. This is a path: zzzat16h.yumo.1:/Custom/Atom/Person/Textures/meinv111/new/meinv111/四肢_Base_Color.png
Paths like these are in text-based files, like scenes (.json) and presets (.vap), so to fix the problem (chinese characters) you remove the characters from the file or path inside the VAR, and update whatever scene or preset has that path.
 
A path is textual information that points to some kind of file or folder. This is a path: zzzat16h.yumo.1:/Custom/Atom/Person/Textures/meinv111/new/meinv111/四肢_Base_Color.png
Paths like these are in text-based files, like scenes (.json) and presets (.vap), so to fix the problem (chinese characters) you remove the characters from the file or path inside the VAR, and update whatever scene or preset has that path.
But I want that character and if I delete her I can't play her.
 
You're not deleting the character (person). you're removing the chinese characters (text).
 
Last edited:
i have same problem. somebody explain with ss or video will be helpful. cuz i change that chinese texture names but still not loading.
 
i have same problem. somebody explain with ss or video will be helpful. cuz i change that chinese texture names but still not loading.
If you're trying to run a scene, you have to change both the filenames in the var package, and edit the scene file to reference the corrected names. Same for a preset. You have to change things in both places.
 
Back
Top Bottom