Page 5 of 6

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Fri May 19, 2023 4:28 am
by jtcrave69
This was so enjoyable! Not knowing which ending to expect makes the build up more intense.
se77ens wrote: Fri May 19, 2023 2:31 am
Spoiler: show
I’d like to weight the random scale to make it a 40% chance to get ending 1, 30% for ending 3, 20% ending 4, and only 10% ending 2.
This should do it, replace this line

Code: Select all

set /a ending_number=%random% %% 4 + 1
with this code:

Code: Select all

set /a r=(%RANDOM% %% 100) + 1

if %r% LEQ 40 ( set /a ending_number=1 )
if %r% GTR 40 ( if %r% LEQ 50 ( set /a ending_number=2 ) )
if %r% GTR 50 ( if %r% LEQ 80 ( set /a ending_number=3 ) )
if %r% GTR 80 ( set /a ending_number=4 )

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Fri May 19, 2023 5:02 am
by se77ens
jtcrave69 wrote: Fri May 19, 2023 4:28 am
This should do it, replace this line

with this code:
So rad. I was on the right track, syntax was a little off. Seems to work, will find out my fate in…. ugh… 7 days.

Thanks man! This community is great, so glad I finally joined!

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Wed Sep 20, 2023 7:15 pm
by MatzeM
Hello Together,

just need to say thank you again for that wonderful piece of art.

Rillo, DigitalParkingLot and Edger, this one is on my "all time favorite" list and I really enjoy it.

Especially the approach with the multi ending is genious

If I'd have a wish, I would wish to see another release similar to this one.

