bbepis / XUnity.AutoTranslator

MIT License
1.85k stars 284 forks source link

ResourceRedirector doesn't create dialogue files #552

Open SXDIST opened 1 month ago

SXDIST commented 1 month ago

ResourceRedirector does not create dialogue files

[ResourceRedirector]
PreferredStoragePath=Translation\{Lang}\RedirectedResources
EnableTextAssetRedirector=true
LogAllLoadedResources=true
EnableDumping=true
CacheMetadataForAllFiles=true

What could be the reason?

Снимок экрана 2024-07-21 122842

Atamg1994 commented 1 month ago

ResourceRedirector does not create dialogue files

[ResourceRedirector]
PreferredStoragePath=Translation\{Lang}\RedirectedResources
EnableTextAssetRedirector=true
LogAllLoadedResources=true
EnableDumping=true
CacheMetadataForAllFiles=true

What could be the reason?

Снимок экрана 2024-07-21 122842

where do you have these files? Judging by the screenshot, they are already in the public domain! resource redirector! retrieves files from .assets of game assets and allows you to replace them and your files are just in a folder, of course it’s not a resource! That’s why the redirector doesn’t touch them!

SXDIST commented 1 month ago

ResourceRedirector does not create dialogue files

[ResourceRedirector]
PreferredStoragePath=Translation\{Lang}\RedirectedResources
EnableTextAssetRedirector=true
LogAllLoadedResources=true
EnableDumping=true
CacheMetadataForAllFiles=true

What could be the reason? Снимок экрана 2024-07-21 122842

where do you have these files? Judging by the screenshot, they are already in the public domain! resource redirector! retrieves files from .assets of game assets and allows you to replace them and your files are just in a folder, of course it’s not a resource! That’s why the redirector doesn’t touch them!

Are you saying that ResourceRedirector can't get text files from .bundle and so on? If so, is there any other way to pull the dialog files?