Jump to content

What happened to SexoutBreeder?


Beornwahl

Recommended Posts

I appreciate all the help I can get.. however.. I believe Breeder Fixes really belong to someone that can use the GECK successfully as it requires many areas of understanding inside of GECK to fix all the issues that are there just to get it updated to work with the current systems. My focus should be on more basic things like importing nifs, DDS files and such. Merging files, cleaning mods, and stuff like that. Basic starting experiences that can be used personally as well.

 

Now as I do learn things I see no problem with firing up GECK/FNVedit and playing around with the Breeder.esm. At that rate it would likely take a verrrrryyyy LOooonnnngg Time to get anywhere near functional with current systems.. Perhaps even by that time.. a new version of SCR would require more changes.. :D

 

If anyone was interested I posted the errors I gotten from FNVedit here

http://www.loverslab.com/topic/43821-what-happened-to-sexoutbreeder/?p=1107596in the spoiler.

 

I think those items in red need to be cleaned from Breeder.

Link to comment

I am not understanding it correctly but that is ok. I was under the assumption if they were imported into the Mod. The references then can be redirected back to the imported files and then would work. Nothing new would have to be created and no conflicts would be present with SCR, Spunk, Sexout etc. I imagine changing the links to focus on the new location would be easier than updating the system to the new way.

Ok I'll try explain better, for example one of the removed assets is a semen token called something like "SexoutSSemenBigHornerVaginal". The FNVEdit errors are telling you this asset no longer exists in SCR. SCR used to detect any actors having sex and then run a script on those actors, if it detected a female was engaging in vaginal sex with a BigHorner it would add a random number of "SexoutSSemenBigHornerVaginal" tokens. Then the Pregnancy scripts would continually scan any fertile female looking for any semen tokens like this:

 

Set fSpermBighorner to rActor.GetItemCount SexoutSSemenBigHornerVaginal

 

then would roll some dice every half hour or so and if the numbers came up the female would be come pregnant.

 

Now you could put the tokens back or I could have left them there, but there are 2 issues:

 

1 SCR no longer adds them, it has nothing to do with Semen anymore, it's all handled by SexoutSpunk.

 

2 Pregnancy no longer checks for the tokens either, now pregnancy checks a NX variable created by SexoutSpunk on each actor like this:

 

Set fSpermBighorner to (rActor.NX_GetEVFl "SOP:Vol:Bighorner")

 

So in effect you need to change all those dialogue checks from counting tokens to checking rActor.NX_GetEVFl "SOP:Vol:Bighorner") which I'm not sure can be done simply with Dialogue condition checks.

 

There were also a few gestating OffspringPup/Egg tokens that got swapped from MISC tokens to ARMOR tokens as ARMOR tokens can be hidden in the inventory and made visible by setting them playable in the debug plugins.

Link to comment

That particular example is pretty easy actually. Set a quest string var to "SOP:Vol:Bighorner" and then use the NX_GetQVEVFl condition. You need to know which var the string is in the quest by index (not name) but otherwise it's not too bad. I've only started using them recently in sexout but it looks like it works well and is going to replace many condition checks for me.

 

My usually approach when it's missing/removed refs, is to just change the conditions for them to always fail.. like check that 1 == 0 or something. This gets rid of the fnvedit/geck errors and lets you just move on. Note down where the condition was and what it was looking for, come back and reimplement it later after you've cleared all the errors one way or the other.

Link to comment

 