Best regards
M

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Sun Nov 19, 2023 8:51 pm
by bd4224
This looks great! Any chance of getting a version that could be played on android? Premade with only one ending would be plenty, I'd just like to be able to experience it (no access to a computer, only a tablet). Thank you.

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Sun Jan 14, 2024 8:01 pm
by boundupone
I finally had a chance to spend some time with this, and have 2 full play throughs (I manually selected the ending as i get so few chances to properly stim i dont want a denied ending.

Overall love the video, the idea, the girls are unbelievable. Would prefer some harder clips in there, but really enjoyed it

For some reason I could not get the triphase to work for me. tried many trode configurations and was constantly trying different MA settings (right from min to max). maybe is my ET312b?

dual channel was sooo much better, and some fantastic signals in here.

the best scene stim wise for me was the girl girl scene at about 1 hour, that had me riding the edge and trying not to cum

cum signal, unfortunately didn't do it for me, was nice, but not enough to get me over the edge (the one from the gog scene I mention above with a ramp would for sure have made me cum on the spot)

overall one of the best, and looking forward to what comes in the future

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Fri Jul 05, 2024 9:10 am
by edger477
I have tried to remake the triphase in restim, and after testing it, I am very happy with it.

It is added to the folder in my signature, along with updated build tease that will also create combined mp3 with the ending with same filename as the video (there are also tri- and dual- audio being created as before, but you don't need to rename video to play this estim).

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Sun Jul 07, 2024 6:47 pm
by Wexxxu
edger477 wrote: Fri Jul 05, 2024 9:10 am I have tried to remake the triphase in restim, and after testing it, I am very happy with it.
Restim is, I suppose, like another tri-phase audio version. I wonder, is the recommended setup the same as for the original tri-phase audio mentioned in this discussion thread earlier i.e. "common on head, left on base, right on balls"? Some restim audios have been recommended to use: common on head, left behind balls, right - plug.

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Sun Jul 07, 2024 7:00 pm
by edger477
Wexxxu wrote: Sun Jul 07, 2024 6:47 pm
edger477 wrote: Fri Jul 05, 2024 9:10 am I have tried to remake the triphase in restim, and after testing it, I am very happy with it.
Restim is, I suppose, like another tri-phase audio version. I wonder, is the recommended setup the same as for the original tri-phase audio mentioned in this discussion thread earlier i.e. "common on head, left on base, right on balls"? Some restim audios have been recommended to use: common on head, left behind balls, right - plug.
If you use restim you already have your favorite configuration. I used common on head, left on balls right on shaft.

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Sun Jul 07, 2024 7:29 pm
by Wexxxu
edger477 wrote: Sun Jul 07, 2024 7:00 pm
Wexxxu wrote: Sun Jul 07, 2024 6:47 pm
edger477 wrote: Fri Jul 05, 2024 9:10 am I have tried to remake the triphase in restim, and after testing it, I am very happy with it.
Restim is, I suppose, like another tri-phase audio version. I wonder, is the recommended setup the same as for the original tri-phase audio mentioned in this discussion thread earlier i.e. "common on head, left on base, right on balls"? Some restim audios have been recommended to use: common on head, left behind balls, right - plug.
If you use restim you already have your favorite configuration. I used common on head, left on balls right on shaft.
I was planning to use the MP3s of the new build you shared. I have not actually played directly with restim.

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Sun Jul 07, 2024 7:35 pm
by edger477
The mp3 are produced with restim. If you played any other of my creations, then you can use same electrode config that worked for you. And same volume :)

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Wed Jul 10, 2024 9:07 am
by satn00b
I tried this yesterday and found it really impressive, especially compared to "normal" funscript conversions. The variety of signals and the nuances you were able to convey are really something else. Hats off to you!

If a minor criticism is allowed: The transitions between the muse and actrion scenes are very rough. Sometimes before the video even switches you get "blasted" with the full on volume of the new rythm. I know this stems from the funscript, but it can easily ruin the immersion and experience. The transition has to be smooth, or at least the new signal has to be lower strength (in my mind at least).

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Wed Jul 10, 2024 9:13 am
by edger477
satn00b wrote: Wed Jul 10, 2024 9:07 am I tried this yesterday and found it really impressive, especially compared to "normal" funscript conversions. The variety of signals and the nuances you were able to convey are really something else. Hats off to you!

If a minor criticism is allowed: The transitions between the muse and actrion scenes are very rough. Sometimes before the video even switches you get "blasted" with the full on volume of the new rythm. I know this stems from the funscript, but it can easily ruin the immersion and experience. The transition has to be smooth, or at least the new signal has to be lower strength (in my mind at least).
Thanks! Played the mp3 or the restim scripts? I will make the transitions a bit slower but I haven't experienced that. It might be due to some of the parameters you have configured in restim since volume change from dream into lobby is usually reduction of 3-5% and then start of new dream is increase of 2-4% (so it goes below the level it was on end of previous dream). If you played scripts maybe you have some non-default settings that caused bigger than intended increase of duty cycle (pulse width). I actually use 15 as maximum pulse width, if yours is higher than that, that could be the cause.

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Wed Jul 10, 2024 9:22 am
by satn00b
edger477 wrote: Wed Jul 10, 2024 9:13 am Thanks! Played the mp3 or the restim scripts?
I played the mp3. Still didn't use restim yet :innocent: as I find it a bit finicky in the estim setting (immersion bla bla...)
edger477 wrote: Wed Jul 10, 2024 9:13 am I will make the transitions a bit slower but I haven't experienced that.
The speed itself can be lower, yes. But for me, mostly the volume is the culprit. Or maybe I'm too sensitive? While I like letting my cock dance like it did with your script, when it comes to changes in either frequency or volume, I prefer a very gentle approach.

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Wed Jul 10, 2024 9:38 am
by diglet
I also found that the transitions from blue to red are quite intense. It was fine, but I would've spread the transition out a bit more.

Re: ⚡[ESTIM RELEASE] - Electric Dreams

Posted: Wed Jul 10, 2024 9:39 am
by edger477
satn00b wrote: Wed Jul 10, 2024 9:22 am The speed itself can be lower, yes. But for me, mostly the volume is the culprit. Or maybe I'm too sensitive? While I like letting my cock dance like it did with your script, when it comes to changes in either frequency or volume, I prefer a very gentle approach.
I updated it to slow down the ramps between lobby and the dreams. But it is also regenerated with one restim setting that is beyond its allowed ranges, that I used to enable more sharp signal for new Liya production, and I like how it makes the edging signals more sharp here too.
Other updated files are also regenerated with same setting (i.e. vi33 that had small updates) :)

And yes, there is one or 2 places in Liya where the transition practically woke me from trance, but I wanted it so and it was actually perfect so I left it :)