Search found 16 matches

by Go-mei-sa
Tue Dec 29, 2020 3:03 pm
Forum: Teasing Software
Topic: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)
Replies: 860
Views: 384436

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

:!: I saw an estim punishment asking to put pads on each nipple. I'm not a specialist but I have always read to avoid placing the electrodes near the heart (or even on any part higher than the waist).
by Go-mei-sa
Sat Dec 26, 2020 5:30 pm
Forum: Teasing Software
Topic: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)
Replies: 860
Views: 384436

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

On the trainings, with the 5x multiplier it's possible to get enough xp to go through 2 level at once, but the system is only able to up the level by on. So the Domme says something like: "You will need -2 more exp for the next level"

When saying to remove the previous buttplug and insert the ...
by Go-mei-sa
Wed Dec 23, 2020 11:19 pm
Forum: Teasing Software
Topic: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)
Replies: 860
Views: 384436

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


While getting my buttplug she called me to put it in and turn on the vibrating but this plug has no Vibration.
I can't find the bug in buttplug.js maybe you can.

I had the same bug, it's already fixed in Github, but as the personality.properties file is not updated in github, TeaseAI does not ...
by Go-mei-sa
Wed Dec 23, 2020 11:17 am
Forum: Teasing Software
Topic: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)
Replies: 860
Views: 384436

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

I had a session ending abruptly with the following error in log

11:48:55 AM INFO: Trying to run link
11:48:55 AM INFO: Trying to run chastity link
11:48:55 AM INFO: Trying to run chastity link
11:48:55 AM INFO: Executing link and adding to history
11:49:03 AM CHAT: 11:49 AM Domme: It's so much fun ...
by Go-mei-sa
Tue Dec 22, 2020 10:42 am
Forum: Teasing Software
Topic: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)
Replies: 860
Views: 384436

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

Got asked to make vibrate a plug which is registered as not vibrating.
What I think happens in the code:
the deserializeObject function get the plug config, and sets the value as such:

let identifier = splitEntry[0]; // = "vibrating" that's a string
let value = splitEntry[1]; // = "false" that's a ...
by Go-mei-sa
Tue Dec 22, 2020 4:43 am
Forum: Teasing Software
Topic: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)
Replies: 860
Views: 384436

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

small typo in Chastity.js, t missing in chastity.

Code: Select all

function askForMaxLockupTime() {
    sendMessage("Knowing that you have a chastiy cage I need to know the maximum amount of days I can lock you up in a row");
by Go-mei-sa
Mon Dec 21, 2020 9:54 am
Forum: Teasing Software
Topic: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)
Replies: 860
Views: 384436

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

AnalDepth.js contains

Code: Select all

if (DILDOS[y].diameter >= getVar(VARIABLE.MAX_ANAL_DIAMETER)) {
It should probably be

Code: Select all

if (DILDOS[y].diameter >= getVar(VARIABLE.MAX_ANAL_LENGTH)) {
by Go-mei-sa
Sat Dec 19, 2020 4:07 pm
Forum: Teasing Software
Topic: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)
Replies: 860
Views: 384436

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


I supposed you don't have a magic/hitachi wand?
Will fix it :yes:


Exactly, I do not have one. But I have a bullet vibrator. Maybe it could be used as replacement.
Also, before that I got into the vibe cage routine (where it's asking to increase or lower intensity, I suppose of the wand). I ...
by Go-mei-sa
Sat Dec 19, 2020 3:48 pm
Forum: Teasing Software
Topic: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)
Replies: 860
Views: 384436

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

when losing the card memory game, it's asking for edges, even in chastity.
around line 212 of MissingCardMemory.js
Even got the taunt "Just be glad you're edging, Imagine wearing a cage" :lol:
by Go-mei-sa
Sat Dec 19, 2020 7:20 am
Forum: Teasing Software
Topic: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)
Replies: 860
Views: 384436

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

my lib folder has the estimAPI.jar (otherwise it would probably have done the NoClassDefFoundError on devices.TwoB.TwoB)
The project probably needs the jSerialComm jar too.
by Go-mei-sa
Sat Dec 19, 2020 1:11 am
Forum: Teasing Software
Topic: [Tease AI Java] Spicy (Open Alpha | 16.12 | v0.1.5.1)
Replies: 860
Views: 384436

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

Following exception happening when starting Spicy with Estim enabled in the settings:

Exception in thread "JavaFX Application Thread" java.lang.NoClassDefFoundError: com/fazecast/jSerialComm/SerialPort
at devices.TwoB.TwoB.initDevice(TwoB.java:75)
at devices.TwoB.TwoB.initDevice(TwoB.java:65 ...
by Go-mei-sa
Tue Jul 02, 2019 6:45 pm
Forum: Teasing Software
Topic: [Tease AI Java] SPICY development thread
Replies: 125
Views: 56496

Re: [Tease AI Java] SPICY development thread

in FirstSession.js, when setting VARIABLE_STROKE_MODULE_PAUSE_FREQUENCY
if the answer is "you"/"mood", infinite loop occurring since there is no break right after:
setVar(VARIABLE_STROKE_MODULE_PAUSE_FREQUENCY, 0);
by Go-mei-sa
Tue Oct 23, 2018 2:32 pm
Forum: Teasing Software
Topic: [Tease Program] Tease-AI Java (1.4)
Replies: 873
Views: 517321

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

You could use Java 11.
by Go-mei-sa
Sun Jun 17, 2018 9:47 am
Forum: Teasing Software
Topic: [Tease Program] Tease-AI Java (1.4)
Replies: 873
Views: 517321

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

@GodDragon
I was looking into loading CSS into TeaseAI Java.
Rather than having an option in the preferences to select a particular style sheet, I thought it would be more interesting to allow the personalities to load a CSS file on demand with a function (+ i'd rather avoid doing some GUI editing ...
by Go-mei-sa
Mon Jun 11, 2018 8:29 pm
Forum: Teasing Software
Topic: [Tease Program] Tease-AI Java (1.4)
Replies: 873
Views: 517321

Re: [Tease Program] Tease-AI Java

From a project, you can find all other forks clicking on the fork number.
But to make it quicker for you, it's here : https://github.com/Go-mei-sa/TeaseAIJava