[00:00] Checking for Errors in [04] SexoutBreeder.esp
[00:00] Parameter #1 -> [03048059]
[00:00] Above errors were found in :CTDA - Condition
[00:00] Above errors were found in :Conditions
[00:00] Above errors were found in :A4NurseSandbox3 [PACK:04075E50]
[00:00] Parameter #1 -> [03048059]
[00:00] Above errors were found in :CTDA - Condition
[00:00] Above errors were found in :Conditions
[00:00] Above errors were found in :A7AlphaBreedPackage [PACK:0403D3DD]
[00:00] Parameter #1 -> [03056405]
[00:00] Above errors were found in :CTDA - Condition
[00:00] Above errors were found in :Conditions
[00:00] Above errors were found in :A4DCAlphaBreedPACKAGE [PACK:04013D7A]
[00:00] Location -> Found a NULL reference, expected: ACHR,ACRE,PGRE,PLYR,PMIS,REFR
[00:00] Above errors were found in :PLDT - Location 1
[00:00] Above errors were found in :Locations
[00:00] Above errors were found in :A2PanBackToStart [PACK:0400AA2A]
[00:00] Parameter #1 -> [03048059]
[00:00] Above errors were found in :CTDA - Condition
[00:00] Above errors were found in :Conditions
[00:00] Above errors were found in :A7NickyGreetingPackage [PACK:04039EB4]
[00:01] Above errors were found in :GRUP Top "PACK"
[00:01] SCRO - Global Reference -> [03048059]
[00:01] SCRO - Global Reference -> [03056405]
[00:01] Above errors were found in :References
[00:01] Above errors were found in :Embedded Script
[00:01] Above errors were found in :Script (End)
[00:01] Above errors were found in :[iNFO:040786D2] ('More cum for me?' in GRUP Topic Children of A4ASlaveImpregnation "A4ASlaveImpregnation" [DIAL:040786D0] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:040786D1] ('Oh... I hadn't noticed...' in GRUP Topic Children of A4ASlaveImpregnation "A4ASlaveImpregnation" [DIAL:040786D0] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Above errors were found in :GRUP Topic Children of A4ASlaveImpregnation "A4ASlaveImpregnation" [DIAL:040786D0]
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:0407729C] ('Have you now?' in GRUP Topic Children of A5SantaPresenttime "I've been a good girl this year." [DIAL:0407729B] for A5LactationFrameQuest "A5LactationFrameQuest" [QUST:04012659])
[00:01] Above errors were found in :GRUP Topic Children of A5SantaPresenttime "I've been a good girl this year." [DIAL:0407729B]
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:0407729A] ('This is also a test' in GRUP Topic Children of A5TestDialogue "This is a test" [DIAL:04077299] for A5LactationFrameQuest "A5LactationFrameQuest" [QUST:04012659])
[00:01] Above errors were found in :GRUP Topic Children of A5TestDialogue "This is a test" [DIAL:04077299]
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:04076FB5] ('I see it has been a very productive year for you little girl. Ha ha ha.' in GRUP Topic Children of A5SantaNewEvent2 "Got any more work for your favorite elf?" [DIAL:04076FB4] for A5LactationFrameQuest "A5LactationFrameQuest" [QUST:04012659])
[00:01] Above errors were found in :GRUP Topic Children of A5SantaNewEvent2 "Got any more work for your favorite elf?" [DIAL:04076FB4]
[00:01] SCRO - Global Reference -> [03048059]
[00:01] SCRO - Global Reference -> [03056405]
[00:01] Above errors were found in :References
[00:01] Above errors were found in :Embedded Script
[00:01] Above errors were found in :Script (End)
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:04075585] ('Your place is known to you. There are no barriers stopping what is to come.' in GRUP Topic Children of A4BTitusFuck "A4BTitusFuck" [DIAL:04075295] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] SCRO - Global Reference -> [03048059]
[00:01] SCRO - Global Reference -> [03056405]
[00:01] Above errors were found in :References
[00:01] Above errors were found in :Embedded Script
[00:01] Above errors were found in :Script (End)
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:0407529A] ('Yes, a ripe body.. I will plow your field and sow my seed within you.' in GRUP Topic Children of A4BTitusFuck "A4BTitusFuck" [DIAL:04075295] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:04078102] ('Yes... let your most primal urges seize hold of you. You are an animal of reproduction and pleasure. Embrace it.' in GRUP Topic Children of A4BTitusFuck "A4BTitusFuck" [DIAL:04075295] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:0407529B] ('You desire this more than anything else! You're sole purpose is to bring my children into this world. You need my cum in that hungry pussy.' in GRUP Topic Children of A4BTitusFuck "A4BTitusFuck" [DIAL:04075295] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:04079AFA] ('Observing you embrace your purpose pleases me to no end.' in GRUP Topic Children of A4BTitusFuck "A4BTitusFuck" [DIAL:04075295] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:04075297] ('You may already be bred, but my breeder will know pleasure unending.' in GRUP Topic Children of A4BTitusFuck "A4BTitusFuck" [DIAL:04075295] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Above errors were found in :GRUP Topic Children of A4BTitusFuck "A4BTitusFuck" [DIAL:04075295]
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:0407528C] ('[You often find yourself hungrier than normal since you began nurturing new life inside of you. ]' in GRUP Topic Children of A4BTitusScene "A4ATitusScene" [DIAL:04074FA6] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:04077B3F] ('[You fall to your knees, gut rumbling and mouth salivating at the prospects of the meal to come.]' in GRUP Topic Children of A4BTitusScene "A4ATitusScene" [DIAL:04074FA6] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:0407528B] ('[You fall to your knees, gut rumbling and mouth salivating at the prospects of the meal to come.]' in GRUP Topic Children of A4BTitusScene "A4ATitusScene" [DIAL:04074FA6] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:04077B3A] ('[Titus's reptillian member emerges from the saftey of it's protective sheathe limp. Sad at it's current state you move to "rectify" the situation...]' in GRUP Topic Children of A4BTitusScene "A4ATitusScene" [DIAL:04074FA6] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:0407613E] ('[As Titus's reptillian cock slips out into view your senses are immediately assaulted by his musk. Sending your head spinning and thoughts wandering]' in GRUP Topic Children of A4BTitusScene "A4ATitusScene" [DIAL:04074FA6] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Above errors were found in :GRUP Topic Children of A4BTitusScene "A4ATitusScene" [DIAL:04074FA6]
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:04074CC8] ('[Titus bends down and sniffs you]' in GRUP Topic Children of A4ATitusConvoF1 "I feel pregnant..." [DIAL:04074CC5] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:04074CC7] ('[Titus bends down and sniffs you]' in GRUP Topic Children of A4ATitusConvoF1 "I feel pregnant..." [DIAL:04074CC5] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:01] Above errors were found in :Conditions
[00:01] Above errors were found in :[iNFO:04079813] ('[Titus bends down and sniffs you]' in GRUP Topic Children of A4ATitusConvoF1 "I feel pregnant..." [DIAL:04074CC5] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:01] Parameter #1 -> [03048059]
[00:01] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:04079814] ('[Titus bends down and sniffs you]' in GRUP Topic Children of A4ATitusConvoF1 "I feel pregnant..." [DIAL:04074CC5] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:04079815] ('[Titus bends down and sniffs you]' in GRUP Topic Children of A4ATitusConvoF1 "I feel pregnant..." [DIAL:04074CC5] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:04079816] ('[Titus bends down and sniffs you]' in GRUP Topic Children of A4ATitusConvoF1 "I feel pregnant..." [DIAL:04074CC5] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:04074CC6] ('My spawn is responsible for your suddenly voracious appetite. It pleases me to see you eat so often.' in GRUP Topic Children of A4ATitusConvoF1 "I feel pregnant..." [DIAL:04074CC5] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Above errors were found in :GRUP Topic Children of A4ATitusConvoF1 "I feel pregnant..." [DIAL:04074CC5]
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:040746FA] ('You and your offspring will not come to any harm.' in GRUP Topic Children of A4BTitusFolCom1 "A4BTitusFolCom1" [DIAL:040746F6] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Above errors were found in :GRUP Topic Children of A4BTitusFolCom1 "A4BTitusFolCom1" [DIAL:040746F6]
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:04077B3C] ('Ah, if my Breeder requires another load of sustenance to nurture her young, then you will have it.' in GRUP Topic Children of A4BTitusFeed "A4AtitusFeed" [DIAL:04074135] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:04074CC3] ('Ah, if my Breeder requires another load of sustenance to nurture her young, then you will have it.' in GRUP Topic Children of A4BTitusFeed "A4AtitusFeed" [DIAL:04074135] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:04077B3B] ('It is vital that your children are well nourished as they develop within you.' in GRUP Topic Children of A4BTitusFeed "A4AtitusFeed" [DIAL:04074135] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:04074136] ('On your knees, my pet. I know my children demand much from you. You will not go unsatiated.' in GRUP Topic Children of A4BTitusFeed "A4AtitusFeed" [DIAL:04074135] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Above errors were found in :GRUP Topic Children of A4BTitusFeed "A4AtitusFeed" [DIAL:04074135]
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:04072A43] ('[The sex crazed deathclaw eagerly obliges your request.]' in GRUP Topic Children of A4ABreederFuck "A4ABreederFuck" [DIAL:0407275C] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:04072A42] ('[The sex crazed deathclaw eagerly obliges your request.]' in GRUP Topic Children of A4ABreederFuck "A4ABreederFuck" [DIAL:0407275C] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] SCRO - Global Reference -> [03048059]
[00:02] SCRO - Global Reference -> [03056405]
[00:02] Above errors were found in :References
[00:02] Above errors were found in :Embedded Script
[00:02] Above errors were found in :Script (End)
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:0407275F] ('[The sex crazed deathclaw eagerly obliges your request.]' in GRUP Topic Children of A4ABreederFuck "A4ABreederFuck" [DIAL:0407275C] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] SCRO - Global Reference -> [03048059]
[00:02] SCRO - Global Reference -> [03056405]
[00:02] Above errors were found in :References
[00:02] Above errors were found in :Embedded Script
[00:02] Above errors were found in :Script (End)
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:0407275E] ('[The sex crazed deathclaw eagerly obliges your request.]' in GRUP Topic Children of A4ABreederFuck "A4ABreederFuck" [DIAL:0407275C] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Above errors were found in :GRUP Topic Children of A4ABreederFuck "A4ABreederFuck" [DIAL:0407275C]
[00:02] SCRO - Global Reference -> [03048059]
[00:02] SCRO - Global Reference -> [03056405]
[00:02] Above errors were found in :References
[00:02] Above errors were found in :Embedded Script
[00:02] Above errors were found in :Script (End)
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:04072473] ('Finally!' in GRUP Topic Children of A4ADiscipleImpreg1b "You don't look very pregnant, lets get you knocked up!" [DIAL:04072472] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Above errors were found in :GRUP Topic Children of A4ADiscipleImpreg1b "You don't look very pregnant, lets get you knocked up!" [DIAL:04072472]
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:04072475] ('After five loads of baby batter from my last romp, I had better be cooking up a little one.' in GRUP Topic Children of A4ADiscipleImpreg1a "You look a little pregnant." [DIAL:04072471] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:04072474] ('Oh, am I showing? The deathclaws don't seem to mind. I think it turns them on a little more when I get a little round...' in GRUP Topic Children of A4ADiscipleImpreg1a "You look a little pregnant." [DIAL:04072471] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Above errors were found in :GRUP Topic Children of A4ADiscipleImpreg1a "You look a little pregnant." [DIAL:04072471]
[00:02] SCRO - Global Reference -> [03056405]
[00:02] Above errors were found in :References
[00:02] Above errors were found in :Embedded Script
[00:02] Above errors were found in :Script (Begin)
[00:02] Above errors were found in :[iNFO:0406C17E] ('I think it's time!' in GRUP Topic Children of A4MDEveTopic17 "A4MDEveTopic17" [DIAL:0406C17D] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Above errors were found in :GRUP Topic Children of A4MDEveTopic17 "A4MDEveTopic17" [DIAL:0406C17D]
[00:02] SCRO - Global Reference -> [0300C2CA]
[00:02] Above errors were found in :References
[00:02] Above errors were found in :Embedded Script
[00:02] Above errors were found in :Script (End)
[00:02] Above errors were found in :[iNFO:0406C173] ('Ok...' in GRUP Topic Children of A4MDEveTopic15b1 "Our wombs secrete a powerful hormone. You only need to put your mind to it." [DIAL:0406C172] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:02] Above errors were found in :GRUP Topic Children of A4MDEveTopic15b1 "Our wombs secrete a powerful hormone. You only need to put your mind to it." [DIAL:0406C172]
[00:02] SCRO - Global Reference -> [03048059]
[00:02] Above errors were found in :References
[00:02] Above errors were found in :Embedded Script
[00:02] Above errors were found in :Script (End)
[00:02] Parameter #1 -> [03048059]
[00:02] Above errors were found in :CTDA - Condition
[00:02] Above errors were found in :Conditions
[00:02] Above errors were found in :[iNFO:04059D0B] ('No of course not, that would just be silly.' in GRUP Topic Children of A5Easter3 "This wasn't all just a big setup so you could fuck me was it?" [DIAL:04059D0A] for A5LactationFrameQuest "A5LactationFrameQuest" [QUST:04012659])
[00:02] Above errors were found in :GRUP Topic Children of A5Easter3 "This wasn't all just a big setup so you could fuck me was it?" [DIAL:04059D0A]
[00:03] SCRO - Global Reference -> [03048059]
[00:03] SCRO - Global Reference -> [030097D0]
[00:03] Above errors were found in :References
[00:03] Above errors were found in :Embedded Script
[00:03] Above errors were found in :Script (End)
[00:03] Above errors were found in :[iNFO:04056BD5] ('[You've found who left the nectar in the cave while you were passed out. You're unsure why but something in your head tells you to lay down]' in GRUP Topic Children of A9DroneGreet "A9DroneGreet" [DIAL:04056BD4] for A9GAFQ "Hive Minded" [QUST:040568DF])
[00:03] Above errors were found in :GRUP Topic Children of A9DroneGreet "A9DroneGreet" [DIAL:04056BD4]
[00:03] Parameter #1 -> [03048059]
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:04050012] ('We don't want that baby being malnourished do we?' in GRUP Topic Children of A8LeaderFood2 "Fine. Whatever." [DIAL:04054000] for A8SMFQ "A Tribe in the Desert" [QUST:0404EAEE])
[00:03] Above errors were found in :GRUP Topic Children of A8LeaderFood2 "Fine. Whatever." [DIAL:04054000]
[00:03] Parameter #1 -> [03048059]
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:04050604] ('Luckily for you I'm not really horny right now. But I do have a question.' in GRUP Topic Children of A8SM1Convo2 "What is it..." [DIAL:04050603] for A8SMFQ "A Tribe in the Desert" [QUST:0404EAEE])
[00:03] Above errors were found in :GRUP Topic Children of A8SM1Convo2 "What is it..." [DIAL:04050603]
[00:03] SCRO - Global Reference -> [03048059]
[00:03] Above errors were found in :References
[00:03] Above errors were found in :Embedded Script
[00:03] Above errors were found in :Script (End)
[00:03] Parameter #1 -> [03048059]
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:0404D927] ('...' in GRUP Topic Children of A4OloFuckPlayer "She's had enough. It's my turn." [DIAL:0404D926] for A4RSFQ "Riverside Takeover" [QUST:0402C1E2])
[00:03] Above errors were found in :GRUP Topic Children of A4OloFuckPlayer "She's had enough. It's my turn." [DIAL:0404D926]
[00:03] SCRO - Global Reference -> [03048059]
[00:03] Above errors were found in :References
[00:03] Above errors were found in :Embedded Script
[00:03] Above errors were found in :Script (End)
[00:03] Parameter #1 -> [03048059]
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:0404D924] ('...' in GRUP Topic Children of A4OloFuckMiranda "Olo, fuck Miranda." [DIAL:0404D923] for A4RSFQ "Riverside Takeover" [QUST:0402C1E2])
[00:03] Above errors were found in :GRUP Topic Children of A4OloFuckMiranda "Olo, fuck Miranda." [DIAL:0404D923]
[00:03] SCRO - Global Reference -> [03048059]
[00:03] Above errors were found in :References
[00:03] Above errors were found in :Embedded Script
[00:03] Above errors were found in :Script (End)
[00:03] Parameter #1 -> [03048059]
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:0404CDA9] ('You don't mind if we roleplay a bit do you? All right, here comes the gecko!' in GRUP Topic Children of A4JohnFuckMiranda "My friend here needs a fucking. Would you be so kind?" [DIAL:0404CDA5] for A4RSFQ "Riverside Takeover" [QUST:0402C1E2])
[00:03] SCRO - Global Reference -> [03048059]
[00:03] Above errors were found in :References
[00:03] Above errors were found in :Embedded Script
[00:03] Above errors were found in :Script (End)
[00:03] Parameter #1 -> [03048059]
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:0404CDA8] ('I've been pent up for days. You don't mind if I cum in her do you?' in GRUP Topic Children of A4JohnFuckMiranda "My friend here needs a fucking. Would you be so kind?" [DIAL:0404CDA5] for A4RSFQ "Riverside Takeover" [QUST:0402C1E2])
[00:03] Above errors were found in :GRUP Topic Children of A4JohnFuckMiranda "My friend here needs a fucking. Would you be so kind?" [DIAL:0404CDA5]
[00:03] Parameter #1 -> [03048059]
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:0404CDA0] ('I got a big belly full of something, but I'll try and keep up.' in GRUP Topic Children of A4RSMirandaCompanionFollow "Follow me, my pet." [DIAL:0404CD98] for A4RSFQ "Riverside Takeover" [QUST:0402C1E2])
[00:03] Above errors were found in :GRUP Topic Children of A4RSMirandaCompanionFollow "Follow me, my pet." [DIAL:0404CD98]
[00:03] Parameter #1 -> [03048059]
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:0404CAB7] ('No, no wait... no. I feel... full. Like. I think I'm pregnant again. Am I showing?' in GRUP Topic Children of A4RSMiranda6Sub "How's my favorite mommy cow doing?" [DIAL:0404CAB4] for A4RSFQ "Riverside Takeover" [QUST:0402C1E2])
[00:03] Parameter #1 -> [03048059]
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:0404CAB6] ('So... upset, my bull hasn't bred me lately. He has another whore! Another fucking whore!' in GRUP Topic Children of A4RSMiranda6Sub "How's my favorite mommy cow doing?" [DIAL:0404CAB4] for A4RSFQ "Riverside Takeover" [QUST:0402C1E2])
[00:03] Above errors were found in :GRUP Topic Children of A4RSMiranda6Sub "How's my favorite mommy cow doing?" [DIAL:0404CAB4]
[00:03] SCRO - Global Reference -> [03048059]
[00:03] Above errors were found in :References
[00:03] Above errors were found in :Embedded Script
[00:03] Above errors were found in :Script (End)
[00:03] Parameter #1 -> [03048059]
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:0404C1FD] ('(She licks her lips.) Fine. Whatever.' in GRUP Topic Children of A4RSMiranda3Sub "It looks like you've got them warmed up. Lay on the ground, I want him to take you. From behind." [DIAL:0404C1FB] for A4RSFQ "Riverside Takeover" [QUST:0402C1E2])
[00:03] SCRO - Global Reference -> [03048059]
[00:03] Above errors were found in :References
[00:03] Above errors were found in :Embedded Script
[00:03] Above errors were found in :Script (End)
[00:03] Above errors were found in :[iNFO:0404C1FC] ('Fuck seriously? This is bad enough - I mean. Yes "Mistress". Anything you want...' in GRUP Topic Children of A4RSMiranda3Sub "It looks like you've got them warmed up. Lay on the ground, I want him to take you. From behind." [DIAL:0404C1FB] for A4RSFQ "Riverside Takeover" [QUST:0402C1E2])
[00:03] Above errors were found in :GRUP Topic Children of A4RSMiranda3Sub "It looks like you've got them warmed up. Lay on the ground, I want him to take you. From behind." [DIAL:0404C1FB]
[00:03] Parameter #1 -> [03048059]
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:0404B8F8] ('Well, you were pregnant when you came into town, and you're pregnant again.' in GRUP Topic Children of A4LawsonSuspicion2 "Sure am, why do you ask?" [DIAL:0404B8DF] for A4RSFQ "Riverside Takeover" [QUST:0402C1E2])
[00:03] Above errors were found in :GRUP Topic Children of A4LawsonSuspicion2 "Sure am, why do you ask?" [DIAL:0404B8DF]
[00:03] SCRO - Global Reference -> [03048059]
[00:03] SCRO - Global Reference -> [03057DE2]
[00:03] Above errors were found in :References
[00:03] Above errors were found in :Embedded Script
[00:03] Above errors were found in :Script (End)
[00:03] Above errors were found in :[iNFO:04049EAE] ('Let me reach into my bag here and give it to you then!' in GRUP Topic Children of A5Santa3a "Oh I love presents!" [DIAL:04049EAD] for A5LactationFrameQuest "A5LactationFrameQuest" [QUST:04012659])
[00:03] Above errors were found in :GRUP Topic Children of A5Santa3a "Oh I love presents!" [DIAL:04049EAD]
[00:03] SCRO - Global Reference -> [020498A8]
[00:03] SCRO - Global Reference -> [0204A186]
[00:03] Above errors were found in :References
[00:03] Above errors were found in :Embedded Script
[00:03] Above errors were found in :Script (End)
[00:03] Parameter #1 -> Found a LVLC reference, expected: ACTI,ALCH,AMMO,ARMA,ARMO,ASPC,BOOK,CHIP,CONT,CREA,DOOR,FLST,FURN,GRAS,IDLM,IMOD,KEYM,LIGH,MISC,MSTT,NOTE,NPC_,PROJ,PWAT,SCOL,SOUN,STAT,TACT,TERM,TREE,WEAP
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:04046A87] ('...' in GRUP Topic Children of A4Patrol2Sex "My womb aches for seed, and you look pent up. How about we help eachother?" [DIAL:04046A86] for A4NVFQ "Deathclaw Expansion" [QUST:04043732])
[00:03] Above errors were found in :GRUP Topic Children of A4Patrol2Sex "My womb aches for seed, and you look pent up. How about we help eachother?" [DIAL:04046A86]
[00:03] Parameter #1 -> Found a LVLC reference, expected: ACTI,ALCH,AMMO,ARMA,ARMO,ASPC,BOOK,CHIP,CONT,CREA,DOOR,FLST,FURN,GRAS,IDLM,IMOD,KEYM,LIGH,MISC,MSTT,NOTE,NPC_,PROJ,PWAT,SCOL,SOUN,STAT,TACT,TERM,TREE,WEAP
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:04046A85] ('...' in GRUP Topic Children of A4Patrol1Sex "It looks like you could use a break. It just so happens I'm a little thirsty." [DIAL:04046A84] for A4NVFQ "Deathclaw Expansion" [QUST:04043732])
[00:03] Above errors were found in :GRUP Topic Children of A4Patrol1Sex "It looks like you could use a break. It just so happens I'm a little thirsty." [DIAL:04046A84]
[00:03] SCRO - Global Reference -> [020498A8]
[00:03] SCRO - Global Reference -> [0204A186]
[00:03] Above errors were found in :References
[00:03] Above errors were found in :Embedded Script
[00:03] Above errors were found in :Script (End)
[00:03] Above errors were found in :[iNFO:04046A83] ('...' in GRUP Topic Children of A4IncolaSex "Your queen requires your attention." [DIAL:04046A82] for A4NVFQ "Deathclaw Expansion" [QUST:04043732])
[00:03] Above errors were found in :GRUP Topic Children of A4IncolaSex "Your queen requires your attention." [DIAL:04046A82]
[00:03] SCRO - Global Reference -> [020498A8]
[00:03] SCRO - Global Reference -> [0204A186]
[00:03] SCRO - Global Reference -> [03048059]
[00:03] SCRO - Global Reference -> [03056405]
[00:03] Above errors were found in :References
[00:03] Above errors were found in :Embedded Script
[00:03] Above errors were found in :Script (End)
[00:03] Parameter #1 -> [03048059]
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:04045675] ('Yes... together, we shall produce between us a spawn the likes of which the world has never seen before. They shall be perfect and without fault.' in GRUP Topic Children of A4NVTitus5Talk "I'm ready to receive your seed master. Breed me, breed me like you would your queen!" [DIAL:04045673] for A4NVFQ "Deathclaw Expansion" [QUST:04043732])
[00:03] SCRO - Global Reference -> [020498A8]
[00:03] SCRO - Global Reference -> [0204A186]
[00:03] Above errors were found in :References
[00:03] Above errors were found in :Embedded Script
[00:03] Above errors were found in :Script (End)
[00:03] Parameter #1 -> [03048059]
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:04045674] ('Then prepare yourself, for I shall breed you, and make you mine once more.' in GRUP Topic Children of A4NVTitus5Talk "I'm ready to receive your seed master. Breed me, breed me like you would your queen!" [DIAL:04045673] for A4NVFQ "Deathclaw Expansion" [QUST:04043732])
[00:03] Above errors were found in :GRUP Topic Children of A4NVTitus5Talk "I'm ready to receive your seed master. Breed me, breed me like you would your queen!" [DIAL:04045673]
[00:03] Parameter #1 -> [03048059]
[00:03] Above errors were found in :CTDA - Condition
[00:03] Above errors were found in :Conditions
[00:03] Above errors were found in :[iNFO:04045671] ('You have become everything I thought and hoped you may become. You have reacted positively to the virus... and now, you truly are beautiful.' in GRUP Topic Children of A4NVTitus4Talk2 "I'm OK, but their soldiers aren't. I grew these... [You show your claws.] ... and used them too!" [DIAL:04045670] for A4NVFQ "Deathclaw Expansion" [QUST:04043732])
[00:03] Above errors were found in :GRUP Topic Children of A4NVTitus4Talk2 "I'm OK, but their soldiers aren't. I grew these... [You show your claws.] ... and used them too!" [DIAL:04045670]
[00:04] SCRO - Global Reference -> [03048059]
[00:04] SCRO - Global Reference -> [03056403]
[00:04] SCRO - Global Reference -> [03056404]
[00:04] Above errors were found in :References
[00:04] Above errors were found in :Embedded Script
[00:04] Above errors were found in :Script (End)
[00:04] Parameter #1 -> [03048059]
[00:04] Above errors were found in :CTDA - Condition
[00:04] Above errors were found in :Conditions
[00:04] Above errors were found in :[iNFO:04042BB4] ('[You decide you're going to make sure Fenris knocks you up this time by taking his knot fully and holding in his cum for as long as you can...]' in GRUP Topic Children of A7FenrisBreed "[breed with Fenris]" [DIAL:040402E4] for A7CFQ "A7CFQ" [QUST:04039EAC])
[00:04] SCRO - Global Reference -> [03048059]
[00:04] SCRO - Global Reference -> [03056403]
[00:04] SCRO - Global Reference -> [03056404]
[00:04] Above errors were found in :References
[00:04] Above errors were found in :Embedded Script
[00:04] Above errors were found in :Script (End)
[00:04] Parameter #1 -> [03048059]
[00:04] Above errors were found in :CTDA - Condition
[00:04] Above errors were found in :Conditions
[00:04] Above errors were found in :[iNFO:040402E5] ('[You decide you're going to make sure Fenris knocks you up this time by taking his knot and holding in his cum for as long as possible...]' in GRUP Topic Children of A7FenrisBreed "[breed with Fenris]" [DIAL:040402E4] for A7CFQ "A7CFQ" [QUST:04039EAC])
[00:04] Above errors were found in :GRUP Topic Children of A7FenrisBreed "[breed with Fenris]" [DIAL:040402E4]
[00:04] Parameter #1 -> [03048059]
[00:04] Above errors were found in :CTDA - Condition
[00:04] Above errors were found in :Conditions
[00:04] Above errors were found in :[iNFO:0403D9BA] ('Wait. Do you mean? Is that what's inside you right now? Is that what happened after we left you? Please, please no!' in GRUP Topic Children of A7NickyOptionC2 "You're going to get fucked like the bitch you are, you slut! This is what you've done to me!" [DIAL:0403D9B6] for A7CFQ "A7CFQ" [QUST:04039EAC])
[00:04] Above errors were found in :GRUP Topic Children of A7NickyOptionC2 "You're going to get fucked like the bitch you are, you slut! This is what you've done to me!" [DIAL:0403D9B6]
[00:04] SCRO - Global Reference -> [03048059]
[00:04] SCRO - Global Reference -> [03056404]
[00:04] Above errors were found in :References
[00:04] Above errors were found in :Embedded Script
[00:04] Above errors were found in :Script (End)
[00:04] Above errors were found in :[iNFO:0403D3DF] ('[The pack's Alpha, your savior, approaches you.]' in GRUP Topic Children of A7CABreed "A7CABreed" [DIAL:0403D3DE] for A7CFQ "A7CFQ" [QUST:04039EAC])
[00:04] Above errors were found in :GRUP Topic Children of A7CABreed "A7CABreed" [DIAL:0403D3DE]
[00:04] Parameter #1 -> [03048059]
[00:04] Above errors were found in :CTDA - Condition
[00:04] Above errors were found in :Conditions
[00:04] Above errors were found in :[iNFO:0403A864] ('[You may already be pregnant, but that's not about to stop your mate who appreciates the submissive nature of his bitch.]' in GRUP Topic Children of A7CAMate "I can't wait for you to mount me again. I want to be your bitch. Fuck me again." [DIAL:0403A863] for A7CFQ "A7CFQ" [QUST:04039EAC])
[00:04] Above errors were found in :GRUP Topic Children of A7CAMate "I can't wait for you to mount me again. I want to be your bitch. Fuck me again." [DIAL:0403A863]
[00:04] SCRO - Global Reference -> [03048059]
[00:04] SCRO - Global Reference -> [03056404]
[00:04] Above errors were found in :References
[00:04] Above errors were found in :Embedded Script
[00:04] Above errors were found in :Script (End)
[00:04] Above errors were found in :[iNFO:0403A488] ('[The large coyote comes over to your tired, worn out body and begins licking your recently acquired bruises.]' in GRUP Topic Children of A7CAApproachPlayer "A7CAApproachPlayer" [DIAL:0403A487] for A7CFQ "A7CFQ" [QUST:04039EAC])
[00:04] Above errors were found in :GRUP Topic Children of A7CAApproachPlayer "A7CAApproachPlayer" [DIAL:0403A487]
[00:04] SCRO - Global Reference -> [03048059]
[00:04] SCRO - Global Reference -> [03056405]
[00:04] Above errors were found in :References
[00:04] Above errors were found in :Embedded Script
[00:04] Above errors were found in :Script (End)
[00:04] Above errors were found in :[iNFO:040341FC] ('Now that you're here we can start.' in GRUP Topic Children of A4RSLucy2Breed "A4RSLucy2Breed" [DIAL:040341FB] for A4RSFQ "Riverside Takeover" [QUST:0402C1E2])
[00:04] Above errors were found in :GRUP Topic Children of A4RSLucy2Breed "A4RSLucy2Breed" [DIAL:040341FB]
[00:04] SCRO - Global Reference -> [03048059]
[00:04] SCRO - Global Reference -> [03056405]
[00:04] Above errors were found in :References
[00:04] Above errors were found in :Embedded Script
[00:04] Above errors were found in :Script (End)
[00:04] Above errors were found in :[iNFO:04032D75] ('Cheater's never prosper.' in GRUP Topic Children of A4XDebug "I'm cheating, Just let me test Riverside for you." [DIAL:04032A96] for A4DeathclawPromontoryFrameQuest "A4DeathclawPromontoryFrameQuest" [QUST:0400FA17])
[00:04] Above errors were found in :GRUP Topic Children of A4XDebug "I'm cheating, Just let me test Riverside for you." [DIAL:04032A96]
[00:04] SCRO - Global Reference -> [03048059]
[00:04] SCRO - Global Reference -> [03056405]
[00:04] Above errors were found in :References
[00:04] Above errors were found in :Embedded Script
[00:04] Above errors were found in :Script (End)
[00:04] Parameter #1 -> [03048059]
[00:04] Above errors were found in :CTDA - Condition
[00:04] Above errors were found in :Conditions
[00:04] Above errors were found in :[iNFO:0402BE70] ('Your recent mutation has enabled you to carry multiple eggs for your Alpha.' in GRUP Topic Children of A4DCQAlphaNewMission "I'm ready to expand your harem. We should go west, where there is land... and breeding stock!" [DIAL:0402BE6F] for A4DeathclawPromontoryFrameQuest "A4DeathclawPromontoryFrameQuest" [QUST:0400FA17])
[00:04] Above errors were found in :GRUP Topic Children of A4DCQAlphaNewMission "I'm ready to expand your harem. We should go west, where there is land... and breeding stock!" [DIAL:0402BE6F]
[00:04] Parameter #1 -> [03048059]
[00:04] Above errors were found in :CTDA - Condition
[00:04] Above errors were found in :Conditions
[00:04] Above errors were found in :[iNFO:0402476D] ('[Reminded of, and enticed by your possible future contributions to his tribe, the spectacularly muscled body of the deathclaw relaxes...]' in GRUP Topic Children of A4DCQDominate2a "[Arch your back and place your hands on your growing belly]" [DIAL:0402476C] for A4DeathclawPromontoryFrameQuest "A4DeathclawPromontoryFrameQuest" [QUST:0400FA17])
[00:04] Above errors were found in :GRUP Topic Children of A4DCQDominate2a "[Arch your back and place your hands on your growing belly]" [DIAL:0402476C]
[00:04] Parameter #1 -> [03056405]
[00:04] Above errors were found in :CTDA - Condition
[00:04] Above errors were found in :Conditions
[00:04] Above errors were found in :[iNFO:040229DD] ('Uagh, I'm so bloated. That deathclaw took me so completely. I'm certain that's what knocked me up this time.' in GRUP Topic Children of C1SamPGecko [DIAL:040229DC] for C1SamCFQ "C1SamCFQ" [QUST:04022408])
[00:04] Above errors were found in :GRUP Topic Children of C1SamPGecko [DIAL:040229DC]
[00:05] SCRO - Global Reference -> [03056405]
[00:05] SCRO - Global Reference -> [0301E451]
[00:05] Above errors were found in :References
[00:05] Above errors were found in :Embedded Script
[00:05] Above errors were found in :Script (End)
[00:05] Above errors were found in :[iNFO:04018EB2] ('Wait! I think my water just broke. Oh no, not right now! Oh God, not now! Not now!' in GRUP Topic Children of A4SamEscapeBirth "A4SamEscapeBirth" [DIAL:04018EB1] for A4DeathclawPromontoryFrameQuest "A4DeathclawPromontoryFrameQuest" [QUST:0400FA17])
[00:05] Above errors were found in :GRUP Topic Children of A4SamEscapeBirth "A4SamEscapeBirth" [DIAL:04018EB1]
[00:05] SCRO - Global Reference -> [0301E451]
[00:05] Above errors were found in :References
[00:05] Above errors were found in :Embedded Script
[00:05] Above errors were found in :Script (End)
[00:05] Above errors were found in :[iNFO:0400FD10] ('(Crying.) Sniff... I just... I just didn't want to die! They made us do it!' in GRUP Topic Children of A4JessWhat "Wait. What? What happened to your armor?!" [DIAL:0400FD0E] for A4DeathclawPromontoryFrameQuest "A4DeathclawPromontoryFrameQuest" [QUST:0400FA17])
[00:05] Above errors were found in :GRUP Topic Children of A4JessWhat "Wait. What? What happened to your armor?!" [DIAL:0400FD0E]
[00:05] Parameter #1 -> [03048059]
[00:05] Above errors were found in :CTDA - Condition
[00:05] Above errors were found in :Conditions
[00:05] Above errors were found in :[iNFO:040075B8] ('Great news. You're free to wander wherever you like as long as you return once you give birth to your calf.' in GRUP Topic Children of A2PregInform1b "I'm pregnant." [DIAL:040075B7] for A2MacDonaldFrameQuest "A2MacDonaldFrameQuest" [QUST:0400613A])
[00:05] Above errors were found in :GRUP Topic Children of A2PregInform1b "I'm pregnant." [DIAL:040075B7]
[00:05] Parameter #1 -> [03048059]
[00:05] Above errors were found in :CTDA - Condition
[00:05] Above errors were found in :Conditions
[00:05] Above errors were found in :[iNFO:040075B9] ('Excellent. Now for your daily chores.' in GRUP Topic Children of A2PregInform1a "[Point to your belly and moo]" [DIAL:040075B6] for A2MacDonaldFrameQuest "A2MacDonaldFrameQuest" [QUST:0400613A])
[00:05] Above errors were found in :GRUP Topic Children of A2PregInform1a "[Point to your belly and moo]" [DIAL:040075B6]
[00:05] SCRO - Global Reference -> [0300C2CA]
[00:05] Above errors were found in :References
[00:05] Above errors were found in :Embedded Script
[00:05] Above errors were found in :Script (End)
[00:05] Above errors were found in :[iNFO:0400644A] ('Shouldn't be anything you can't handle.' in GRUP Topic Children of 02TalkPayment "All right, But when I get back we're talking payment." [DIAL:04006449] for A2MacDonaldFrameQuest "A2MacDonaldFrameQuest" [QUST:0400613A])
[00:05] Above errors were found in :GRUP Topic Children of 02TalkPayment "All right, But when I get back we're talking payment." [DIAL:04006449]
[00:05] a4is "188AlexanderAboutGunRunners" [DIAL:000E88D5] -> Record marked as deleted but contains: Editor ID, Added Quests, Name, Priority,
[00:05] Parameter #1 -> [03048059]
[00:05] Above errors were found in :CTDA - Condition
[00:05] Above errors were found in :Conditions
[00:05] Above errors were found in :[iNFO:0400A45F] ('[You swear the queen begins to grin as she looks upon her newest incubator]' in GRUP Topic Children of GREETING "GREETING" [DIAL:000000C8] for AAScorpionNestFrameQuest "Scorpion Nest Frame Quest" [QUST:04002A76])
[00:05] Parameter #1 -> [03048059]
[00:05] Above errors were found in :CTDA - Condition
[00:05] Above errors were found in :Conditions
[00:05] Above errors were found in :[iNFO:04004FCB] ('[The queen looks at you hungrily]' in GRUP Topic Children of GREETING "GREETING" [DIAL:000000C8] for AAScorpionNestFrameQuest "Scorpion Nest Frame Quest" [QUST:04002A76])
[00:05] Parameter #1 -> Found a LVLC reference, expected: ACTI,ALCH,AMMO,ARMA,ARMO,ASPC,BOOK,CHIP,CONT,CREA,DOOR,FLST,FURN,GRAS,IDLM,IMOD,KEYM,LIGH,MISC,MSTT,NOTE,NPC_,PROJ,PWAT,SCOL,SOUN,STAT,TACT,TERM,TREE,WEAP
[00:05] Above errors were found in :CTDA - Condition
[00:05] Parameter #1 -> Found a LVLC reference, expected: ACTI,ALCH,AMMO,ARMA,ARMO,ASPC,BOOK,CHIP,CONT,CREA,DOOR,FLST,FURN,GRAS,IDLM,IMOD,KEYM,LIGH,MISC,MSTT,NOTE,NPC_,PROJ,PWAT,SCOL,SOUN,STAT,TACT,TERM,TREE,WEAP
[00:05] Above errors were found in :CTDA - Condition
[00:05] Above errors were found in :Conditions
[00:05] Above errors were found in :[iNFO:04046A81] ('[You've gotten the stalking Praetorian's attention]' in GRUP Topic Children of GREETING "GREETING" [DIAL:000000C8] for A4NVFQ "Deathclaw Expansion" [QUST:04043732])
[00:05] Parameter #1 -> [03048059]
[00:05] Above errors were found in :CTDA - Condition
[00:05] Above errors were found in :Conditions
[00:05] Above errors were found in :[iNFO:04049EA5] ('HO HO HO' in GRUP Topic Children of GREETING "GREETING" [DIAL:000000C8] for A5LactationFrameQuest "A5LactationFrameQuest" [QUST:04012659])
[00:05] Parameter #1 -> [03048059]
[00:05] Above errors were found in :CTDA - Condition
[00:05] Above errors were found in :Conditions
[00:05] Above errors were found in :[iNFO:040780FD] ('You carry your burden well. What do you need?' in GRUP Topic Children of GREETING "GREETING" [DIAL:000000C8] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:05] Parameter #1 -> [03048059]
[00:05] Above errors were found in :CTDA - Condition
[00:05] Above errors were found in :Conditions
[00:05] Above errors were found in :[iNFO:04078100] ('You look ready to spill forth life at any moment, my breeder.' in GRUP Topic Children of GREETING "GREETING" [DIAL:000000C8] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:06] Parameter #1 -> [03048059]
[00:06] Above errors were found in :CTDA - Condition
[00:06] Above errors were found in :Conditions
[00:06] Above errors were found in :[iNFO:04072A45] ('Your rounded belly looks good on you, my pet.' in GRUP Topic Children of GREETING "GREETING" [DIAL:000000C8] for A4MDFQ "Enter the Dragons" [QUST:04045EC1])
[00:06] Above errors were found in :GRUP Topic Children of GREETING "GREETING" [DIAL:000000C8]
[00:06] QSTI - Quest -> Found a ARMO reference, expected: QUST
[00:06] Above errors were found in :Added Quest
[00:06] Above errors were found in :Added Quests
[00:06] Above errors were found in :GREETING "GREETING" [DIAL:000000C8]
[00:06] Above errors were found in :GRUP Top "DIAL"
[00:06] VERT3BarkRep09 [ACRE:0015E983] (in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)) -> Record marked as deleted but contains: Editor ID
[00:06] VERT3BarkRep08 [ACRE:0015E982] (in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)) -> Record marked as deleted but contains: Editor ID
[00:06] VERT3BarkRep07 [ACRE:0015E981] (in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)) -> Record marked as deleted but contains: Editor ID
[00:06] VERT3BarkRep06 [ACRE:0015E97E] (in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)) -> Record marked as deleted but contains: Editor ID
[00:06] VERT3BarkRep05 [ACRE:0015E977] (in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)) -> Record marked as deleted but contains: Editor ID
[00:06] VERT3BarkRep04 [ACRE:0015E976] (in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)) -> Record marked as deleted but contains: Editor ID
[00:06] VERT2NiptonAmbushViper04REF [ACHR:0016122B] (in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)) -> Record marked as deleted but contains: Editor ID
[00:06] VERT2NiptonAmbushViper02REF [ACHR:0016120C] (in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)) -> Record marked as deleted but contains: Editor ID
[00:06] VERT3BarkScorpionGulch06REF [ACRE:0015E93F] (in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)) -> Record marked as deleted but contains: Editor ID
[00:06] VERT3BarkScorpionGulch05REF [ACRE:0015E93E] (in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)) -> Record marked as deleted but contains: Editor ID
[00:06] VERT3BarkScorpionGulch02REF [ACRE:0015E93B] (in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)) -> Record marked as deleted but contains: Editor ID
[00:06] VERT3BarkScorpionGulch01REF [ACRE:0015E93A] (in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)) -> Record marked as deleted but contains: Editor ID
[00:06] NVCCLegionary9REF [ACHR:00138A90] (in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)) -> Record marked as deleted but contains: Editor ID
[00:06] XLKR - Linked Reference -> Found a PLYR reference, expected: ACHR,ACRE,PGRE,PMIS,REFR
[00:06] Above errors were found in :A4DCAssault1Ref [ACRE:04044301] (places A4DCAssault1 "Deathclaw Praetorian" [CREA:04044300] in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0))
[00:06] XLKR - Linked Reference -> Found a PLYR reference, expected: ACHR,ACRE,PGRE,PMIS,REFR
[00:06] Above errors were found in :A4DCAssault2Ref [ACRE:04044302] (places A4DCAssault1 "Deathclaw Praetorian" [CREA:04044300] in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0))
[00:06] XLKR - Linked Reference -> Found a PLYR reference, expected: ACHR,ACRE,PGRE,PMIS,REFR
[00:06] Above errors were found in :A4V1Ref [ACHR:040448E9] (places A4Volunteer1 "Volunteer Leader" [NPC_:040448E7] in GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0))
[00:06] Above errors were found in :GRUP Cell Persistent Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)
[00:06] Above errors were found in :GRUP Cell Children of [CELL:000846EA] (in WastelandNV "Mojave Wasteland" [WRLD:000DA726] at 0,0)
[00:06] Above errors were found in :GRUP World Children of WastelandNV "Mojave Wasteland" [WRLD:000DA726]
[00:06] Above errors were found in :GRUP Top "WRLD"
[00:08] SCRO - Global Reference -> [03057DE2]
[00:08] SCRO - Global Reference -> [0300C2CA]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A5PresentDeliveryTokenSCRIPT [sCPT:04076FBA]
[00:08] SCRO - Global Reference -> [0300C2CA]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A4MInsideTRIGSCRIPT [sCPT:0406DE75]
[00:08] SCRO - Global Reference -> [03056405]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A4DCAlphaBreedTokenSCRIPT [sCPT:04014059]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A5LactationFrameQuestSCRIPT [sCPT:0401265A]
[00:08] SCRO - Global Reference -> [03056409]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :AAQueenRepeatEndSCRIPT [sCPT:0400A179]
[00:08] SCRO - Global Reference -> [0300C2CA]
[00:08] SCRO - Global Reference -> [03056405]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] SCRO - Global Reference -> [0301E451]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A4DeathclawPromontoryQuestSCRIPT [sCPT:0400FA19]
[00:08] SCRO - Global Reference -> [030097D0]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] SCRO - Global Reference -> [0300C2CA]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A9GAFQSCRIPT [sCPT:040568E0]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A3BloatflyEntranceTRIGSCRIPT [sCPT:0400EE9A]
[00:08] SCRO - Global Reference -> [03057DE2]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A8SMFQSCRIPT [sCPT:0404EAF9]
[00:08] SCRO - Global Reference -> [030563EF]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A3ImpregnateSCRIPT [sCPT:0400E319]
[00:08] SCRO - Global Reference -> [0300C2CA]
[00:08] SCRO - Global Reference -> [03056403]
[00:08] SCRO - Global Reference -> [03056404]
[00:08] SCRO - Global Reference -> [030563EF]
[00:08] SCRO - Global Reference -> [03056409]
[00:08] SCRO - Global Reference -> [030097D0]
[00:08] SCRO - Global Reference -> [03057DE2]
[00:08] SCRO - Global Reference -> [03056405]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A9AntWombSCRIPTWombBook [sCPT:040481D6]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A4MDFQSCRIPT [sCPT:04045EC2]
[00:08] SCRO - Global Reference -> [03056405]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A4NVFQSCRIPT [sCPT:04043735]
[00:08] SCRO - Global Reference -> [03056409]
[00:08] SCRO - Global Reference -> [0300C2CA]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :AAScorpionNestFrameQuestSCRIPT [sCPT:04002A77]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A2BHStudEnd2 [sCPT:040078A0]
[00:08] SCRO - Global Reference -> [0300C2CA]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A3ReBreedEndSCRIPT2 [sCPT:0400D791]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A7CFQSCRIPT [sCPT:04039EAD]
[00:08] SCRO - Global Reference -> [0300C2CA]
[00:08] SCRO - Global Reference -> [03056405]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A4RSFQScript [sCPT:0402C1E3]
[00:08] SCRO - Global Reference -> [030563EF]
[00:08] SCRO - Global Reference -> [0300C2CA]
[00:08] SCRO - Global Reference -> [03048059]
[00:08] Above errors were found in :References
[00:08] Above errors were found in :A3BloatflyFrameQuestSCRIPT [sCPT:0400C5FF]
[00:08] Above errors were found in :GRUP Top "SCPT"
[00:08] Above errors were found in :[04] SexoutBreeder.esp
[00:08] All Done!

 

 

