Just what the title says. All of the maybe 20 fonts I have the config set up to use it recognizes just fine, but when it plays the sound intended to identify the font when scrolling presets, that’s when I get the “font directory not found” error-- but it plays over the identifier sound.
I thought it might be what I had for the “tracks” part of the present coding, but as I’m comparing it other model configs or what I see elsewhere, none of the arrangements I’ve tried have worked.
Preset presets = {
{ “ROTSSenate;common”, “tracks/Ben.wav”,
Tracks are in a common folder. I also tried
Preset presets = {
{ “ROTSSenate;common”, “common/tracks/Ben.wav”,
I still think it’s that part of the code, because the music that these tracks are supposed to be don’t play when I press the right controls according to Fett263’s prop file instructions (made the config with that site).
Hoping someone can help me with this. I feel like the build is on the edge of perfection because literally everything else works. Thanks in advance for any time spent looking at this.