Search found 38 matches

by leezer3
Sat Dec 23, 2023 7:28 pm
Forum: Teasing Software
Topic: [RELEASE] Snake and Ladders – Randomize your videos locally. (Offline) (JOI) (PC)
Replies: 3
Views: 2450

Re: [RELEASE] Snake and Ladders – Randomize your videos locally. (Offline) (JOI) (PC)

Definitely will not work on a Mac as-is, but the underlying code would to some extent. TLDR: You've used PyInstaller to package a PyGame script as a Windows executable. This (essentially) creates an embedded standalone copy of the Python runtime, SDL etc. Useless on anything execpt Windows. If you d...
by leezer3
Tue Aug 08, 2023 5:51 pm
Forum: Teasing Software
Topic: [Tease AI] Fury - New Tease AI Personality - Updated 3-5
Replies: 320
Views: 114609

Re: [Tease AI] Fury - New Tease AI Personality - Updated 3-5

Your problem is that you either extracted the archive on a Mac, or are using a drive which you share between Windows and Mac. Re-download the entire TeaseAI plus personalities, and extract on *Windows*, on a dedicated Windows drive which Apple can't touch, and it'll go away. TLDR: Apple creates hidd...
by leezer3
Sun Aug 06, 2023 5:57 pm
Forum: Teasing Software
Topic: [Tease AI] Miss Blue [v3.7]
Replies: 897
Views: 323445

Re: [Tease AI] Miss Blue [v3.7]

That's a generic Windows error- All it says is that GDI+ (the internal Windows drawing library) failed to load the image.

Check that the images are of a sensible format (PNG / GIF / JPG/ BMP), not corrupt and of a sensible size.
by leezer3
Fri Jul 14, 2023 4:18 pm
Forum: Teasing Software
Topic: [Tease AI Awakening] - A Sharp Awakening - Release: Remote Toy Control v0.3.75 (Buttplug.IO) - Latest Update: 30.04.2024
Replies: 290
Views: 89017

Re: [Tease AI Awakening] - A Sharp Awakening - Release: Remote Toy Control v0.3.17 (Buttplug.IO) - Latest Update: 01.06.

I'm primarily Windows based, but these days have 10 odd years of experience maintaining a game engine, and all the associated fun and games that comes with that (fallen into many of these sorts of holes already), although I'm only really a hobbyist. Honestly, not especially interested in WINE- Didn'...
by leezer3
Thu Jul 13, 2023 10:13 am
Forum: Teasing Software
Topic: [Tease AI Awakening] - A Sharp Awakening - Release: Remote Toy Control v0.3.75 (Buttplug.IO) - Latest Update: 30.04.2024
Replies: 290
Views: 89017

Re: [Tease AI Awakening] - A Sharp Awakening - Release: Remote Toy Control v0.3.17 (Buttplug.IO) - Latest Update: 01.06.

I have never tested it in a VirtualBox, but there is something around the metronome which bothers me sometimes, ... i.e. when my Avira-AntiVir (or Win 10 itself) is updating, the metro can stutter (this became worse on win 10, on win 7 that wasn't really a problem), I sometimes thought about a bett...
by leezer3
Fri Mar 17, 2023 7:38 pm
Forum: Teasing Software
Topic: [Tease AI Awakening] - A Sharp Awakening - Release: Remote Toy Control v0.3.75 (Buttplug.IO) - Latest Update: 30.04.2024
Replies: 290
Views: 89017

Re: [Tease AI Awakening] - A Sharp Awakening - Release: Basic Version 0.2.90 - Latest Update: 22.02.2023

Small bug:
Right-clicking in the chat area gives a resource in use error and freezes everything up.

As a secondary thing:
Please add an option white background / black text for chat etc.
White text on black makes my eyes bleed. No idea how people can use a dark mode :)
by leezer3
Tue Aug 02, 2022 9:42 am
Forum: The Art of Webteasing
Topic: [RELEASE] Estim Hack
Replies: 145
Views: 53430

Re: [RELEASE] Estim Hack

From a bit more testing here: (Coyote / Xtoys again) The 2B pain files definitely have more 'kick' On the other hand, the training and tease files feel far better on the DIY setting. Using the same volume setting for both is for me at least fine. Again, YMMV- Experiment and see what feels best for y...
by leezer3
Wed Jul 20, 2022 10:01 am
Forum: The Art of Webteasing
Topic: [RELEASE] Estim Hack
Replies: 145
Views: 53430

Re: [RELEASE] Estim Hack

Selecting DIY with the Coyote / XToys seems to work relatively fine here from a relatively short session. Based upon Estim Chatroom experience, it definitely does do pain, but attempts to smooth it out somewhat. *Might* be better trying the 2B files in light of the smoothing, but I'm happy enough wi...
by leezer3
Wed Sep 08, 2021 1:54 pm
Forum: All and Everything
Topic: Pic of the day!
Replies: 2359
Views: 481432

Re: Pic of the day!

https://www.dinovalls.com/gallery.php

Rest of the gallery / works of the girl in question for the odd pic :)
by leezer3
Wed Aug 25, 2021 4:08 pm
Forum: Teasing Software
Topic: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)
Replies: 847
Views: 253349

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

Your newest taunts are a little broken :-) (I don't think this is version related) Spicy\Stroking\Taunt\Stroke\BasicStrokingTaunt.js The current code looks like this: ... //Run a bigger taunt special instead of a normal taunt (1/20) if(randInt <= 5 && getAllowedTauntCategories().length > 0) ...
by leezer3
Sat May 08, 2021 7:28 pm
Forum: Teasing Software
Topic: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)
Replies: 847
Views: 253349

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

(I'm assuming this is targetted at me!) I don't know how much time you think I've spent patching scripts to resolve case sensitive issues with filenames, but it's really not that much. Most of the media cross referencing was related to finding unused media and incorrect paths to media, and there we...
by leezer3
Sat May 01, 2021 3:36 pm
Forum: Teasing Software
Topic: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)
Replies: 847
Views: 253349

Re: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)

A suggestion: You're spending a lot of time messing around with casing in filenames, and this can only get worse if other authors start pushing personalities. It might be easier to just write a path insensitive combining function and use that instead. https://github.com/leezer3/OpenBVE/blob/master/s...
by leezer3
Tue Mar 09, 2021 11:07 pm
Forum: Teasing Software
Topic: [Tease Program] Tease-AI Java (1.4)
Replies: 879
Views: 289037

Re: [Tease Program] Tease-AI Java (1.3)

That's interesting- Everything I've seen is the same size so far. Possibly might depend on the blog in question and from there the CDN it's fetching it from or something of that nature. Pixel reading would probably work to an extent, but it's too broad a brush for my tastes. Fundamentally, I suspect...
by leezer3
Tue Mar 09, 2021 1:09 pm
Forum: Teasing Software
Topic: [Tease Program] Tease-AI Java (1.4)
Replies: 879
Views: 289037

Re: [Tease Program] Tease-AI Java (1.3)

@FrozenWolf- You've probably seen this, but I've submitted a PR to your integration branch. Started off just getting Gradle working elsewhere, but I've done some marginal hacky work to stop it throwing a black-screen / displaying unwanted stuff on various invalid image cases, which you / GodDragoner...