Try the MK312bt, the new school ET312. Expensive though. I found mine for $500. Eros tek sells for like $700+candii wrote: Thu Aug 01, 2024 8:05 am i want to get a device to do these teases but i really dont know where to start..
[RELEASE] Bryci's Estim Experience
- Visitor from Bound Anna
- Explorer At Heart

- Posts: 173
- Joined: Mon Apr 08, 2024 11:16 pm
- Sexual Orientation: Straight
- Contact:
Re: [RELEASE] Bryci's Estim Experience
Re: [RELEASE] Bryci's Estim Experience
A lot of people build a DIY stereostim device, there are schematics in other threads here and on estim forums such as socialstim.com. The DIY device costs around €150 and basically consists of a small audio amplifer, two transformers and two resistors. It's not particularly difficult and you don't need any advanced skills for the project as long as you're capable of following instructions, but I would recommend a little bit of basic electronics knowledge just so you understand what you're doing.candii wrote: Thu Aug 01, 2024 8:05 am i want to get a device to do these teases but i really dont know where to start..
The guy who runs estimhero.com is in the process of mass producing the equivalent of a DIY box, with high quality components and multiple safety features. You can sign up for pre-orders and the expected price will be US$350-400
-
Mean-Situation-3729
- Curious Newbie

- Posts: 3
- Joined: Wed Mar 13, 2024 8:05 pm
Re: [RELEASE] Bryci's Estim Experience
It's a bug, it plays at 100% volume instead of the intended volume. Real shocker.longtimelurker! wrote: Mon Jul 29, 2024 10:45 pm Anyone having issues with Madden on floor 5?
The file at the beginning is WAY to strong for me
- Visitor from Bound Anna
- Explorer At Heart

- Posts: 173
- Joined: Mon Apr 08, 2024 11:16 pm
- Sexual Orientation: Straight
- Contact:
Re: [RELEASE] Bryci's Estim Experience
1st floor Madden was bearable for me, but I ran into her after reading this and I worried the whole time, keeping my hand on the mute button.
But I think we are talking about 2 different things.
I'll let JBK know.
But I think we are talking about 2 different things.
I'll let JBK know.
-
JBK
- Explorer At Heart

- Posts: 156
- Joined: Sun Feb 14, 2021 6:57 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: [RELEASE] Bryci's Estim Experience
That is not by design, it should be in the same volume range as the other initial files of that session. The volume setting is correct, so the problem is in the file. I'll dial it down a few ticks. Let me know if it is still to much!longtimelurker! wrote: Mon Jul 29, 2024 10:45 pm Anyone having issues with Madden on floor 5?
The file at the beginning is WAY to strong for me
-
Mean-Situation-3729
- Curious Newbie

- Posts: 3
- Joined: Wed Mar 13, 2024 8:05 pm
Re: [RELEASE] Bryci's Estim Experience
Hi JBK, first of all thanks for the amazing tease. There is actually a small bug here though, the volume is not set correctly and plays at 100%. Inside the if-case at the start of 05-02 there is an audio file being played both in the true and the false case. In both cases the script section that sets the volume is executed before the audio play section (normally this is the other way around). Second problem is that, other than normal, those two audio play sections don't have their volume set to 0 (like all other audio sections do, because the script section after corrects the volume) but are left unset, which defaults to 100%. See attached screenshot of the raw JSON.JBK wrote: Wed Aug 07, 2024 5:06 pmThat is not by design, it should be in the same volume range as the other initial files of that session. The volume setting is correct, so the problem is in the file. I'll dial it down a few ticks. Let me know if it is still to much!longtimelurker! wrote: Mon Jul 29, 2024 10:45 pm Anyone having issues with Madden on floor 5?
The file at the beginning is WAY to strong for me
- Attachments
-
- Screenshot 2024-08-07 at 20-36-23 .png (25.85 KiB) Viewed 6842 times
- Visitor from Bound Anna
- Explorer At Heart

- Posts: 173
- Joined: Mon Apr 08, 2024 11:16 pm
- Sexual Orientation: Straight
- Contact:
Re: [RELEASE] Bryci's Estim Experience
Is there a downloadable JSON file for this to be played offline? I kind of like to have forever access to these games.
-
JBK
- Explorer At Heart

