Jump to content

How to insert/modify lines in Sexlab mods that describe sexual activities ?


jaxxl

Recommended Posts

Posted


I'm Trying to modify lines with sex and pregnancy description in Sex Lab Hentai Pregnancy mod. 

 
For example, in HentaiPregnancy.PSC file -

 

 Debug.Notification(father.GetActorBase().GetName() + " is impregnating " + mother.GetActorBase().GetName())

 

 a confirmation message is displayed when Dragonborn successfully impregnates an NPC, based on above lines.

I tried to change it to -

 

 (father.GetActorBase().GetName() + " is impregnating " + mother.GetActorBase().GetName() +'s eager womb+ )

 
But it still displays the same default confirm message...

Posted
6 hours ago, jaxxl said:


I'm Trying to modify lines with sex and pregnancy description in Sex Lab Hentai Pregnancy mod. 

 
For example, in HentaiPregnancy.PSC file -

 

 Debug.Notification(father.GetActorBase().GetName() + " is impregnating " + mother.GetActorBase().GetName())

 

 a confirmation message is displayed when Dragonborn successfully impregnates an NPC, based on above lines.

I tried to change it to -

 

 (father.GetActorBase().GetName() + " is impregnating " + mother.GetActorBase().GetName() +'s eager womb+ )

 
But it still displays the same default confirm message...

I'm still not entirely sure what you are trying to accomplish. However, if you are trying to change the words in one mod with words of your own choosing let me suggest you get this:

https://www.nexusmods.com/skyrimspecialedition/mods/134

With it you will be able to bring up any message from a mod (or game) and change it so that it says something else.

Posted
12 minutes ago, Psalam said:

I'm still not entirely sure what you are trying to accomplish. However, if you are trying to change the words in one mod with words of your own choosing let me suggest you get this:

https://www.nexusmods.com/skyrimspecialedition/mods/134

With it you will be able to bring up any message from a mod (or game) and change it so that it says something else.

It's not compatible with Skyrim LE version.. Any other way to modify default mod text ?

Posted
2 hours ago, jaxxl said:

It's not compatible with Skyrim LE version.. Any other way to modify default mod text ?

On the page says it is for Skyrim, SkyrimSE and FO4 etc., so give it a try.

Posted
25 minutes ago, jaxxl said:

https://www.nexusmods.com/skyrim/mods/29148

 

Does tesvTranslator works the same way as xTranslator ? please link me to mod text changing tutorials.

I never used the tool before but on the xTranslator page they point towards the sseTranslator page. Here is some sort of tutorial:

 

https://www.nexusmods.com/fallout4/articles/23/

 

I ran the program, it asks you for which Beth game you want to run it, select Skyrim. Then you get two windows, one is the option window, the other the translation window. If you want to edit some text only, then I would set the translation to language to the same language as the base language (aka nothing will get translated). If you open an esp, in the translation window you get an overview of some dialogue text. You can just make edits here by right clicking on it and then from the pop up window select edit or whatever (top of the list). After you are done, go to File -> finalize esp and save it. sseTranslator makes a backup so it should be, theoretically, be quite safe to make edits.

 

Posted
7 hours ago, myriad said:

If you open an esp, in the translation window you get an overview of some dialogue text. You can just make edits here by right clicking on it and then from the pop up window select edit or whatever (top of the list). After you are done, go to File -> finalize esp and save it. sseTranslator makes a backup so it should be, theoretically, be quite safe to make edits.

 

https://imggmi.com/full/2019/7/30/a08cc3b148ec9443cfcff4294a4983ce-full.jpg.html

 

How to search for specific keywords in sseTranslator ? I'm trying to search for "is impregnating" keyword located in -

 

ModOrganizer\mods\Sexlab Hentai Pregnancy\scripts\source\HentaiPregnancy.PSC 

 

that contains the following string -

 

 Debug.Notification(father.GetActorBase().GetName() + " is impregnating " + mother.GetActorBase().GetName()) 

 

 

Posted
1 hour ago, jaxxl said:

Is there an option to search for specific keywords inside sseTranslator ?

under the menu bar, second and third icon.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...