The previous post I gave for breeder error.. not to bad.. Now.. :(

 

That particular example is pretty easy actually. Set a quest string var to "SOP:Vol:Bighorner" and then use the NX_GetQVEVFl condition. You need to know which var the string is in the quest by index (not name) but otherwise it's not too bad. I've only started using them recently in sexout but it looks like it works well and is going to replace many condition checks for me.

See. I have a hard time with the GECK. I don't know about variables. I am just now being able to see what is wrong and sometimes if I am lucky find something I am looking for in the GEcK..

 

I am learning fast.. just not that fast.. ;).

 

Link to comment

Once I've got the basic modules for FB completed, I might try and replicate some of the SOBreeder quests into an FB module. It won't be perfect (lack of skills and creative points of view), but it'll give fans something similar for the time being. Apprentice trying to live up to its master hehe...

Link to comment

but but me wantins da breeders gamins. now me hassin no breedin gamins. this makens me no happees sir. now wot me doin for da breedins?

 

Was that a Jar-Jar Binks impression? It's impossible to win over nerds with a Jar-Jar Binks impression.

Link to comment

 

but but me wantins da breeders gamins. now me hassin no breedin gamins. this makens me no happees sir. now wot me doin for da breedins?

 

Was that a Jar-Jar Binks impression? It's impossible to win over nerds with a Jar-Jar Binks impression.

 