- Posts: 156
- Joined: Sun Feb 14, 2021 6:57 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: [RELEASE] Bryci's Estim Experience
You're absolutely right! The default audio was set back to 100% after being set to v1 by the script. I probably forgot due to the IF statement to determine if you had met Madden before. My apologies for the sudden jolts you guys received because of my error! It is fixed now.Mean-Situation-3729 wrote: Wed Aug 07, 2024 6:45 pmHi JBK, first of all thanks for the amazing tease. There is actually a small bug here though, the volume is not set correctly and plays at 100%. Inside the if-case at the start of 05-02 there is an audio file being played both in the true and the false case. In both cases the script section that sets the volume is executed before the audio play section (normally this is the other way around). Second problem is that, other than normal, those two audio play sections don't have their volume set to 0 (like all other audio sections do, because the script section after corrects the volume) but are left unset, which defaults to 100%. See attached screenshot of the raw JSON.JBK wrote: Wed Aug 07, 2024 5:06 pmThat is not by design, it should be in the same volume range as the other initial files of that session. The volume setting is correct, so the problem is in the file. I'll dial it down a few ticks. Let me know if it is still to much!longtimelurker! wrote: Mon Jul 29, 2024 10:45 pm Anyone having issues with Madden on floor 5?
The file at the beginning is WAY to strong for me
-
JBK
- Explorer At Heart

- Posts: 156
- Joined: Sun Feb 14, 2021 6:57 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: [RELEASE] Bryci's Estim Experience
Yes there is. You can use the "EOS offline server template v2.8".Visitor from Bound Anna wrote: Thu Aug 08, 2024 1:54 am Is there a downloadable JSON file for this to be played offline? I kind of like to have forever access to these games.
Download it here, please import before DL: https://mega.nz/file/rJMj3DCB#uqqT9zZG9 ... RR1aXcki-Y
The manual is inside the archive.
Let me know if you need help.
-
Mean-Situation-3729
- Curious Newbie

- Posts: 3
- Joined: Wed Mar 13, 2024 8:05 pm
Re: [RELEASE] Bryci's Estim Experience
Thanks for the fix. I do think you also need to swap the script eval section and the audio play section though. I haven't tested it yet, just looked at the fixed JSON, but I believe it will now play at 0 volume. The audio play section being after the script section, will (I believe) override any change the script section did due to it always setting the volume to some level (0 after your fix).JBK wrote: Thu Aug 08, 2024 6:47 pmYou're absolutely right! The default audio was set back to 100% after being set to v1 by the script. I probably forgot due to the IF statement to determine if you had met Madden before. My apologies for the sudden jolts you guys received because of my error! It is fixed now.Mean-Situation-3729 wrote: Wed Aug 07, 2024 6:45 pmHi JBK, first of all thanks for the amazing tease. There is actually a small bug here though, the volume is not set correctly and plays at 100%. Inside the if-case at the start of 05-02 there is an audio file being played both in the true and the false case. In both cases the script section that sets the volume is executed before the audio play section (normally this is the other way around). Second problem is that, other than normal, those two audio play sections don't have their volume set to 0 (like all other audio sections do, because the script section after corrects the volume) but are left unset, which defaults to 100%. See attached screenshot of the raw JSON.JBK wrote: Wed Aug 07, 2024 5:06 pm
That is not by design, it should be in the same volume range as the other initial files of that session. The volume setting is correct, so the problem is in the file. I'll dial it down a few ticks. Let me know if it is still to much!
-
JBK
- Explorer At Heart

- Posts: 156
- Joined: Sun Feb 14, 2021 6:57 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: [RELEASE] Bryci's Estim Experience
Right again. Fixed that as well. When copy-pasting hundreds of times, an error is bound to slip in I guess. Madden should now tease you as intendedMean-Situation-3729 wrote: Thu Aug 08, 2024 7:39 pmThanks for the fix. I do think you also need to swap the script eval section and the audio play section though. I haven't tested it yet, just looked at the fixed JSON, but I believe it will now play at 0 volume. The audio play section being after the script section, will (I believe) override any change the script section did due to it always setting the volume to some level (0 after your fix).JBK wrote: Thu Aug 08, 2024 6:47 pmYou're absolutely right! The default audio was set back to 100% after being set to v1 by the script. I probably forgot due to the IF statement to determine if you had met Madden before. My apologies for the sudden jolts you guys received because of my error! It is fixed now.Mean-Situation-3729 wrote: Wed Aug 07, 2024 6:45 pm
Hi JBK, first of all thanks for the amazing tease. There is actually a small bug here though, the volume is not set correctly and plays at 100%. Inside the if-case at the start of 05-02 there is an audio file being played both in the true and the false case. In both cases the script section that sets the volume is executed before the audio play section (normally this is the other way around). Second problem is that, other than normal, those two audio play sections don't have their volume set to 0 (like all other audio sections do, because the script section after corrects the volume) but are left unset, which defaults to 100%. See attached screenshot of the raw JSON.
- Visitor from Bound Anna
- Explorer At Heart

