Jump to content

Recommended Posts

Guest Long John
Posted

Here's my latest English translation.  This time I corrected some of the English grammar instead of focusing just on the translation. It's not perfect, but it is better. smile.png

 

rjn

 

How much please does this translation increment the translation percentage on the English one?

Posted

Hi all, I've finally gotten the thirst to try this mod out and I have to say I'm loving what I've seen!  Very extreme.  Much approved and appreciated. :sleepy: Looking forward to more!

 

Something I've noticed is that I've been able to become a prostitute for some innkeepers, but not others.  From my testing so far, Bee and Barb (Riften) and Silver Blood Inn (Markarth) innkeepers will work fine.  But for Winking Skeever (Solitude), Four Shields (Dragon Bridge), and Windpeak Inn (Dawnstar), the dialogue will go fine up until the "Gold solves most problems, doesn't it?" line, but then the innkeeper will just stare at me forever without any more lines or progression. (The log says "You are busy" and there are no more Maria Eden dialogue options if I talk to anyone)

 

Papyrus.0.log

 

Is this a generally-known issue that will be corrected?  Or am I the only one experiencing this problem?

Posted

Trying out the new version with that translated esp provided by rjn and so far so good but two problems. I can't seem to get the mouth key to work anymore, once I tried to change it the new and default keys stopped working for it. If I make a custom outfit for slave and use an item from deviously cursed loot such as a hood or blindfold or some other restrictive item then I can't remove the item completely it is still in place even though the mod cursed loot says it is off.

Posted

 

Here's my latest English translation.  This time I corrected some of the English grammar instead of focusing just on the translation. It's not perfect, but it is better. smile.png

 

rjn

 

How much please does this translation increment the translation percentage on the English one?

 

 

I thought I was pretty clear about that.  All of the new content that was German dialog is now English dialog.  Most of the latest version is correcting some English sentences to make more sense in context.

 

One example: changing "OK" to "Fine", "I agree" or "Alright" for better immersion.

Another: change "Start dancing!" for barmaid quest to "Start serving, wench!"

and many others.

 

Posted

Trying out the new version with that translated esp provided by rjn and so far so good but two problems. I can't seem to get the mouth key to work anymore, once I tried to change it the new and default keys stopped working for it. If I make a custom outfit for slave and use an item from deviously cursed loot such as a hood or blindfold or some other restrictive item then I can't remove the item completely it is still in place even though the mod cursed loot says it is off.

 

I just went ahead and changed the map key to the " / " and i believe you have to hold the ' M " key in order to keep the mouth open.

Posted

I'm getting CTD when I do a milking thing using soul gem III and milk mod economy together. I can't get anyone on the threads for those mods to tell me if they are incompatible or not and I have updated to the latest version of them and FNIS and XPMSE3 etc.

 

Maria training quest is different now it seems the player is taken out of the cell and put near the door then walked to the cell again after selecting the training house for where to be trained and the quest can get stuck a lot I have to use the setstage command to fix it.

Posted

I'm getting CTD when I do a milking thing using soul gem III and milk mod economy together. I can't get anyone on the threads for those mods to tell me if they are incompatible or not and I have updated to the latest version of them and FNIS and XPMSE3 etc.

 

Maria training quest is different now it seems the player is taken out of the cell and put near the door then walked to the cell again after selecting the training house for where to be trained and the quest can get stuck a lot I have to use the setstage command to fix it.

 

Milk Mod Eco even has a patch for  Soul Gem Oven 3 , so yes they are compatible. Im using both mods with with hundreds of others and they work fine.

 

Make sure to run Loot, FNIS, Tes5Edit regulary with new mods installed.

 

 

The CTDs can have more reasons , you need to tell what and when exactly it is happening, although this is the wrong page to discuss other mods problems.

Posted