post-89432-0-30437700-1426147941_thumb.jpg

 

 

Sry... Mesa, no have skilz. Mesa, can't help.

Link to comment

I'll happily help any effort to update the mod to support the newer SCR/Sexout/Pregnancy/Spunk stuff.  However; I lost all the files when I got a new laptop and purged my old one.  It seems to me the path of least resistance would be to start with Bighorner episode since it's simple and short comparatively speaking. Make a utility script if one isn't present; find all the calls to impregnate or start sex  (in scenes and dialogues), and replace them with a call to a new method that does things the right way.  

 

I don't have a ton of time to work on it, but if we could get the simplest parts working, and document how we got them working, we could at least have a roadmap of how to get things sorted out.

 

So, can we put the base files (last release of breeder) somewhere we can all access them from source control? Does LL have one we can use?  I could probably scratch one up if not, but I don't have the mod files anymore, so...ideas?

 

 

Link to comment

The current owner of Sexout Breeder has stated that someone can take over

http://www.loverslab.com/topic/15838-sexoutbreeder-v84-zomg-an-update-edition-titus-riverside-bugfix/?p=1021285

 

I do have a copy of the files however don't feel comfortable distributing them for a few reasons.

  1. Jamil might still be working on it and getting quite far. I feel at least an attempt is needed to contact him on this before starting another version of Breeder. He only stopped because of serious computer problems and such. Included in the PM sent. Jamil has the final word on the subject.
  2. These files can and have given problems and headaches to mod authors such as Pride. Any distribution would need to be only to one or two or so people strictly for working on, and not to be released to the General members until at least made compatible with SExout, SCR and Pregnancy (current versions). Not just being distributed for distribution sakes just so someone can play it. I am sending it through dropbox link in a PM. I can kill the link anytime so mass distribution issues should be minimum. Surly less than someone else uploading the files somewhere which can still happen. In this case at least there is an attempt to updated this mod.

