I think my ghetto fix will be to replace the file it’s triggering with the file I actually want
Is downgrading Proffie a thing? In case I want to go back to 6?
I think my ghetto fix will be to replace the file it’s triggering with the file I actually want
Is downgrading Proffie a thing? In case I want to go back to 6?
You can always revert, just keep a backup of the OS and config and you can upload it anytime.
You may want to familiarize yourself with the controls in the prop, my guess is you’re either changing the preset or changing the font without realizing it. If you used the config tool you can generate a custom control list based on the defines you used if you click “Generate Full Config” then click the blue “Buttons/Controls List” button. Or just refer to the prop page:
OS6 = Fett263 ProffieOS6 Prop File (Buttons and Controls)
Sure enough @profezzorn was right. It was the presets.ini. But I never changed that. I’ve never programmed that Ah2 Ahsoka font on the config. How did it get into presets.ini? The track is showing correctly as Graflex456…
installed=May 14 2023 17:47:26
new_preset
font=Ah2;common
track=tracks/Graflex456.wav
style=builtin 0 1
name=Preset: 1
variation=0
After I manually changed the file in presets.ini to say Graflex456 instead of Ah2, it played the right sound. I played with the sensitivity of clash and uploaded a few times to try different numbers. The 3rd time, I heard the Ahsoka font sound again… How does it keep changing itself back? The only way I know how to make it stop is to begin the surgery that is prying my SD card out, changing the .ini again, and putting the SD card back in with pliers. I must be doing something wrong… or this Proffieboard is possessed… it was recently serviced…
I don’t suppose you have a font.wav
and a font01.wav
or something?
(Or a boot.wav
and a boot1.wav
?)
I think profezzorn may be onto something, check the font doesn’t have multiple boot and font.wav files.
If not, upload your config and before you do anything else run “list_presets” in Serial Monitor. Then post the results and the config you uploaded.
Just FYI, if you enabled Edit Mode you can adjust Clash Threshold in the Edit Settings menu so you don’t need to keep uploading
Here are the boot and font sounds in each folder on the SD card. I know you can’t hear them but I promise the correct sounds are in each folder. That’s not the issue. The issue is the first font keeps changing itself from Graflex456 to Ah2 by itself.
Before I saw your new posts, I had the idea of just deleting the fonts that aren’t in my config from the SD card. Then I opened presets.ini on the SD card and manually renamed line 2 from pastebin from FONT=Graflex456;common to FONT=Ah2;common. Then I saw your and profezzorn’s new suggestions. So I hit command Z to undo the rename and closed the file. It asked if I wanted to save so I hit revert changes (don’t save). Then I pasted the fonts that aren’t in my config that I removed earlier back on the SD card. So effectively, nothing changed. So as you can see now it says the right font (Graflex456) in the pastebin. But I know because this keeps happening, if I make mundane changes like adjusting clash sensitivity and nothing else, it’ll magically change back to Ah2 eventually. I confirmed it last night by looking at presets.ini on the SD card and it did say Ah2 for font. Didn’t get a screenshot of it. I can see if it’ll change back on its own again but I’m going to try my original plan of removing fonts that aren’t in my config from the SD card. I don’t think it’s a coincidence it keeps changing Graflex456 to the first font listed alphabetically on the SD card. Time to experiment…
Here’s my current config in case you want to take a look.
And I did enable edit mode but I have no idea how to use it yet.
I noticed I had a config (not named the same as my current config) and global.tmp, presets.tmp, global.ini, and presets.ini on my SD card. I looked at my original backup of the SD card and those files weren’t on there. So I deleted them from the SD card (I have a backup, of course, just in case). So far so good. Could having those on the SD card have made the files fight each other?
ProffieOS creates the tmp file every other time you save something.
You are probably doing the control for “Change Font” without realizing, move to OS7 and add these defines (or choose to disable if you are using the config helper tool).
#define FETT263_DISABLE_CHANGE_FONT
#define FETT263_DISABLE_CHANGE_STYLE
#define FETT263_DISABLE_COPY_PRESET
All information and controls are listed here or at the top of the prop file or if you use the config tool you can generate a customized Button/Control List after you Generate Full Config.
More information on Edit Mode here
Thank you both for your time and patience.