Page 1 of 2

Re: E-stim cbt tease

Posted: Mon Feb 03, 2020 1:27 pm
by lolol2
Nice to see more and more people creating estim stuff! :-)
Can't help with any pain recommendations because I'm not really into the pain stuff but maybe help with something other.

If you haven't seen my short audio tutorial take a look at this:
viewtopic.php?f=2&t=22478

If you don't want to create your own audio files maybe this libary from mantrid could be something for you:
viewtopic.php?f=2&t=21864
It's always way easier to use files with the same design and frequency ranges for calibrate the volume.

If you are interested in the .json file of my latest eos tease for some examples, just leave me a PM and I will send it to you.

Re: E-stim cbt tease

Posted: Mon Feb 03, 2020 9:51 pm
by Cuaxolotl
Hey, Sounds great. Would be great to differentiate between the kind of torture types and an advice where to place the electrodes would be nice too. Maybe Inbetween the tease at certain (not many) places you could implement stops. After a session a bit more interaction could be nice. Maybe you could choose how much encounters in a row you get (or let someone decide) how hard it may be, etc. You could make some small games which decide how cruel the torture will be. Maybe some achievement games as well (endure X sessions to get pics or else).
Always great to hear someone do estim teases

Re: E-stim cbt tease

Posted: Mon Feb 03, 2020 11:34 pm
by boundupone
Sounds promising.

I dont think many people are up for real torture, but the promise of torture and the anticipate can be a great combination with some tough files to push but without going too far.

There are also different types of torture. Pain of course but also tease and denial, edging and post orgasm torture can all be forms of torture, especially combined with bondage to remove option to stop the session

Look forward to seeing what you come up with, good luck

Re: E-stim cbt tease

Posted: Tue Feb 04, 2020 12:11 am
by iSpank
Just curious. Which e-stim sexscript did yo write?

Re: E-stim cbt tease

Posted: Tue Feb 04, 2020 7:56 am
by ostermanblue2
I'm going to break with some of the other commentary and say as an enthusiast for hard CBT teases (such as TheBusted creates) AND E-Stim (I quite like some of the sexscripts, such as the one where you're supposed to keep your eyes "closed" but "peek" at risk of punishment...and the recent Shock Yourself script is quite fun) I think this is a great idea and you should totally go for broke with hurting the hell out of people. Below I have some disorganized thoughts on this, pardon the stream of consciousness, but I hope it helps you gauge interest.
  • Borrowing from sexscripts a bit, games like shock blackjack are quite thrilling in that they keep upping the ante by having you move trodes around to more sensitive areas.
  • Along similar lines, playing with the feeling of taking a risk or gambling, as in the peeking game, creates the most scary arousal. I love that. Nothing else in webteases really gives me that true sense of something at stake.
  • Combining punishments with self-bondage to create an immersive torture experience is a lovely concept that I like to see in shock scripts. In a webtease I feel like that could be even enhanced by incorporating more story that sort of automatically scrolls while you are stuck waiting.
  • I like the idea of moving around to different mistresses who have a different preference for how they hurt you. TheBusted's Playboy Invitational had some really good writing to this effect that you might take some inspiration from.
  • Being able to skip levels due to equipment/comfort level is essential, but for example you could start with a mistress who just wants to shock your buttcheeks, another who wants to shock your asshole, then shaft, nipples, corona, peehole. You can imagine 99% of people would need to be able to skip that last one (I'm shuddering from scarousal).

Re: E-stim cbt tease

Posted: Tue Feb 04, 2020 3:22 pm
by lolol2
drahdewixpfeifferl wrote: Tue Feb 04, 2020 1:12 pm I'm not sure if I should make the volume controle via the programm like shown at lolol2's tutorial (thanks a lot for the support @lolol2 ! very helpful!) or handle the volume via the audio file itself... first option would mean getting deeper into programming, second option would mean I need to generate a lot more audio files and change every one of them to the desired volume. Are there any advantages / does it make a big difference using one methode or another?
Definitely go with the volume control in EOS, trust me this is waaaay more easier!
If you don't think you can implement the script volume control, just stay with the normal volume control, when you add a audiofile in EOS to a page you have to select the volume.

If you have everything done and run a test and realize that one file is to high or low you just can adjust this one file in a second.
When you do everything in the audio file you have to recreate this file and upload it again. ;-)

Just start with for example 80% volume in the calibration and the first signals and then slowly raise it in the tease over time, always try to keep a little bit space to 100% so you can adjust volume later after testing.

Re: E-stim cbt tease

Posted: Wed Feb 05, 2020 12:56 pm
by mantrid
drahdewixpfeifferl wrote: Tue Feb 04, 2020 1:12 pm I listened to the files from mantrid and I will propably stick to them. I will also take a look at some sexscripts, maybe I can use some from them.
In order to fully use at least the sound library, it should be possible to replace all sound files at once. I'm not sure whether this is possible with EOS. If there is a backup/export function, maybe backup/export -> replace sound files -> restore/import works.

Can someone check this?

It it does not work, I would produce a stereo file set with maximum compatibility.

If it works, please report imbalances and other issues to the forum thread or as PM. I would fix it in the lib.

For consideration:
Currently I'm working on gasm, a new method to create teases. It was inspirated by ScriptEngine. It is lightweight (from implementers point of view) but much more flexible than GuideMe/ScriptEngine and probably also EOS (not familiar with it). For example, It allows a execute JavaScript code if a button is pressed without interrupting the page. That allows things like volume increase until button is pressed. It makes huge teases handy (similar to ScriptEngine) and the predefined macros allow syntax checking (existence of files, targets, labels).

Teases should run in every modern browser (currently everything but IE).

The compiler and the difficult things (execution control) has been implemented and there is small running demo (no tease, just text).

