Restim: e-stim audio generation software

Discussion about Cock Hero and other sexy videos.

Moderator: andyp

diglet
Explorer At Heart
Explorer At Heart
Posts: 390
Joined: Sun Dec 11, 2022 5:43 pm

Re: Restim: e-stim audio generation software

Post by diglet »

Thank you, I did not realize you have to do some git magic to commit a file with +x permissions. I also copied your version of the script.

On my linux VM it still doesn't execute when double-clicking. It appears the default behavior is to open scripts in gedit since 13.04, even if they have +x.
thebears73
Explorer At Heart
Explorer At Heart
Posts: 348
Joined: Sat May 11, 2019 7:22 am

Re: Restim: e-stim audio generation software

Post by thebears73 »

no idea what you guys are talking about. Any pictures to help tell the story of what actually needs to be done here to get this to run on a mac?
thebears73
Explorer At Heart
Explorer At Heart
Posts: 348
Joined: Sat May 11, 2019 7:22 am

Re: Restim: e-stim audio generation software

Post by thebears73 »

thebears73 wrote: Sat Jan 18, 2025 10:37 pm no idea what you guys are talking about. Any pictures to help tell the story of what actually needs to be done here to get this to run on a mac?

Can not right click and open with terminal, renaming also comes up with insufficient privileges despite being full read/write
darthjj
Explorer At Heart
Explorer At Heart
Posts: 134
Joined: Wed Jun 16, 2021 6:42 am

Re: Restim: e-stim audio generation software

Post by darthjj »

diglet wrote: Fri Jan 17, 2025 5:14 pm Thank you, I did not realize you have to do some git magic to commit a file with +x permissions. I also copied your version of the script.

On my linux VM it still doesn't execute when double-clicking. It appears the default behavior is to open scripts in gedit since 13.04, even if they have +x.
I suspected it was possible to save file permissions in git, but I had to look up how to actually do it :) I also noticed that "git add --chmod=+x" does not set the execute bit on your local file if it already exists, but it should work when someone checks out the repo (or deletes + git restore the file).

I suppose it could be some safety thing that it won't run things by default. Double-clicking on run.sh in Dolphin file manager, on Fedora KDE, runs Restim for me
darthjj
Explorer At Heart
Explorer At Heart
Posts: 134
Joined: Wed Jun 16, 2021 6:42 am

Re: Restim: e-stim audio generation software

Post by darthjj »

thebears73 wrote: Sat Jan 18, 2025 10:43 pm no idea what you guys are talking about. Any pictures to help tell the story of what actually needs to be done here to get this to run on a mac?

Can not right click and open with terminal, renaming also comes up with insufficient privileges despite being full read/write
I don't think anyone here except you has a Mac, but hopefully the procedure is similar enough to run it on Linux.

The run.sh script needs to have execute privilege, not just read/write. This was added after release 1.30 was created, so if your copy of the software is a few days old, try deleting the folder and downloading the latest https://github.com/diglet48/restim/arch ... master.zip

A quick search indicates that MacOS does probably not come with Python pre-installed, so you might have to get that first: https://docs.python.org/3/using/mac.html

Then run the run.sh script and hope for the best :) It might take a little while on the first launch since it probably has to download required Python packages. If you run the script from a terminal it should tell you what it is currently doing.
LNS
Explorer At Heart
Explorer At Heart
Posts: 166
Joined: Mon Dec 31, 2007 3:15 pm

Re: Restim: e-stim audio generation software

Post by LNS »

There are more of us with MACs, most of us have given up for now.
User avatar
edger477
Experimentor
Experimentor
Posts: 1114
Joined: Mon Nov 29, 2021 8:24 pm
Location: underfloor

Re: Restim: e-stim audio generation software

Post by edger477 »

LNS wrote: Mon Jan 20, 2025 12:24 pm There are more of us with MACs, most of us have given up for now.
You can't expect that someone without mac will solve the problem...
I guess there is only one person that likes to fiddle with computers and uses mac but he is not in this forum...
My estim creations: https://mega.nz/folder/73pxmBBQ#X6ylDzRafzTt9wanZ0dacw
And in E-Stim Index: viewtopic.php?t=27090

Try creating your own estims with my restim script generator!
Spoiler: show
You can also thank me with crypto: https://trocador.app/anonpay?ticker_to= ... e+a+coffee
darthjj
Explorer At Heart
Explorer At Heart
Posts: 134
Joined: Wed Jun 16, 2021 6:42 am

Re: Restim: e-stim audio generation software

Post by darthjj »

LNS wrote: Mon Jan 20, 2025 12:24 pm There are more of us with MACs, most of us have given up for now.
How far did you get? Have you managed to install a Python interpreter and run other Python programs?
LNS
Explorer At Heart
Explorer At Heart
Posts: 166
Joined: Mon Dec 31, 2007 3:15 pm

Re: Restim: e-stim audio generation software

Post by LNS »

Got it installed, python installed and an older version to partially come up but was unuseable. Haven't tried the latest version yet. Completely unable to get it to run on my more powerful M1 Ultra, but did get it to almost work on my M2 air. As I mentioned, it was partially up, just wasn't functionally working. At that point I gave up (month or so ago), realizing it wasn't going to do much good with my Coyote 3. I now realize that if I could get it to work I could potentially export MP3 files from funscripts.

