How I modify and change the font .spritefont on Chrono cross radical dreamers

How to translate the files of a game
khunawv
Posts: 20
Joined: Fri Feb 11, 2022 2:51 pm

How I modify and change the font .spritefont on Chrono cross radical dreamers

Post by khunawv »

I would like to change font on Chrono cross radical dreamers, So how can I modify or make .spritefont?
Thank you very much
rabatini
Posts: 179
Joined: Tue Jan 18, 2022 12:21 am

Re: How I modify and change the font .spritefont on Chrono cross radical dreamers

Post by rabatini »

Mumggtool do the job.

Image
khunawv
Posts: 20
Joined: Fri Feb 11, 2022 2:51 pm

Re: How I modify and change the font .spritefont on Chrono cross radical dreamers

Post by khunawv »

rabatini wrote:Mumggtool do the job.

Image


Wow Thank you, Did you mean tools in this link https://github.com/MmgTools/mmg ?, or if not Can i find Mumggtool? Thank you very much
h3x3r
Posts: 165
Joined: Wed Jun 01, 2016 5:53 pm

Re: How I modify and change the font .spritefont on Chrono cross radical dreamers

Post by h3x3r »

You can create your own font with this tool.

Code: Select all

https://github.com/microsoft/DirectXTK/wiki/MakeSpriteFont
khunawv
Posts: 20
Joined: Fri Feb 11, 2022 2:51 pm

Re: How I modify and change the font .spritefont on Chrono cross radical dreamers

Post by khunawv »

h3x3r wrote:You can create your own font with this tool.

Code: Select all

https://github.com/microsoft/DirectXTK/wiki/MakeSpriteFont

Thank you , I have tried to make by makespritetool , however it cannot show the font
So I think I would like to see content header of the old .spritefont and make again
khunawv
Posts: 20
Joined: Fri Feb 11, 2022 2:51 pm

Re: How I modify and change the font .spritefont on Chrono cross radical dreamers

Post by khunawv »

h3x3r wrote:You can create your own font with this tool.

Code: Select all

https://github.com/microsoft/DirectXTK/wiki/MakeSpriteFont

or if you can, Can you make example .spritefont and I will test ? Thank you
h3x3r
Posts: 165
Joined: Wed Jun 01, 2016 5:53 pm

Re: How I modify and change the font .spritefont on Chrono cross radical dreamers

Post by h3x3r »

Just drop font file on bat file. It will show you some info and export texture as dds. NOTE: You must specify font file in bat file before you drop it on bat file.
Image
khunawv
Posts: 20
Joined: Fri Feb 11, 2022 2:51 pm

Re: How I modify and change the font .spritefont on Chrono cross radical dreamers

Post by khunawv »

h3x3r wrote:Just drop font file on bat file. It will show you some info and export texture as dds. NOTE: You must specify font file in bat file before you drop it on bat file.
Image


Thank you very much, I will try again :)
khunawv
Posts: 20
Joined: Fri Feb 11, 2022 2:51 pm

Re: How I modify and change the font .spritefont on Chrono cross radical dreamers

Post by khunawv »

h3x3r wrote:Just drop font file on bat file. It will show you some info and export texture as dds. NOTE: You must specify font file in bat file before you drop it on bat file.
Image


Finally Done!, It can show new font properly , you are my king!!! Thank you very much !!
bqio
Posts: 2
Joined: Thu Feb 03, 2022 8:20 am

Re: How I modify and change the font .spritefont on Chrono cross radical dreamers

Post by bqio »

And how can I pack .dds with shadow back to .spritefont?
khunawv
Posts: 20
Joined: Fri Feb 11, 2022 2:51 pm

Re: How I modify and change the font .spritefont on Chrono cross radical dreamers

Post by khunawv »

bqio wrote:And how can I pack .dds with shadow back to .spritefont?

I don't know exactly, I make the new one replace, sorry bro!