Перейти к содержимому
Zone of Games Forum

Рекомендованные сообщения

41 минуту назад, ceyase сказал:

UnityEX не может быть обработан. шрифт OTF, но он может разобрать шрифт TTF, и я знаю имя файла шрифта, используемого автором игры, но я не могу найти его!

Это всё одно векторные шрифты, без разницы какой они имеют тип, читаются и так и так.

Поделиться сообщением


Ссылка на сообщение
3 минуты назад, DragonZH сказал:

Это всё одно векторные шрифты, без разницы какой они имеют тип, читаются и так и так.

https://rynogg.itch.io/deltatraveler

это использование Unity2018.2.7f1 игра 
в игре есть шрифт под названием "DTM-Sans", но, к сожалению, этот шрифт может быть найден AssetStudio, но не может быть найден UnityEX

Поделиться сообщением


Ссылка на сообщение
58 минут назад, ceyase сказал:

UnityEX не может быть обработан. шрифт OTF, но он может разобрать шрифт TTF, и я знаю имя файла шрифта, используемого автором игры, но я не могу найти его!

Если нужно сделать шрифты, пиши в лс. 

Поделиться сообщением


Ссылка на сообщение

I'm translating the game I am setsuna!
But I need to add characters "À Á Â Ã Ç È É Ê Ì Í Ò Ó Ô Õ Ù Ú à á â ã ç è é ê ì í ò ó ô õ ù ú " in the game font!
Find out that the file is sharedassets6.assets!
But I don't know how to edit this font type FOT-TelMinPro-D.ufnt!
Can someone help me?

Изменено пользователем jonastraducoes

Поделиться сообщением


Ссылка на сообщение
9 минут назад, jonastraducoes сказал:

But I don't know how to edit this font type FOT-TelMinPro-D.ufnt!

You need to create Fonts\FOT-TelMinPro-D.ttf
Or create a raster font on the unity engine. With the same structure coordinates as in the current file. Move them there, or on the contrary, fix all PathID by taking them from the current file.

It is easier to fix or insert coordinates on the xml dump obtained from the Ultimate version.

Поделиться сообщением


Ссылка на сообщение
23 minutes ago, DragonZH said:

You need to create Fonts\FOT-TelMinPro-D.ttf
Or create a raster font on the unity engine. With the same structure coordinates as in the current file. Move them there, or on the contrary, fix all PathID by taking them from the current file.

It is easier to fix or insert coordinates on the xml dump obtained from the Ultimate version.

I tried here, but it fails!
I'm passing the file and the ttf!
If you can show me how to do it I would appreciate it!

https://drive.google.com/file/d/1GiqH2tw8RpVOmOkxrRMsadw-T1xY85iN/view?usp=sharing

I have the ultimate version, but when making a dump it gave an error! 

https://cdn.discordapp.com/attachments/547948170768809994/939055052633563156/unknown.png

Поделиться сообщением


Ссылка на сообщение
2 часа назад, jonastraducoes сказал:

I have the ultimate version, but when making a dump it gave an error! 

https://cdn.discordapp.com/attachments/547948170768809994/939055052633563156/unknown.png

You need to connect UnityEX_Soft in the settings. And specify the Managed folder, if the game is cpp2il then you will have to look for a template for this file from other games with the same guid.

Поделиться сообщением


Ссылка на сообщение
5 hours ago, DragonZH said:

‎Você precisa conectar UnityEX_Soft nas configurações. E especifique a pasta Gerenciada, se o jogo estiver cpp2il, então você terá que procurar um modelo para este arquivo de outros jogos com o mesmo guia.‎

When I get home I'll do the tests!
but I did some quick tests and I have the example in xml was not compatible!

Поделиться сообщением


Ссылка на сообщение

