Jump to content

Recommended Posts

OK, I am clueless!

 

The conversation callbacks don't work anymore.

And they did, when I tried it the last time.

 

This is the script:


if (getStage aayMooQuest01 == 38)								; === getting trapped
	if ( iDelay == 0 )
		DisablePlayerControls
		imod FadeToBlack4sISFX
		set rCurrOutfit to player.GetEquippedObject 2
		if rCurrOutfit
			player.UnequipItem rCurrOutfit 0 1
		endif
		set iDelay to 1
		showmessage aayTrapped01MSG 1
	elseif ( iDelay == 1 )
		set iDelay to 2
		PrintC "MiMo: iDelay is 2"
		; PlayerREF.NX_SetEVFl "SOP:fFertLevelPerc" 100
		set aayMiMoBaseQuest.iCow to aayMiMoBaseQuest.iCow + 1
		player.addPerk aayCowPerk
		imod BarkScorpionPoisonISFX
		PlayerREF.NX_SetEVFl "Sexout:Start::CallVer" 1
		PlayerREF.NX_SetEVFo "Sexout:Start::ActorA" aayLuluREF
		PlayerREF.NX_SetEVFo "Sexout:Start::ActorB" playerREF
		PlayerREF.NX_SetEVFo "Sexout:Start::ActorX" aayHaggisREF
		PlayerREF.NX_SetEVFo "Sexout:Start::CBDialogX" aayCHcb
		PlayerREF.CIOS SexoutBegin
		PrintC "MiMo: First sex with Lulu"
;	elseif (iDelay == 2)												; === should start if callback didn't work
;		PrintC "MiMo: Second StartConversation"
;		aayHaggisREF.StartConversation PlayerREF, aayCHcb
	endif
endif

As you can see, I've a Sexout CBDialogX at the end of the animation.

And as sometimes this way to start the conversation didn't work, I have set a StartConversation after it (in this script excluded for trial).

Now Haggis aproaches the courier, but doesn't start the conversation, neither via CBDialogX nor StartConversation.

Both, Courier and Ol'Haggis, stand rooted to the spot forever.

 

