Jump to content

Recommended Posts

Posted

Two reports of small bugs.

1. Shul Tar takes only SteelIngots.

In aFTD3Begin stage 80, needs like this.

playerref.removeitem(Malachite,10)

2. Falk Firebeard promissed 2000 of gold at the beginning of quest.

When I bring Atia to him (at the end of resist path), he told me that he give me 5000 gold and thanks.

In fact, he pay me 3000 gold.

 

Nest is an idea to quest.

In resist path, player should kill Khurshul before other executives of cult.

So,it will be better that the key of the temple of deeps should appeare in Khurshl's inventories when she dead.

Done

 

In aFTD2End, player character returns to Mankara from Rlyeh.

Stages go advance auto maticaly, and Mankara start dialogue with player character(forcegreeting).

If player cancel the sequence of dialogue, player loses all controls.

Player can't talk to Mankara and Mankara doesn't talk to Mankara.

 

I tried following patch.

Player can start dialogue with Mankara, because activation is not disabled.

In the script QF_aFTD2End_0502E820 in aFTD2End;

Function disableplayersAI()
;    game.disablePlayerControls(abActivate = false)
    game.disablePlayerControls(abMovement = false, abFighting = false, abCamSwitch = false, abLooking = false, abSneaking = true, abMenu = false, abActivate = false, abJournalTabs = false)
    game.forcethirdperson()
    game.setplayeraidriven(true)
Endfunction

At least, adActivate=false is needed to talk to Mankara from player character.

 

P.S.

I missed to remove "Debug.Notification()"s in former post.

They are not needed.

Done

 

Hi,Delzaron.

I post two patches. The first is not script; it's quest settings about Skald(the Jarl of Dawnstar).

Skald is the Jarl of Dawnstar, but he will lost his position according to main quest of game.

In this situation, Brina Merilis become the Jarl of Dawnstar. When I played FTD first, Brina Merilis wad the Jarl.

 

In aFTD3Corruption, Skald gets quest mark although he have lost his position.

 

And another small problem. In quest stage 10, player ordered by ShalTar, to talk Jarl of Dawnstar.

When player character meets any Jarl(for example, Balgruuf of Whiterun), the dialogue "I came behalf of ..." appears.

 

The quest marker on Skald appears in stage 10 and 40. So I tried following modify and get good result.

 

Modify aFTD3corruption.

1. Create new alias for Brina Merilis(UniqueActor).(assume the name of alias is 'BrinaMerilis').

2. Modify the condition of dialogue "aFTD3CorruptionNPCView" to restrict only Dawnstar.

 add a condiont to Topic Text: "I have come on behalf of the Harbor Master of Insmouth. We should talk."

ConditionFunction: GetInFaction

Faction: DawnstarWhiteHallFaction

Comparison: ==

Value: 1.0000

Run on: Subject

3. Modiry the Quest Objectives, to quest marker appears on Skald exclusively or Brina.

3.1 Objective Index 10

add a condition to SkaldtheElder.

ConditionFunction: GetInFaction

Faction: JobJarlFaction

Comparison: ==

Value: 1.0000

Run on: Quest Alias: SkaldtheElder

create a new TargetRef of BrinaMerilis(created at step1) with condition like SkaldtheElder.

ConditionFunction: GetInFaction

Faction: JobJarlFaction

Comparison: ==

Value: 1.0000

Run on: Quest Alias: BrinaMerilis

3.2 Objective Index 40, do same in Inde 10.

Add condtion to SkaldtheElder.

Create a TargetRef of BrinaMerilis with condition.

 

I will post another patch, in next post. It will be short.

Done, I made aa new aliais, objectives have condtionnals (jojjarlfaction)

 

 

Sorry to say this mod is just too much trouble to enjoy for me. The main problem is the Parasite Armor, first it require the cbbe body which I'm not fond of using because the unrealistic body compare to unp. Then it's the requirement of XP32 of the cbbe body itself has some issue with my game that cancel some animation. Would be great if the Parasite Armor is replace with Aradia's Living Armor which I think is less complicated and actually looks more like a parasite. Also during the part where I have to find the ingots, kind of break immersion running around with a parasite around my character without any reaction from other normal NPC.

 

For the armor, you can change the meshe...

XP32 skeleton is not really required, it was for aradia parasiter armor, but I don't use it anymore...

 