- Posts: 173
- Joined: Mon Apr 08, 2024 11:16 pm
- Sexual Orientation: Straight
- Contact:
Re: [RELEASE] Bryci's Estim Experience
Test drove Madden 5 last night. Way cool now.JBK wrote: Thu Aug 08, 2024 8:54 pmRight again. Fixed that as well. When copy-pasting hundreds of times, an error is bound to slip in I guess. Madden should now tease you as intendedMean-Situation-3729 wrote: Thu Aug 08, 2024 7:39 pmThanks for the fix. I do think you also need to swap the script eval section and the audio play section though. I haven't tested it yet, just looked at the fixed JSON, but I believe it will now play at 0 volume. The audio play section being after the script section, will (I believe) override any change the script section did due to it always setting the volume to some level (0 after your fix).JBK wrote: Thu Aug 08, 2024 6:47 pm
You're absolutely right! The default audio was set back to 100% after being set to v1 by the script. I probably forgot due to the IF statement to determine if you had met Madden before. My apologies for the sudden jolts you guys received because of my error! It is fixed now.![]()
-
JBK
- Explorer At Heart

- Posts: 156
- Joined: Sun Feb 14, 2021 6:57 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: [RELEASE] Bryci's Estim Experience
That's good to hear.Visitor from Bound Anna wrote: Tue Aug 20, 2024 6:21 amTest drove Madden 5 last night. Way cool now.JBK wrote: Thu Aug 08, 2024 8:54 pmRight again. Fixed that as well. When copy-pasting hundreds of times, an error is bound to slip in I guess. Madden should now tease you as intendedMean-Situation-3729 wrote: Thu Aug 08, 2024 7:39 pm
Thanks for the fix. I do think you also need to swap the script eval section and the audio play section though. I haven't tested it yet, just looked at the fixed JSON, but I believe it will now play at 0 volume. The audio play section being after the script section, will (I believe) override any change the script section did due to it always setting the volume to some level (0 after your fix).![]()
My apologies to all the privates that were unintentionally fried by her.
-
bikkel89
- Explorer

- Posts: 14
- Joined: Mon Oct 03, 2016 6:37 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Slave
Re: [RELEASE] Bryci's Estim Experience
So I just found out recently that I do love E stim during reallife sessions. Just now Im finding there is a whole ''community'' for it.
But it seems like all the e stim boxes are quite expensive. Any cheaper model thats works too?
But it seems like all the e stim boxes are quite expensive. Any cheaper model thats works too?
-
throwawayacct
- Explorer At Heart

- Posts: 302
- Joined: Wed Jul 31, 2019 5:51 pm
Re: [RELEASE] Bryci's Estim Experience
Nope. You get what you are willing to put in: DIY you're trading your time to source components and build, instead of $. Commercial units, you're almost always going to be dealing with some kind of audio processing software/firmware that can affect signal - estim systems 2b is the most heavy-handed processing, and it is frequently a disappointment for many people looking for a stereo stim experience...don't waste your money on their boxes. But their electrodes? TOP NOTCH.bikkel89 wrote: Tue Sep 10, 2024 4:33 pm So I just found out recently that I do love E stim during reallife sessions. Just now Im finding there is a whole ''community'' for it.
But it seems like all the e stim boxes are quite expensive. Any cheaper model thats works too?
ET-312 has seemed to run its lifespan and ErosTek isn't building it anymore, I think the new incarnation is a modified ET-312 called an MK-312? I don't know...I was looking to build DIY and then managed to get my hands on a 1st gen BT-Stim. BT-Stim is basically a DIY stereo stim device that someone else with many more skills than I, built and sold. There are a few of them floating around out there.
SocialStim forum, or one of the E-Stim discords - Joanne's Estim Community, Open E-stim Chat, and eStim Station would be where I'd go if I were looking for a power box from the stim community.
