Jump to content

Recommended Posts

Posted (edited)

Hi, plz advice on how to use x-ai/grok-beta for CHIM/MinAI, when using this (x-ai/grok-beta) LLM in connector field, troubleshooting returns empty LLM Response but using Command R+ or Hermes 405b works just fine, maybe there are some settings in connections that must be adjusted for grok?
p.s. Tryed to turn off json enforce, but it wont fix issue completely, now sometimes troubleshooting returns an answer and sometimes it doesnt

Edited by ShankBrother123
Posted
10 hours ago, ShankBrother123 said:

Hi, plz advice on how to use x-ai/grok-beta for CHIM/MinAI, when using this (x-ai/grok-beta) LLM in connector field, troubleshooting returns empty LLM Response but using Command R+ or Hermes 405b works just fine, maybe there are some settings in connections that must be adjusted for grok?
p.s. Tryed to turn off json enforce, but it wont fix issue completely, now sometimes troubleshooting returns an answer and sometimes it doesnt

 

I personally use x-ai/grok-beta, and it works fine. You probably have something toggled in the connector settings that's breaking it. 

Posted
7 hours ago, boozecow said:

I have a little puzzle to solve, it says that my slhh is incompatible.
I'm using this one, what the correct version it support ?

 

I think that's the right version. That check is from this logic:

 

if Game.GetModByName("SexlabHorribleHarassment.esp") != 255
    bHasSLHH = True
    Main.Info("Found SLHH")
    SLHHScriptEventKeyword = Game.GetFormFromFile(0x00C510, "SexLabHorribleHarassment.esp") as Keyword
    if !SLHHScriptEventKeyword
      Main.Error("Could not find SLHHScriptEventKeyword")
      Debug.Notification("Incompatible version of SLHH. AI Integrations Disabled.")
      bHasSLHH = False
    EndIf
  EndIf

 

So, it's unable to find that keyword in the esp. 

Posted
14 hours ago, Min said:

 

I personally use x-ai/grok-beta, and it works fine. You probably have something toggled in the connector settings that's breaking it. 