это старый стандартный формат шрифтов fntxml_to_unityfnt в шапке есть. Вроде подходит
for /r files_unity\ %%a in (*.-*;*.font_raw;*.*Font*) do fntxml_to_unityfnt.exe -unitytofnt "files_fnt\%%~na.fnt" "%%a" -hand 36 -npage -nchnl -cordreal_font_raw
С импортом сами разберётесь, шрифт нужно на BMFont делать.

Изменено пользователем DragonZH

Поделиться сообщением


Ссылка на сообщение
7 hours ago, DragonZH said:

это старый стандартный формат шрифтов fntxml_to_unityfnt в шапке есть. Вроде подходит
for /r files_unity\ %%a in (*.-*;*.font_raw;*.*Font*) do fntxml_to_unityfnt.exe -unitytofnt "files_fnt\%%~na.fnt" "%%a" -hand 36 -npage -nchnl -cordreal_font_raw
С импортом сами разберётесь, шрифт нужно на BMFont делать.

Thanks for helping me, but I don't know why it doesn't work!

I created the fnt used these commands to extract!

file fnt

https://drive.google.com/file/d/1udyq7_d0p5OWZi_gU6l62A58E8PiZe2z/view?usp=sharing

export
for /r files_unity\ %%a in (*.-*;*.font_raw) do fntxml_to_unityfnt.exe -unitytofnt "files_fnt\%%~na.fnt" "%%a" -hand 36 -npage -nchnl -cordreal_font_raw

insert
fntxml_to_unityfnt.exe files_fnt\FOT-TelMinPro-D-NEW.fnt files_unity\FOT-TelMinPro-D.font_raw -hand 36 -npage -nchnl -cordreal_font_raw

extracted
https://cdn.discordapp.com/attachments/879755158937038929/939579327568293908/unknown.png
and extracts without the information all "0"

inserted
https://cdn.discordapp.com/attachments/879755158937038929/939579586428153866/unknown.png

final result
https://cdn.discordapp.com/attachments/879755158937038929/939578359187394561/unknown.png

where am i wrong?

Поделиться сообщением


Ссылка на сообщение
8 часов назад, jonastraducoes сказал:

where am i wrong?

You have to configure BMFont, and it looks like the ttf original has more Ascender. And you're sure you've replaced the texture.

Поделиться сообщением


Ссылка на сообщение
52 minutes ago, DragonZH said:

‎Você tem que configurar BMFont, e parece que o ttf original tem mais Ascendente. E você tem certeza que substituiu a textura. ‎

Replaced the texture, YES!

I redid the same as the original because inside the files there was p fnt original so I redid it all by hand!
And even doing it in BMFont using the ttf font I went through the same thing!
I follow all original fnt settings!
I don't know what I'm doing wrong!

 

Files bmfont and backup origin!

https://drive.google.com/file/d/1_gY54luyi6hGqmDkWhP9cYuuRn9c4UiT/view?usp=sharing

Изменено пользователем jonastraducoes

Поделиться сообщением


Ссылка на сообщение

Не в курсе этого. Похоже не стандартный формат, по видимому индексы чаров сместились и отображаются не те. Попробуйте сделать так, чтобы индексы шли как в оригинале, там вообще в начале системные используются в том числе и нулевой байт.

Поделиться сообщением


Ссылка на сообщение
2 hours ago, DragonZH said:

Не в курсе этого. Похоже не стандартный формат, по видимому индексы чаров сместились и отображаются не те. Попробуйте сделать так, чтобы индексы шли как в оригинале, там вообще в начале системные используются в том числе и нулевой байт.

found the character list

https://drive.google.com/file/d/1oeKqSLtV2K1Tqr6BqflXwLo5ABHfumxw/view?usp=sharing

now I need to find a .ttf font that has all these characters!

Поделиться сообщением


Ссылка на сообщение

Создайте аккаунт или войдите в него для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Войти

Уже зарегистрированы? Войдите здесь.

Войти сейчас



Zone of Games © 2003–2024 | Реклама на сайте.

×