Re: E-stim cbt tease

Posted: Wed Feb 05, 2020 1:05 pm
by lolol2
drahdewixpfeifferl wrote: Wed Feb 05, 2020 11:35 am (IV) make EOS increase the audio for every mistress like in the e-stim challengen
wether to compensate sensibilisation or to increase the pain after some time
maybe I'll do this in an later version, or if you want someone with experience can do it, when i finished the tease :yes:
This should be really easy to achieve, I would recommend to take a look at this, could the game make way more cool! :yes:
Even if you are not into programming, if you are able to build an EOS tease this should also be possible.

Take a look at my audio tutorial, define a volume variable like shown.
Then you start every audio file like shown with starting at 0% volume and then set it via code.

To get the volume 5% higher (for example) for every mistress, just add a one line at the first page of every mistress.
Yes it's this easy! :-D

Code: Select all

volume = volume + 5

I also would recommend to use values that are close to 100% for the max output.
Always make sense to keep a bit space to the top as I said before but I would not start with for example 70% as max value.
When you have a device or an audiocard with less power you could get the problem that the device isn't loud enough when the audio source is to silent.

mantrid wrote: Wed Feb 05, 2020 12:56 pmIf there is a backup/export function, maybe backup/export -> replace sound files -> restore/import works.
Can someone check this?
This is not possible at the moment because the export is only a .json file, all content stays at the servers and gets just linked.
So if you import the script again it will just link the images and audio files again to your tease.

But you can upload and just overwrite the existing stuff, so changing the audio files should be no problem.
And he didn't started the tease yet, so should be no problem to upload the correct files at the start. :-D

Re: E-stim cbt tease

Posted: Wed Feb 05, 2020 2:37 pm
by mantrid
lolol2 wrote: Wed Feb 05, 2020 1:05 pm [But you can upload and just overwrite the existing stuff, so changing the audio files should be no problem.
And he didn't started the tease yet, so should be no problem to upload the correct files at the start. :-D
But can these files be bulk-uploaded (and replaced), e.g. as .zip file?

The problem: the lib consist in more than 1000 files. If you replace them file by file it becomes a real torture tease.

Re: E-stim cbt tease

Posted: Thu Feb 06, 2020 5:06 am
by ostermanblue2
One more request. Is it possible to have a tease that isn't based on Stereo signals? I just have an A-Box. I seriously wish I had bought some kind of stereo stim kit but the one I've got doesn't have stereo...

OR ELSE can someone please recommend a stereo kit that works well for the lolol2 scripts and hopefully this upcoming one?

Re: E-stim cbt tease

Posted: Sun Mar 01, 2020 7:02 am
by ostermanblue2
drahdewixpfeifferl wrote: Thu Feb 06, 2020 10:01 am BTstim Econo worked completely fine for me, pleasure and pain.
e-stim systems 2B gave me hfo's quicker but the pain files didn't work
3rdH still has not arrived yet so, dunno
I took your recommendation and got a BTStim Econo...I wish I had gotten this ages ago instead of the A-Box, which will collect dust from now on. I played Estim Bondage and Estim Tower and haven't had this much fun in ages!

Are you still planning to develop a torture tease? I'm more than happy to beta test :innocent:

Re: E-stim cbt tease

Posted: Sun Mar 01, 2020 8:13 am
by CumScream
Would love to see this release! :w00t:

Re: E-stim cbt tease

Posted: Sun Mar 08, 2020 2:19 pm
by Skydoubs
ostermanblue2 wrote: Sun Mar 01, 2020 7:02 am
drahdewixpfeifferl wrote: Thu Feb 06, 2020 10:01 am BTstim Econo worked completely fine for me, pleasure and pain.
e-stim systems 2B gave me hfo's quicker but the pain files didn't work
3rdH still has not arrived yet so, dunno
I took your recommendation and got a BTStim Econo...I wish I had gotten this ages ago instead of the A-Box, which will collect dust from now on. I played Estim Bondage and Estim Tower and haven't had this much fun in ages!

Are you still planning to develop a torture tease? I'm more than happy to beta test :innocent:
Hi!
Are you saying EstimBondage is well with BTStim? Peoples seems to says it's not that good... I'm looking to buy an unit and I'm pretty lost

Re: E-stim cbt tease

Posted: Tue Mar 10, 2020 2:47 am
by ostermanblue2
Skydoubs wrote: Sun Mar 08, 2020 2:19 pm
ostermanblue2 wrote: Sun Mar 01, 2020 7:02 am
drahdewixpfeifferl wrote: Thu Feb 06, 2020 10:01 am BTstim Econo worked completely fine for me, pleasure and pain.
e-stim systems 2B gave me hfo's quicker but the pain files didn't work
3rdH still has not arrived yet so, dunno
I took your recommendation and got a BTStim Econo...I wish I had gotten this ages ago instead of the A-Box, which will collect dust from now on. I played Estim Bondage and Estim Tower and haven't had this much fun in ages!

Are you still planning to develop a torture tease? I'm more than happy to beta test :innocent:
Hi!
Are you saying EstimBondage is well with BTStim? Peoples seems to says it's not that good... I'm looking to buy an unit and I'm pretty lost
I had a good time. I'd say after playing with this for awhile, the commonest issue I'm having is that the harsh/pain signals in a lot of teases are pretty ineffective on my unit. But EstimBondage worked out great, possibly because it seems to be similar types of signals played at more intense volumes.

Re: E-stim cbt tease

Posted: Fri Mar 13, 2020 3:38 pm
by misslisa
TroniC has a simple stereo stim plan on the smartstim forum. Under Stereostim DIY he has a step by step build with a parts list and where to buy section. A lot of us use this device without issue. i love to connect