Luca Pasin wrote: ↑April 11th, 2023, 7:46 am Hi gpstar
i want to share with you these 2 sounds to use as ribbon cable alarm, just to have difference from the vent sound
https://www.dropbox.com/sh/nsu20dghzdcq ... lt5qa?dl=0
and now 2 questions:
whit the last mod (1984 gun) you can use 28 segment or original too?
is it possible to have the 1984 version whit all the features but whit the afterlife gun sounds?
have a nice day!!
Hello Luca,
Thanks for the sounds, I will update the ribbon alarm cable with them.
So for the 84 wand mod. There is really a few different things here that I am breaking it down into user options that can be toggled on/off in the top of the code.
-28 segment bargraph
-2 additional hatlights + wand tip led.
-Changing the function of the wand tip button to work as a alternate firing that you mentioned, and or cross the streams when pressing it + the intensify button at the same time.
The 28 segment bargraph can be user toggled enabled in the top of the code to use, instead of using the 5 LED hasbro bargraph. The code for it is up on the repo already though not merged yet into the main branch.
The 2 additional hatlights + want tip led, can only work if you enable the 28 segment bargraph option. This is because of the lack of pins on the Arduino Nano. When using the 28 segment bargraph, it will free up 3 additional pins, which can be used for those 3 additional lights. This will be able to be toggled by the user in a flag at the top of the code as well if they want to enable it.
Wand tip button, what normally changes the firing modes and entering the wand menu system, this will be user toggled to function like how you described, alternate firing and crossing the streams. I am thinking of ways to enable this back and forth from this function and the video game firing mode functions through the wand menu system as well.
For the last question, yes you will be able to use these features in both 84 and 2021 afterlife modes.