Hi, Zaira.
Here the situation. Riften brothel. At same time running NPC whoring and PC whoring. In both quest the same pimp used. Problem in payment. With filling aliases no probs as allowed to use reserved, but one Actor cant participate in several scenes simultaneously.
Customer from NPC whoring is trying to pay. Packages that lead customers to pimp are continious enough and pimp is blocked. At same time starts MariaJohnPay and MariaJPJohnIsHappy.Start() scene fails to start but function returns - scene just skipped, so there is no advance in quest and all stuck.
Maybe in fragment

;BEGIN FRAGMENT Fragment_1
Function Fragment_1()
;BEGIN CODE
MariaJPJohnIsHappy.Start()
;END CODE
EndFunction
;END FRAGMENT

use

MariaJPJohnIsHappy.Start()
utility.wait(1)
if(!MariaJPJohnIsHappy.IsRunning())
    ;quick payment with using only aliaces from quest and not use scene
endif

Same for MariaJPJohnIsUnhappy, MariaPimpPunishWhore in same quest and in NPC whoring similar check. Or payment (and advance to next stage) must be performed outside scenes. Or make similar "Whore is Busy" check for Pimp and so on...

Also shut down stage calls Cleanup() if john pays

function Cleanup()
    if var.Gold == 0
        Trace("punish")
        MariaPimpPunishWhore.Start()
    endif
    tools.SideQuestFinished(self)
endfunction

At same time with conditions if gold==0 used

Cleanup()
MariaPimpPunishWhore.Start()

if john unhappy, so MariaPimpPunishWhore scene will be called twice, 'course second execution fails, but... maybe sometimes and both stuck - thats Skyrim lol

 

Kind Regards

 

 

UPDATED: I just look at MariaWhoreJobNPC
Woops, alias pimp is not marked as allowed reserved, so with

            Alias_pimp.ForceRefTo(pimp)
            MariaEdensTools.GetInstance().RemoveNPCFromBard(pimp)
            MariaNPCWJPayPimp.Start()

alias may not be filled and scene MariaNPCWJPayPimp may fail as in scene pimp is not optional. Also pimp package DoNothing does not allow scene to complete.

 

Posted

Problem. When mistress requests character blow some man. After finishing mistress asks to inspect mouth but there is no wheel for that. No matter what you try on the wheel just get comment of waiting. Even release player does not work. Or under stop quest there is no quest to stop. Reloaded save and recreated situation and the same thing happens. Is there a command or console command for this?

Posted

Problem. When mistress requests character blow some man. After finishing mistress asks to inspect mouth but there is no wheel for that. No matter what you try on the wheel just get comment of waiting. Even release player does not work. Or under stop quest there is no quest to stop. Reloaded save and recreated situation and the same thing happens. Is there a command or console command for this?

 

You have to get on your knees and press "M" key for mouth opening. Then wait some time until the script loads/runs to quest. Then you will see the line in which she say to you that you are allowed to swallow cum.  I know this because it works for me.

Posted

Hi, Zaira.

Here the situation. Riften brothel. At same time running NPC whoring and PC whoring. In both quest the same pimp used. Problem in payment. With filling aliases no probs as allowed to use reserved, but one Actor cant participate in several scenes simultaneously.

Customer from NPC whoring is trying to pay. Packages that lead customers to pimp are continious enough and pimp is blocked. At same time starts MariaJohnPay and MariaJPJohnIsHappy.Start() scene fails to start but function returns - scene just skipped, so there is no advance in quest and all stuck.

Maybe in fragment

;BEGIN FRAGMENT Fragment_1
Function Fragment_1()
;BEGIN CODE
MariaJPJohnIsHappy.Start()
;END CODE
EndFunction
;END FRAGMENT

use

MariaJPJohnIsHappy.Start()
utility.wait(1)
if(!MariaJPJohnIsHappy.IsRunning())
    ;quick payment with using only aliaces from quest and not use scene
endif

