Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Mundaun - Unity engine

Featured Replies

  • Author
  • Localization

trust_no_one, posted Tue Aug 24, 2021 9:04 am (65850)


Hi!
Does anybody know what archive contain the game's font files?
I found 8 in "resources.assets" but none of them used ingame.
I want to modify it's fonts to use double acute accent (hungarumlaut: oO uU)
  • Author
  • Localization

jonastraducoes, posted Wed Aug 25, 2021 11:46 am (65866)


Good Morning!
hello, which game do you want to translate?
  • Author
  • Localization

trust_no_one, posted Wed Aug 25, 2021 10:10 pm (65877)


Hello.

Mundaun.
  • Author
  • Localization

jonastraducoes, posted Wed Aug 25, 2021 11:04 pm (65880)


trust_no_one wrote:
Hello.

Mundaun.


1- You must have the original game on steam!
2- To add all the letters I need, I need to have the game in steam!
3- So I need the game to be donated to help you!
  • Author
  • Localization

trust_no_one, posted Fri Aug 27, 2021 9:34 am (65911)


Sorry, but no way i would do that.
Besides, i bought it on GOG.
  • Author
  • Localization

jonastraducoes, posted Fri Aug 27, 2021 8:29 pm (65948)


trust_no_one wrote:
Sorry, but no way i would do that.
Besides, i bought it on GOG.


No problem!
But without that I can't help!
  • Author
  • Localization

NoobInCoding, posted Sat Aug 28, 2021 6:19 am (65957)


trust_no_one wrote:
Hello.

Mundaun.

You can extract all fonts using unity ex
Download the file below
https://mega.nz/file/OjgyDQSa#bTWoOcovz ... RFjrpeJcL0
And put it in the data folder (the folder that contains resources.assets)
Then run the exportfont file and wait for the process to complete
All files are checked in this process and if they contain fonts are extracted

After completing the process, enter the Unity_Assets_Files folder and try to look for the desired font in the extracted items.
  • Author
  • Localization

trust_no_one, posted Sat Aug 28, 2021 11:23 am (65974)


NoobInCoding wrote:
You can extract all fonts using unity ex
Download the file below
https://mega.nz/file/OjgyDQSa#bTWoOcovz ... RFjrpeJcL0
And put it in the data folder (the folder that contains resources.assets)
Then run the exportfont file and wait for the process to complete
All files are checked in this process and if they contain fonts are extracted

After completing the process, enter the Unity_Assets_Files folder and try to look for the desired font in the extracted items.


Thank you for the batch file!
It is very useful.

Is that possible that the game don't use .ttf at all?
I got 8 .ttf font, but none of them are in use ingame.
  • Author
  • Localization

NoobInCoding, posted Sat Aug 28, 2021 3:49 pm (65994)


trust_no_one wrote:
NoobInCoding wrote:
You can extract all fonts using unity ex
Download the file below
https://mega.nz/file/OjgyDQSa#bTWoOcovz ... RFjrpeJcL0
And put it in the data folder (the folder that contains resources.assets)
Then run the exportfont file and wait for the process to complete
All files are checked in this process and if they contain fonts are extracted

After completing the process, enter the Unity_Assets_Files folder and try to look for the desired font in the extracted items.


Thank you for the batch file!
It is very useful.

Is that possible that the game don't use .ttf at all?
I got 8 .ttf font, but none of them are in use ingame.


Yes it is possible
However, Unity ex does not have the ability to identify and extract all fonts, and if the font is installed with a special package, it can be exported as ttf
  • Author
  • Localization

h3x3r, posted Sat Aug 28, 2021 4:18 pm (65995)


This is your font you are looking for. Of course it's texture. And what is even worst it's a Distance Field font.
Image
  • Author
  • Localization

NoobInCoding, posted Sat Aug 28, 2021 4:59 pm (65997)


h3x3r wrote:
This is your font you are looking for. Of course it's texture. And what is even worst it's a Distance Field font.
Image


do you have any way to edit fonts like this?

Asset studio can't import files
  • Author
  • Localization

jonastraducoes, posted Sat Aug 28, 2021 6:48 pm (66007)


NoobInCoding wrote:
h3x3r wrote:
This is your font you are looking for. Of course it's texture. And what is even worst it's a Distance Field font.
Image


do you have any way to edit fonts like this?

Asset studio can't import files


These fonts are the hardest type to make!
It took me months to learn how to make them!
Now it takes me 10 minutes to create the fonts!
  • Author
  • Localization

NoobInCoding, posted Sat Aug 28, 2021 6:59 pm (66009)


jonastraducoes wrote:
NoobInCoding wrote:
h3x3r wrote:
This is your font you are looking for. Of course it's texture. And what is even worst it's a Distance Field font.


do you have any way to edit fonts like this?

Asset studio can't import files


These fonts are the hardest type to make!
It took me months to learn how to make them!
Now it takes me 10 minutes to create the fonts!


Sounds good. I will send you a PM.
  • Author
  • Localization

h3x3r, posted Sat Aug 28, 2021 10:39 pm (66016)


Luckily there's no compression over the resources.assets so you can pull the RAW data out edit and put back.
  • Author
  • Localization

NoobInCoding, posted Sun Aug 29, 2021 8:47 am (66018)


h3x3r wrote:
Luckily there's no compression over the resources.assets so you can pull the RAW data out edit and put back.



Extracting files and importing them is a simple task. The question is how to edit a texture font
  • Author
  • Localization

h3x3r, posted Sun Aug 29, 2021 10:37 am (66021)


Usually using Photoshop... But there is a tool called HIERO which can generate new Distance Field charatcters based on ttf/otf font.
Code:
https://github.com/libgdx/libgdx/wiki/Hiero
  • Author
  • Localization

NoobInCoding, posted Sun Aug 29, 2021 12:19 pm (66022)


h3x3r wrote:
Usually using Photoshop... But there is a tool called HIERO which can generate new Distance Field charatcters based on ttf/otf font.
Code:
https://github.com/libgdx/libgdx/wiki/Hiero


It was a good tool!
Well, I just created a font in png.
How do I import it into the game? Assets Studio has no place to import
also UABE and UNITY EX have different font structures than Assets Studio
(They extract in raw format and Assets Studio extracts in png)
  • Author
  • Localization

jonastraducoes, posted Sun Aug 29, 2021 1:38 pm (66024)


NoobInCoding wrote:
h3x3r wrote:
Usually using Photoshop... But there is a tool called HIERO which can generate new Distance Field charatcters based on ttf/otf font.
Code:
https://github.com/libgdx/libgdx/wiki/Hiero


It was a good tool!
Well, I just created a font in png.
How do I import it into the game? Assets Studio has no place to import
also UABE and UNITY EX have different font structures than Assets Studio
(They extract in raw format and Assets Studio extracts in png)


hello everyone to add more letters and not so do!
I will make the font based on Mundaun gog game version 1.0.444_(47191) for study!
Just to test it out!
  • Author
  • Localization

jonastraducoes, posted Sun Aug 29, 2021 6:02 pm (66034)


h3x3r wrote:
This is your font you are looking for. Of course it's texture. And what is even worst it's a Distance Field font.
Image


it took me because they didn't say the wrong font name!
So I was looking for the right one to create!
Test photo!

new created font nothing to edit and image!
Image
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.