Provided my concerns above have been solved, I will send it to someone/Group (preferred) by PM. I can setup or guess forward it from Dropbox account that was used for this as well. That would keep Jamel in the loop as well. So far no changes to that has happened. Could be working off line if he is working on it.

 

If this is going to be done.. I suggest it be done soon. I am not sure how long I will keep a copy of this as I only played it a few times and mostly then for understanding what was going on, a few laughs and to be able to answer a few basic questions given in the forum. I am of the personal belief that this should really be gutted/ reworked etc and made into an mod for Fertile Breeder. The owner has even stated an interest in creating something similar to the Classic Breeder in his mod.  Also as time goes on it is getting further and further from compatible with current SCR and Sexout.

 

Edit:

Sent you a dropbox link with the esm for breeder only. Let you get your feet wet and see what is needed to work with the current versions of Sexout/Pregnancy/ SCR.  Responded and is currently working on some of the files and testing in game.

 

Link to comment

I just want to fix the references to SCR/Pregnancy, and Sexout so that it's playable with the newest versions even if it had the bugs it had with the older versions.  I don't want to redesign the mod or break it in to parts, I don't want to embark on some grand endeavor to add content to it.  I'll just be happy with it working.  I've been mucking in the ESP you pm'd me and have eliminated many of the errors you found on your check, I PM'd you back a modified ESP.

 