Same for MariaJPJohnIsUnhappy, MariaPimpPunishWhore in same quest and in NPC whoring similar check. Or payment (and advance to next stage) must be performed outside scenes. Or make similar "Whore is Busy" check for Pimp and so on...

 

Also shut down stage calls Cleanup() if john pays

function Cleanup()
    if var.Gold == 0
        Trace("punish")
        MariaPimpPunishWhore.Start()
    endif
    tools.SideQuestFinished(self)
endfunction

At same time with conditions if gold==0 used

Cleanup()
MariaPimpPunishWhore.Start()

if john unhappy, so MariaPimpPunishWhore scene will be called twice, 'course second execution fails, but... maybe sometimes and both stuck - thats Skyrim lol

 

Kind Regards

 

 

UPDATED: I just look at MariaWhoreJobNPC

Woops, alias pimp is not marked as allowed reserved, so with

            Alias_pimp.ForceRefTo(pimp)
            MariaEdensTools.GetInstance().RemoveNPCFromBard(pimp)
            MariaNPCWJPayPimp.Start()

alias may not be filled and scene MariaNPCWJPayPimp may fail as in scene pimp is not optional. Also pimp package DoNothing does not allow scene to complete.

 

Allow reserved flag in alias is only used to fill the alias automatically - you can assign a NPC manually to an alias even if he is in a reserved alias of another quest - and that's exactly what I do.

 

Regarding scenes : I observed that scenes containing an actor that is already in another scene does not be skipped but suspended until the other scene has finished.

 

OK, Zaira, I accept your reasons. From now no wishes, but bugs...

MariaEdenSelfmadeScript - no gender check done for choosing animations.

MariaEdenPermanentRapist - instead

    sslBaseAnimation[] animations = SexLab.GetAnimationsByTags(2,"Aggressive,Doggystyle,Dominant",RequireAll=false)
    if(!animations)
        animations = SexLab.GetAnimationsByTags(2,"Aggressive",RequireAll=false)
    endif

It will choose "Aggressive" anyway at first call, use

    sslBaseAnimation[] animations = SexLab.GetAnimationsByTags(2,"Aggressive,Doggystyle")
    if(!animations)
        animations = SexLab.GetAnimationsByTags(2,"Aggressive",RequireAll=false)
    endif

Kind regards.

 

This is really a bug - in first Call I want RequireAll=true to get a specific animation - then the fallback without requirements

 

Posted

There is a bug that doesn't let me change the hotkey for "open mouth" command.

I can change other hotkeys without problem except that one.

 

 

Another thing is that I can't talk with my mistress. She usually says something like "leave me alone" or "don't bother me".

Posted

There is a bug that doesn't let me change the hotkey for "open mouth" command.

I can change other hotkeys without problem except that one.

 

 

Another thing is that I can't talk with my mistress. She usually says something like "leave me alone" or "don't bother me".

 

Zaira gave description couple pages ago (58 page) what to do/how to change "M" key. :)

 

To talk to your mistress, you have to kneel down and click on her.

 

Edit: if you still can't talk to your mistress, I would suggest you to reinstall ME. After uninstallation of the mod, delete Maria Eden json file(s) and install the mod again. This should fix multiple bugs (outfit doesn't how up, talking to your dom, and some other small things I can't remember now)

Posted

please set a x cross somewhere wiith free space around and do a whipjob.   (tell me what you ve seen at 2nd whipping)

 

 

(vwhere do you get the spoiler?  )

what i see is : the whipper is whipping the wood of the xcross from behind the player, who has gotten out of the cross at the end of the first whipping already. 

 

 

 

Posted

 

 

Another thing is that I can't talk with my mistress. She usually says something like "leave me alone" or "don't bother me".

 

I believe this happens when you are already on one of her quests. (Like "MariaPimpJob")  You should go ahead and do what she asked and her dialog will return to normal.

 

Check if you are already on a job by using the "Cheating" - then "Stop Quest" choice n the popup circle menu.  You can just exit out with "esc" key if you don't really want to cancel a quest in the list.

 