Could you please share screenshot with your setting or send it some other way, cause there is a bunch of settings which purpose is very vague to me(

Posted
4 hours ago, ShankBrother123 said:

Could you please share screenshot with your setting or send it some other way, cause there is a bunch of settings which purpose is very vague to me(

 

I seem to have a similar issue with Grok as well, I just get no responses at all.. I've looked at the times in context_sent_to_llm.log and matched that with output_from_llm.log in the Herika server folder and can see it seems to miss all the parameters off the NPC I'm expecting to get a response from. 

 

So in my case I have a follower called Rita and the output from the LLM for this NPC is

 

== 2025-01-04T18:45:18+01:00 START

{"character": "Rita",

2025-01-04T18:45:18+01:00 END
==

 

Normally .. I would be getting something like

== 2025-01-04T18:39:19+01:00 START

{"character": "Rita",character": "listener", "Uthgerd the Unbroken": "mood", "neutral": "action", "Talk": "target", "Uthgerd the Unbroken": "message", "I couldn't help but notice your impressive physique. What's a strong Nord woman like you doing drinking alone in a place like this?": "}}<tool_call>"
}


2025-01-04T18:39:23+01:00 END
==

 

I haven't yet found another log/config file that could tell me why Grok doesn't appear to be completing the output. 

 

At the moment I'm playing with Anthropic/Claude-3.5-haiku-20241022 which seems to be fast, NSFW, utilises sapience quite well and also actions/commands .. but is depleting my credits quite as fast (not as fast as Grok I would suspect) but one to try if looking for some variance. 

 

 

Posted

Some results of the test - Devious narrator can use equip/uneqip DD, and it can be quite a fun experience. It has some downsides, from my testing.

It can equip locked plugs that it does not seem to be able to propely remove. Casued CTD for me when it tried. Also seem to equip both types of plugs at the same time. Guess its a limitation imposed by DD framework itself? Also the randomness of it - made for speed? Believe the same functionality was implemented to a degree in submissive lola, and author i believe called speed as a tradeoff for randomness.

 Overall, great functionality, if requiring user discretion.

Also noticed that sapience seem to kick in consistently, and provide great ambience, but it appears to be prioritized over player dialogues, interfering there. Would using different LLM providers help in that regard? I mean for sapience and manually added npcs. (If so, how do i set up specific LLM for sapience distribution, not per character added?).

Another point, with this many NPC talking, it quite taxes XTTS, quite a few lines arent spoken with an error message in notifications. No arrors in log thou.

 I believe i saw a guide somewhere for clout XTTS usage, going to check if that improves it.

All in all, small bumps in overall great experience, so much so dont see myself building skyrim without CHIM+MinAI in it.

Posted

I installed CHIM and use VR along with Papyrus Tweaks 4.1.0.
 

After launching the map, I see the message:

You are running an outdated version of the beta with min_AIFF.esp. This file is no longer required. Please delete it.
 

Additionally, I encounter an AI fatal error:
Could not get handle Montella.
 

However, I’ve already installed the latest version, MinAI-beta42.2. I even tried downloading the latest development branch from GitHub.
 

I can’t initiate sex, even though I see the external command in the console.

What wrong? 😞

Posted (edited)

Hello, i have two Major problems.

First is that my game regularly stutters while trying to use the AI and says "connection issues", sometimes it doesn't do that but most of the times especially in the open world it does.

Secondly, I noticed that i wasn't able to initiate any actions like spanking or sex with AI (Mind you that AI still commented about it when we had sex) and saw that you wanted Papyrus Logs, so i activated the logs and played the game a bit, to find out my new log is around 20GB, which was insane, i deleted and open the game again to see what was spamming it and found this;

    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Error: Static function GenerateRandomInt not found on object po3_sksefunctions. Aborting call and returning None
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Warning: Assigning None to a non-object variable named "::temp24"
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Error: Static function GenerateRandomInt not found on object po3_sksefunctions. Aborting call and returning None
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Warning: Assigning None to a non-object variable named "::temp24"
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Error: Static function GenerateRandomInt not found on object po3_sksefunctions. Aborting call and returning None
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Warning: Assigning None to a non-object variable named "::temp24"
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Error: Static function GenerateRandomInt not found on object po3_sksefunctions. Aborting call and returning None
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Warning: Assigning None to a non-object variable named "::temp24"
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Error: Static function GenerateRandomInt not found on object po3_sksefunctions. Aborting call and returning None
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Warning: Assigning None to a non-object variable named "::temp24"
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158


I really love the mods, what should i do?
 

Edited by SubmissiveDraenei
Posted
4 hours ago, SubmissiveDraenei said:

Hello, i have two Major problems.

First is that my game regularly stutters while trying to use the AI and says "connection issues", sometimes it doesn't do that but most of the times especially in the open world it does.

Secondly, I noticed that i wasn't able to initiate any actions like spanking or sex with AI (Mind you that AI still commented about it when we had sex) and saw that you wanted Papyrus Logs, so i activated the logs and played the game a bit, to find out my new log is around 20GB, which was insane, i deleted and open the game again to see what was spamming it and found this;

    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Error: Static function GenerateRandomInt not found on object po3_sksefunctions. Aborting call and returning None
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Warning: Assigning None to a non-object variable named "::temp24"
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Error: Static function GenerateRandomInt not found on object po3_sksefunctions. Aborting call and returning None
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Warning: Assigning None to a non-object variable named "::temp24"
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Error: Static function GenerateRandomInt not found on object po3_sksefunctions. Aborting call and returning None
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Warning: Assigning None to a non-object variable named "::temp24"
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Error: Static function GenerateRandomInt not found on object po3_sksefunctions. Aborting call and returning None
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Warning: Assigning None to a non-object variable named "::temp24"
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Error: Static function GenerateRandomInt not found on object po3_sksefunctions. Aborting call and returning None
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158
[01/10/2025 - 02:19:08AM] Warning: Assigning None to a non-object variable named "::temp24"
stack:
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.FindActors() - "minai_SapienceController.psc" Line 125
    [minai_SapienceController (FE0BE91D)].minai_SapienceController.OnUpdate() - "minai_SapienceController.psc" Line 158


I really love the mods, what should i do?
 

You're missing the Papyrus Extender requirement. Install it.

Posted
21 hours ago, Kimberlite said:

I installed CHIM and use VR along with Papyrus Tweaks 4.1.0.
 

After launching the map, I see the message:

You are running an outdated version of the beta with min_AIFF.esp. This file is no longer required. Please delete it.
 

Additionally, I encounter an AI fatal error:
Could not get handle Montella.
 

However, I’ve already installed the latest version, MinAI-beta42.2. I even tried downloading the latest development branch from GitHub.
 

I can’t initiate sex, even though I see the external command in the console.

What wrong? 😞

 

Did you install a mod list that contains an old version of MinAI? Do you have a file named "minai_AIFF.esp"? I'm wondering if you have two copies of the mod installed. For the Mantella message, you likely have a "mantella.esp" file installed that does not contain the structure the mod is expecting.

Posted
On 1/7/2025 at 10:30 AM, nilead said:

Some results of the test - Devious narrator can use equip/uneqip DD, and it can be quite a fun experience. It has some downsides, from my testing.

It can equip locked plugs that it does not seem to be able to propely remove. Casued CTD for me when it tried. Also seem to equip both types of plugs at the same time. Guess its a limitation imposed by DD framework itself? Also the randomness of it - made for speed? Believe the same functionality was implemented to a degree in submissive lola, and author i believe called speed as a tradeoff for randomness.

 Overall, great functionality, if requiring user discretion.

Also noticed that sapience seem to kick in consistently, and provide great ambience, but it appears to be prioritized over player dialogues, interfering there. Would using different LLM providers help in that regard? I mean for sapience and manually added npcs. (If so, how do i set up specific LLM for sapience distribution, not per character added?).

Another point, with this many NPC talking, it quite taxes XTTS, quite a few lines arent spoken with an error message in notifications. No arrors in log thou.

 I believe i saw a guide somewhere for clout XTTS usage, going to check if that improves it.

All in all, small bumps in overall great experience, so much so dont see myself building skyrim without CHIM+MinAI in it.

It's not that it's prioritized over player dialogue per se, it's just that the server-side processing isn't interrupted by player dialogue. I'll probably improve this in the future. Glad you're having a good time with it!

Posted (edited)
2 hours ago, Min said:

 

Did you install a mod list that contains an old version of MinAI? Do you have a file named "minai_AIFF.esp"? I'm wondering if you have two copies of the mod installed. For the Mantella message, you likely have a "mantella.esp" file installed that does not contain the structure the mod is expecting.


I didn't use a mod list. 

I have beta42.2 from https://github.com/MinLL/MinAI/releases

And I see only minai.esp.

I can't find "mantella.esp" or "minai_AIFF.esp". I've never installed mantella. 

 

I can see action like undressing, kiss, hugs after installing Sexlab Approach, but there is uncontrolled spinning. I used slapppatch.zip from this topic, to prevent spinning, but it didn't help.

I see a sex suggestion dialog, but no animation.

 

Same problem as 

 

 

In logs I see

[01/10/2025 - 08:19:27AM] [minai (Info)]: ActionRegistry: Executed ExtCmdStartVaginal ( False ), interval=5.000000, exponent= 2.000000, maxInterval = 5, currentInterval = 0, currentTime = 138.142014, nextExecution =  143.142014
[01/10/2025 - 08:19:27AM] [CF][Creature Apply] Not activating ["Adrianne Avenicci" [WIDeadBodyCleanupScript < (0001A67C)>]]; creature isn't registered; race=["IMPERIAL" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]
[01/10/2025 - 08:19:27AM] [minai (Info)]: ActionRegistry: Backoff for ExtCmdIncreaseArousal reset.
[01/10/2025 - 08:19:27AM] Error: Static function IsRunning not found on object othread. Aborting call and returning None
stack:
    [minai_MainController (FE011802)].minai_SexUtil.getPlayerThread() - "minai_SexUtil.psc" Line 30
    [minai_MainController (FE011802)].minai_SexOstim.StartSexOrSwitchToGroup() - "minai_SexOstim.psc" Line 41
    [minai_MainController (FE011802)].minai_Sex.StartSexOrSwitchToGroup() - "minai_Sex.psc" Line 305
    [minai_MainController (FE011802)].minai_Sex.StartSexOrSwitchTo() - "minai_Sex.psc" Line 317
    [minai_MainController (FE011802)].minai_Sex.CommandDispatcher() - "minai_Sex.psc" Line 488
[01/10/2025 - 08:19:27AM] warning: Assigning None to a non-object variable named "::temp7"

Seems, the mod calls SexOstim
https://www.nexusmods.com/skyrimspecialedition/mods/40725

 

which I dont have cause Ostim doesnt work with VR. I have Sexlab 

 

 

Papyrus.0.log SexLabDebug.0.log

 

Spoiler

ScreenShot4.png

ScreenShot2.pngScreenShot0.png

 

Edited by Kimberlite
Posted
On 1/9/2025 at 9:51 PM, Kimberlite said:


I didn't use a mod list. 

I have beta42.2 from https://github.com/MinLL/MinAI/releases

And I see only minai.esp.

I can't find "mantella.esp" or "minai_AIFF.esp". I've never installed mantella. 

 

I can see action like undressing, kiss, hugs after installing Sexlab Approach, but there is uncontrolled spinning. I used slapppatch.zip from this topic, to prevent spinning, but it didn't help.

I see a sex suggestion dialog, but no animation.

 

Same problem as 

 

 

In logs I see

[01/10/2025 - 08:19:27AM] [minai (Info)]: ActionRegistry: Executed ExtCmdStartVaginal ( False ), interval=5.000000, exponent= 2.000000, maxInterval = 5, currentInterval = 0, currentTime = 138.142014, nextExecution =  143.142014
[01/10/2025 - 08:19:27AM] [CF][Creature Apply] Not activating ["Adrianne Avenicci" [WIDeadBodyCleanupScript < (0001A67C)>]]; creature isn't registered; race=["IMPERIAL" [Race <ImperialRace (00013744)>]] skin=["" [Armor < (00000D64)>]]
[01/10/2025 - 08:19:27AM] [minai (Info)]: ActionRegistry: Backoff for ExtCmdIncreaseArousal reset.
[01/10/2025 - 08:19:27AM] Error: Static function IsRunning not found on object othread. Aborting call and returning None
stack:
    [minai_MainController (FE011802)].minai_SexUtil.getPlayerThread() - "minai_SexUtil.psc" Line 30
    [minai_MainController (FE011802)].minai_SexOstim.StartSexOrSwitchToGroup() - "minai_SexOstim.psc" Line 41
    [minai_MainController (FE011802)].minai_Sex.StartSexOrSwitchToGroup() - "minai_Sex.psc" Line 305
    [minai_MainController (FE011802)].minai_Sex.StartSexOrSwitchTo() - "minai_Sex.psc" Line 317
    [minai_MainController (FE011802)].minai_Sex.CommandDispatcher() - "minai_Sex.psc" Line 488
[01/10/2025 - 08:19:27AM] warning: Assigning None to a non-object variable named "::temp7"

Seems, the mod calls SexOstim
https://www.nexusmods.com/skyrimspecialedition/mods/40725

 

which I dont have cause Ostim doesnt work with VR. I have Sexlab 

 

 

Papyrus.0.log 1.61 MB · 0 downloads SexLabDebug.0.log 4.08 kB · 0 downloads

 

  Reveal hidden contents

 

From your log, things are all sorts of broken. MinAI's core scripts aren't able to call eachother. You've messed something up badly with your installation. Make sure you have all of the requirements installed (Including Papyrus Tweaks).

Posted (edited)
On 9/17/2024 at 1:28 AM, Min said:

 

Here are my patches for this. It's very rudimentary, it just disables the setVehicle call on the player. This means that you don't spin. It also means that you don't line up with the animation super well though.  Better than spinning anyways.

 

slapppatch.zip 52.09 kB · 5 downloads slhhpatch.zip 6.71 kB · 6 downloads


Finally, I figure out that was going wrong.

I used Skyrim VR ESL which broke PapyrusUtil
 

https://www.nexusmods.com/skyrimspecialedition/mods/106712?tab=files
 

There is a patch PapyrusUtil ESL Patch, but it broke my save =(

Animations work. So awesome ^^
But I must start over the game =/

I think you should mention about this problem in the FAQ

Does slapppatch.zip should work? The spinning while kissing is still. 

This patch overrides 
SexLab approach redux
https://www.loverslab.com/files/file/26994-sexlab-approach-redux

Edited by Kimberlite
Posted

I'm confused on just one thing, does this work with standard Skyrim SSE? I see everyone talking about VR and I have VR but I can't play it without getting motion sick so I play standard SSE instead. 

 

If it does work, can it tell when sex is happening through CBPC like VR can? 

 

You mentioned several times Mantella and CHIM/AIFF can be installed together, how does that work? I like being able to custom edit NPCs on Mantella like saying how Ysolda likes to masterbate with mammoth tusks and becomes incredibly aroused anytime the player mentions mammoth tusks, she is always eager to try new things sexually.

 

I'm really interested in CHIM to use this, but I don't want to loose the custozation ability of editing the NPCs.

Posted

Any clue on why could it be that when using CHIM specifically, actions not related to sex are not working? With CHIM, sex related actions work but when trying to get an NPC to follow or open their inventory to trade it's impossible to do it. I have tried with Mantella and using the same model I was using for CHIM, both normal actions (Follow, trade, etc.) and sex related actions work.

Posted (edited)
20 hours ago, AlainCA said:

Any clue on why could it be that when using CHIM specifically, actions not related to sex are not working? With CHIM, sex related actions work but when trying to get an NPC to follow or open their inventory to trade it's impossible to do it. I have tried with Mantella and using the same model I was using for CHIM, both normal actions (Follow, trade, etc.) and sex related actions work.

Could be the LLM you are using (some play better than others) but, for instance, if my NPC is saying something like give me this item or let me check what you're holding but the actual command/action of opening my inventory doesn't happen .. then I usually tell the NPC to remember to use keywords / actions .. to which usually kicks it into place.. The other thing to check is that the MCM for CHIM/MinAI actually has the use actions/commands box ticked ..

Edited by jc321
Posted

Any chance you can add, if you haven't already, Amorous Adventures quest recognition? Specifically the posting version? 

 

It would be great if NPCs recognized this classic mod which with modifying the NPS CVS files to include traits with with quests like Ysolda masturbating with mammoths tusks and getting aroused at the mere mention of one, could make the AI a bit more interesting.

Posted
On 1/12/2025 at 4:54 AM, OwlMazaltof said:

Excellent mod! I just thought about it when I came across AI for Skyrim, and someone has already done it.

But can you tell me how animations work in Ostim for VR? I use Mantella and OStim Standalone, and when the NPC says -sex- Ostim starts, but then the animations don't change, no matter what key phrases I say (that were described here https://github.com/MinLL/MinAI/blob/main/nsfw_Scenes.md)

 

For several days I've been trying to get phrases to work for changing sex scenes in OStim.

- I use Mantella+OStim Standalone(for Sex Scene)+SexLab(For -kiss- -hug-).

- Skyrim VR.

- AI x-ai/grok-2.

- Nemesis for Animations.

These are the mods I have that are related to Papyrus and here is the log file. I'm talking to AI in russian, can this affect the keywords for scene shifts?

image.png.77f695445c107a72e41530442551fa8d.png

 

Tell me where to look, I see warnings in the log files, but I don't quite understand what they mean:

[01/14/2025 - 03:42:22AM] warning: Assigning None to a non-object variable named "::temp57"
stack:
    [MantellaConversation (1F03D41A)].mantellaconversation.sendRequestForPlayerInput() - "MantellaConversation.psc" Line 279
    [MantellaConversation (1F03D41A)].mantellaconversation.ContinueConversation() - "MantellaConversation.psc" Line 140
    [MantellaConversation (1F03D41A)].mantellaconversation.OnHttpReplyReceived() - "MantellaConversation.psc" Line 111
[01/14/2025 - 03:42:34AM] Error: Static function logMessage not found on object aiagentfunctions. Aborting call and returning None
stack:
    [minai_MainController (FE012802)].minai_Sex.UpdateThreadTable() - "minai_Sex.psc" Line 825
    [minai_MainController (FE012802)].minai_Sex.onSceneChange() - "minai_Sex.psc" Line 936
    [minai_MainController (FE012802)].minai_Sex.OStimManager() - "minai_Sex.psc" Line 616
[01/14/2025 - 03:42:34AM] warning: Assigning None to a non-object variable named "::temp130"
stack:
    [minai_MainController (FE012802)].minai_Sex.UpdateThreadTable() - "minai_Sex.psc" Line 825
    [minai_MainController (FE012802)].minai_Sex.onSceneChange() - "minai_Sex.psc" Line 936
    [minai_MainController (FE012802)].minai_Sex.OStimManager() - "minai_Sex.psc" Line 616

 

Also, during the -kiss- -hug- scenes, rotation appears (I installed both patches and redefined them as the main ones)

Papyrus.0.log

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   1 member

×
×
  • Create New...