Page 75 of 78
Re: openMenu Alpha 1
Posted: Wed May 21, 2025 4:08 pm
by sbstnc
Not sure I want to touch the font rendering there

It seems like the fonts are pre-built PVR textures in the menu_data folder, so other fonts would probably have to be added to the menu_data folder shipped with GDMENU Card Manager.
Proper font rendering is a complex beast. I've started working on my first own Dreamcast project and getting anti-aliased TTF/OTF rendering with full Unicode support and multi-language text-wrapping right and performant is quite the exercise.
I see there have also been updates to megavolt's repo. I guess I'll have a look at integrating those into my fork soon-ish.
Re: openMenu Alpha 1
Posted: Wed May 21, 2025 11:02 pm
by knochentrocken
ateam wrote: ↑Sat Mar 15, 2025 12:18 pm
Ig_Softy wrote: ↑Sat Mar 15, 2025 9:19 am
Same for me, new user (but reading for a long time) and posting to get access to the latest DAT version
Hansuke wrote: ↑Wed Feb 19, 2025 9:20 pm
Posting to get access to the DAT tool.
viewtopic.php?f=22&t=15253
You can find public links in my video tutorial's description. There are also links to other tutorials and such there.
https://www.youtube.com/watch?v=QjUgXkdiVq4
Thanks for the tutorials, but the GDrive is currently not accessible.
Re: openMenu Alpha 1
Posted: Thu May 22, 2025 9:32 am
by ateam
sbstnc wrote: ↑Wed May 21, 2025 4:08 pm
I see there have also been updates to megavolt's repo. I guess I'll have a look at integrating those into my fork soon-ish.
I think they were just code formatting changes, as well as some stuff to ensure his fork compiles. I believe there are some PRs awaiting approval in main KOS though to address the problems at the root.
BTW, yes -- anything text-rendering is a giant pain in the ass. Always is!
Re: openMenu Alpha 1
Posted: Thu May 22, 2025 11:16 am
by megavolt85
I completely removed libcrayon, I don't see the need to use it, especially since libcrayon uses fopen/fclose/fwrite/fread, which sometimes leads to crashes.
in the current version of KOS, all the errors that did not allow using the arch_exec function have been fixed
Re: openMenu Alpha 1
Posted: Thu May 22, 2025 12:28 pm
by Jaxel
sbstnc wrote: ↑Sat May 03, 2025 12:00 pm
Some progress!
- Moved to CMake build system
- Basic continuous integration (CI) pipeline
- Extracted shared components
- Migrated save system from old LibCrayonVmu to "new" Crayon-Savefile
- Added option for choosing between standard and 3D BIOS
Since the artifacts on the CI pipeline are only retained on GitHub for a couple of days I have attached the latest build as of now including its sha256 checksum. I'll set up a dedicated release pipeline and changelog next time I touch this.
I also did take a look at integrating the art and metadata, but ultimately decided against it. The art is just too big, it would immediately exceed GitHub's free LFS quota and storing the files directly in the Git history makes checkouts unbearably slow.
Just installed this version. It still has the issue where OpenMenu will not load without a VMU plugged in.
Re: openMenu Alpha 1
Posted: Sat May 31, 2025 10:15 am
by Zaraye
Hello everyone,
Lately I've been "having fun" working on the visuals for the game sorting icons in the OpenMenu interface.
I've already customized the visuals for the game sort, and now I'd like to do the same for the regions.
However, I was wondering — how exactly does OpenMenu determine a game's region?
Is it based on the serial number suffix (like T-, MK-, HDR-, etc.)?
I'm asking because some games on my end seem to be showing up in the wrong category...
Thanks in advance for your help
Re: openMenu Alpha 1
Posted: Sat May 31, 2025 11:24 am
by megavolt85
by "JUE" string in IP.BIN
Re: openMenu Alpha 1
Posted: Tue Jun 03, 2025 10:36 am
by Jelly
Hansuke wrote: ↑Wed Feb 19, 2025 9:20 pm
Posting to get access to the DAT tool.
viewtopic.php?f=22&t=15253
Same
Re: openMenu Alpha 1
Posted: Tue Jun 03, 2025 11:08 am
by ateam
Jelly wrote: ↑Tue Jun 03, 2025 10:36 am
Hansuke wrote: ↑Wed Feb 19, 2025 9:20 pm
Posting to get access to the DAT tool.
viewtopic.php?f=22&t=15253
Same
Public download link is in my tutorial video's description:
https://youtu.be/QjUgXkdiVq4
Re: openMenu Alpha 1
Posted: Tue Jun 03, 2025 11:22 am
by Jelly
ateam wrote: ↑Tue Jun 03, 2025 11:08 am
Jelly wrote: ↑Tue Jun 03, 2025 10:36 am
Hansuke wrote: ↑Wed Feb 19, 2025 9:20 pm
Posting to get access to the DAT tool.
viewtopic.php?f=22&t=15253
Same
Public download link is in my tutorial video's description:
https://youtu.be/QjUgXkdiVq4
Thanks, I thought the forum might have a newer version.