Code menu problem

HI everyone i got multiple problem with my code
everytime i trying to go in the menu like to change volume a new preset spawn i dont need to edit anything just change like brightnesse or volume but no copy i trying :
#define FETT263_DISABLE_CHANGE_FONT
#define FETT263_DISABLE_CHANGE_STYLE
#define FETT263_DISABLE_COPY_PRESET
but i ant got acces to menu after that like to change volume or somethng else and something say the directory not found

-And i dont know why i cant actvate the #define FETT263_EDIT_MODE_MENU
i stay on #define FETT263_EDIT_SETTINGS_MENU because that and because my first problem

  • when i old aux botton to clash and my saber up the clash is at the end of the blade but when i put the blade horisontally the clash is in the middle how i reverse that

https://pastebin.com/DC1U3jMD

If you’re using Fett263’s prop file, especially if you’re using edit mode, you need to have a voicepack inside a common folder or else things won’t work right.

Create a common folder on your SD Card like another font folder, and then download and copy over a voicepack of your choice.

Then add ;common to all your font directories. E.g.:

 { "Ani-Mation;common", "tracks/BattleOfHeros.wav", //1
StylePtr<Layers<AudioFlicker<RotateColorsX<Variation,Blue>,RotateColorsX<Variation,Rgb<0,0,128>>>,AlphaL<AudioFlickerL<RotateColorsX<Variation,Blue>>,Scale<IsLessThan<SwingSpeed<600>,Int<13600>>,Scale<SwingSpeed<600>,Int<-19300>,Int<32768>>,Int<0>>>,LockupTrL<Layers<AlphaL<AudioFlickerL<White>,Bump<Scale<BladeAngle<>,Scale<BladeAngle<0,16000>,Int<10000>,Int<30000>>,Int<10000>>,Scale<SwingSpeed<100>,Int<14000>,Int<18000>>>>,AlphaL<White,Bump<Scale<BladeAngle<>,Scale<BladeAngle<0,16000>,Int<10000>,Int<30000>>,Int<10000>>,Int<10000>>>>,TrConcat<TrInstant,White,TrFade<400>>,TrConcat<TrInstant,White,TrFade<400>>,SaberBase::LOCKUP_NORMAL>,ResponsiveLightningBlockL<Strobe<White,AudioFlicker<White,Blue>,50,1>,TrConcat<TrInstant,AlphaL<White,Bump<Int<12000>,Int<18000>>>,TrFade<200>>,TrConcat<TrInstant,HumpFlickerL<AlphaL<White,Int<16000>>,30>,TrSmoothFade<600>>>,ResponsiveStabL<Red,TrWipeIn<600>,TrWipe<600>>,ResponsiveBlastL<White,Int<400>,Scale<SwingSpeed<200>,Int<100>,Int<400>>,Int<400>>,SimpleClashL<White>,LockupTrL<AlphaL<BrownNoiseFlickerL<White,Int<300>>,SmoothStep<Int<30000>,Int<5000>>>,TrWipeIn<400>,TrFade<300>,SaberBase::LOCKUP_DRAG>,LockupTrL<AlphaL<Mix<TwistAngle<>,Red,Orange>,SmoothStep<Int<28000>,Int<5000>>>,TrWipeIn<600>,TrFade<300>,SaberBase::LOCKUP_MELT>,InOutTrL<TrWipe<300>,TrWipeIn<500>,Black>>>()
},
1 Like

thanks for this one
but how i reverse the clash and activate the full menu

Remove #define ORIENTATION ORIENTATION_USB_TOWARDS_BLADE in your CONFIG_TOP. That inverses the board orientation.

1 Like

See required “Set Up Instructions” and Controls for my prop here. As noted above, my prop requires the “common” folder with Voice Prompts.

1 Like