(FYI: You can't see the PrintC in your MissMoo version, and I have renamed the Topic name to look if I have messed it up)

 

(And I haven't replaced the sexout calls with the new ones because I am working (a little bit) on a entirely new version of the mod, wich won't be finished before the new pregnancy mod will work with creatures again.)

Link to comment

Ok

 

DisablePlayerControls seem to cause the issue.

Don't know why, because it worked without problems for years.

 

I've deleted the line and everything works.

And as I do not realy need the disabled player controls this should be ok.

 

I realy do not know why this is happening now.

????????

 

Now - before uploading the edited mod - I have another little problem:

As I have Pregnancy BETA installed, and it has changed the names of the gestading offspring I had to disable a part of the script, because GeckPowerUp didn't save it within the unknown items (GestatingOffspringBighorner) ... I have to activate this part of the script ... but I don't know how. FNVEdit didn't do it, the game frezed after editing the script with it.

Link to comment

New Version in the download section. BETA1.1 20150301 should solve the issue!

 

(Hopefully) fixed the issue with Ol'haggis not talking to the courier and getting stuck after the first sex with Lulu.

Some tiny dialog changes.

 

Please tell me if it works as it should.

 

[Could the people who had this issue tell me which version of SexoutNG thes are using. Maybe there is a problem with one of the recent versions!]

Link to comment

hi for some reason i start the quest but after i have sex with lulu my character is just stuck.. i can spin cam, but i cant move, or access pipboy or even access menu screen?

 

edit - okies it seems that haggis is coming up to talk but the conversation not starting

 

happened to me too. its like it tries to initiate sex a second time immediately after ragdoll so you arent even standing up and it freezes.

 

My fix was just to save the game (Yes, save it while you are stuck there) then exit the entire game and reload it/that save. When i got back in the game he came up and started talking to me and everything was good after that.

Link to comment

havent downloaded the edited one yet but im using version of sexout 2.8.90

 

edit - it works with the new version

 

I am glad that it works again.

 

I had this issue with 2.8.90, too. As suggested by Prideslayer I will update to 2.8.92 and try the old version to check if it is an issue in SexoutNG 2.8.90 which is solved already. But this shouldn't make a difference for the useres of the mod ... it will stay as it is till the next problem appears - or till I have time to work on it again. :)

Link to comment
  • 1 month later...

New Version 1.2 (2015-04-18) in the download section.

This Version of the Mod should work with 'Sexout Pregnancy Stable Version 20150402.1' and upcoming beta, too.

If you still have Pregnancy 20140707.9 or older installed, please keep using V1.1 (20150301).

Basicly I have changed all the 'GestatingBighornerPup' condition checks to 'GestatingBighornerPupM' or 'GestatingBighornerPupF' condition checks. I hope I have discoverd and changed all of them.

Please report any new issue because I hadn't much time to test this version.

I have moved the mod from Beta/WIP to the quest section, because there are very few reported issues and I don't belive that there will be a big developement of this mod at all. If you are interested in more creature pregnancys you can use 'Fertile Breeder' now.

Maybe I will try to make the effects and perks I have created for Miss Moo a stand-alone version that can plug in 'Fertile Breeder'.

 

EDIT:

New Version 1.21 (2015-04-18_1) in the download section.

Found some stupid errors in V1.2!

 

EDIT:

New Version 1.22 (2015-04-19) in the download section.
Corrected an error with the born OffSpring.
Included possibility to add the Miss Moo Perk orom an external mod. (Not final)

 

EDIT:

New Version 1.23 (2015-04-19b ) in the download section.
Found and terminated a wrong pregnancy check in the Miss Moo Perk script.

Edited by Swyke
Link to comment
  • 2 months later...

Hey, so Lulu doesn't appear for me. Haggis takes me to the spot right outside Goodspring but nothing is there. Is there an id of Lulu I can use to manually spawn her, am I not looking in the right location for her, or are my load order completely messed up? Thanks for any help

 

Here is my load order: Sorry it's a download, copy and paste doesn't seem to want to work

FNVLoadOrder.txt

Link to comment

Hey, so Lulu doesn't appear for me. Haggis takes me to the spot right outside Goodspring but nothing is there. Is there an id of Lulu I can use to manually spawn her, am I not looking in the right location for her, or are my load order completely messed up? Thanks for any help

 

Here is my load order: Sorry it's a download, copy and paste doesn't seem to want to work

To help a new member that is having a hard time placing load order.

 

 

[X] FalloutNV.esm

[X] DeadMoney.esm

[X] HonestHearts.esm

[X] OldWorldBlues.esm

[X] LonesomeRoad.esm

[X] GunRunnersArsenal.esm

[X] ClassicPack.esm

[X] MercenaryPack.esm

[X] TribalPack.esm

[X] CaravanPack.esm

[X] Sexout.esm

[X] SexoutCommonResources.esm

[X] Caliber.esm

[X] CaliberXgunrunners.esm

[X] MikotoBeauty.esm

[X] NCR CF - Sexout.esp

[X] CaliberXhonesthearts.esm

[X] NVWillow.esp

[X] VanessaFollowerNV.esm

[X] QSkunkwaterGulch.esm

[X] SexoutStore.esm

[X] SexoutSoliciting.esm

[X] CoitoErgoSum.esm

[X] SexoutPregnancyV3.esm

[X] SexoutOffSpring.esm

[X] Fertile Breeder.esp

[X] FBFarm.esp

[X] FBCaptured.esp

[X] SexoutSlavery.esm

[X] SexoutTryout.esm

[X] SexoutWorkingGirl.esp

[X] SexoutMissMoo.esp

[X] Sexout-Amra.esp

[X] SexoutPosNew.esp

[X] The Mod Configuration Menu.esp

[X] I5K-TVReplacerLPtopless.esp

[X] Mens Magazines Replacer.esp

[X] Readius_NV.esp

[X] MikotoBeauty.esp

[X] Liberty Loft.esp

[X] TG Blackwidow t6m.esp

[ ] Kozzz_LD(rus).esp

[X] Kozzz_LC(en).esp

[X] PrnOut.esp

[X] SexoutSpunk.esp

[X] SexoutWillow.esp

[X] st.esp

[ ] SexoutAmra.esp

[X] FBLoadScreensOverwrite.esp

[X] FBLoadScreensInsert.esp

[X] Sexout-Wear-And-Tear.esp

[X] SexoutSoliciting-DLC.esp

[X] SexoutSexAssault.esp

[X] M14.esp

[X] MAC.esp

[X] Love Shacks.esp

[X] Dalls_Lodger.esp

[X] Dalls_Birds_Nest.esp

[X] SexoutSex.esp

[X] SunnyCompanion.esp

[ ] bzArmour.esp

[ ] bzBodySuits.esp

[X] populatedcasino.esp

 

 

 

Oh in the mean time .. try and download LOOT and run it on your load order. Just in case. I can't see anything at first glance .. but I dont' know most of those mods.. ;).