rjn

Posted

 

 

 

Another thing is that I can't talk with my mistress. She usually says something like "leave me alone" or "don't bother me".

 

I believe this happens when you are already on one of her quests. (Like "MariaPimpJob")  You should go ahead and do what she asked and her dialog will return to normal.

 

Check if you are already on a job by using the "Cheating" - then "Stop Quest" choice n the popup circle menu.  You can just exit out with "esc" key if you don't really want to cancel a quest in the list.

 

rjn

 

 

 

Right... thank you for this... I completely forgot that I had a similar situation when working for Hulda in Bannered mare. After a group sex I couldn't move at all. Using "cheat: release player" method didn't help but "Stopping the quest" did. :)

 

 

i have to confess that I like consensual slavery more then prostitution. Zaira did a great job. I soooo love the dialogues with my mistress. I'm very thrilled with their relationship especially after they marry.

Posted

New version contains only bugfixes and it is only German and English.

 

Oh - I forgot - if you are a slave follower you have some additional dialogue options for your owner (kiss me, take me)

Posted

New version contains only bugfixes and it is only German and English.

 

Oh - I forgot - if you are a slave follower you have some additional dialogue options for your owner (kiss me, take me)

 

THANK YOU THANK YOU THANK YOU!!! :)

Posted

New version contains only bugfixes and it is only German and English.

 

Oh - I forgot - if you are a slave follower you have some additional dialogue options for your owner (kiss me, take me)

 

and take a look at the freestanding xcross whipping. the whipper must stand in front of the furniture, not behind it.

Posted

I dont know if its just me but CTD after whipping on a furniture device is back in the latest version if i try to save/wait after . With previous versions i simply avoided whipping but that is now more difficult if you get sent to training as whipping on the rack is integrated with training now. I tried using the sslaliasactor fix but it doesn't work now. 

Posted

I have tested all of the plugins for the ME. Some of them have bugs in them:

 

Bannered Mare:

- It creates problem where a light source from a fire in the middle of the main holl disappear, making the whole room dark.

- When I enter round stage in the cellar, I get awful striped shadows. I'm not sure if it's problem on my side or the Skyrim just hates too many lightources.

 

House of Burden:

- There are 2 pairs of entrance doors, sitting inside eachother, each leading to a different cell. One cell is in german, and it seems to be older version. The other one is in english and is probably the final version of the area.

 

 

In other clubs there are door on a "stage" behind the bars that lead to nowhere. When you open them, there is a wall behind. Is that on purpose?

 

 

 

If I find more bugs, I'll let you know.

Posted

Hi

I've just went to Riften's brothel and asked to work there. I've got the whore's clothes, a client came to me, asked for me to dance, I said yes, chose a location but now nothing happens. He keeps asking when am I going to start dancing etc etc, what am I missing here? Also, I've noticed that there's supposed to be a wheel menu but nothing showed up so far. Is that what is preventing my character from dancing? I installed all the pre-requisites to use the mod, what else could be preventing the wheel menu from showing up?

 

Thanks!

 

edit: nevermind, I'm a moron.

Posted

Hi

I've just went to Riften's brothel and asked to work there. I've got the whore's clothes, a client came to me, asked for me to dance, I said yes, chose a location but now nothing happens. He keeps asking when am I going to start dancing etc etc, what am I missing here? Also, I've noticed that there's supposed to be a wheel menu but nothing showed up so far. Is that what is preventing my character from dancing? I installed all the pre-requisites to use the mod, what else could be preventing the wheel menu from showing up?

 

Thanks!

 

edit: nevermind, I'm a moron.

 

You have to Open wheel dialogue under "Action". There you will see "dance". Click on it and you will start to dance. Dancing is working for me. :)

 

If the wheel doesn't show up, you are missing UI extension mod or it's damaged or not properly installed. here it is: http://www.nexusmods.com/skyrim/mods/57046/?

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   0 members

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