I've found the script's can be edited without opening the esp in GECK through notepad++, so it's easy to hone in on where pregnancy tokens/gestating offspring are being added.  Should we need to refactor how those are added it shouldn't in theory be a huge problem.  Solving the dialogue checks on pregnancy status will be a mixed bag, but if we can cook up some basic way of doing it, it shouldn't be a hard, just time consuming.

 

My primary objective is just, make it work.  I have the interest to test that Bighorner, and Fenris episodes, but in theory if all the impregnation stuff can be sorted out everything will work at least as well as it did before the dependency updates that caused it to break.

Link to comment

 

My primary objective is just, make it work.  I have the interest to test that Bighorner, and Fenris episodes, but in theory if all the reference data can be sorted out everything will work at least as well as it did before the dependency updates that caused it to break.

I agree. Just getting it updated to current standards and compatibility is good enough. From there someone can take over easier and then hunt down bugs and add new content. At the bare minimum there won't be the issues with breaking other mods.

 

I would suggest that you use this thread to post questions and support needs so that Halstrom, Pride and others can help. I know I PM'd you the main esm so far but I am far from being able to help you much further than vague generalizations..

 

However based on your work so far you have convinced me that you are going to at least get it closer to compatibility or really try at least :). Testing and playing the file without the texutres/meshes and all that red triangles.. that shows dedication.. !!!!

 

