Bennister89 wrote: Sun Feb 08, 2026 9:39 pm
I found what was wrong, there weren't any video's of the succubi either in my folders. I've now redownloaded a pack and now the succibi show up in video's. At first I just had the image of the surroundings while fighting them.
Onto something else that is going wrong. As I said, I just deleted the entire succubi folder and replaced it with a new one, that has videos. My first encouter with a succubus went off smoothly, her video played, we fought, I won. But now every succubus that I face, starts off with -2 health and the combat ends instantly after showing her health.
She knows your there, it is too late to run!
You feel Kylie seizes your mind, you can do nothing but await her actions
Kylie stimulation power is 34, you will stroke for 82 seconds
Kylie loses connection and you stop stroking
Kylie floods your mind with images of fucking and reflects the power of orgasms past at you
Kylie does 4 damage
Your health is 6 your Shield is 0 your armor is 0
Kylie has -2 Health 4 Shield and 0 armor
Kylie intends to Attack and SpellLust
It is Day 3 11:30am You are in the hills 2N-3E
Is this because I didn't restart the game after changing the internal files?
That makes absolutely no sense however. While don't really know the inner workings of TeaseAI, just succubi Hunter. I am pretty sure that TeaseAI preloads lots of stuff, so Whilst I have no idea what has happened here, you should always reload the game if you change any of the game content.
Let me know if this happens after a complete restart.
You search the Savanna
You can 1-Attack 2-Run
23:33 Glen: 1
You engage in combat
Your health is 10 your Shield is 0 your armor is 0
MISSING_VARIABLE: #Var[SuccubiName] has MISSING_VARIABLE: #Var[SuccubiHealth] Health MISSING_VARIABLE: #Var[SuccubiShield] Shield and MISSING_VARIABLE: #Var[SuccubiPhysicalarmor] armor NO_POSSIBLE_LINES: Scripts\SuccubiHunter\Vocabulary\#SetSuccubiAction1.txt
MISSING_VARIABLE: #Var[SuccubiName] intends to MISSING_VARIABLE: #Var[SuccubiAction1]
You break free of MISSING_VARIABLE: #Var[SuccubiName]'s control and prepare to act
Bennister89 wrote: Mon Feb 09, 2026 10:34 pm
I deleted everything in variables, as the game asked me when starting over. Now, when I face a succubus, I get a bunch of missing variables.
You search the Savanna
You can 1-Attack 2-Run
23:33 Glen: 1
You engage in combat
Your health is 10 your Shield is 0 your armor is 0
MISSING_VARIABLE: #Var[SuccubiName] has MISSING_VARIABLE: #Var[SuccubiHealth] Health MISSING_VARIABLE: #Var[SuccubiShield] Shield and MISSING_VARIABLE: #Var[SuccubiPhysicalarmor] armor NO_POSSIBLE_LINES: Scripts\SuccubiHunter\Vocabulary\#SetSuccubiAction1.txt
MISSING_VARIABLE: #Var[SuccubiName] intends to MISSING_VARIABLE: #Var[SuccubiAction1]
You break free of MISSING_VARIABLE: #Var[SuccubiName]'s control and prepare to act
I've been playing around with this, trying to add some succubi myself. I understand most of it, but the thing i'm struggling with is the media starttimes for the different states. In the already existing succubi in the script for ChangeImageCheck there is a number between 0-100, is 100 just the start of the video and 0 the end? Anybody knows how this works?
Roadrunner1405 wrote: Sun May 24, 2026 11:49 pm
I've been playing around with this, trying to add some succubi myself. I understand most of it, but the thing i'm struggling with is the media starttimes for the different states. In the already existing succubi in the script for ChangeImageCheck there is a number between 0-100, is 100 just the start of the video and 0 the end? Anybody knows how this works?
Hi and welcome to the forum!
I don't have the scripts around right now, so just 2 general hints.
- ChangeImageCheck, just judging by it's name doesn't sound like it's used for videos, but o/c I could be wrong, who knows.
- What I would do:
Use Notepad++ and it's find-in-files feature, search for ChangeImageCheck and it shows every instance of it over all files in a selected folder (and subfolders) so you can scan the whole personality like that and see quickly how it's used all over the place.
Notepad++ should be installed on any PC anyway, but especially if you are dealing with scripts, it's super helpful.
Roadrunner1405 wrote: Sun May 24, 2026 11:49 pm
I've been playing around with this, trying to add some succubi myself. I understand most of it, but the thing i'm struggling with is the media starttimes for the different states. In the already existing succubi in the script for ChangeImageCheck there is a number between 0-100, is 100 just the start of the video and 0 the end? Anybody knows how this works?
Honestly I don't think I will develop this anymore but if there is enthusiasm like people creating their own succubi I could be called out of retirement
The variable you are setting is used in a @Jumpvideo command in the scripts so it refers to the percentage of the video i.e. in a 10 minute video at 20 it will start 2 mins in (or maybe 8 I can't remember but if you look at the scripts it will be obvious).
Ages and ages ago I made an excel tool, where all you had to do was put in key details (length of video) start times, what you wanted the succubi to say and it pumped out scrips. I have not checked it in 3 years but I think it was bug free. you can get it here
PS - Yes Markus I know @jumpvideo using a percentage was a stupid way to do it but at the time I wrote it it was the only documented command, now days I would use the number of seconds but it's too late now
Roadrunner1405 wrote: Sun May 24, 2026 11:49 pm
I've been playing around with this, trying to add some succubi myself. I understand most of it, but the thing i'm struggling with is the media starttimes for the different states. In the already existing succubi in the script for ChangeImageCheck there is a number between 0-100, is 100 just the start of the video and 0 the end? Anybody knows how this works?
Honestly I don't think I will develop this anymore but if there is enthusiasm like people creating their own succubi I could be called out of retirement
The variable you are setting is used in a @Jumpvideo command in the scripts so it refers to the percentage of the video i.e. in a 10 minute video at 20 it will start 2 mins in (or maybe 8 I can't remember but if you look at the scripts it will be obvious).
Ages and ages ago I made an excel tool, where all you had to do was put in key details (length of video) start times, what you wanted the succubi to say and it pumped out scrips. I have not checked it in 3 years but I think it was bug free. you can get it here
PS - Yes Markus I know @jumpvideo using a percentage was a stupid way to do it but at the time I wrote it it was the only documented command, now days I would use the number of seconds but it's too late now
Thanks for the info, 100 is indeed the start of the video and 0 the end. The Excel works great so far I haven't run into any issues with it and it saves a lot of time