I take note of the break immersion : I already prepared a farm clothe, with the same script as the parasite.

The point with the parasite and the ingots is you should find them whitout going in towns or public places...

Hi, any update on the farm clothe? I'm not sure if it is still the furo tub or the Parasite armor. After I went out to gather ingots, I can't use forge, sit, mine... I thought it's been fixed? Or is it intentional and will be back to normal after remove armor?

 

Also please check attached, my character boobs is stretched. I know it's the problem of UNP body, but would it not be better to use  Aradia Living Armor (Jellyfish Edition) which I think is more believable and more compatible?

attachicon.gifboobs.jpg

 

I know, I have the same problem with the boobs... it's the armor meshe.

Aradia living armor is also included into the mod.

Posted

Yes, it's the way to keep the furotub and avoid the furniture glitch.

 

Dream and breed side quest

Player stay a time into the futotub, and the broodmother comes and tell the player to awake and join her. Player leave the furotub, and hop, trigger, moveto to the temple.

 

I need also to add a slavery stuff with Shul Tar.

Payer as cultist will be able to make money by capture and sell slaves...

I'm still having problem after using the furotub, can't mine or use forge. Should I skip using the furotub?

Posted

 

Yes, it's the way to keep the furotub and avoid the furniture glitch.

 

Dream and breed side quest

Player stay a time into the futotub, and the broodmother comes and tell the player to awake and join her. Player leave the furotub, and hop, trigger, moveto to the temple.

 

I need also to add a slavery stuff with Shul Tar.

Payer as cultist will be able to make money by capture and sell slaves...

I'm still having problem after using the furotub, can't mine or use forge. Should I skip using the furotub?

 

 

I meet same problem. But, I guess it happens in farther stage. Not after using furotub.

I tried "coc whiterunbreezehome", between after using furotub before stepping into egg pool.

I can sit and craft at Whiterun.

 

When go back to Mankara and talk with her, I become unable to sit.

I made some comment out in the scripts of aFTD2End, but I can't found which script make such restriction(no sit, no cract).

Posted

I know... I modified the scene in attemp to avoid this glitch, but it seems to not work.

 

Are you telerpoted when you are outside the furotub, after the scene with the broodmother ?

Posted

 

Are you telerpoted when you are outside the furotub, after the scene with the broodmother ?

I didn't teleport.

1. I used furotub.

2. Broodmother came and told me to go into egg pool.

3. I got up and save game.

4. Use console "coc whiterunbreezehome" to return home.

5. Try to sit in chair, to use workbench. I can sit and use.

6. Load saved game, back to Rlyeh.

7. I walked into egg pool. Black out.

8. When I came back to the temple, I immediately walked to the chair and sit there. I can sit a while.

9. According to the advance of stage, I forced to walk to the Vertical Stock.

10. Mankara told to me, I said a lie. She released me.

11. I tried to sit the chair. I sit but stand up soon.

 

I guess furotub is not matter. Something happens in the temple, and make player character unsitable.

Vertical Stock ?

Posted

 

 

Are you telerpoted when you are outside the furotub, after the scene with the broodmother ?

I didn't teleport.

1. I used furotub.

2. Broodmother came and told me to go into egg pool.

3. I got up and save game.

4. Use console "coc whiterunbreezehome" to return home.

5. Try to sit in chair, to use workbench. I can sit and use.

6. Load saved game, back to Rlyeh.

7. I walked into egg pool. Black out.

8. When I came back to the temple, I immediately walked to the chair and sit there. I can sit a while.

9. According to the advance of stage, I forced to walk to the Vertical Stock.

10. Mankara told to me, I said a lie. She released me.

11. I tried to sit the chair. I sit but stand up soon.

 

I guess furotub is not matter. Something happens in the temple, and make player character unsitable.

Vertical Stock ?

 

 

Thanks, I will try something... maybe I will just delete the vertical stocks phase... it will solve the problem.

 

Posted

 

 

Are you telerpoted when you are outside the furotub, after the scene with the broodmother ?

I didn't teleport.

1. I used furotub.

2. Broodmother came and told me to go into egg pool.

3. I got up and save game.

4. Use console "coc whiterunbreezehome" to return home.

5. Try to sit in chair, to use workbench. I can sit and use.

6. Load saved game, back to Rlyeh.

7. I walked into egg pool. Black out.

8. When I came back to the temple, I immediately walked to the chair and sit there. I can sit a while.

