Hey, just wondering how to go about replacing the default DSGM 5.12 font with one that I design myself with pixel art.
I tried overwritting the pixels in the "Default.png" font located in "C:\Program Files\DS Game Maker\Fonts" but my games complie with no changes.
Also tried adding a new 256px x 72px font .png in the DSGM fonts folder but I can't use it without DSGM showing a warning that I'm missing a .c file for it.
Borrowing one of the other .c files from another font and just renaming it didn't work either.
Thanks for any help.
OUR OFFICIAL WEBSITE: https://dsgamemaker.online - ONLINE
*** Getting ready to say good bye to all this.. I tried to make it work and all.. However, I'm finding it too much to bother with for much longer... 3/4/23 - Ruffsta
WARNING! YOU WILL BE BANNED WITHOUT WARNING PERMENANTLY FOR SPAMMING THE FORUM WITH NON-DSGM RELATED TOPICS & POSTS! - FULLY ENFORCED!!!
NOTICE: ALL members that have NOT logged in once since their activation within 5 days have been and will be deleted!!! LAST UPDATED: 5-1-2022
NOTICE: I will NOT be sending anymore emails confirming your account being activated.. Try to log in and see if your account was activated yet..
ALL accounts MUST be Admin activated due to the server we are on! - More info in the announcements section
Please read announcements section of the forum upon logging in to stay up to date
Side note: Just a reminder, 4.9 and 5.12 are 2 totally different programs. You cannot use 1 app to load projects from the other.
*** Getting ready to say good bye to all this.. I tried to make it work and all.. However, I'm finding it too much to bother with for much longer... 3/4/23 - Ruffsta
WARNING! YOU WILL BE BANNED WITHOUT WARNING PERMENANTLY FOR SPAMMING THE FORUM WITH NON-DSGM RELATED TOPICS & POSTS! - FULLY ENFORCED!!!
NOTICE: ALL members that have NOT logged in once since their activation within 5 days have been and will be deleted!!! LAST UPDATED: 5-1-2022
NOTICE: I will NOT be sending anymore emails confirming your account being activated.. Try to log in and see if your account was activated yet..
ALL accounts MUST be Admin activated due to the server we are on! - More info in the announcements section
Please read announcements section of the forum upon logging in to stay up to date
Side note: Just a reminder, 4.9 and 5.12 are 2 totally different programs. You cannot use 1 app to load projects from the other.
Using Custom Fonts?
- DigitalDesignDude
- Appreciated Member
- Posts: 84
- Joined: Sun Aug 16, 2020 6:02 am
Using Custom Fonts?
Last edited by DigitalDesignDude on Wed Oct 21, 2020 4:15 pm, edited 1 time in total.
Multimedia Developer & Designer and Former DSGM 5.12 User
Created DS Games: BioDie, Fishing the Deep
Email notifications not currently supported on this forum.
Discord: DDesignDude#0055
Created DS Games: BioDie, Fishing the Deep
Email notifications not currently supported on this forum.
Discord: DDesignDude#0055
Re: Using Custom Fonts?
personally any custom fonts i use i go to a font site and type in the text i want in the font i want and then save it as an image and then put it on a background.. but i don't know anything about using custom fonts themselves in dsgm. but i did ask James to reply...
DS Games:
BananaCraze / MasterMind / Rock,Paper, Scissors
*strictly a 4.9 user
BananaCraze / MasterMind / Rock,Paper, Scissors
*strictly a 4.9 user
- DigitalDesignDude
- Appreciated Member
- Posts: 84
- Joined: Sun Aug 16, 2020 6:02 am
Re: Using Custom Fonts?
Thanks for asking James for me.
Unfortunately, I can't use pre-rendered text art because I need a font for displaying dynamic values in my UI.
Using 8x8 sprites could be a backup, but then I have to sort of reinvent the wheel with my own text system. Would rather just use DSGM's built in text system.
Unfortunately, I can't use pre-rendered text art because I need a font for displaying dynamic values in my UI.
Using 8x8 sprites could be a backup, but then I have to sort of reinvent the wheel with my own text system. Would rather just use DSGM's built in text system.
Multimedia Developer & Designer and Former DSGM 5.12 User
Created DS Games: BioDie, Fishing the Deep
Email notifications not currently supported on this forum.
Discord: DDesignDude#0055
Created DS Games: BioDie, Fishing the Deep
Email notifications not currently supported on this forum.
Discord: DDesignDude#0055
-
- Site Admin
- Posts: 15
- Joined: Thu May 28, 2020 7:06 pm
Re: Using Custom Fonts?
It sounds like the fonts come in pairs of PNG and C files. The C file will have been generated by "PAgfx", the PAlib graphics tool. Remember, the DS doesn't understand how to decode PNGs (it could do that, but it would be super slow). It needs the graphics in a format PAlib exports - something that can be quickly 'moved' from the game to the screen memory - ie a palette of colours, and a set of pixels (in the right order) referencing the colour they should be in the palette.
I don't know how the C files for the font PNGs get/got generated - do they look like they come with the software?
In which case, you're most likely stuck with the ones that come with DSGM. It's going to be almost-impossible to figure out how they got generated all those years ago.
I don't know how the C files for the font PNGs get/got generated - do they look like they come with the software?
In which case, you're most likely stuck with the ones that come with DSGM. It's going to be almost-impossible to figure out how they got generated all those years ago.
- DigitalDesignDude
- Appreciated Member
- Posts: 84
- Joined: Sun Aug 16, 2020 6:02 am
Re: Using Custom Fonts?
Thank you for your response James,
I can see how this won't be doable at this time.
The fonts' C files are located in the "CompiledBINs" folder inside the DSGM program folder. So they do look like they came with the software.
The .pngs are in the "Fonts" folder within the DSGM program folder too.
There are also _Map.bin and _Tiles.bin files that are also required in order to use a font it seems.
Regardless, I'll just stick with the default fonts for now.
I can see how this won't be doable at this time.
The fonts' C files are located in the "CompiledBINs" folder inside the DSGM program folder. So they do look like they came with the software.
The .pngs are in the "Fonts" folder within the DSGM program folder too.
There are also _Map.bin and _Tiles.bin files that are also required in order to use a font it seems.
Regardless, I'll just stick with the default fonts for now.
Multimedia Developer & Designer and Former DSGM 5.12 User
Created DS Games: BioDie, Fishing the Deep
Email notifications not currently supported on this forum.
Discord: DDesignDude#0055
Created DS Games: BioDie, Fishing the Deep
Email notifications not currently supported on this forum.
Discord: DDesignDude#0055