Weaboo Tease v0.3

Webteases are great, but what if you're in the mood for a slightly more immersive experience? Chat about Tease AI and other offline tease software.

Moderator: 1885

Post Reply
equinus
Explorer
Explorer
Posts: 34
Joined: Wed Sep 01, 2021 1:07 am

Weaboo Tease v0.3

Post by equinus »

A Webtease-like teasing Web app. Play minigames to cum.

Download:
https://mega.nz/file/JCsCBYZK#8B41mwjoy ... oJk8FrHqcY

https://github.com/EquineCopulator/WeabooTease

How to play
  • Open index.html with a web browser.
Customizing Images
  • Put images in "/img" folder.
  • Modify image lists in "sc/res_img.js" accordingly.
  • To make sense, "R.IMG.V" images should depict penetrations while "R.IMG.H" images should not.
(I tried to make an EOS version but failed. EOS VM seems incapable of multitasking.)
Last edited by equinus on Tue Oct 21, 2025 1:34 pm, edited 1 time in total.
juliasilva
Explorer
Explorer
Posts: 40
Joined: Fri Jan 25, 2019 8:08 pm

Re: Weaboo Tease v0.2

Post by juliasilva »

I fixed the hardcoded images for you, now it should pick images dynamically from the folders, also included a start.bat that uses the user python in the machine to host the webtease on port 3000, also automatically opens the page on default web browser https://www.mediafire.com/file/xr04auup ... x.zip/file

The biggest change was on the res_img.js, the rest remained pretty much the same
Image
juliasilva
Explorer
Explorer
Posts: 40
Joined: Fri Jan 25, 2019 8:08 pm

Re: Weaboo Tease v0.2

Post by juliasilva »

I managed to implement in private metronome that ramps up on edges +1 bpm every beep, and implement support for more image formats in case you are interested too
equinus
Explorer
Explorer
Posts: 34
Joined: Wed Sep 01, 2021 1:07 am

Re: Weaboo Tease v0.2

Post by equinus »

juliasilva wrote: Sat Oct 18, 2025 5:09 pm I fixed the hardcoded images for you, now it should pick images dynamically from the folders, also included a start.bat that uses the user python in the machine to host the webtease on port 3000, also automatically opens the page on default web browser https://www.mediafire.com/file/xr04auup ... x.zip/file

The biggest change was on the res_img.js, the rest remained pretty much the same
Image
Thank you.

My concern is that many people may just want to play it directly. In this case the game will be run on a "file:" protocol, which does not allow picking images dynamically. For example `fetch()` will raise CORS error in that case (Info). While Python HTTP server is a good idea, I suspect some people may not even have Python installed at all on their machine, or they are using very strange OS. If they are forced to first dive into Google to learn how to install an HTTP sever on their computer at the very moment they are eager to start fapping, this could be very annoying. :-D That's why I choose to leave a manual image list.
metronome that ramps up on edges +1 bpm every beep
I think it's a good idea and I will try to contrive a game based on it.
support for more image formats
Which format? I thought formats supported by the default <img> tag are enough. I am wondering if we can play L2D here.
juliasilva
Explorer
Explorer
Posts: 40
Joined: Fri Jan 25, 2019 8:08 pm

Re: Weaboo Tease v0.2

Post by juliasilva »

running over python http using a .bat solves all cors erros, I managed to improve the game with a toggle for two type of speed ramps, edge reset speed ramp, memory mode has faster ramp to help edging in time, and there is one mode that keeps the pace static the one that ask user to select a speed.

metronome is generated on the fly with a specific nice sounding bass beep, link for it https://www.mediafire.com/file/5br4fep1 ... t.zip/file, replace the images and gifs for the ones of your choice

Call me on private if you wanna a full overview of all changes I made, don't wanna spam this forum and make others lose interest

but in shorts its a new button for ramp mode, metronome support for all game modes, supports for a variaety of image formats including gifs, click on screen to keep the current gif or image from going away
juliasilva
Explorer
Explorer
Posts: 40
Joined: Fri Jan 25, 2019 8:08 pm

Re: Weaboo Tease v0.2

Post by juliasilva »

The image formats support was a issue of my first implementation of the automatic image fetch, that was searching for just "jpg", this new version includes a variaty of formats and even variations, like JPG and jpg or even jpeg
equinus
Explorer
Explorer
Posts: 34
Joined: Wed Sep 01, 2021 1:07 am

Re: Weaboo Tease v0.2

Post by equinus »

juliasilva wrote: Sun Oct 19, 2025 4:03 pm running over python http using a .bat solves all cors erros, I managed to improve the game with a toggle for two type of speed ramps, edge reset speed ramp, memory mode has faster ramp to help edging in time, and there is one mode that keeps the pace static the one that ask user to select a speed.

metronome is generated on the fly with a specific nice sounding bass beep, link for it https://www.mediafire.com/file/5br4fep1 ... t.zip/file, replace the images and gifs for the ones of your choice

Call me on private if you wanna a full overview of all changes I made, don't wanna spam this forum and make others lose interest

but in shorts its a new button for ramp mode, metronome support for all game modes, supports for a variaety of image formats including gifs, click on screen to keep the current gif or image from going away
Splendid.
bols556
Curious Newbie
Curious Newbie
Posts: 4
Joined: Fri Nov 08, 2024 8:04 pm

Re: Weaboo Tease v0.2

Post by bols556 »

Do i need to install python to use it?