Link to comment

Hey, so Lulu doesn't appear for me. Haggis takes me to the spot right outside Goodspring but nothing is there. Is there an id of Lulu I can use to manually spawn her, am I not looking in the right location for her, or are my load order completely messed up? Thanks for any help

 

Here is my load order: Sorry it's a download, copy and paste doesn't seem to want to work

Haggis is at the Caravan near devils gullett? And after talking to him he runs to another place? Where he stays? But there is no bighorner named Lulu? This is strange because i gave haggis the order to walk to Lulu no matter where she is. (As far as i can remember i did so). I never had this issue. Maybe something has killed her or another mod has edited the area around devils gullett or the bighorner is stuck in the flor by some vanilla game issue. I cant give you any ID codes because i am far away from my modding Computer and i will be for at least another week. Maybe you should deinstall the mod, make a clean save and reinstall. If Lulu still doesnt appear another mod conflicts with Miss moo. Put Miss moo to a lower place in the loadorder so it gets loaded after those. But still: if haggis is there Lulu must be there too.
Link to comment

fun haggis keeps running away for no reason.

 

should probably make him essential and fearless

 

and maybe add a better fence around the place idk pretty weird place to put him on top of a hill middle of now where maybe further west of goodsprings idk or a little south of it.

 

EDIT: is there supposed to be a miss moo perk in the perk section or cuz i see that miss "moo perk initialized" in the console and that the quest didn't officially end according to the quest log.

Link to comment

Hi, wanted to ask if anyone know the perk ID for "stupid cow" perk, because after quest ends i would like to keep the "stupid cow" perk with "miss moo" perks, because my mc is a stupid cow.

Also i don´t have "miss moo" perk in my perk list but i do get the effect "mounted miss moo", is it a bug or meant to be like that?

Link to comment
  • 2 weeks later...
  • 2 years later...

Hey, so Lulu doesn't appear for me. Haggis takes me to the spot right outside Goodspring but nothing is there. Is there an id of Lulu I can use to manually spawn her, am I not looking in the right location for her, or are my load order completely messed up? Thanks for any help

 

Here is my load order: Sorry it's a download, copy and paste doesn't seem to want to work

Its FormID: xx0082b5  xx = load order

I've got the same problem myself, but after doing this the quest progresses normaly

 

 

*to check the ID of something. In FOMM > rightclick on the .esp or .esm > Open in TESsnip... > done

Link to comment
  • 5 weeks later...

This is a small questmod, that uses assets from Fallout and Sexout. Visually it wouldn't look any different from any other assets from the game or Sexout.

The quest and gameplay however are new and unique. If you like mods like Fertile Breeder and Sexout Breeder, this small mod is a good addition to it.

 

Link to comment

I imagine I'm many years too late to be of any help but the reason Miss Moo isn't showing up on people's perk lists is that aayCowPerkQuestSCRIPT is doing "PlayerREF.AddPerk aayMissMooPerk 1". There isn't supposed to be a 1 there, removing the 1 makes it add the perk normally. Not that it really matters since the scripts that do the perk things run fine anyway even if the perk itself doesn't get added to the player's list but I prefer having it there. I'm not sure if the author is still active, otherwise you can just add the perk manually after you get the effect. The ID seems to be XX00E5BB. /shrug

Link to comment
  • 3 months later...
  • 6 months later...
  • 2 weeks later...

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use