9. According to the advance of stage, I forced to walk to the Vertical Stock.

10. Mankara told to me, I said a lie. She released me.

11. I tried to sit the chair. I sit but stand up soon.

 

I guess furotub is not matter. Something happens in the temple, and make player character unsitable.

Vertical Stock ?

 

 

I made amodification. I replaced the sittarget package by a travel and use idle.

 

I will make an update today, If I can.

 

Posted

I have a problem in the quest when I have to be a slave for Erikur with Mavie, Mavie doesn't appear and my sex scene lasts 1 second and then it stops and nothing happens. Any help?

 

Also in the temple where monsters were supposed to rape player and 2 npc, only npc raped by tentacle monster is activated.

Posted

Maive is with Fiana... you saw the discussion between Maive and Fiana, Right ?

 

Just ust T, actors will appear... it's happen sometimes.

 

It's not in teh temple, it's in Ryelh, and the scripts works. Maybe a glitch from sexlab...

Posted

Maive is with Fiana... you saw the discussion between Maive and Fiana, Right ?

 

Just ust T, actors will appear... it's happen sometimes.

 

It's not in teh temple, it's in Ryelh, and the scripts works. Maybe a glitch from sexlab...

about summoning the deeps lurka was suppose to kill the spy as a sacrifice but lurka is just sitting on his post so the quest didnt progress i just did the console setstage  130 i did finish it  so when are you planning on adding another content?

Posted

its for only female character i suppose?

 

Yes... you can play with a male character, but the mod is not designed for that...

Particulary the sex scenes with lurkers...

 

Posted

 

its for only female character i suppose?

 

Yes... you can play with a male character, but the mod is not designed for that...

Particulary the sex scenes with lurkers...

 

 

k thanky then i will pass

Posted

i'm kinda stuck at the beggining.

When i enter Derleth Farmhouse, i get messege: I'm fainting... the poison! it was the trap from the start, and i just stupidly delivered myself to them.

Screen slowly goes black, and... that's it. Character is just standing there, controls are blocked, nothing happening.

Can someone give me any advise, what is the problem here? 

Posted

 

about summoning the deeps lurka was suppose to kill the spy as a sacrifice but lurka is just sitting on his post so the quest didnt progress i just did the console setstage  130 i did finish it  so when are you planning on adding another content?

 

 

Do you mention about ceremony scene?

Are you playing third person view? I do so.

When I played, I changed view of point to first person view,and I went to Rlyeh.

 

Posted

 

 

about summoning the deeps lurka was suppose to kill the spy as a sacrifice but lurka is just sitting on his post so the quest didnt progress i just did the console setstage  130 i did finish it  so when are you planning on adding another content?

 

 

Do you mention about ceremony scene?

Are you playing third person view? I do so.

When I played, I changed view of point to first person view,and I went to Rlyeh.

 

yes the ceremony scene ok ill try that one if lurka didnt come 

Posted

 

I cant upload a new version, so I made a patch.

Can I ask what is the change log for the patch? Thanks.

 

 

Just few fixes, according to mixbutterdog suggestions.

 

And I changed the scene which make the furniture glitch.. Now it's just a travel and use idle, so it's better...

Posted

This was an incredibly enjoyable mod with a very immersive feeling while holding true to a combination of Lovecraft's authenticity and the expansiveness of the successive generation. I still ran into some bugs, nothing that couldn't be handled with the console though. Think the transition in some scenes could use a little tweaking (had to use deduction to find one of the NPCs as no quest marker was present and directions were a little vague).

 

Overall, this mod is very playable. It can be a little slow in some parts but is complemented when played inclusively with the game (running errands can be boring in succession, but if you do some exploring in between it'll add pacing to the mod). This mod certainly wins the tag of horror, if you like immersive dark erotic fantasy then this is more than worth checking out.

Posted

Did your account get hijacked?

I'm getting "Microsoft Solitaire 25th Anniversary" package piggy-backing your update files, asking for my Microsoft account details....

 

Maybe my PC has been hijacked already, and your files are clean. Just double-checking. Anyone else got this problem?

Posted

@d4079925

 

Download Malwarebytes Anti-Malware remover and run it. Pretty sure you have some type of thing on your computer doing the redirecting. I just downloaded both files with no problems whats so ever.

 

I also scanned both and they came up clean.

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