Images wont load
I was trying to use version from juliasilva, OP version works fine
Image
equinus
Explorer
Explorer
Posts: 34
Joined: Wed Sep 01, 2021 1:07 am

Re: Weaboo Tease v0.2

Post by equinus »

bols556 wrote: Mon Oct 20, 2025 9:03 pm Do i need to install python to use it?

Images wont load
I was trying to use version from juliasilva, OP version works fine
Image
Ignore juliasilva's version if you just want a click-and-play.
juliasilva
Explorer
Explorer
Posts: 40
Joined: Fri Jan 25, 2019 8:08 pm

Re: Weaboo Tease v0.2

Post by juliasilva »

bols556 wrote: Mon Oct 20, 2025 9:03 pm Do i need to install python to use it?

Images wont load
I was trying to use version from juliasilva, OP version works fine
Image
what is the error? did you try running from start.bat? it should run on any python with no extra installations needed, start_test_images.bat is for checking how many images on each folder is detecting to make sure no image was not recognized, from the print you ran the test images not the game itself that is start.bat

also the game needs images inside img/v and img/h folders, my download should already have a few in there
juliasilva
Explorer
Explorer
Posts: 40
Joined: Fri Jan 25, 2019 8:08 pm

Re: Weaboo Tease v0.2

Post by juliasilva »

bols556 wrote: Mon Oct 20, 2025 9:03 pm Do i need to install python to use it?

Images wont load
I was trying to use version from juliasilva, OP version works fine
Image
The image test is working here, just the fact the page opened automatically for you its proof you already must have python or it would have not automatically open your browser, so its just a img folder issue, not a python issue
Attachments
Capturar.JPG
Capturar.JPG (91.77 KiB) Viewed 10083 times
bols556
Curious Newbie
Curious Newbie
Posts: 4
Joined: Fri Nov 08, 2024 8:04 pm

Re: Weaboo Tease v0.3

Post by bols556 »

OP version works just fine, I managed to change pics to my preferable jpgs (a bit of a chore to manually copy paste every img name, but it works).

The edited game works too when launched from index.html file with the exceptions of showing pictures, I can still see narrator pic once at the start but other pics from h and v folder just wont load, the game itself works, metronome too.

Using .bat files wont load the game, its just shows error that I need to install python then browser is opening with error Unable to connect (localhost:3000).

Well I installed python 3.14.0 (64-bit) in the end but disabled all optional features during install (documentation, pip, tcl/tk, test suite, py launcher), restarted pc, launched game from .bat, and had same errors like i don't have python installed.

Do I need any of these Optional Features installed too?
equinus
Explorer
Explorer
Posts: 34
Joined: Wed Sep 01, 2021 1:07 am

Re: Weaboo Tease v0.3

Post by equinus »

bols556 wrote: Tue Oct 21, 2025 9:33 pm OP version works just fine, I managed to change pics to my preferable jpgs (a bit of a chore to manually copy paste every img name, but it works).

The edited game works too when launched from index.html file with the exceptions of showing pictures, I can still see narrator pic once at the start but other pics from h and v folder just wont load, the game itself works, metronome too.

Using .bat files wont load the game, its just shows error that I need to install python then browser is opening with error Unable to connect (localhost:3000).

Well I installed python 3.14.0 (64-bit) in the end but disabled all optional features during install (documentation, pip, tcl/tk, test suite, py launcher), restarted pc, launched game from .bat, and had same errors like i don't have python installed.

Do I need any of these Optional Features installed too?
You can use windows `dir` command to easy your work when copypasting every names. In Windows:
  • Run `cmd.exe`
  • `cd /d [Your image folder path, e.g. "D:/Games/WeabooTease/img/h"]`
  • `dir /b /s`
  • Copy output from the command window and paste it into "res_img.js"
  • Replace all "\" with "/"
  • Remove the absolute path part (e.g. the "D:/Games/WeabooTease/" part in "D:/Games/WeabooTease/img/h/001.jpg") at the start of each line
juliasilva
Explorer
Explorer
Posts: 40
Joined: Fri Jan 25, 2019 8:08 pm

Re: Weaboo Tease v0.3

Post by juliasilva »

bols556 wrote: Tue Oct 21, 2025 9:33 pm OP version works just fine, I managed to change pics to my preferable jpgs (a bit of a chore to manually copy paste every img name, but it works).

The edited game works too when launched from index.html file with the exceptions of showing pictures, I can still see narrator pic once at the start but other pics from h and v folder just wont load, the game itself works, metronome too.

Using .bat files wont load the game, its just shows error that I need to install python then browser is opening with error Unable to connect (localhost:3000).

Well I installed python 3.14.0 (64-bit) in the end but disabled all optional features during install (documentation, pip, tcl/tk, test suite, py launcher), restarted pc, launched game from .bat, and had same errors like i don't have python installed.

Do I need any of these Optional Features installed too?
you probably disabled that part that adds python to path, that makes the bat not find the python, a python without path is like having no python installed to begin with, also I would recommend preferring installing older versions of python, like 3.10 or 3.11 for less headaches, but yeah, the issue is not disabling options, is that you confused disabling the path checkbox as optional when its not
juliasilva
Explorer
Explorer
Posts: 40
Joined: Fri Jan 25, 2019 8:08 pm

Re: Weaboo Tease v0.3

Post by juliasilva »

and the cors error there must be a way to put something in the code to ignore that and make work without python, but asking people to do that will make them think you wanna spread virus, so its better not
Post Reply