jaxxl Posted July 29, 2019 Posted July 29, 2019 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...
Tweens Posted July 29, 2019 Posted July 29, 2019 Try enclosing it in quotes and drop the last +: + " 's eager womb " )
jaxxl Posted July 29, 2019 Author Posted July 29, 2019  5 hours ago, Tweens said: Try enclosing it in quotes and drop the last +: + " 's eager womb " ) https://imggmi.com/full/2019/7/30/7e627621a95fdcf43b8e2dc04fbfd099-full.jpg.html  still not showing edited lines, only the default pregnancy confirm message...
Psalam Posted July 29, 2019 Posted July 29, 2019 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.
jaxxl Posted July 29, 2019 Author Posted July 29, 2019 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 ?
myriad Posted July 30, 2019 Posted July 30, 2019 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.
jaxxl Posted July 30, 2019 Author Posted July 30, 2019 9 hours ago, myriad said: On the page says it is for Skyrim, SkyrimSE and FO4 etc., so give it a try. https://www.nexusmods.com/skyrim/mods/29148  Does tesvTranslator works the same way as xTranslator ? please link me to mod text changing tutorials.
myriad Posted July 30, 2019 Posted July 30, 2019 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. Â
jaxxl Posted July 30, 2019 Author Posted July 30, 2019 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())  Â
myriad Posted July 30, 2019 Posted July 30, 2019 Hmmm if you want to search for strings in source files then there are more useful tools I suppose. Have a look at one of these (haven't installed any of them): Â https://helpdeskgeek.com/how-to/search-inside-multiple-text-files-at-once/ Â
jaxxl Posted July 31, 2019 Author Posted July 31, 2019 15 hours ago, myriad said: Hmmm if you want to search for strings in source files then there are more useful tools I suppose. Have a look at one of these (haven't installed any of them):  https://helpdeskgeek.com/how-to/search-inside-multiple-text-files-at-once/  Is there an option to search for specific keywords inside sseTranslator ?
myriad Posted July 31, 2019 Posted July 31, 2019 1 hour ago, jaxxl said: Is there an option to search for specific keywords inside sseTranslator ? under the menu bar, second and third icon.
Ruffled Pigeon Posted July 31, 2019 Posted July 31, 2019 You have to actually compile the edited psc files.
jaxxl Posted August 1, 2019 Author Posted August 1, 2019 How about Creation Kit then ? ( just changing a line needs so much precision (*__* ) )
Recommended Posts
Archived
This topic is now archived and is closed to further replies.