I will send you the data files for breeder so that you can work without being "jacked".. :D With those files there will be no harm. The harm occurred with distribution of the older versions of Sexout and SCR/Pregnancy.

Link to comment

So, you have stuff like this:

 

if playerRef.getitemcount SexoutP3PregnantTokenF == 0
if (rnd <= 33)
player.additem SexoutP3GestatingPupBigHorner 1 1
playerRef.additem SexoutP3PregnantTokenF 1 1
endif
endif

 

Which I guess is what's causing the problems based on Halstrom's earlier post.  I'm off to look for the spunk and pregnancy documentation to figure out the right way to do these things.

 

I'm still shocked it will let me edit this stuff in notepad++ and not pitch a fit when I go back into GECK to recompile.

 

My thought, find all these instances of adding tokens, do it the right way (which I don't know yet), then step through each A(Number) Quest series in the ESP and all the dialogue topics, and look for count conditions that would no longer fire correctly, replace them with (unsolved condition check), and it should be back to it's original functionality.

Link to comment

So, you have stuff like this:

 

if playerRef.getitemcount SexoutP3PregnantTokenF == 0

if (rnd <= 33)

player.additem SexoutP3GestatingPupBigHorner 1 1

playerRef.additem SexoutP3PregnantTokenF 1 1

endif

endif

 

Which I guess is what's causing the problems based on Halstrom's earlier post.  I'm off to look for the spunk and pregnancy documentation to figure out the right way to do these things.

 

I'm still shocked it will let me edit this stuff in notepad++ and not pitch a fit when I go back into GECK to recompile.

 

My thought, find all these instances of adding tokens, do it the right way (which I don't know yet), then step through each A(Number) Quest series in the ESP and all the dialogue topics, and look for count conditions that would no longer fire correctly, replace them with (unsolved condition check), and it should be back to it's original functionality.

There are also a few cases where the tokens changed names or FormID's because they were changed from MISC tokens to ARMOR tokens so they could be rendered invisible in th einventory. Also some creatures now have a M or F added to the end for male or female offspring.

Link to comment

So, I got the Bighorner episode working, and the bloatfly episode as working as I can get it (have a birthing loop problem as does fertile breeder on Bloatfly pregnancy).

 

Moving on to Fenris, but Fenris reiterates a question about how fix things should be fixed for the rest of the module.

 

With Breeder, you can turn in Offspring (actors, Offspring requirement), or Offspring (Items, Pregnancy requirement). Right now, the esp only requires Pregnancy.  Since the items are included in pregnancy it's easy enough to fix those turn in's without adding dependencies.  However, the offspring actors would require we add Sexout Offspring to the dependencies.  Basically the way he had it wired up is you talk to an offspring and it sets them as a reference in the frame quest and sets a turn in bitflag to true, then when you talk to the Pimp Daddy? of that particular episode, you can turn in the offspring actor (results in it being disabled and marked for delete) or the item (results in it being removed from your inventory).

 

With the Bighorner episode I went ahead and coded it to just accept offspring items.  However, with the Fenris episode I'm on the fence.  I may just try to make it universally item turn in's and remove the dialogue for some of the options that seem like they could have odd effects (eg, Pick up a pup and put it in your pack, script result, disabled and marks for delete the actor reference, and add's a Pup offspring item to inventory).

 

Anyone have any thoughts or preferences?

 

Link to comment

You can always submit revisions to the offspring scripts if you can think of a better way to do it, I didn't put a lot of effort into the offspring them selves, I got plenty to do at the pregnancy end :)

You could even rewrite offspring completely if you like using it to make your own replacement as I have little interest in it's further development other than bugfixing.

Link to comment
  • 3 weeks later...

So, I got the Bighorner episode working, and the bloatfly episode as working as I can get it (have a birthing loop problem as does fertile breeder on Bloatfly pregnancy).

 

Moving on to Fenris, but Fenris reiterates a question about how fix things should be fixed for the rest of the module.

 

With Breeder, you can turn in Offspring (actors, Offspring requirement), or Offspring (Items, Pregnancy requirement). Right now, the esp only requires Pregnancy.  Since the items are included in pregnancy it's easy enough to fix those turn in's without adding dependencies.  However, the offspring actors would require we add Sexout Offspring to the dependencies.  Basically the way he had it wired up is you talk to an offspring and it sets them as a reference in the frame quest and sets a turn in bitflag to true, then when you talk to the Pimp Daddy? of that particular episode, you can turn in the offspring actor (results in it being disabled and marked for delete) or the item (results in it being removed from your inventory).

 

With the Bighorner episode I went ahead and coded it to just accept offspring items.  However, with the Fenris episode I'm on the fence.  I may just try to make it universally item turn in's and remove the dialogue for some of the options that seem like they could have odd effects (eg, Pick up a pup and put it in your pack, script result, disabled and marks for delete the actor reference, and add's a Pup offspring item to inventory).

 

Anyone have any thoughts or preferences?

 

Deathclaw episode is my favorite. Would love it if it could be fixed.

Link to comment
  • 2 weeks later...

So, I got the Bighorner episode working, and the bloatfly episode as working as I can get it (have a birthing loop problem as does fertile breeder on Bloatfly pregnancy).

 

Moving on to Fenris, but Fenris reiterates a question about how fix things should be fixed for the rest of the module.

 

With Breeder, you can turn in Offspring (actors, Offspring requirement), or Offspring (Items, Pregnancy requirement). Right now, the esp only requires Pregnancy.  Since the items are included in pregnancy it's easy enough to fix those turn in's without adding dependencies.  However, the offspring actors would require we add Sexout Offspring to the dependencies.  Basically the way he had it wired up is you talk to an offspring and it sets them as a reference in the frame quest and sets a turn in bitflag to true, then when you talk to the Pimp Daddy? of that particular episode, you can turn in the offspring actor (results in it being disabled and marked for delete) or the item (results in it being removed from your inventory).

 

With the Bighorner episode I went ahead and coded it to just accept offspring items.  However, with the Fenris episode I'm on the fence.  I may just try to make it universally item turn in's and remove the dialogue for some of the options that seem like they could have odd effects (eg, Pick up a pup and put it in your pack, script result, disabled and marks for delete the actor reference, and add's a Pup offspring item to inventory).

 

Anyone have any thoughts or preferences?

 

Especially in regards to the Fenris quest the "starting ones own den" was my personal favorite feature. And here the Offspring dependency might fix the only complain to be had with the mod in general - the lack of free reproduction. In the Fenris quest fx. pups are delivered 2-3 times and the den filled with a (what seems) random number of pup actors without interaction. If Offspring was made a dependency the place could be filled with pups, whom you have personally birthed, and they would grow as time passed. This would indeed be my preference. 

 

And should a manner of interaction with owns pups be possible it could give great freedom to the mod. Moving to different dens and using the pups as followers en masse.

 

Now the deathclaw quest seems more bound to a certain number of Offspring Items to be handed over, but as the quest finds its open(ish) end in Nipton, the feature of being able to create Offspring Actors would allow a sens of continuity - even without the excellent writing, which is indeed missed.     

 

 

Link to comment
  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

  • 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