Search found 37 matches

by althyna
Wed Jun 17, 2026 5:54 pm
Forum: Teasing Software
Topic: GuideMe (TeaseMe v2.0) - Current Build 0.4.4
Replies: 1808
Views: 1084833

Re: GuideMe (TeaseMe v2.0) - Current Build 0.4.4





I do have some of those, including both of the ones you mentioned. I've never gotten around to playing HeartsClub, and remember trying Gotta Edge Em All but can't find it at the moment.

Give me a list of the ones you're most interested in and I'll upload, and or provide links.

PG


Would ...
by althyna
Thu Jun 04, 2026 10:53 am
Forum: The Art of Webteasing
Topic: 🔍 MiloDB: Finding Old Teases
Replies: 138
Views: 124585

Re: 🔍 MiloDB: Finding Old Teases





I was trying to think of how it could be represented when you have a complex query like the following:
text contains edge and text contains balls and text contains stroking and rating >= 4 and (text matches "(tie|attach|connect|loop|fasten)[^\.\?!;]+(bottle|weight|dumbb?ell|heavy|weighted ...
by althyna
Mon Jun 01, 2026 4:32 pm
Forum: The Art of Webteasing
Topic: 🔍 MiloDB: Finding Old Teases
Replies: 138
Views: 124585

Re: 🔍 MiloDB: Finding Old Teases






Yes, I think I could add that. The total hits is an accumulation of all matched search terms, so the information is there, somewhere. Do you have any ideas on how it could be represented in the UI?


My first instinct is to just add this as a column to the result table. This makes natural ...
by althyna
Mon Jun 01, 2026 3:12 pm
Forum: The Art of Webteasing
Topic: 🔍 MiloDB: Finding Old Teases
Replies: 138
Views: 124585

Re: 🔍 MiloDB: Finding Old Teases



Quick question - is it possible to count number of occurances of a search term and rank by them? Like for instance, can I search teases sort sort them by how many times the word 'edge' appears in them? If not, this would be an incredibly helpful feature.


Yes, I think I could add that. The ...
by althyna
Mon Jun 01, 2026 12:08 pm
Forum: The Art of Webteasing
Topic: 🔍 MiloDB: Finding Old Teases
Replies: 138
Views: 124585

Re: 🔍 MiloDB: Finding Old Teases


https://milovana.com/forum/download/file.php?id=35447 MiloDB 4.10.0, 2026-06-01


Database: Updated to 2026-02-24


Update
Use the 'Update' button to update.


Quick question - is it possible to count number of occurances of a search term and rank by them? Like for instance, can I search ...
by althyna
Mon Jun 01, 2026 10:22 am
Forum: Teasing Software
Topic: GuideMe (TeaseMe v2.0) - Current Build 0.4.4
Replies: 1808
Views: 1084833

Re: GuideMe (TeaseMe v2.0) - Current Build 0.4.4



That is really awesome PlayfulGuy, checking it out.

Would you happen to have any of the TeaseMe/GuideMe only releases from long ago? I believe these were teases that never really made it to Milovana and were always standalone teases only for TeaseMe/GuideMe.

As an example, most of the teases ...
by althyna
Sun May 31, 2026 8:10 pm
Forum: Teasing Software
Topic: LeadMe - A single HTML lightweight TeaseMe/GuideMe alternative
Replies: 28
Views: 6375

Re: LeadMe - A single HTML lightweight TeaseMe/GuideMe alternative


Hi, I found a few more bugs and wanted to try fixing them. My programming experience is mostly limited to Python and Arduino/C++, so I asked ChatGPT for help (well ChatGPT did most of the work). I did test the results and compared the behavior against the original EOS player.

I understand if you ...
by althyna
Sun May 31, 2026 8:10 pm
Forum: Teasing Software
Topic: LeadMe - A single HTML lightweight TeaseMe/GuideMe alternative
Replies: 28
Views: 6375

Re: LeadMe - A single HTML lightweight TeaseMe/GuideMe alternative


This is fantastic, nice job!

I made the small addition of a "Full Screen" button so that I can use it on a mobile device with the Brave browser.
...
<div id="skipBar">
<div id="hiddenCountdown" title="Time remaining until auto-advance">0s</div>
<button id="skipBtn" title="Skip remaining time ...
by althyna
Sat May 30, 2026 7:48 am
Forum: Teasing Software
Topic: LeadMe - A single HTML lightweight TeaseMe/GuideMe alternative
Replies: 28
Views: 6375

Re: LeadMe - A single HTML lightweight TeaseMe/GuideMe alternative





For Flash and EOS my downloader pretty much does that already. It downloads the tease JSON file and saves it in the cache folder, then does the conversion to XML. It would be fairly easy to add a download JSON only option.

The downloader does add some extra data to the JSON file to track ...
by althyna
Sat May 30, 2026 7:47 am
Forum: Teasing Software
Topic: LeadMe - A single HTML lightweight TeaseMe/GuideMe alternative
Replies: 28
Views: 6375

Re: LeadMe - A single HTML lightweight TeaseMe/GuideMe alternative


Input field missing when tease requests text input.

Hi althyna,

First of all, thanks for creating LeadMe! I encountered a bug while running a tease where the text input field does not appear when the script asks for a user response.

The prompt asks for text input (e.g., "Tell me your Slut ...
by althyna
Sat May 30, 2026 7:42 am
Forum: Teasing Software
Topic: EOS Downloader for LeadMe
Replies: 4
Views: 2280

Re: EOS Downloader for LeadMe

Updated to v0.2
by althyna
Thu May 28, 2026 8:08 pm
Forum: Teasing Software
Topic: LeadMe - A single HTML lightweight TeaseMe/GuideMe alternative
Replies: 28
Views: 6375

Re: LeadMe - A single HTML lightweight TeaseMe/GuideMe alternative






Many EOS teases that use a lot of javascript don't work properly when downloaded with with the downloader.
If you're getting a black screen like that, the downloader probably broke something.

One thing I would recommend trying is to turn off the option "Adapt javascript for GuideMe" on the ...
by althyna
Thu May 28, 2026 2:49 pm
Forum: Teasing Software
Topic: EOS Downloader for LeadMe
Replies: 4
Views: 2280

Re: EOS Downloader for LeadMe



I had built a single html file tool to play downloaded GuideMe/TeaseMe scripts locally in your browser (chromium) window, called LeadMe: https://milovana.com/forum/viewtopic.php?t=28404

I wanted to build a native EOS downloader for the same, since currently the way to play EOS teases with it is ...
by althyna
Thu May 28, 2026 9:40 am
Forum: Teasing Software
Topic: EOS Downloader for LeadMe
Replies: 4
Views: 2280

EOS Downloader for LeadMe

I had built a single html file tool to play downloaded GuideMe/TeaseMe scripts locally in your browser (chromium) window, called LeadMe: https://milovana.com/forum/viewtopic.php?t=28404

I wanted to build a native EOS downloader for the same, since currently the way to play EOS teases with it is to ...
by althyna
Tue May 26, 2026 4:14 pm
Forum: Teasing Software
Topic: LeadMe - A single HTML lightweight TeaseMe/GuideMe alternative
Replies: 28
Views: 6375

Re: LeadMe - A single HTML lightweight TeaseMe/GuideMe alternative




My first tests also work now. Thanks for the update. Looks very promising. Maybe some quality of life things like being able to scale the size of the text window would still be great like in the original as I prefer using vertical monitors. Or like using space to continue. But I don't to ask ...