Jump to content

TDF Prostitution Dance CTD Fix and OG TDF Prostitution


Recommended Posts

Posted (edited)

V17.9.0

 

leaving the city one can catchit.

 

I stop now working on this, finished.

 

It's now a framework to build a own world of love. Well, not for beginners. One must know how to copy paste into mods and add to, change formlists.

Xedit is enough.

 

 

PS:

Liz the spider, Gabriella, Karlossos, Ginger the Fox etc. can be Privates.

Edited by Tlam99
Posted (edited)

poor catchit, must carry this huge tends.

I gave them a horse.

 

TLDR:

CaravanA and CaravanB got a horse.

Not for the Madresi C (quests).

Stand alone FE, intended as Gadget for OG TDF.

Edited by Tlam99
Posted

OG TDF Prostitution V18.0

 

1. Focus: Karlossos the Riekling integration.

 

2. Ysolda house stay overnight will followers ctd.

made a fix for this, needs action.

 

If your follower are Privates, cast the spell and remove them from Privates.

Then recast, make them Privates again.

 

They MUST be PRIVATES to have the fix activated !

Now you can enter Ysolda's house with followers - well, you should have the proper relationship with Ysolda.

 

Posted

OG TDF Prostitution V18.3.0

 

some fixes (like restored message when cast make Private "added to private.

only active follower privates will get the no hostile feature for Ysolda's house.

 

see Karlossos the Riekling changes, if you use it.

 

  • 3 weeks later...
Posted

event  Molag Bals Court.

 

Elenwen talks to Erikur

 

Spoiler

image.jpeg

 

Posted (edited)

OG TDF Prostitution V19.0

 

I hesitated to upload this one.

Started integration of some of my mods. I removed as good as possible, but not all books and one NPC, Valerica.

 

WARNING !!!

If you Serana Dialogue Edit (SDE) installed, you need a patch.

If so, let me know, not a big deal.

 

If you finished the quest get this scroll from Valerica and you can exit the Soul Cairne, just exit to her LAB.

Now read the Book "How make Valerica Sandbox Castle" or similar.

 

Well, on the way again to Valerica. Tell her Harkon is dead ! (bit cheating her)

Select dialogue until she agrees to come back. That's it.

She will move into the castle, Harkon still there and possibly Serana (for me always parked there)

 

Now....

read the Book How activate Molag Bals Court.

 

This one activates several places, like Thalmor Embassy, Dawnguard, Arcaneum hm, must be more, don't remember all.

Prepare to see some nice scenes like Thalmor quest. It does not break this quest and you can always stop by rereading.

 

Book:

"How stop all Private Quests"

This cleans up all the quest to avoid issues with the new ones. (clears aliases, stops the quest. Can be cast anytime)

 

 

Included the missing textures for Signal, forgot to include.

 

 

Book do not use:

 

Activate sorine etc.

This will break the Quest if you side with the Dawnguard. Makes only sense with the Vampire dance, Playerdancedawnguard or so.

If there other books not descriped, use on your own risk.

 

I removed NPC overwrites, like Elenwen Sandbox Solitude, so this is not working., even if you read the book.

Just don't read those.

 

 

PS:

forgot to mention.

If a Private does a good job (10clients), you can ask those to be a regular hooker. Remove from private if dialogue there and you want it.

Same for good clients.

 

Edited by Tlam99
Posted (edited)

V19.2.1

 

1. fixes an old bug (book activate temple activated city for followerPrivates)

 

2. new Book "How stop quest periodically"

 

This fixes Privates stuck somewhere out of sight. If the package stucks or client out of reach, this will block other Privates to fire.

 

The Book does following:

Read the Book starts a cycle to stop the quest every 5min. If the Privates reach the bed, they go on. Only forcegreeting, wander to bed will be cleared.

Reread to stop.

 

It's the same as the manual debug, but automated.

 

Molag Bals Court:

 

Spoiler

image.jpeg

 

Spoiler

image.jpeg

 

 

Best Friends

 

Spoiler

image.jpeg

 

Edited by Tlam99
Posted (edited)

the stairs stuck problem (not only for Hookers)

 

guess I found the culprit, it's a calculation mismatch Package calc 2D, Dialogue calc 3D.

It becomes more preset, if you have a cylinder height tweak installed, npc sandbox over 3 floors (1 up, 1 down).

 

The developers did not calculate but used a constant. This constant is default 1.7.

Now, the package stops at 150 and the constant for dialogue default is 1.7 (Just below the Hypotenuse root 1.71).

Little kick makes npc talk.

I found the value for the constant, gamesettings.

 

Recommend to install this:

 

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

 

and add this line:

 

obsolete  no more used in setting:   fAIConversationsDistance=250.0000

 

the toml for OG TDF Prostitution V20.0 :

 

(the value iAISocialDistanceToTriggerEvent = 283 is important !

 

 

Spoiler

 

fAIForceGreetingTimer = 5.000000
fAIGreetingTimer = 15.000000
fAIInDialogueModeWithPlayerDistance = 350.000000
fAIMaxAngleRangeMovingToStartSceneDialogue = 200.000000
fAIMinAngleRangeToStartSceneDialogue = 20.000000
fAIMinGreetingDistance = 90.000000
fAISocialchanceForConversation = 90.000000
fAISocialchanceForConversationInterior = 90.000000
fAISpectatorCommentTimer = 2.000000
fAIWaitingforScriptCallback = 1.500000
fAIWalkAwayTimerForConversation = 5.000000
fCombatDialogueTauntMinElapsedTime = 7.500000
fCommentOnPlayerKnockingThings = 15.000000
fExpressionStrengthAdd = 2.700000
fGameplayVoiceFilePadding = 0.100000
fIdleChatterCommentTimer = 3.000000
fIdleChatterCommentTimerMax = 5.000000
fDialogSpeechDelaySeconds = 0.200000
fMaxSandboxRescanSeconds = 4.000000
fMinSandboxRescanSeconds = 2.000000
fSandBoxRadiusHysteresis = 50.000000
iAINumberActorsComplexScene = 60


# --- (HYSTERESE) ---

iAISocialDistanceToTriggerEvent = 283
fAISocialRadiusToTriggerConversation = 1500.000000
fAISocialRadiusToTriggerConversationInterior = 1200.000000
fAItalktoNPCtimer = 4.000000
fAItalktosameNPCTimer = 5.000000

 

# 2 levels 1 up 1 down, needs Hysterese settings to avoid stalls !
fSandboxCylinderTop = 576.000000
fSandboxCylinderBottom = -576.000000

 

 

Edited by Tlam99
Posted

OG TDF Prostitution V20.0

 

forgot to mention the Book: "How activate Molag Bal Court travel"

 

new Book, "How block Private Active on Private Active"

(filled a home (the old Book Manufactory) with Private Avtives and wanted those on my followers, visitor only)

 

new Book, "How allow Bard Academy interrupts"

allows a package interrupt, e.g. attent and sit in class, as soon as the NPC has been selected by the Story Manager. After Scene or Manager Reset the Package will be active again. (or stop quest books)

 

Does NOTHING without the Package Tweak Collection (downloadable here in OG TDF Prostitution).

This PackageTweakCollection sets mainly the flag on Guards, allow random conversation. So they can be selected from the Story Manager.

 

2D/3D calculation mismatch compensated. 

Play tested for hours, no more stall on stairs or around corners etc.

Integrated for Privates at the moment. Need to testmore before I integrate it for slotted Hookers.

 

This needs the one post above mentioned toml for the game settings overwrite SKSE plugin. Not sure if it works without this settings.

 

Uhm... did a lot of tweaks here, do not remember all. This should cover the most important ones.

 

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...