How to translate the files of a game
falta
Posts: 23 Joined: Fri Jun 08, 2018 12:57 pm
Post
by falta » Sat Aug 29, 2020 11:26 am
I can't import this files. I edited and packed them with unitytext but I can't transfer it back. such an error message appears.
what can I do?
Origa
Posts: 9 Joined: Tue Jul 28, 2020 11:59 pm
Post
by Origa » Sat Aug 29, 2020 5:02 pm
99% is a problem on compression You can try import files in cmd with -ncomp option
falta
Posts: 23 Joined: Fri Jun 08, 2018 12:57 pm
Post
by falta » Sat Aug 29, 2020 9:00 pm
Origa wrote: 99% is a problem on compression You can try import files in cmd with -ncomp option
how can i do that? the game uses the unity engine. is the quickbms you talking about?
Origa
Posts: 9 Joined: Tue Jul 28, 2020 11:59 pm
Post
by Origa » Sat Aug 29, 2020 10:50 pm
UnityEX.exe import "path to assets" -ncomp for example E:\tool\UnityEX\UnityEX.exe import "E:\Games\Game name\Data\resources.assets" -ncomp
falta
Posts: 23 Joined: Fri Jun 08, 2018 12:57 pm
Post
by falta » Sun Aug 30, 2020 10:52 am
Origa wrote: UnityEX.exe import "path to assets" -ncomp for example E:\tool\UnityEX\UnityEX.exe import "E:\Games\Game name\Data\resources.assets" -ncomp
Can you explain more clearly?
Origa
Posts: 9 Joined: Tue Jul 28, 2020 11:59 pm
Post
by Origa » Sun Aug 30, 2020 3:34 pm
write your full path to unityex and to edited assests +name asset
falta
Posts: 23 Joined: Fri Jun 08, 2018 12:57 pm
Post
by falta » Fri Oct 23, 2020 12:44 pm
the tool has been updated but the problem still persists.