Will give it another go but just frustrated at this point. I know it's superbly done and very capable, it's more likely my lack of understanding how to make it work natively on a MAC.
froog
Explorer At Heart
Explorer At Heart
Posts: 217
Joined: Fri Aug 07, 2009 8:37 pm
Sexual Orientation: Straight
I am a: None of the above

Re: Restim: e-stim audio generation software

Post by froog »

LNS wrote: Mon Jan 20, 2025 6:33 pm Got it installed, python installed and an older version to partially come up but was unuseable. Haven't tried the latest version yet. Completely unable to get it to run on my more powerful M1 Ultra, but did get it to almost work on my M2 air. As I mentioned, it was partially up, just wasn't functionally working. At that point I gave up (month or so ago), realizing it wasn't going to do much good with my Coyote 3. I now realize that if I could get it to work I could potentially export MP3 files from funscripts.

Will give it another go but just frustrated at this point. I know it's superbly done and very capable, it's more likely my lack of understanding how to make it work natively on a MAC.
As. Mac user I have got it working without too much difficulty. I hope this helps give you confidence to keep trying. If you search my post history here you will see a thread where I posted how I got it working, but I'm guessing you already been through that. I have not tried the very latest version, but i suspect versions are not your problem?
thebears73
Explorer At Heart
Explorer At Heart
Posts: 348
Joined: Sat May 11, 2019 7:22 am

Re: Restim: e-stim audio generation software

Post by thebears73 »

froog wrote: Mon Jan 20, 2025 10:36 pm
LNS wrote: Mon Jan 20, 2025 6:33 pm Got it installed, python installed and an older version to partially come up but was unuseable. Haven't tried the latest version yet. Completely unable to get it to run on my more powerful M1 Ultra, but did get it to almost work on my M2 air. As I mentioned, it was partially up, just wasn't functionally working. At that point I gave up (month or so ago), realizing it wasn't going to do much good with my Coyote 3. I now realize that if I could get it to work I could potentially export MP3 files from funscripts.

Will give it another go but just frustrated at this point. I know it's superbly done and very capable, it's more likely my lack of understanding how to make it work natively on a MAC.
As. Mac user I have got it working without too much difficulty. I hope this helps give you confidence to keep trying. If you search my post history here you will see a thread where I posted how I got it working, but I'm guessing you already been through that. I have not tried the very latest version, but i suspect versions are not your problem?
would you care to share some screen shots of what you did and how you got it to run please?
User avatar
edger477
Experimentor
Experimentor
Posts: 1114
Joined: Mon Nov 29, 2021 8:24 pm
Location: underfloor

Re: Restim: e-stim audio generation software

Post by edger477 »

thebears73 wrote: Tue Jan 21, 2025 4:39 am would you care to share some screen shots of what you did and how you got it to run please?
viewtopic.php?p=361210#p361210
My estim creations: https://mega.nz/folder/73pxmBBQ#X6ylDzRafzTt9wanZ0dacw
And in E-Stim Index: viewtopic.php?t=27090

Try creating your own estims with my restim script generator!
Spoiler: show
You can also thank me with crypto: https://trocador.app/anonpay?ticker_to= ... e+a+coffee
LNS
Explorer At Heart
Explorer At Heart
Posts: 166
Joined: Mon Dec 31, 2007 3:15 pm

Re: Restim: e-stim audio generation software

Post by LNS »

froog wrote: Mon Jan 20, 2025 10:36 pm
LNS wrote: Mon Jan 20, 2025 6:33 pm Got it installed, python installed and an older version to partially come up but was unuseable. Haven't tried the latest version yet. Completely unable to get it to run on my more powerful M1 Ultra, but did get it to almost work on my M2 air. As I mentioned, it was partially up, just wasn't functionally working. At that point I gave up (month or so ago), realizing it wasn't going to do much good with my Coyote 3. I now realize that if I could get it to work I could potentially export MP3 files from funscripts.

Will give it another go but just frustrated at this point. I know it's superbly done and very capable, it's more likely my lack of understanding how to make it work natively on a MAC.
As. Mac user I have got it working without too much difficulty. I hope this helps give you confidence to keep trying. If you search my post history here you will see a thread where I posted how I got it working, but I'm guessing you already been through that. I have not tried the very latest version, but i suspect versions are not your problem?
Thanks!
darthjj
Explorer At Heart
Explorer At Heart
Posts: 134
Joined: Wed Jun 16, 2021 6:42 am

Re: Restim: e-stim audio generation software

Post by darthjj »

LNS wrote: Mon Jan 20, 2025 6:33 pm I now realize that if I could get it to work I could potentially export MP3 files from funscripts.
If your main goal is to generate mp3s, maybe you could run it in a Linux VM? You might not get 100% of Restim's potential if you don't live calibrate it for your own setup, but if you have separate left-right volume controls you could probably get good results by guessing the common intensity and setting left and right equal (and use the per-channel volume to make it feel right while playing it back later).
LNS
Explorer At Heart
Explorer At Heart
Posts: 166
Joined: Mon Dec 31, 2007 3:15 pm

Re: Restim: e-stim audio generation software

Post by LNS »

Thanks, not sure I'm technically savvy enough to know how to begin to do that. Appreciate everyone's help. Might see if I can snag a low end windows machine.
Post Reply