• Announcements

    • Ashal

      SITE MOVED - IN READ ONLY MODE   12/08/2015

      Please use http://www.loverslab.com moving forward. Site has been restored to a previous version, and this one placed into a read-only mode. This is available for a limited time so users may reference/copy content that has been lost in the transition. This will no longer be accessible by December 22nd, 2015.

nkAlex

Members
  • Content count

    138
  • Joined

  • Last visited

Posts posted by nkAlex


  1. No, but you can't have everything :P

    The auto-fire could not be a problem on itself, everything which is vanilla could be studied and scripted properly. I.e. they set those umanoid /non umanoid variables, you could check these instead, but just to make an example. In my opinion the real problem are those external factors (=mods) where you can't really foresee the behaviours, how they were modded and what they do. If you want to be sure, I still believe the best would be a gamemode on Default quest delay, even if like you say 99% of times that script is unuseful, there are far too many external factors that could influence these kinds of relationships. At that point, I would try to focus on reducing the most I can the operations every <default time> seconds to compare the arrays, i.e. I wouldn't really need to compare the elements of the arrays but only the size for example, pretty sure that an operation like ar_size is unpercettible under a point of view of performances.

    Yeah, vanilla companions shouldn't be a problem at all, I'm mostly concerned about 3rd party ones. The best way would be to fire an event on every SetPlayerTeammate call, but I guess there is no way to do that. For now I made it this way:

    • A separate quest with a high frequency "monitors" last opened menu state (i.e. just sets an int to current MenuMode value and stores it as a quest variable).
    • The companion quest is running with default frequency and updates arrays on following conditions:
    • on first run;
    • when the game is loaded/restarted;
    • in case last opened menu (i.e. quest #1 variable) is 1001 (Message), 1009 (Dialog), 1012 (Sleep/Wait), 1013 (Pause) or 1075 (Companion wheel), the variable is then reset to 0;
    • each time a game day (or more) passes — to handle scripts based on wait time.
    I think that pretty much should cover most of it, unless there is some really complicated or weird logic involved. In any case, you can just force an update by triggering Main menu :)

    Unfortunately, just comparing array size won't be enough since you can easily fire a companion and hire a new one pretty quickly. And the mod is also supposed to store "former companions" in a separate array.

    0

  2. Hey all.
    Is there a way to fire an event or any other possibility to trigger a script every time the player hires or fires a companion? The obvious way is to store a previous list of companions in an array_var and regularly compare it to GetTeammates, but running a function which compares 2 arrays between each other every X seconds when it may actually be never needed at all seems like a little bit of an overkill performance wise...

    0

  3. Hi!

    I think I've found a bug in the "SubmitCompanionFunctionIsCompanionValid" function which gave the companions issue mentioned above: it should be

    if SubmitCompanionQuest.iMaleMale == 1
    and

    if SubmitCompanionQuest.iFemaleFemale == 1
    instead of " == 0" in both cases.

    Since the mod author is not here any more, here is a quick patch. It will be littering to console a bit on each combat end for debug reasons. I've also commented a line in SubmitQuestForcedTalkMainScript which was flooding the console with "SubmitQuestForcedTalk is at stage X" messages.

    UnethicalDeeds Fix.esp

    3

  4. nyaalich, well, they can still be grateful for extra ammo and Stimpacks anyway :D


    That was more an example than an actual request, I just think it makes sense that the followers' relationships with the player should be largely defined by their shared everyday Wasteland activities :)


    0

  5. Hello, T, I've been playing around with your mod for some time and it's been pretty fun, great, actually :) Unfortunately, I don't have time for through investigations right now, and you release new versions way faster than I can check them out, so any of my bug reports will be pretty outdated anyway. But there was one major bug a couple of days ago which may be fixed already by now, but just to be safe: I've been playing around with NPCs from Bruce's addon and had some of them in activity states ([Hang Out], [Walk] and [Party], maybe [Eat]). Then at some point I moved between houses and used a bed (i.e. slept) and the NPCs got stuck in their activity states (returning [Activity Dialog] on each interaction). Using [Cancel] resulted in different reactions but didn't end activities.

    And if you're open to suggestions: how about special handling for the followers? Since there are variables for Trust, Respect, etc., they could probably be altered by the PC's interaction with them as a companion, for example, whether he tends to join or skip fights, to treat their injuries, to share ammo, maybe to have a sort of a 'debriefing' after, and so on.

    My knowledge of GECK/NVSE scripting is sketchy at best, so just an idea, I'm not sure if these things are easily scriptable or scriptable at all.

    Also, what does the "PCDisposition" variable mean? It always tends to go to large negative values (like -2000+) for some reason )

    1

  6. Hi,

    I seem to experience a rather weird bug with the shaders system.

     

    The "fresh" shaders tend to stay on any NPC only after the first sexual interaction (after the clothes are back on), and are immediately removed when the NPC is automatically redressed after the second and any of the following interactions (but are still showing just fine during the act itself). The "dried" shaders stay on as expected. This probably has something to do with putting clothes back on because the shaders stay on the NPC until then. Also if you tell the NPC to wash up, the shaders usually start to show again after that, but also only after the first act, until washed up again. That behaviour is per NPC per loaded savegame.

     

    The player is not affected at all, i.e. the "fresh" shaders show on the PC after any number of intercourses in a row.

     

    The most weird thing is that everything worked fine at first, and then suddenly came down to that behavior which stays pretty consistent. Rebooting, updating video drivers, loading different saves or starting a new game do not help. I even tried removing all of the mods from FNV and installing only Sexout and Spunk (plus essentials like Mod manager, etc.), but the result was the same.

     

    Here is a log, if needed:

    SpunkFuStartLog:Spunk version: 0.93


    SpunkFuStartLog:SexoutNG version: 2.10.94.2
    SpunkFuStartLog:NX version: 16
    SpunkFuStartLog:NVSE version: 5.0.2
    Load Order:
    00: 0 : FalloutNV.esm
    01: 1 : DeadMoney.esm
    02: 2 : HonestHearts.esm
    03: 3 : OldWorldBlues.esm
    04: 4 : LonesomeRoad.esm
    05: 5 : ClassicPack.esm
    06: 6 : MercenaryPack.esm
    07: 7 : TribalPack.esm
    08: 8 : CaravanPack.esm
    09: 9 : GunRunnersArsenal.esm
    0A: 10 : Butch.esm
    0B: 11 : FNVToolkit.esm
    0C: 12 : oHUD.esm
    0D: 13 : Sexout.esm
    0E: 14 : SexoutCommonResources.esm
    0F: 15 : DarNifiedUINV.esp
    10: 16 : The Mod Configuration Menu.esp
    11: 17 : Centered 3rd Person Camera - Unraised.esp
    12: 18 : Readius_NV.esp
    13: 19 : weight50000.esp
    14: 20 : HonestHeartsCheats.esp
    15: 21 : NVLevelCapByDandysWithHPAnd1LPP.esp
    16: 22 : NewVegasExtendedMapMarkers.esp
    17: 23 : nkAlex Stuff Final.esp
    18: 24 : Bobblehunt.esp
    19: 25 : UHNV.esp
    1A: 26 : UHNV-Honest Hearts.esp
    1B: 27 : UHNV-Dead Money.esp
    1C: 28 : UHNV-Lonesome Road.esp
    1D: 29 : UHNV-OWB.esp
    1E: 30 : UHNV-Bobblehunt.esp
    1F: 31 : UHNV-Brighter Lighting.esp
    20: 32 : UHNV-More Mannequins.esp
    21: 33 : Intense Training Extended.esp
    22: 34 : Archimedes MK2.esp
    23: 35 : GrenadeHotkey.esp
    24: 36 : GrenadeHotkey - DeadMoney.esp
    25: 37 : High Roller Suite.esp
    26: 38 : TGL.esp
    27: 39 : Sunglasses Shipment.esp
    28: 40 : animatedPC edit.esp
    29: 41 : AnimatedDrinks_1_0.esp
    2A: 42 : AnimatedIngestibles_0_5.esp
    2B: 43 : Companions Relax.esp
    2C: 44 : smokingfollowers.esp
    2D: 45 : UsableCigarettes neunen Ver for New Vegas edit.esp
    2E: 46 : Comp_Idles_NV.esp
    2F: 47 : Butch Override.esp
    30: 48 : BPV.esp
    31: 49 : CasualFollowers.esp
    32: 50 : Follower Home Marker.esp
    33: 51 : NV Companion Outfits Playable.esp
    34: 52 : bzBodySuits.esp
    35: 53 : bzArmour.esp
    36: 54 : Red Bandana.esp
    37: 55 : ATT BoSCombatJacket.esp
    38: 56 : Roberts_NewVegas_Outfit_Only.esp
    39: 57 : Runner.esp
    3A: 58 : Light Step ED-E.esp
    3B: 59 : no one dies2b.esp
    3C: 60 : ATT LeatherJacket.esp
    3D: 61 : EpF-BetterPerkDescriptions.esp
    3E: 62 : Salvagable cars.esp
    3F: 63 : Realistic_Repair_NV.esp
    40: 64 : Repair v2.esp
    41: 65 : Geonox_Wasteland_outfits.esp
    42: 66 : Geonox_Wasteland_Shirt.esp
    43: 67 : Geonox_Riot_Armor.esp
    44: 68 : Destructibles.esp
    45: 69 : NoMainStoryUltimatums.esp
    46: 70 : Bodybags.esp
    47: 71 : DriveableMotorCycle.esp
    48: 72 : Motorcycle replacer V2.esp
    49: 73 : ME3 - Commander Shepard N7 Armor.esp
    4A: 74 : RemoteControlCompanions.esp
    4B: 75 : SexoutSex.esp
    4C: 76 : SexoutSpunk.esp
    4D: 77 : SmallerTalk.esp
    End Load Order
    Quest: Spunk Varz
    ->fVersion = 0.9300
    ->iRacesAdd = 0
    ->iUseSemen = 1
    ->iUseShaders = 1
    ->iUseSmells = 1
    ->iUseLust = 1
    ->iUseArousal = 1
    ->iUseSperm = 0
    ->iDBMode = 1
    ->iPulloutChanceC = 15
    ->iPulloutChanceR = 1
    ->iVolumePref = 7
    ->fOverVol = 50.0000
    ->iSqrtChance = 5
    ->iSpunkKey = 0
    ->iStrapCock = 0
    ->fTrickleThresh = 1.5000
    ->fNeglig = 0.5000
    ->iSMOption = 3
    ->iSMDuration = 10
    ->iSHOptionCreature = 3
    ->iSHOptionHuman = 3
    ->iSHVolume = 5
    ->ar_trackedacts = 3.0000
    ->ar_actorsrec = 35.0000
    ->ar_spurttracking = 46.0000
    ->ar_actorsrecSP = 0.0000
    ->ar_spermtracking = 0.0000
    ->ar_smelltracking = 49.0000
    ->ar_lusttracking = 51.0000
    ->ar_skeletons = 31.0000
    ->ar_skeletonsplus = 6.0000
    ->ar_racecats = 8.0000
    ->ar_bigcrits = 17.0000
    ->ar_critcumvol = 32.0000
    ->ar_spermmult = 33.0000
    ->ar_ARoles2P = 36.0000
    ->ar_ARoles2pZAZ = 37.0000
    ->ar_ARolesCR = 41.0000
    ->ar_ARoles3p = 39.0000
    ->ar_CRoles3p = 40.0000
    ->ar_relpos = 180.0000
    ->ar_relpos3 = 181.0000
    ->ar_relposZ = 182.0000
    ->ar_relposC = 183.0000
    ->ar_critfactions = 214.0000
    ->ar_shadercollection = 185.0000
    ->iSHSet = 1
    ->iUseLustBuffs = 1
    ->iCheckDrugs4Lust = 1
    ->iNPCsApproach = 0
    ->iNPCsMast = 0
    ->fDTRFR = 10.0000
    ->fDTMMale = 7.0000
    ->fDTMFemale = 7.0000
    ->fDTMPlayer = 7.0000
    ->iBuildLog = 0
    ->iLogNo = 0
    ->ar_actorsrecSM = 50.0000
    ->ar_insidelocs = 24.0000
    ->ar_cumevals = 21.0000
    ->ar_outsidetrickles = 22.0000
    ->ar_spspsp = 18.0000
    ->iD2TrackInside = 3
    ->fTrickleRate = 0.2000
    ->ar_roles4xp = 28.0000
    ->ar_actors2orgasm = 4.0000
    ->iDurFix = 0
    ->iUseOrgasmBuffs = 1
    ->iUseOrgasmAIBuffs = 1
    ->fArMultFemale = 1.0000
    ->fArMultMale = 1.0000
    ->iDispFactor = 5
    ->iBuffDur = 5
    ->ar_orgbuffs = 23.0000
    ->fCoolDown = 2.0000
    ->iDurSpread = 7
    ->ar_cockroles = 25.0000
    ->ar_orglessroles = 26.0000
    ->iUseColor = 1
    ->iAlwaysWash = 0
    ->ar_scratchidles = 5.0000
    ->ar_actorsrecSH = 55.0000
    ->ar_shadertracking = 56.0000
    ->iHardcore = 0
    ->ar_rolesforADD = 29.0000
    ->ar_CSPs = 27.0000
    ->ar_DomAnims = 0.0000
    ->fPosEnjoy = 0.1000
    ->fNegEnjoy = 0.1000
    ->iUseXP = 1
    ->iUseEnjoy = 1
    ->ar_actorsrecXP = 57.0000
    ->ar_actorsrecEnjoy = 58.0000
    ->ar_PerksPos = 215.0000
    ->ar_PerksNeg = 216.0000
    ->iUsePerks = 1
    ->iIgnoreRape = 0
    ->ar_ARolesAmra = 42.0000
    ->ar_CRolesAmra = 43.0000
    ->ar_CRolesZAZ = 44.0000
    ->iWashMeth = 1
    ->iUseArHud = 1
    ->iShaderSecs = 35
    --- Quest state -----------------------------
    Running?       No
    Current stage: 0
    Priority:      0
    --------------------------------
    Quest: Spunk Main
    ->iInit = 1
    ->ftimer = 0.0000
    ->iSizeSmell = 0
    ->iSizeGen = 0
    ->iSizeSperm = -1
    ->iSizeLust = 1
    ->iSizeShaders = 0
    ->iNVSE = 502
    ->iNG = 2109402
    ->iOK = 1
    ->iSizeXP = 0
    ->iSizeEnjoy = 0
    ->iNX = 16
    --- Quest state -----------------------------
    Running?       Yes
    Current stage: 0
    Priority:      50
    --------------------------------
    Quest: Spunk Semen Tracking
    ->rActor = (00000000)
    ->actorinfo = 0.0000
    ->spurt = 0.0000
    ->iAIIndex = 0
    ->iActorIndex = 0
    ->iActorSize = 0
    ->iSameActor = 0
    ->iAISize = 0
    --- Quest state -----------------------------
    Running?       No
    Current stage: 0
    Priority:      10
    --------------------------------
    Quest: Spunk Sperm Tracking
    ->rActor = (00000000)
    ->actorinfo = 0.0000
    ->spurt = 0.0000
    ->iAIIndex = 0
    ->iActorIndex = 0
    ->iActorSize = 0
    ->fDimRate = 0.0000
    ->iEvalsPassed = 0
    ->iNewCount = 0
    ->iSameActor = 0
    ->iAISize = 0
    --- Quest state -----------------------------
    Running?       No
    Current stage: 0
    Priority:      10
    --------------------------------
    Quest: Spunk Lust Tracking
    ->rActor = (00000014)
    ->fLust = 0.3389
    ->fLustDiff = 0.0000
    ->fLustMult = 1.0000
    ->fLastGDP = 47.7985
    ->fGDPPassed = 0.0018
    ->fRapePen = 0.0000
    ->fDTM = 7.0000
    ->fLustOh = 0.0000
    ->fSleepEz = 0.0000
    ->iIndex = 0
    ->iControl = 0
    ->fLustMultDiff = 0.0000
    --- Quest state -----------------------------
    Running?       Yes
    Current stage: 0
    Priority:      10
    --------------------------------
    Quest: Spunk Smell Tracking
    ->ar_entry = 0.0000
    ->rActor = (00000000)
    ->iActorIndex = 0
    ->fStart = 0.0000
    ->fStop = 0.0000
    ->fDuration = 0.0000
    ->rFaction = (00000000)
    ->iActorSize = 0
    ->ar_smells = 0.0000
    ->ar_smell = 0.0000
    ->ar_tokeep = 0.0000
    ->iSameActor = 0
    ->iSmellSize = 0
    ->iSmellIndex = 0
    --- Quest state -----------------------------
    Running?       No
    Current stage: 0
    Priority:      10
    --------------------------------
    Quest: Spunk Shader Tracking
    ->ar_shader = 0.0000
    ->shaderinfo = 0.0000
    ->iActorIndex = 0
    ->iActorSize = 0
    ->iLookup = 0
    ->iRandom = 0
    ->iSameActor = 0
    ->iShaderIndex = 0
    ->iSISize = 0
    ->rActor = (00000000)
    ->rShader = (00000000)
    ->rShader2 = (00000000)
    ->sv_idle = 0
    --- Quest state -----------------------------
    Running?       No
    Current stage: 0
    Priority:      10
    --------------------------------
    SpunkDialog has string 'Spunk:CanWash'
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.3 - lust mult was 1.00, DTM was 7.0
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.4 - lust mult was 1.00, DTM was 7.0
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.4 - lust mult was 1.00, DTM was 7.0
    SexoutIsAnimValid Failed - Unknown animation, plugin: Sexout.esmidx: 10001 position: 0
    SexoutIsAnimValid Failed - Unknown animation, plugin: Sexout.esmidx: 10001 position: 1
    NGSAN: Ignoring invalid animation choice (10001) and defaulting to random picker
    SpunkSpStartHookScpt cast on King Groupie, 0011364A
    SpunkspStartHookScpt: ST is Alex, 00000014, count is 2
    SpunkSpStartHook on King Groupie, 0011364A: stage 1
    SpunkSpStartHookScpt:ActorA is Alex, 00000014
    SpunkSpStartHookScpt:ActorB is King Groupie, 0011364A
    SpunkFuIsActor: not a valid form:SPStarthook-1C
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [tracked acts] =====
    DD>> [0][0] = 00000014 Alex
    DD>> [0][1] = 0011364A King Groupie
    SpunkSpStartHook on King Groupie, 0011364A: stage 2
    SpunkSpStartHookScpt: setting actors on Alex, 00000014
    SpunkFuIsActor: not a valid form:SPStarthook-2C
    SpunkSpStartHookScpt: setting actors on King Groupie, 0011364A
    SpunkFuIsActor: not a valid form:SPStarthook-2C
    SpunkSpStartHook on King Groupie, 0011364A: stage 3
    SpunkFuSpeciesDetect called on Alex, 00000014
    SpunkFuSpeciesDetect called on King Groupie, 0011364A
    SpunkSpStartHook on King Groupie, 0011364A: stage 4
    SpunkFuRacesDetect called on Alex, 00000014 - race is Caucasian, 00000019
    SpunkFuRacesDetect: race is in list 4C000DC3, racecat is 'Caucasian'
    SpunkFuRacesDetect: racecat nx val will be 'Caucasian'
    SpunkFuRacesDetect called on King Groupie, 0011364A - race is Caucasian, 00000019
    SpunkFuRacesDetect: race is in list 4C000DC3, racecat is 'Caucasian'
    SpunkFuRacesDetect: racecat nx val will be 'Caucasian'
    SpunkSpStartHook on King Groupie, 0011364A: stage 5
    SpunkSpStartHookScpt:anim is 201
    SpunkSpStartHook on King Groupie, 0011364A: stage 6
    SpunkFuStartInfo called on Alex, 00000014
    SpunkFuGenderDetect called on Alex
    SpunkFuGenderDetect: Alex is 2
    SpunkFuStartInfo called on King Groupie, 0011364A
    SpunkFuGenderDetect called on King Groupie
    SpunkFuGenderDetect: King Groupie is 1
    SpunkSpStartHook on King Groupie, 0011364A: stage 7
    SpunkFuActDetailsDetect called on Alex, 00000014, anim 201, zaz 0, amra 0, count 2
    SpunkFuActDetailsDetect: role for 201 is 'Sucked'
    SpunkFuADDSucked called on Alex, 00000014, B is King Groupie, 0011364A, anim is 201, ZAZ 0, Amra 0
    SpunkFuActDetailsDetect called on King Groupie, 0011364A, anim 201, zaz 0, amra 0, count 2
    SpunkFuActDetailsDetect: B, aborting
    SpunkSpStartHook on King Groupie, 0011364A: stage 8
    SpunkFuGetRoles: dumping for King Groupie, 0011364A
    ** Dumping Array #64 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : sucker
    SpunkSpStartHook on King Groupie, 0011364A: stage 8
    SpunkFuGetRoles: dumping for Alex, 00000014
    ** Dumping Array #66 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : sucked
    SpunkSpStartHook on King Groupie, 0011364A: stage 8
    SpunkSpStartHook on King Groupie, 0011364A: stage 9
    SpunkFuAddXP called on King Groupie, 0011364A, 'all', 1
    SpunkFuAddXP: adding King Groupie to xp tracking
    SpunkFuAddXpAll called on King Groupie, 0011364A
    SpunkFuAddXP: raising 'SO:XP:Role:sucker' to 1
    SpunkFuAddXP: raising 'SO:Count:Role:sucker' to 1
    SpunkFuCheckMyXPThisAct called on King Groupie, 0011364A
    SpunkFuCheckMyXPThisAct: checking 'SO:XP:Role:sucker'
    SpunkFuCheckMyXPThisAct: total xp is 1
    SpunkSpStartHook on King Groupie, 0011364A: stage 9
    SpunkFuAddXP called on Alex, 00000014, 'all', 1
    SpunkFuAddXP: adding Alex to xp tracking
    SpunkFuAddXpAll called on Alex, 00000014
    SpunkFuAddXP: raising 'SO:XP:Role:sucked' to 1
    SpunkFuAddXP: raising 'SO:Count:Role:sucked' to 1
    SpunkFuCheckMyXPThisAct called on Alex, 00000014
    SpunkFuCheckMyXPThisAct: checking 'SO:XP:Role:sucked'
    SpunkFuCheckMyXPThisAct: total xp is 1
    SpunkSpStartHook on King Groupie, 0011364A: stage 9
    SpunkSpStartHook on King Groupie, 0011364A: stage 10
    SpunkFuCalcXPFactor called on King Groupie, 0011364A, xp is 1, count is 2
    SpunkFuCalcXPFactor: checking 'SO:XP:Role:Sucked' on Alex, 00000014
    SpunkFuCalcXPFactor: adding 1, result 1
    SpunkFuCalcXPFactor: theirs is 1, mine is 1, factor is 1
    SpunkSpStartHook on King Groupie, 0011364A: stage 10
    SpunkFuCalcXPFactor called on Alex, 00000014, xp is 1, count is 2
    SpunkFuCalcXPFactor: checking 'SO:XP:Role:Sucker' on King Groupie, 0011364A
    SpunkFuCalcXPFactor: adding 1, result 1
    SpunkFuCalcXPFactor: theirs is 1, mine is 1, factor is 1
    SpunkSpStartHook on King Groupie, 0011364A: stage 10
    SpunkSpStartHook on King Groupie, 0011364A: stage 11
    SpunkFuGetEnjoy called on King Groupie, 0011364A
    SpunkFuGetEnjoy: adding King Groupie to enjoy tracking
    SpunkFuSetEnjoy called on King Groupie, 0011364A, role is 'sucker', species is 'NULL'
    SpunkFuGetEnjoy: 'sucker' is 1
    SpunkFuGetEnjoy: human: total for roles is 1
    SpunkSpStartHook on King Groupie, 0011364A: stage 11
    SpunkFuGetEnjoy called on Alex, 00000014
    SpunkFuGetEnjoy: adding Alex to enjoy tracking
    SpunkFuSetEnjoy called on Alex, 00000014, role is 'sucked', species is 'NULL'
    SpunkFuGetEnjoy: 'sucked' is 1.4
    SpunkFuGetEnjoy: human: total for roles is 1.4
    SpunkSpStartHook on King Groupie, 0011364A: stage 11
    SpunkSpStartHook on King Groupie, 0011364A: stage 12
    SpunkSpStartHook: duration detected at 25
    SpunkSpStartHook on King Groupie, 0011364A: stage 12
    SpunkSpStartHook: casting arousal on King Groupie, 0011364A, 1
    SpunkSpArousalScpt cast
    SpunkSpStartHook on King Groupie, 0011364A: stage 12
    SpunkSpStartHook: casting arousal on Alex, 00000014, 0
    SpunkSpArousalScpt cast
    SpunkSpStartHook on King Groupie, 0011364A: stage 12
    SpunkFuTriggerArHud: reset 0 0 0
    SpunkFuTriggerArHUD: A name is Alex, visA 1, widthA 0
    SpunkFuTriggerArHUD: B name is King Groupie, visB 1, widthB 0
    SpunkFuSyncArHud called
    SpunkFuSyncArHud done
    SpunkFuTriggerArHud done
    SpunkSpStartHook on King Groupie, 0011364A: stage 13
    SpunkSpStartHook on King Groupie, 0011364A: stage 13
    SpunkSpStartHook on King Groupie, 0011364A: stage 13
    SpunkFuReportActKeys called on Alex, 00000014
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [spunk Act Keys] =====
    DD>> [Floats][spunk:act:anim] = 201
    DD>> [Floats][spunk:act:busy] = 1
    DD>> [Floats][spunk:act:cancum] = 1
    DD>> [Floats][spunk:act:count] = 2
    DD>> [Floats][spunk:act:duration] = 25
    DD>> [Floats][spunk:act:enjoy] = 1.4
    DD>> [Floats][spunk:act:invplayer] = 1
    DD>> [Floats][spunk:act:role:sucked] = 1
    DD>> [Floats][spunk:act:xp] = 1
    DD>> [Floats][spunk:act:xpfactor] = 1
    DD>> [Forms][spunk:act:actora] = 00000014 Alex
    DD>> [Forms][spunk:act:actorb] = 0011364A King Groupie
    DD>> [Forms][spunk:act:cumtgtactor] = 0011364A King Groupie
    DD>> [strings][spunk:act:cumtgtloc] = 'Mouth'
    DD>> [strings][spunk:act:who] = 'ActorA'
    SpunkFuReportActKeys called on King Groupie, 0011364A
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [spunk Act Keys] =====
    DD>> [Floats][spunk:act:active] = 1
    DD>> [Floats][spunk:act:anim] = 201
    DD>> [Floats][spunk:act:busy] = 1
    DD>> [Floats][spunk:act:count] = 2
    DD>> [Floats][spunk:act:duration] = 25
    DD>> [Floats][spunk:act:enjoy] = 1
    DD>> [Floats][spunk:act:invplayer] = 1
    DD>> [Floats][spunk:act:role:sucker] = 1
    DD>> [Floats][spunk:act:xp] = 1
    DD>> [Floats][spunk:act:xpfactor] = 1
    DD>> [Forms][spunk:act:actora] = 00000014 Alex
    DD>> [Forms][spunk:act:actorb] = 0011364A King Groupie
    DD>> [strings][spunk:act:who] = 'ActorB'
    SpunkSpStartHook on King Groupie, 0011364A: stage 14
    SpunkSpStartHook on King Groupie, 0011364A: stage 14
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.4 - lust mult was 1.00, DTM was 7.0
    SpunkFuSetArMult: gender is 1
    SpunkFuSetArMult: armult is 1 and fDiff was 0
    SpunkSpArousalScpt cast on King Groupie, 0011364A, actor 'B', initial 0.60, mult 1.00, timeleft 25 secs, durfixed 1, avg 25, default 15, max spread 7, rapepen 1.00
    SpunkFuSetArMult: gender is 2
    SpunkFuSetArMult: armult is 1 and fDiff was 0
    SpunkSpArousalScpt cast on Alex, 00000014, actor 'A', initial 3.44, mult 1.00, timeleft 25 secs, durfixed 1, avg 25, default 15, max spread 7, rapepen 1.00
    SpunkSpActLustCuts: King Groupie, 0011364A is untracked, skipping
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 2, avg 25, arousal 1
    SpunkFuSetArHud on actor 'B', value is 2.76246
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 2, avg 25, arousal 4
    SpunkFuSetArHud on actor 'A', value is 13.0232
    SpunkSpActLustCuts dispelling from King Groupie, 0011364A
    SpunkSpActLustcuts: clearing lust on Alex, 00000014
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 3, avg 25, arousal 1
    SpunkFuSetArHud on actor 'B', value is 4.20812
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 3, avg 25, arousal 6
    SpunkFuSetArHud on actor 'A', value is 17.0696
    SpunkSpActLustCuts dispelling from Alex, 00000014
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 4, avg 25, arousal 2
    SpunkFuSetArHud on actor 'B', value is 6.13441
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 4, avg 25, arousal 7
    SpunkFuSetArHud on actor 'A', value is 22.4619
    SpunkQuMain: starting enjoy quest
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 5, avg 25, arousal 3
    SpunkFuSetArHud on actor 'B', value is 8.54391
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 5, avg 25, arousal 10
    SpunkFuSetArHud on actor 'A', value is 29.2058
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.0 - lust mult was 1.00, DTM was 7.0
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 6, avg 25, arousal 4
    SpunkFuSetArHud on actor 'B', value is 11.4346
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 6, avg 25, arousal 12
    SpunkFuSetArHud on actor 'A', value is 37.2996
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 7, avg 25, arousal 5
    SpunkFuSetArHud on actor 'B', value is 14.8059
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 7, avg 25, arousal 16
    SpunkFuSetArHud on actor 'A', value is 46.7394
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 8, avg 25, arousal 6
    SpunkFuSetArHud on actor 'B', value is 18.6576
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 8, avg 25, arousal 19
    SpunkFuSetArHud on actor 'A', value is 57.5253
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 9, avg 25, arousal 8
    SpunkFuSetArHud on actor 'B', value is 22.991
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 9, avg 25, arousal 23
    SpunkFuSetArHud on actor 'A', value is 69.6563
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 10, avg 25, arousal 9
    SpunkFuSetArHud on actor 'B', value is 27.8048
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 10, avg 25, arousal 28
    SpunkFuSetArHud on actor 'A', value is 83.1349
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.1 - lust mult was 1.00, DTM was 7.0
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 11, avg 25, arousal 11
    SpunkFuSetArHud on actor 'B', value is 33.0993
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 11, avg 25, arousal 33
    SpunkFuSetArHud on actor 'A', value is 97.9596
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 12, avg 25, arousal 13
    SpunkFuSetArHud on actor 'B', value is 38.8746
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 12, avg 25, arousal 38
    SpunkFuSetArHud on actor 'A', value is 114.129
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 13, avg 25, arousal 15
    SpunkFuSetArHud on actor 'B', value is 45.13
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 13, avg 25, arousal 44
    SpunkFuSetArHud on actor 'A', value is 131.644
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 14, avg 25, arousal 17
    SpunkFuSetArHud on actor 'B', value is 51.8676
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 14, avg 25, arousal 50
    SpunkFuSetArHud on actor 'A', value is 150.509
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 15, avg 25, arousal 20
    SpunkFuSetArHud on actor 'B', value is 59.0873
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 15, avg 25, arousal 57
    SpunkFuSetArHud on actor 'A', value is 170.726
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.1 - lust mult was 1.00, DTM was 7.0
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 16, avg 25, arousal 22
    SpunkFuSetArHud on actor 'B', value is 66.7873
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 16, avg 25, arousal 64
    SpunkFuSetArHud on actor 'A', value is 192.307
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 17, avg 25, arousal 25
    SpunkFuSetArHud on actor 'B', value is 74.9676
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 17, avg 25, arousal 72
    SpunkFuSetArHud on actor 'A', value is 215.233
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 18, avg 25, arousal 28
    SpunkFuSetArHud on actor 'B', value is 83.6281
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 18, avg 25, arousal 80
    SpunkFuSetArHud on actor 'A', value is 239.504
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 19, avg 25, arousal 31
    SpunkFuSetArHud on actor 'B', value is 92.7703
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 19, avg 25, arousal 88
    SpunkFuSetArHud on actor 'A', value is 265.123
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 20, avg 25, arousal 34
    SpunkFuSetArHud on actor 'B', value is 102.401
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 20, avg 25, arousal 97
    SpunkFuSetArHud on actor 'A', value is 292.088
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.1 - lust mult was 1.00, DTM was 7.0
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 21, avg 25, arousal 38
    SpunkFuSetArHud on actor 'B', value is 112.512
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 21, avg 25, arousal 107
    SpunkFuSetArHud on actor 'A', value is 320.4
    SpunkSpOrgasm on Alex, 00000014: fTL 4.94, fT 21.07, species 'Human', durfix 1, dur 25
    SpunkFuFindAct called on Alex, 00000014
    SpunkFuFindAct found Alex, 00000014 in act number 0
    SpunkSpOrgasm: act found at index 0
    SpunkSpOrgasm on Alex, 00000014: target is King Groupie, 0011364A, loc is 'Mouth'
    SpunkSpOrgasm on Alex, 00000014, stage 1
    SpunkFuCalcPullout called on Alex, 00000014
    SpunkSpOrgasm on Alex, 00000014, stage 2
    SpunkFuDispelList called on Alex, 00000014, checking 4C02E669
    SpunkFuCheckOrgStrength called on Alex, 00000014
    SpunkFuCheckOrgStrength: since 48, pressure 3, xp 1.00, enjoy 1.40, timer 21, dur 25, strength 3.66
    SpunkSpPostOrgTimer: Orgasmic event, lvl 'powerful', 4C02B2C9 cast on Alex, 00000014
    SpunkSpOrgasm on Alex, 00000014, stage 3
    SpunkSpOrgasm on Alex, 00000014, stage 4
    SpunkFuCalcVol called on Alex, 00000014
    SpunkFuCalcVol: species mult for 'Human' is 4.00
    SpunkFuCalcVol:fRandom is 5.8917
    SpunkFuCalcVol: age factor is 1.0
    SpunkFuCalcVol: pref is 7, random is 5.8917, agef is 1.0, fMCond is 1.00, fVol is 54.988766
    SpunkSpOrgasm on Alex, 00000014, stage 5
    SpunkSpOrgasm on Alex, 00000014, stage 6
    SpunkSpOrgasm: 'Mouth' is no inside loc, skipping overflow & physprotection
    SpunkSpOrgasm on Alex, 00000014, stage 8
    ** Dumping Array #63 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ Mouth ] : 54.988766
    SpunkFuArPopSpurt:called on Alex, mode 0, target King Groupie, 0011364A
    SpunkFuArPopSpurt diffusing to 54.988766 at 'Mouth' on King Groupie, 0011364A
    ** Dumping Array #66 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ Gender ] : 2.000000
    [ LastEval ] : 47.813484
    [ Loc ] : Mouth
    [ Race ] : Caucasian (00000019)
    [ RaceCat ] : Caucasian
    [ Species ] : Human
    [ Vol ] : 54.988766
    [ VolOr ] : 54.988766
    [ When ] : 47.813484
    [ Whose ] : Alex (00000014)
    SpunkFuFindActorIndex called on King Groupie, 0011364A
    SpunkFuFindActorIndex: created 0
    SpunkFuUpdateVolKeysPS called on King Groupie, 0011364A
    SpunkFuRetrieveActorInfoAr called on King Groupie, 0011364A
    ** Dumping Array #75 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ spunk:vol ] : 54.988766
    [ spunk:vol:human ] : 54.988766
    [ spunk:vol:mouth ] : 54.988766
    [ spunk:vol:mouth:human ] : 54.988766
    [ spunk:vol:outside ] : 54.988766
    [ spunk:vol:outside:human ] : 54.988766
    ** Dumping Array #35 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 3 - Array: [spurt Tracking] =====
    DD>> [0][0][Gender] = 2
    DD>> [0][0][LastEval] = 47.8135
    DD>> [0][0][Loc] = 'Mouth'
    DD>> [0][0][Race] = 00000019 Caucasian
    DD>> [0][0][RaceCat] = 'Caucasian'
    DD>> [0][0][species] = 'Human'
    DD>> [0][0][Vol] = 54.9888
    DD>> [0][0][VolOr] = 54.9888
    DD>> [0][0][When] = 47.8135
    DD>> [0][0][Whose] = 00000014 Alex
    SpunkSpOrgasm on Alex, 00000014, stage 9
    SpunkSpOrgasm on Alex, 00000014, stage 10
    SpunkSpOrgasm: catcherindex 0, King Groupie, gender 2
    SpunkFuCheckShaderOptions called on King Groupie, 0011364A, cum species is 'Human', human option is 3, critter option is 3
    SpunkFuAddShader called on King Groupie, 0011364A
    SpunkFuAddShader: checking key 'Spunk:Vol:Outside:Human'
    SpunkFuAddShader: species is 'Human', volume is 4, set is 'TSSReg'
    SpunkFuAddShader: picking shader 4C01C1CA
    SpunkFuAddShader: Dumping shader tracking
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 3 - Array: [shadertracking] =====
    DD>> [0][0][Drip] = 4C01C1CA <no name>
    DD>> [0][0]
    = 47.8135

    SpunkSpOrgasm on Alex, 00000014, stage 10
    SpunkSpOrgasm on Alex, 00000014, stage 11
    SpunkFuGetRoles: dumping for Alex, 00000014
    ** Dumping Array #74 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : sucked
    SpunkFuCalcXPOther: current xp for 'sucked' is 1
    SpunkFuCalcXPOther: strength 3, div 3.00, new xp 1
    SpunkFuFindActorsWithRoles found 'Sucker' on King Groupie, 0011364A
    SpunkFuAddXP called on King Groupie, 0011364A, 'Sucker', 1
    SpunkFuAddXPSpec callled on King Groupie, 0011364A, role is 'Sucker', toadd 1
    SpunkFuAddXPSpec: raising 'SO:XP:Role:Sucker' to 2
    SpunkSpOrgasm on Alex, 00000014, stage 12
    SpunkFuModEnjoy called on Alex, 00000014, diff is 0.30
    SpunkFuModEnjoy: changing 'sucked' by 0.3to 1.7
    SpunkSpOrgasm on Alex, 00000014, stage 13
    SpunkSpOrgasmScpt dispelling from Alex, 00000014
    SpunkSpOrgasmScpt dispelling from Alex, 00000014
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 22, avg 25, arousal 41
    SpunkFuSetArHud on actor 'B', value is 123.106
    SpunkSpArousalScpt on Alex, 00000014: TC 0, STR 0, arousal 87
    SpunkFuSetArHud on actor 'A', value is 35.3999
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 23, avg 25, arousal 45
    SpunkFuSetArHud on actor 'B', value is 134.18
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 23, avg 25, arousal 22
    SpunkFuSetArHud on actor 'A', value is 66.4068
    SpunkSPArousalScpt on King Groupie, 0011364A: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.00, timer 24, avg 25, arousal 49
    SpunkFuSetArHud on actor 'B', value is 145.735
    SpunkSPArousalScpt on Alex, 00000014: base 4.00, RP 1.00, XPF 1.00, AM 1.00, enjoy 1.40, timer 24, avg 25, arousal 33
    SpunkFuSetArHud on actor 'A', value is 98.7585
    SpunkFuSemenControl called, mode 3
    SpunkFuSemenControl:starting tracking
    SpunkSpArousalScpt on King Groupie, 0011364A: exceeding max dur 25.00, timer 25.07, DF 1,  aborting
    SpunkSpArousalScpt on Alex, 00000014: exceeding max dur 25.00, timer 25.07, DF 1,  aborting
    SpunkSpArousalScpt on King Groupie, 0011364A: dispelling
    SpunkSpArousalScpt on King Groupie, 0011364A: dispelling
    SpunkSpArousalScpt on Alex, 00000014: dispelling
    SpunkSpArousalScpt on Alex, 00000014: dispelling
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.1 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    SpunkSPEndHook cast on King Groupie, 0011364A
    SpunkFuFindAct called on King Groupie, 0011364A
    SpunkFuFindAct found King Groupie, 0011364A in act number 0
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 1
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 4
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 4
    SpunkSpPostSexCoolDown cast on Alex, 00000014
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 4
    SpunkSpPostSexCoolDown cast on King Groupie, 0011364A
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 4
    SpunkFuStopArHud called
    SpunkFuStopArHud done
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 5
    SpunkFuPostSexVarsCleanUp called on Alex, 00000014
    SpunkFuPostSexVarsCleanUp called on King Groupie, 0011364A
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 6
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 6
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 31
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 47
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.2 - lust mult was 1.00, DTM was 7.0
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 29
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 45
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.2 - lust mult was 1.00, DTM was 7.0
    SpunkQuTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkFuUpdateVolKeys called on King Groupie, 0011364A
    ** Dumping Array #63 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ spunk:vol ] : 0.000000
    [ spunk:vol:human ] : 0.000000
    [ spunk:vol:mouth ] : 0.000000
    [ spunk:vol:mouth:human ] : 0.000000
    [ spunk:vol:outside ] : 0.000000
    [ spunk:vol:outside:human ] : 0.000000
    SpunkQuTracking: dumping actorsrec
    ** Dumping Array #35 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 3 - Array: [spurtTracking from SpunkQuTrackingScpt] =====
    DD>> [0][0][Gender] = 2
    DD>> [0][0][LastEval] = 47.8135
    DD>> [0][0][Loc] = 'Mouth'
    DD>> [0][0][Race] = 00000019 Caucasian
    DD>> [0][0][RaceCat] = 'Caucasian'
    DD>> [0][0][species] = 'Human'
    DD>> [0][0][Vol] = 0
    DD>> [0][0][VolOr] = 54.9888
    DD>> [0][0][When] = 47.8135
    DD>> [0][0][Whose] = 00000014 Alex
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 27
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 43
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 25
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 41
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 23
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 39
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 21
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 37
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    SexoutIsAnimValid Failed - Unknown animation, plugin: Sexout.esmidx: 10001 position: 0
    SexoutIsAnimValid Failed - Unknown animation, plugin: Sexout.esmidx: 10001 position: 1
    NGSAN: Ignoring invalid animation choice (10001) and defaulting to random picker
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 35
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 19
    SpunkSpStartHookScpt cast on King Groupie, 0011364A
    SpunkspStartHookScpt: ST is Alex, 00000014, count is 2
    SpunkSpStartHook on King Groupie, 0011364A: stage 1
    SpunkSpStartHookScpt:ActorA is Alex, 00000014
    SpunkSpStartHookScpt:ActorB is King Groupie, 0011364A
    SpunkFuIsActor: not a valid form:SPStarthook-1C
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [tracked acts] =====
    DD>> [0][0] = 00000014 Alex
    DD>> [0][1] = 0011364A King Groupie
    SpunkSpStartHook on King Groupie, 0011364A: stage 2
    SpunkSpStartHookScpt: setting actors on Alex, 00000014
    SpunkFuIsActor: not a valid form:SPStarthook-2C
    SpunkSpStartHookScpt: setting actors on King Groupie, 0011364A
    SpunkFuIsActor: not a valid form:SPStarthook-2C
    SpunkSpStartHook on King Groupie, 0011364A: stage 3
    SpunkFuSpeciesDetect called on Alex, 00000014
    SpunkFuSpeciesDetect called on King Groupie, 0011364A
    SpunkSpStartHook on King Groupie, 0011364A: stage 4
    SpunkFuRacesDetect called on Alex, 00000014 - race is Caucasian, 00000019
    SpunkFuRacesDetect: race is in list 4C000DC3, racecat is 'Caucasian'
    SpunkFuRacesDetect: racecat nx val will be 'Caucasian'
    SpunkFuRacesDetect called on King Groupie, 0011364A - race is Caucasian, 00000019
    SpunkFuRacesDetect: race is in list 4C000DC3, racecat is 'Caucasian'
    SpunkFuRacesDetect: racecat nx val will be 'Caucasian'
    SpunkSpStartHook on King Groupie, 0011364A: stage 5
    SpunkSpStartHookScpt:anim is 201
    SpunkSpStartHook on King Groupie, 0011364A: stage 6
    SpunkFuStartInfo called on Alex, 00000014
    SpunkFuGenderDetect called on Alex
    SpunkFuGenderDetect: Alex is 2
    SpunkFuStartInfo called on King Groupie, 0011364A
    SpunkFuGenderDetect called on King Groupie
    SpunkFuGenderDetect: King Groupie is 1
    SpunkSpStartHook on King Groupie, 0011364A: stage 7
    SpunkFuActDetailsDetect called on Alex, 00000014, anim 201, zaz 0, amra 0, count 2
    SpunkFuActDetailsDetect: role for 201 is 'Sucked'
    SpunkFuADDSucked called on Alex, 00000014, B is King Groupie, 0011364A, anim is 201, ZAZ 0, Amra 0
    SpunkFuActDetailsDetect called on King Groupie, 0011364A, anim 201, zaz 0, amra 0, count 2
    SpunkFuActDetailsDetect: B, aborting
    SpunkSpStartHook on King Groupie, 0011364A: stage 8
    SpunkFuGetRoles: dumping for King Groupie, 0011364A
    ** Dumping Array #64 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : sucker
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    SpunkSpStartHook on King Groupie, 0011364A: stage 8
    SpunkFuGetRoles: dumping for Alex, 00000014
    ** Dumping Array #73 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : sucked
    SpunkSpStartHook on King Groupie, 0011364A: stage 8
    SpunkSpStartHook on King Groupie, 0011364A: stage 9
    SpunkFuAddXP called on King Groupie, 0011364A, 'all', 1
    SpunkFuAddXpAll called on King Groupie, 0011364A
    SpunkFuAddXP: raising 'SO:XP:Role:sucker' to 3
    SpunkFuAddXP: raising 'SO:Count:Role:sucker' to 2
    SpunkFuCheckMyXPThisAct called on King Groupie, 0011364A
    SpunkFuCheckMyXPThisAct: checking 'SO:XP:Role:sucker'
    SpunkFuCheckMyXPThisAct: total xp is 3
    SpunkSpStartHook on King Groupie, 0011364A: stage 9
    SpunkFuAddXP called on Alex, 00000014, 'all', 1
    SpunkFuAddXpAll called on Alex, 00000014
    SpunkFuAddXP: raising 'SO:XP:Role:sucked' to 2
    SpunkFuAddXP: raising 'SO:Count:Role:sucked' to 2
    SpunkFuCheckMyXPThisAct called on Alex, 00000014
    SpunkFuCheckMyXPThisAct: checking 'SO:XP:Role:sucked'
    SpunkFuCheckMyXPThisAct: total xp is 2
    SpunkSpStartHook on King Groupie, 0011364A: stage 9
    SpunkSpStartHook on King Groupie, 0011364A: stage 10
    SpunkFuCalcXPFactor called on King Groupie, 0011364A, xp is 3, count is 2
    SpunkFuCalcXPFactor: checking 'SO:XP:Role:Sucked' on Alex, 00000014
    SpunkFuCalcXPFactor: adding 2, result 2
    SpunkFuCalcXPFactor: theirs is 2, mine is 3, factor is 0.666667
    SpunkSpStartHook on King Groupie, 0011364A: stage 10
    SpunkFuCalcXPFactor called on Alex, 00000014, xp is 2, count is 2
    SpunkFuCalcXPFactor: checking 'SO:XP:Role:Sucker' on King Groupie, 0011364A
    SpunkFuCalcXPFactor: adding 3, result 3
    SpunkFuCalcXPFactor: theirs is 3, mine is 2, factor is 1.5
    SpunkSpStartHook on King Groupie, 0011364A: stage 10
    SpunkSpStartHook on King Groupie, 0011364A: stage 11
    SpunkFuGetEnjoy called on King Groupie, 0011364A
    SpunkFuGetEnjoy: 'sucker' is 1
    SpunkFuGetEnjoy: human: total for roles is 1
    SpunkSpStartHook on King Groupie, 0011364A: stage 11
    SpunkFuGetEnjoy called on Alex, 00000014
    SpunkFuGetEnjoy: 'sucked' is 1.7
    SpunkFuGetEnjoy: human: total for roles is 1.7
    SpunkSpStartHook on King Groupie, 0011364A: stage 11
    SpunkSpStartHook on King Groupie, 0011364A: stage 12
    SpunkSpStartHook: no duration set
    SpunkSpStartHook on King Groupie, 0011364A: stage 12
    SpunkSpStartHook: casting arousal on King Groupie, 0011364A, 1
    SpunkSpArousalScpt cast
    SpunkSpStartHook on King Groupie, 0011364A: stage 12
    SpunkSpStartHook: casting arousal on Alex, 00000014, 0
    SpunkSpArousalScpt cast
    SpunkSpStartHook on King Groupie, 0011364A: stage 12
    SpunkFuTriggerArHud: reset 0 0 0
    SpunkFuTriggerArHUD: A name is Alex, visA 1, widthA 0
    SpunkFuTriggerArHUD: B name is King Groupie, visB 1, widthB 0
    SpunkFuSyncArHud called
    SpunkFuSyncArHud done
    SpunkFuTriggerArHud done
    SpunkSpStartHook on King Groupie, 0011364A: stage 13
    SpunkSpStartHook on King Groupie, 0011364A: stage 13
    SpunkSpStartHook on King Groupie, 0011364A: stage 13
    SpunkFuReportActKeys called on Alex, 00000014
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [spunk Act Keys] =====
    DD>> [Floats][spunk:act:anim] = 201
    DD>> [Floats][spunk:act:busy] = 1
    DD>> [Floats][spunk:act:cancum] = 1
    DD>> [Floats][spunk:act:count] = 2
    DD>> [Floats][spunk:act:enjoy] = 1.7
    DD>> [Floats][spunk:act:invplayer] = 1
    DD>> [Floats][spunk:act:role:sucked] = 1
    DD>> [Floats][spunk:act:xp] = 2
    DD>> [Floats][spunk:act:xpfactor] = 1.5
    DD>> [Forms][spunk:act:actora] = 00000014 Alex
    DD>> [Forms][spunk:act:actorb] = 0011364A King Groupie
    DD>> [Forms][spunk:act:cumtgtactor] = 0011364A King Groupie
    DD>> [strings][spunk:act:cumtgtloc] = 'Mouth'
    DD>> [strings][spunk:act:who] = 'ActorA'
    SpunkFuReportActKeys called on King Groupie, 0011364A
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [spunk Act Keys] =====
    DD>> [Floats][spunk:act:active] = 1
    DD>> [Floats][spunk:act:anim] = 201
    DD>> [Floats][spunk:act:busy] = 1
    DD>> [Floats][spunk:act:count] = 2
    DD>> [Floats][spunk:act:enjoy] = 1
    DD>> [Floats][spunk:act:invplayer] = 1
    DD>> [Floats][spunk:act:role:sucker] = 1
    DD>> [Floats][spunk:act:xp] = 3
    DD>> [Floats][spunk:act:xpfactor] = 0.666667
    DD>> [Forms][spunk:act:actora] = 00000014 Alex
    DD>> [Forms][spunk:act:actorb] = 0011364A King Groupie
    DD>> [strings][spunk:act:who] = 'ActorB'
    SpunkSpStartHook on King Groupie, 0011364A: stage 14
    SpunkSpStartHook on King Groupie, 0011364A: stage 14
    SpunkSpPostSexCoolDown: King Groupie, 0011364A in act
    SpunkSpPostSexCoolDown: Alex, 00000014 in act
    SpunkSpArousalScpt cast on King Groupie, 0011364A, actor 'B', initial 39.43, mult 1.00, timeleft 15 secs, durfixed 0, avg 15, default 15, max spread 7, rapepen 1.00
    SpunkSpArousalScpt cast on Alex, 00000014, actor 'A', initial 22.44, mult 1.00, timeleft 15 secs, durfixed 0, avg 15, default 15, max spread 7, rapepen 1.00
    SpunkSpActLustCuts: King Groupie, 0011364A is untracked, skipping
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.2 - lust mult was 1.00, DTM was 7.0
    SpunkQuTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuTracking: removing spurt 0, neg is 0.500000, vol is 0.000000, when is 47.813484, GDP 47.819691
    SpunkFuReduxeNXVols called on King Groupie
    SpunkFuUpdateVolKeys called on King Groupie, 0011364A
    ** Dumping Array #61 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    SpunkQuTracking: dumping actorsrec
    ** Dumping Array #35 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 3 - Array: [spurtTracking from SpunkQuTrackingScpt] =====
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.67, AM 1.00, enjoy 1.00, timer 2, avg 15, arousal 40
    SpunkFuSetArHud on actor 'B', value is 120.073
    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.50, AM 1.00, enjoy 1.70, timer 2, avg 15, arousal 27
    SpunkFuSetArHud on actor 'A', value is 81.0364
    SpunkSpActLustCuts dispelling from King Groupie, 0011364A
    SpunkSpActLustcuts: clearing lust on Alex, 00000014
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.67, AM 1.00, enjoy 1.00, timer 3, avg 15, arousal 41
    SpunkFuSetArHud on actor 'B', value is 122.754
    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.50, AM 1.00, enjoy 1.70, timer 3, avg 15, arousal 34
    SpunkFuSetArHud on actor 'A', value is 101.584
    SpunkSpActLustCuts dispelling from Alex, 00000014
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.50, AM 1.00, enjoy 1.70, timer 4, avg 15, arousal 43
    SpunkFuSetArHud on actor 'A', value is 128.935
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.67, AM 1.00, enjoy 1.00, timer 4, avg 15, arousal 42
    SpunkFuSetArHud on actor 'B', value is 126.338
    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.50, AM 1.00, enjoy 1.70, timer 5, avg 15, arousal 54
    SpunkFuSetArHud on actor 'A', value is 163.104
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.67, AM 1.00, enjoy 1.00, timer 5, avg 15, arousal 44
    SpunkFuSetArHud on actor 'B', value is 130.814
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.50, AM 1.00, enjoy 1.70, timer 6, avg 15, arousal 68
    SpunkFuSetArHud on actor 'A', value is 204.076
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.67, AM 1.00, enjoy 1.00, timer 6, avg 15, arousal 45
    SpunkFuSetArHud on actor 'B', value is 136.178
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.0 - lust mult was 1.00, DTM was 7.0
    SpunkQuTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuTracking: removing King Groupie, 0011364A, index 0: empty
    SpunkFuRemoveFromTracking: removing element 0 from option 2
    SpunkFuStopNWindBack operating on 'Spunk Semen Tracking' at index 0
    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.50, AM 1.00, enjoy 1.70, timer 7, avg 15, arousal 84
    SpunkFuSetArHud on actor 'A', value is 251.852
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.67, AM 1.00, enjoy 1.00, timer 7, avg 15, arousal 47
    SpunkFuSetArHud on actor 'B', value is 142.432
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.50, AM 1.00, enjoy 1.70, timer 8, avg 15, arousal 102
    SpunkFuSetArHud on actor 'A', value is 306.46
    SpunkSpOrgasm on Alex, 00000014: fTL 7.99, fT 8.03, species 'Human', durfix 0, dur 45
    SpunkFuFindAct called on Alex, 00000014
    SpunkFuFindAct found Alex, 00000014 in act number 0
    SpunkSpOrgasm: act found at index 0
    SpunkSpOrgasm on Alex, 00000014: target is King Groupie, 0011364A, loc is 'Mouth'
    SpunkSpOrgasm on Alex, 00000014, stage 1
    SpunkFuCalcPullout called on Alex, 00000014
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.67, AM 1.00, enjoy 1.00, timer 8, avg 15, arousal 50
    SpunkFuSetArHud on actor 'B', value is 149.58
    SpunkSpOrgasm on Alex, 00000014, stage 2
    SpunkFuDispelList called on Alex, 00000014, checking 4C02E669
    SpunkFuDispelList: removing 'Orgasmic event, lvl 'powerful'', 4C02B2C9 from Alex, 00000014
    SpunkFuCheckOrgStrength called on Alex, 00000014
    SpunkFuCheckOrgStrength: since 1, pressure 1, xp 1.50, enjoy 1.70, timer 8, dur 15, strength 1.87
    SpunkSpPostOrgTimer: Orgasmic event, lvl 'nice', 4C02AFE7 cast on Alex, 00000014
    SpunkSpOrgasm on Alex, 00000014, stage 3
    SpunkSpOrgasm on Alex, 00000014, stage 4
    SpunkFuCalcVol called on Alex, 00000014
    SpunkFuCalcVol: species mult for 'Human' is 4.00
    SpunkFuCalcVol:fRandom is 6.9829
    SpunkFuCalcVol: age factor is 1.0
    SpunkFuCalcVol: pref is 7, random is 6.9829, agef is 1.0, fMCond is 1.00, fVol is 65.173882
    SpunkSpOrgasm on Alex, 00000014, stage 5
    SpunkSpOrgasm on Alex, 00000014, stage 6
    SpunkSpOrgasm: 'Mouth' is no inside loc, skipping overflow & physprotection
    SpunkSpOrgasm on Alex, 00000014, stage 8
    ** Dumping Array #61 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ Mouth ] : 65.173882
    SpunkFuArPopSpurt:called on Alex, mode 0, target King Groupie, 0011364A
    SpunkFuArPopSpurt diffusing to 65.173882 at 'Mouth' on King Groupie, 0011364A
    ** Dumping Array #66 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ Gender ] : 2.000000
    [ LastEval ] : 47.821991
    [ Loc ] : Mouth
    [ Race ] : Caucasian (00000019)
    [ RaceCat ] : Caucasian
    [ Species ] : Human
    [ Vol ] : 65.173882
    [ VolOr ] : 65.173882
    [ When ] : 47.821991
    [ Whose ] : Alex (00000014)
    SpunkFuFindActorIndex called on King Groupie, 0011364A
    SpunkFuFindActorIndex: created 0
    SpunkFuUpdateVolKeysPS called on King Groupie, 0011364A
    SpunkFuRetrieveActorInfoAr called on King Groupie, 0011364A
    ** Dumping Array #78 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ spunk:vol ] : 65.173882
    [ spunk:vol:human ] : 65.173882
    [ spunk:vol:mouth ] : 65.173882
    [ spunk:vol:mouth:human ] : 65.173882
    [ spunk:vol:outside ] : 65.173882
    [ spunk:vol:outside:human ] : 65.173882
    ** Dumping Array #35 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 3 - Array: [spurt Tracking] =====
    DD>> [0][0][Gender] = 2
    DD>> [0][0][LastEval] = 47.822
    DD>> [0][0][Loc] = 'Mouth'
    DD>> [0][0][Race] = 00000019 Caucasian
    DD>> [0][0][RaceCat] = 'Caucasian'
    DD>> [0][0][species] = 'Human'
    DD>> [0][0][Vol] = 65.1739
    DD>> [0][0][VolOr] = 65.1739
    DD>> [0][0][When] = 47.822
    DD>> [0][0][Whose] = 00000014 Alex
    SpunkSpOrgasm on Alex, 00000014, stage 9
    SpunkSpOrgasm on Alex, 00000014, stage 10
    SpunkSpOrgasm: catcherindex 0, King Groupie, gender 2
    SpunkFuCheckShaderOptions called on King Groupie, 0011364A, cum species is 'Human', human option is 3, critter option is 3
    SpunkFuAddShader called on King Groupie, 0011364A
    SpunkFuAddShader: checking key 'Spunk:Vol:Outside:Human'
    SpunkFuAddShader: species is 'Human', volume is 4, set is 'TSSReg'
    SpunkFuAddShader: picking shader 4C01C1CA
    SpunkFuAddShader: Dumping shader tracking
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 3 - Array: [shadertracking] =====
    DD>> [0][0][Drip] = 4C01C1CA <no name>
    DD>> [0][0]
    = 47.8135

    DD>> [0][1][Drip] = 4C01C1CA <no name>
    DD>> [0][1]
    = 47.822

    SpunkSpOrgasm on Alex, 00000014, stage 10
    SpunkSpOrgasm on Alex, 00000014, stage 11
    SpunkFuGetRoles: dumping for Alex, 00000014
    ** Dumping Array #76 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : sucked
    SpunkFuCalcXPOther: current xp for 'sucked' is 2
    SpunkFuCalcXPOther: strength 1, div 3.00, new xp 0
    SpunkFuFindActorsWithRoles found 'Sucker' on King Groupie, 0011364A
    SpunkFuAddXP called on King Groupie, 0011364A, 'Sucker', 0
    SpunkFuAddXPSpec callled on King Groupie, 0011364A, role is 'Sucker', toadd 0
    SpunkFuAddXPSpec: raising 'SO:XP:Role:Sucker' to 3
    SpunkSpOrgasm on Alex, 00000014, stage 12
    SpunkFuModEnjoy called on Alex, 00000014, diff is 0.10
    SpunkFuModEnjoy: changing 'sucked' by 0.1to 1.8
    SpunkSpOrgasm on Alex, 00000014, stage 13
    SpunkSpOrgasmScpt dispelling from Alex, 00000014
    SpunkSpOrgasmScpt dispelling from Alex, 00000014
    SpunkSpArousalScpt on Alex, 00000014: TC 0, STR 0, arousal 82
    SpunkFuSetArHud on actor 'A', value is 171.46
    SpunkFuCheckContinue: active: 0
    SpunkFuCheckContinue: age factor: 0
    SpunkFuCheckContinue: endurance factor 0, avg 15, timer 9.0332: 0
    SpunkFuCheckContinue: enjoy 1.7: 0
    SpunkFuCheckContinue: arousal factor: 14.3066
    SpunkFuFindAct called on Alex, 00000014
    SpunkFuFindAct found Alex, 00000014 in act number 0
    SpunkFuCheckContinue: King Groupie endurance: 30.912
    SpunkFuCheckContinue: King Groupie enjoy 1: 30.912
    SpunkFuCheckContinue: King Groupie CC: -69.088
    SpunkFuCheckContinue: result is -69.088
    SpunkSPArousalScpt: that should do it
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.67, AM 1.00, enjoy 1.00, timer 9, avg 15, arousal 50
    SpunkFuSetArHud on actor 'B', value is 150
    SpunkSpArousalScpt on Alex, 00000014: dispelling
    SpunkSpArousalScpt on Alex, 00000014: dispelling
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.67, AM 1.00, enjoy 1.00, timer 10, avg 15, arousal 50
    SpunkFuSetArHud on actor 'B', value is 150
    SpunkFuSemenControl called, mode 3
    SpunkFuSemenControl:starting tracking
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.67, AM 1.00, enjoy 1.00, timer 11, avg 15, arousal 50
    SpunkFuSetArHud on actor 'B', value is 150
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.1 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    DD>> [1][Drip] = 4C01C1CA <no name>
    DD>> [1]
    = 47.822

    SpunkSPEndHook cast on King Groupie, 0011364A
    SpunkFuFindAct called on King Groupie, 0011364A
    SpunkFuFindAct found King Groupie, 0011364A in act number 0
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 1
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 1
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 4
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 4
    SpunkSpPostSexCoolDown cast on Alex, 00000014
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 4
    SpunkSpPostSexCoolDown cast on King Groupie, 0011364A
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 4
    SpunkFuStopArHud called
    SpunkFuStopArHud done
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 5
    SpunkFuPostSexVarsCleanUp called on Alex, 00000014
    SpunkFuPostSexVarsCleanUp called on King Groupie, 0011364A
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 6
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 6
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 55
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 48
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    DD>> [1][Drip] = 4C01C1CA <no name>
    DD>> [1]
    = 47.822

    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 53
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 46
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 51
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 44
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkFuUpdateVolKeys called on King Groupie, 0011364A
    ** Dumping Array #62 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ spunk:vol ] : 0.000000
    [ spunk:vol:human ] : 0.000000
    [ spunk:vol:mouth ] : 0.000000
    [ spunk:vol:mouth:human ] : 0.000000
    [ spunk:vol:outside ] : 0.000000
    [ spunk:vol:outside:human ] : 0.000000
    SpunkQuTracking: dumping actorsrec
    ** Dumping Array #35 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 3 - Array: [spurtTracking from SpunkQuTrackingScpt] =====
    DD>> [0][0][Gender] = 2
    DD>> [0][0][LastEval] = 47.822
    DD>> [0][0][Loc] = 'Mouth'
    DD>> [0][0][Race] = 00000019 Caucasian
    DD>> [0][0][RaceCat] = 'Caucasian'
    DD>> [0][0][species] = 'Human'
    DD>> [0][0][Vol] = 0
    DD>> [0][0][VolOr] = 65.1739
    DD>> [0][0][When] = 47.822
    DD>> [0][0][Whose] = 00000014 Alex
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 49
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 42
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 47
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 40
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.1 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    DD>> [1][Drip] = 4C01C1CA <no name>
    DD>> [1]
    = 47.822

    SpunkSpFindWater cast on King Groupie, 0011364A
    SpunkSpFindWater on King Groupie, 0011364A, stage 0
    SpunkSpFindWater on King Groupie, 0011364A, stage 1
    SpunkSpFindWater on King Groupie, 0011364A, stage 2
    SpunkSpFindWater: dumping ar_purged
    ** Dumping Array #61 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : Urinal (00117655)
    [ 1.000000 ] : Urinal (00117654)
    [ 2.000000 ] : Sink (00117653)
    [ 3.000000 ] : Sink (00117652)
    [ 4.000000 ] : Sink (00117651)
    [ 5.000000 ] : Toilet (0011764B)
    [ 6.000000 ] : Toilet (0011764A)
    [ 7.000000 ] : Toilet (00117643)
    [ 8.000000 ] : Toilet (00117642)
    [ 9.000000 ] : Toilet (00117641)
    [ 10.000000 ] : Sink (001175F0)
    [ 11.000000 ] : Toilet (001175EF)
    [ 12.000000 ] : Sink (001175EE)
    [ 13.000000 ] : Urinal (001175ED)
    [ 14.000000 ] : Toilet (001175EC)
    SpunkSpFindWater on King Groupie, 0011364A, stage 3
    SpunkFuSortWater: Urinal,00117655 is probably a toilet or urinal
    SpunkFuSortWater: neither Sink,00117652 nor Sink, 00117653 are toilets
    SpunkFuSortWater: Urinal,00117654 is probably a toilet or urinal
    SpunkFuSortWater: Urinal,00117655 is probably a toilet or urinal
    SpunkFuSortWater: neither Sink,00117652 nor Sink, 00117653 are toilets
    SpunkFuSortWater: neither Sink,00117651 nor Sink, 00117653 are toilets
    SpunkFuSortWater: neither Sink,001175F0 nor Sink, 00117651 are toilets
    SpunkFuSortWater: Toilet,00117641 is probably a toilet or urinal
    SpunkFuSortWater: Toilet,00117642 is probably a toilet or urinal
    SpunkFuSortWater: Toilet,00117643 is probably a toilet or urinal
    SpunkFuSortWater: Toilet,0011764A is probably a toilet or urinal
    SpunkFuSortWater: Toilet,0011764B is probably a toilet or urinal
    SpunkFuSortWater: Urinal,00117654 is probably a toilet or urinal
    SpunkFuSortWater: Urinal,00117655 is probably a toilet or urinal
    SpunkFuSortWater: neither Sink,001175F0 nor Sink, 00117652 are toilets
    SpunkFuSortWater: neither Sink,001175F0 nor Sink, 00117653 are toilets
    SpunkFuSortWater: neither Sink,001175F0 nor Sink, 00117651 are toilets
    SpunkFuSortWater: neither Sink,001175EE nor Sink, 00117651 are toilets
    SpunkFuSortWater: Toilet,001175EF is probably a toilet or urinal
    SpunkFuSortWater: Toilet,00117641 is probably a toilet or urinal
    SpunkFuSortWater: Toilet,00117642 is probably a toilet or urinal
    SpunkFuSortWater: Toilet,00117643 is probably a toilet or urinal
    SpunkFuSortWater: Toilet,0011764A is probably a toilet or urinal
    SpunkFuSortWater: Toilet,0011764B is probably a toilet or urinal
    SpunkFuSortWater: Urinal,00117654 is probably a toilet or urinal
    SpunkFuSortWater: Urinal,00117655 is probably a toilet or urinal
    SpunkFuSortWater: neither Sink,001175EE nor Sink, 00117652 are toilets
    SpunkFuSortWater: neither Sink,001175EE nor Sink, 00117653 are toilets
    SpunkFuSortWater: neither Sink,001175EE nor Sink, 001175F0 are toilets
    SpunkFuSortWater: neither Sink,001175EE nor Sink, 00117651 are toilets
    SpunkSpFindWater: dumping ar_sorted
    ** Dumping Array #62 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : Sink (00117651)
    [ 1.000000 ] : Sink (001175EE)
    [ 2.000000 ] : Sink (001175F0)
    [ 3.000000 ] : Sink (00117653)
    [ 4.000000 ] : Sink (00117652)
    [ 5.000000 ] : Urinal (00117655)
    [ 6.000000 ] : Urinal (00117654)
    [ 7.000000 ] : Toilet (0011764B)
    [ 8.000000 ] : Toilet (0011764A)
    [ 9.000000 ] : Toilet (00117643)
    [ 10.000000 ] : Toilet (00117642)
    [ 11.000000 ] : Toilet (00117641)
    [ 12.000000 ] : Toilet (001175EF)
    [ 13.000000 ] : Urinal (001175ED)
    [ 14.000000 ] : Toilet (001175EC)
    SpunkSpFindWater on King Groupie, 0011364A, stage 4
    SpunkFuPackageMonitor: detected onpackagestart on King Groupie
    SpunkSpFindWater on King Groupie, 0011364A, stage -1
    SpunkSpFindWater on King Groupie, 0011364A, stage -1
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 45
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 38
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 43
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 36
    SpunkQuTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuTracking: removing spurt 0, neg is 0.500000, vol is 0.000000, when is 47.821991, GDP 47.826431
    SpunkFuReduxeNXVols called on King Groupie
    SpunkFuUpdateVolKeys called on King Groupie, 0011364A
    ** Dumping Array #61 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    SpunkQuTracking: dumping actorsrec
    ** Dumping Array #35 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 3 - Array: [spurtTracking from SpunkQuTrackingScpt] =====
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 41
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 34
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.1 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    DD>> [1][Drip] = 4C01C1CA <no name>
    DD>> [1]
    = 47.822

    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 39
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 32
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 37
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 30
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 35
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 28
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 26
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 33
    SpunkQuTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuTracking: removing King Groupie, 0011364A, index 0: empty
    SpunkFuRemoveFromTracking: removing element 0 from option 2
    SpunkFuStopNWindBack operating on 'Spunk Semen Tracking' at index 0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0][Drip] = 4C01C1CA <no name>
    DD>> [0]
    = 47.8135

    DD>> [1][Drip] = 4C01C1CA <no name>
    DD>> [1]
    = 47.822

    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 24
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 31
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.1 - lust mult was 1.00, DTM was 7.0
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 22
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 29
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostponePMS: playing 'MS09WarmingUp01'
    SpunkFuShaderSwitch called on King Groupie, 0011364A, old shader is 4C01C1CA
    SpunkFuShaderSwitch on King Groupie, 0011364A: new shader is 4C03C324
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 20
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 27
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 18
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 25
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1][Drip] = 4C01C1CA <no name>
    DD>> [1]
    = 47.822

    SpunkQuShaderTracking: playing 4C01C1CA on King Groupie, 0011364A
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 16
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 23
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 14
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 21
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.2 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 12
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 19
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 10
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 17
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1][Drip] = 4C01C1CA <no name>
    DD>> [1]
    = 47.822

    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 8
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 15
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 6
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 13
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 4
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 11
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.2 - lust mult was 1.00, DTM was 7.0
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 2
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 9
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1][Drip] = 4C01C1CA <no name>
    DD>> [1]
    = 47.822

    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 0
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 7
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: dispelling
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 5
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 3
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 1
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.2 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1][Drip] = 4C01C1CA <no name>
    DD>> [1]
    = 47.822

    SpunkSpPostSexCoolDown on Alex, 00000014: dispelling
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1][Drip] = 4C01C1CA <no name>
    DD>> [1]
    = 47.822

    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.2 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1][Drip] = 4C01C1CA <no name>
    DD>> [1]
    = 47.822

    SpunkSpPostponePMS: playing 'ScratchingSelf02'
    SpunkFuShaderSwitch called on King Groupie, 0011364A, old shader is 4C01C1CA
    SpunkFuShaderSwitch on King Groupie, 0011364A: new shader is 4C03C324
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.3 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.3 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.3 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.3 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.4 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.4 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkFuPackageMonitor: detected onpackagedone on King Groupie
    SpunkFuPackageMonitor: detected onpackagechange on King Groupie
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.4 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.4 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SexoutIsAnimValid Failed - Unknown animation, plugin: Sexout.esmidx: 10001 position: 0
    SexoutIsAnimValid Failed - Unknown animation, plugin: Sexout.esmidx: 10001 position: 1
    NGSAN: Ignoring invalid animation choice (10001) and defaulting to random picker
    SpunkSpStartHookScpt cast on King Groupie, 0011364A
    SpunkspStartHookScpt: ST is Alex, 00000014, count is 2
    SpunkSpStartHook on King Groupie, 0011364A: stage 1
    SpunkSpStartHookScpt:ActorA is Alex, 00000014
    SpunkSpStartHookScpt:ActorB is King Groupie, 0011364A
    SpunkFuIsActor: not a valid form:SPStarthook-1C
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [tracked acts] =====
    DD>> [0][0] = 00000014 Alex
    DD>> [0][1] = 0011364A King Groupie
    SpunkSpStartHook on King Groupie, 0011364A: stage 2
    SpunkSpStartHookScpt: setting actors on Alex, 00000014
    SpunkFuIsActor: not a valid form:SPStarthook-2C
    SpunkSpStartHookScpt: setting actors on King Groupie, 0011364A
    SpunkFuIsActor: not a valid form:SPStarthook-2C
    SpunkSpStartHook on King Groupie, 0011364A: stage 3
    SpunkFuSpeciesDetect called on Alex, 00000014
    SpunkFuSpeciesDetect called on King Groupie, 0011364A
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    SpunkSpStartHook on King Groupie, 0011364A: stage 4
    SpunkFuRacesDetect called on Alex, 00000014 - race is Caucasian, 00000019
    SpunkFuRacesDetect: race is in list 4C000DC3, racecat is 'Caucasian'
    SpunkFuRacesDetect: racecat nx val will be 'Caucasian'
    SpunkFuRacesDetect called on King Groupie, 0011364A - race is Caucasian, 00000019
    SpunkFuRacesDetect: race is in list 4C000DC3, racecat is 'Caucasian'
    SpunkFuRacesDetect: racecat nx val will be 'Caucasian'
    SpunkSpStartHook on King Groupie, 0011364A: stage 5
    SpunkSpStartHookScpt:anim is 202
    SpunkSpStartHook on King Groupie, 0011364A: stage 6
    SpunkFuStartInfo called on Alex, 00000014
    SpunkFuGenderDetect called on Alex
    SpunkFuGenderDetect: Alex is 2
    SpunkFuStartInfo called on King Groupie, 0011364A
    SpunkFuGenderDetect called on King Groupie
    SpunkFuGenderDetect: King Groupie is 1
    SpunkSpStartHook on King Groupie, 0011364A: stage 7
    SpunkFuActDetailsDetect called on Alex, 00000014, anim 202, zaz 0, amra 0, count 2
    SpunkFuActDetailsDetect: role for 202 is 'Sucked'
    SpunkFuADDSucked called on Alex, 00000014, B is King Groupie, 0011364A, anim is 202, ZAZ 0, Amra 0
    SpunkFuActDetailsDetect called on King Groupie, 0011364A, anim 202, zaz 0, amra 0, count 2
    SpunkFuActDetailsDetect: B, aborting
    SpunkSpStartHook on King Groupie, 0011364A: stage 8
    SpunkFuGetRoles: dumping for King Groupie, 0011364A
    ** Dumping Array #64 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : sucker
    SpunkSpStartHook on King Groupie, 0011364A: stage 8
    SpunkFuGetRoles: dumping for Alex, 00000014
    ** Dumping Array #66 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : sucked
    SpunkSpStartHook on King Groupie, 0011364A: stage 8
    SpunkSpStartHook on King Groupie, 0011364A: stage 9
    SpunkFuAddXP called on King Groupie, 0011364A, 'all', 1
    SpunkFuAddXpAll called on King Groupie, 0011364A
    SpunkFuAddXP: raising 'SO:XP:Role:sucker' to 4
    SpunkFuAddXP: raising 'SO:Count:Role:sucker' to 3
    SpunkFuCheckMyXPThisAct called on King Groupie, 0011364A
    SpunkFuCheckMyXPThisAct: checking 'SO:XP:Role:sucker'
    SpunkFuCheckMyXPThisAct: total xp is 4
    SpunkSpStartHook on King Groupie, 0011364A: stage 9
    SpunkFuAddXP called on Alex, 00000014, 'all', 1
    SpunkFuAddXpAll called on Alex, 00000014
    SpunkFuAddXP: raising 'SO:XP:Role:sucked' to 3
    SpunkFuAddXP: raising 'SO:Count:Role:sucked' to 3
    SpunkFuCheckMyXPThisAct called on Alex, 00000014
    SpunkFuCheckMyXPThisAct: checking 'SO:XP:Role:sucked'
    SpunkFuCheckMyXPThisAct: total xp is 3
    SpunkSpStartHook on King Groupie, 0011364A: stage 9
    SpunkSpStartHook on King Groupie, 0011364A: stage 10
    SpunkFuCalcXPFactor called on King Groupie, 0011364A, xp is 4, count is 2
    SpunkFuCalcXPFactor: checking 'SO:XP:Role:Sucked' on Alex, 00000014
    SpunkFuCalcXPFactor: adding 3, result 3
    SpunkFuCalcXPFactor: theirs is 3, mine is 4, factor is 0.75
    SpunkSpStartHook on King Groupie, 0011364A: stage 10
    SpunkFuCalcXPFactor called on Alex, 00000014, xp is 3, count is 2
    SpunkFuCalcXPFactor: checking 'SO:XP:Role:Sucker' on King Groupie, 0011364A
    SpunkFuCalcXPFactor: adding 4, result 4
    SpunkFuCalcXPFactor: theirs is 4, mine is 3, factor is 1.33333
    SpunkSpStartHook on King Groupie, 0011364A: stage 10
    SpunkSpStartHook on King Groupie, 0011364A: stage 11
    SpunkFuGetEnjoy called on King Groupie, 0011364A
    SpunkFuGetEnjoy: 'sucker' is 1
    SpunkFuGetEnjoy: human: total for roles is 1
    SpunkSpStartHook on King Groupie, 0011364A: stage 11
    SpunkFuGetEnjoy called on Alex, 00000014
    SpunkFuGetEnjoy: 'sucked' is 1.8
    SpunkFuGetEnjoy: human: total for roles is 1.8
    SpunkSpStartHook on King Groupie, 0011364A: stage 11
    SpunkSpStartHook on King Groupie, 0011364A: stage 12
    SpunkSpStartHook: no duration set
    SpunkSpStartHook on King Groupie, 0011364A: stage 12
    SpunkSpStartHook: casting arousal on King Groupie, 0011364A, 1
    SpunkSpArousalScpt cast
    SpunkSpStartHook on King Groupie, 0011364A: stage 12
    SpunkSpStartHook: casting arousal on Alex, 00000014, 0
    SpunkSpArousalScpt cast
    SpunkSpStartHook on King Groupie, 0011364A: stage 12
    SpunkFuTriggerArHud: reset 0 0 0
    SpunkFuTriggerArHUD: A name is Alex, visA 1, widthA 0
    SpunkFuTriggerArHUD: B name is King Groupie, visB 1, widthB 0
    SpunkFuSyncArHud called
    SpunkFuSyncArHud done
    SpunkFuTriggerArHud done
    SpunkSpStartHook on King Groupie, 0011364A: stage 13
    SpunkSpStartHook on King Groupie, 0011364A: stage 13
    SpunkSpStartHook on King Groupie, 0011364A: stage 13
    SpunkFuReportActKeys called on Alex, 00000014
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [spunk Act Keys] =====
    DD>> [Floats][spunk:act:anim] = 202
    DD>> [Floats][spunk:act:busy] = 1
    DD>> [Floats][spunk:act:cancum] = 1
    DD>> [Floats][spunk:act:count] = 2
    DD>> [Floats][spunk:act:enjoy] = 1.8
    DD>> [Floats][spunk:act:invplayer] = 1
    DD>> [Floats][spunk:act:role:sucked] = 1
    DD>> [Floats][spunk:act:xp] = 3
    DD>> [Floats][spunk:act:xpfactor] = 1.33333
    DD>> [Forms][spunk:act:actora] = 00000014 Alex
    DD>> [Forms][spunk:act:actorb] = 0011364A King Groupie
    DD>> [Forms][spunk:act:cumtgtactor] = 0011364A King Groupie
    DD>> [strings][spunk:act:cumtgtloc] = 'Mouth'
    DD>> [strings][spunk:act:who] = 'ActorA'
    SpunkFuReportActKeys called on King Groupie, 0011364A
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [spunk Act Keys] =====
    DD>> [Floats][spunk:act:active] = 1
    DD>> [Floats][spunk:act:anim] = 202
    DD>> [Floats][spunk:act:busy] = 1
    DD>> [Floats][spunk:act:count] = 2
    DD>> [Floats][spunk:act:enjoy] = 1
    DD>> [Floats][spunk:act:invplayer] = 1
    DD>> [Floats][spunk:act:role:sucker] = 1
    DD>> [Floats][spunk:act:xp] = 4
    DD>> [Floats][spunk:act:xpfactor] = 0.75
    DD>> [Forms][spunk:act:actora] = 00000014 Alex
    DD>> [Forms][spunk:act:actorb] = 0011364A King Groupie
    DD>> [strings][spunk:act:who] = 'ActorB'
    SpunkSpStartHook on King Groupie, 0011364A: stage 14
    SpunkSpStartHook on King Groupie, 0011364A: stage 14
    SpunkSpArousalScpt cast on Alex, 00000014, actor 'A', initial 4.79, mult 1.00, timeleft 15 secs, durfixed 0, avg 15, default 15, max spread 7, rapepen 1.00
    SpunkSpArousalScpt cast on King Groupie, 0011364A, actor 'B', initial 2.10, mult 1.00, timeleft 15 secs, durfixed 0, avg 15, default 15, max spread 7, rapepen 1.00
    SpunkSpActLustCuts: King Groupie, 0011364A is untracked, skipping
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.33, AM 1.00, enjoy 1.80, timer 2, avg 15, arousal 9
    SpunkFuSetArHud on actor 'A', value is 27.2086
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.75, AM 1.00, enjoy 1.00, timer 2, avg 15, arousal 3
    SpunkFuSetArHud on actor 'B', value is 8.32026
    SpunkSpActLustCuts dispelling from King Groupie, 0011364A
    SpunkSpActLustcuts: clearing lust on Alex, 00000014
    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.33, AM 1.00, enjoy 1.80, timer 3, avg 15, arousal 15
    SpunkFuSetArHud on actor 'A', value is 46.4653
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.75, AM 1.00, enjoy 1.00, timer 3, avg 15, arousal 4
    SpunkFuSetArHud on actor 'B', value is 11.3451
    SpunkSpActLustCuts dispelling from Alex, 00000014
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.0 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.33, AM 1.00, enjoy 1.80, timer 4, avg 15, arousal 24
    SpunkFuSetArHud on actor 'A', value is 72.1262
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.75, AM 1.00, enjoy 1.00, timer 4, avg 15, arousal 5
    SpunkFuSetArHud on actor 'B', value is 15.3706
    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.33, AM 1.00, enjoy 1.80, timer 5, avg 15, arousal 35
    SpunkFuSetArHud on actor 'A', value is 104.197
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.75, AM 1.00, enjoy 1.00, timer 5, avg 15, arousal 7
    SpunkFuSetArHud on actor 'B', value is 20.3977
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.33, AM 1.00, enjoy 1.80, timer 6, avg 15, arousal 48
    SpunkFuSetArHud on actor 'A', value is 142.672
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.75, AM 1.00, enjoy 1.00, timer 6, avg 15, arousal 9
    SpunkFuSetArHud on actor 'B', value is 26.4253
    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.33, AM 1.00, enjoy 1.80, timer 7, avg 15, arousal 63
    SpunkFuSetArHud on actor 'A', value is 187.581
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.75, AM 1.00, enjoy 1.00, timer 7, avg 15, arousal 11
    SpunkFuSetArHud on actor 'B', value is 33.4584
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.33, AM 1.00, enjoy 1.80, timer 8, avg 15, arousal 80
    SpunkFuSetArHud on actor 'A', value is 238.9
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.75, AM 1.00, enjoy 1.00, timer 8, avg 15, arousal 14
    SpunkFuSetArHud on actor 'B', value is 41.4929
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.1 - lust mult was 1.00, DTM was 7.0
    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.33, AM 1.00, enjoy 1.80, timer 9, avg 15, arousal 99
    SpunkFuSetArHud on actor 'A', value is 296.622
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.75, AM 1.00, enjoy 1.00, timer 9, avg 15, arousal 17
    SpunkFuSetArHud on actor 'B', value is 50.528
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSPArousalScpt on Alex, 00000014: base 6.67, RP 1.00, XPF 1.33, AM 1.00, enjoy 1.80, timer 10, avg 15, arousal 120
    SpunkFuSetArHud on actor 'A', value is 360.846
    SpunkSpOrgasm on Alex, 00000014: fTL 5.97, fT 10.03, species 'Human', durfix 0, dur 45
    SpunkFuFindAct called on Alex, 00000014
    SpunkFuFindAct found Alex, 00000014 in act number 0
    SpunkSpOrgasm: act found at index 0
    SpunkSpOrgasm on Alex, 00000014: target is King Groupie, 0011364A, loc is 'Mouth'
    SpunkSpOrgasm on Alex, 00000014, stage 1
    SpunkFuCalcPullout called on Alex, 00000014
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.75, AM 1.00, enjoy 1.00, timer 10, avg 15, arousal 20
    SpunkFuSetArHud on actor 'B', value is 60.579
    SpunkSpOrgasm on Alex, 00000014, stage 2
    SpunkFuDispelList called on Alex, 00000014, checking 4C02E669
    SpunkFuDispelList: removing 'Orgasmic event, lvl 'nice'', 4C02AFE7 from Alex, 00000014
    SpunkFuCheckOrgStrength called on Alex, 00000014
    SpunkFuCheckOrgStrength: since 1, pressure 1, xp 1.33, enjoy 1.80, timer 10, dur 15, strength 2.11
    SpunkSpPostOrgTimer: Orgasmic event, lvl 'strong', 4C02B2C8 cast on Alex, 00000014
    SpunkSpOrgasm on Alex, 00000014, stage 3
    SpunkSpOrgasm on Alex, 00000014, stage 4
    SpunkFuCalcVol called on Alex, 00000014
    SpunkFuCalcVol: species mult for 'Human' is 4.00
    SpunkFuCalcVol:fRandom is 5.8512
    SpunkFuCalcVol: age factor is 1.0
    SpunkFuCalcVol: pref is 7, random is 5.8512, agef is 1.0, fMCond is 1.00, fVol is 54.611000
    SpunkSpOrgasm on Alex, 00000014, stage 5
    SpunkSpOrgasm on Alex, 00000014, stage 6
    SpunkSpOrgasm: 'Mouth' is no inside loc, skipping overflow & physprotection
    SpunkSpOrgasm on Alex, 00000014, stage 8
    ** Dumping Array #45 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ Mouth ] : 54.611000
    SpunkFuArPopSpurt:called on Alex, mode 0, target King Groupie, 0011364A
    SpunkFuArPopSpurt diffusing to 54.611000 at 'Mouth' on King Groupie, 0011364A
    ** Dumping Array #66 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ Gender ] : 2.000000
    [ LastEval ] : 47.854649
    [ Loc ] : Mouth
    [ Race ] : Caucasian (00000019)
    [ RaceCat ] : Caucasian
    [ Species ] : Human
    [ Vol ] : 54.611000
    [ VolOr ] : 54.611000
    [ When ] : 47.854649
    [ Whose ] : Alex (00000014)
    SpunkFuFindActorIndex called on King Groupie, 0011364A
    SpunkFuFindActorIndex: created 0
    SpunkFuUpdateVolKeysPS called on King Groupie, 0011364A
    SpunkFuRetrieveActorInfoAr called on King Groupie, 0011364A
    ** Dumping Array #79 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ spunk:vol ] : 54.611000
    [ spunk:vol:human ] : 54.611000
    [ spunk:vol:mouth ] : 54.611000
    [ spunk:vol:mouth:human ] : 54.611000
    [ spunk:vol:outside ] : 54.611000
    [ spunk:vol:outside:human ] : 54.611000
    ** Dumping Array #35 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 3 - Array: [spurt Tracking] =====
    DD>> [0][0][Gender] = 2
    DD>> [0][0][LastEval] = 47.8546
    DD>> [0][0][Loc] = 'Mouth'
    DD>> [0][0][Race] = 00000019 Caucasian
    DD>> [0][0][RaceCat] = 'Caucasian'
    DD>> [0][0][species] = 'Human'
    DD>> [0][0][Vol] = 54.611
    DD>> [0][0][VolOr] = 54.611
    DD>> [0][0][When] = 47.8546
    DD>> [0][0][Whose] = 00000014 Alex
    SpunkSpOrgasm on Alex, 00000014, stage 9
    SpunkSpOrgasm on Alex, 00000014, stage 10
    SpunkSpOrgasm: catcherindex 0, King Groupie, gender 2
    SpunkFuCheckShaderOptions called on King Groupie, 0011364A, cum species is 'Human', human option is 3, critter option is 3
    SpunkFuAddShader called on King Groupie, 0011364A
    SpunkFuAddShader: checking key 'Spunk:Vol:Outside:Human'
    SpunkFuAddShader: species is 'Human', volume is 4, set is 'TSSReg'
    SpunkFuAddShader: picking shader 4C01C1CA
    SpunkFuAddShader: Dumping shader tracking
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 3 - Array: [shadertracking] =====
    DD>> [0][0]
    = 47.8135

    DD>> [0][0][Perm] = 4C03C324 <no name>
    DD>> [0][1]
    = 47.822

    DD>> [0][1][Perm] = 4C03C324 <no name>
    DD>> [0][2][Drip] = 4C01C1CA <no name>
    DD>> [0][2]
    = 47.8546

    SpunkSpOrgasm on Alex, 00000014, stage 10
    SpunkSpOrgasm on Alex, 00000014, stage 11
    SpunkFuGetRoles: dumping for Alex, 00000014
    ** Dumping Array #77 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : sucked
    SpunkFuCalcXPOther: current xp for 'sucked' is 3
    SpunkFuCalcXPOther: strength 2, div 3.00, new xp 1
    SpunkFuFindActorsWithRoles found 'Sucker' on King Groupie, 0011364A
    SpunkFuAddXP called on King Groupie, 0011364A, 'Sucker', 1
    SpunkFuAddXPSpec callled on King Groupie, 0011364A, role is 'Sucker', toadd 1
    SpunkFuAddXPSpec: raising 'SO:XP:Role:Sucker' to 5
    SpunkSpOrgasm on Alex, 00000014, stage 12
    SpunkFuModEnjoy called on Alex, 00000014, diff is 0.20
    SpunkFuModEnjoy: changing 'sucked' by 0.2to 2
    SpunkSpOrgasm on Alex, 00000014, stage 13
    SpunkSpOrgasmScpt dispelling from Alex, 00000014
    SpunkSpOrgasmScpt dispelling from Alex, 00000014
    SpunkSpArousalScpt on Alex, 00000014: TC 0, STR 0, arousal 100
    SpunkFuSetArHud on actor 'A', value is 150.846
    SpunkFuCheckContinue: active: 0
    SpunkFuCheckContinue: age factor: 0
    SpunkFuCheckContinue: endurance factor 0, avg 15, timer 11.0402: 0
    SpunkFuCheckContinue: enjoy 1.8: 0
    SpunkFuCheckContinue: arousal factor: 0.563843
    SpunkFuFindAct called on Alex, 00000014
    SpunkFuFindAct found Alex, 00000014 in act number 0
    SpunkFuCheckContinue: King Groupie endurance: 14.1505
    SpunkFuCheckContinue: King Groupie enjoy 1: 14.1505
    SpunkFuCheckContinue: King Groupie CC: -85.8495
    SpunkFuCheckContinue: result is -85.8495
    SpunkSPArousalScpt: that should do it
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.75, AM 1.00, enjoy 1.00, timer 11, avg 15, arousal 24
    SpunkFuSetArHud on actor 'B', value is 71.6352
    SpunkSpArousalScpt on Alex, 00000014: dispelling
    SpunkSpArousalScpt on Alex, 00000014: dispelling
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.75, AM 1.00, enjoy 1.00, timer 12, avg 15, arousal 28
    SpunkFuSetArHud on actor 'B', value is 83.7073
    SpunkFuSemenControl called, mode 3
    SpunkFuSemenControl:starting tracking
    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.75, AM 1.00, enjoy 1.00, timer 13, avg 15, arousal 32
    SpunkFuSetArHud on actor 'B', value is 96.7801
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.1 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    DD>> [2][Drip] = 4C01C1CA <no name>
    DD>> [2]
    = 47.8546

    SpunkSPArousalScpt on King Groupie, 0011364A: base 6.67, RP 1.00, XPF 0.75, AM 1.00, enjoy 1.00, timer 14, avg 15, arousal 37
    SpunkFuSetArHud on actor 'B', value is 110.854
    SpunkSPEndHook cast on King Groupie, 0011364A
    SpunkFuFindAct called on King Groupie, 0011364A
    SpunkFuFindAct found King Groupie, 0011364A in act number 0
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 1
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 1
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 3
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 4
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 4
    SpunkSpPostSexCoolDown cast on Alex, 00000014
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 4
    SpunkSpPostSexCoolDown cast on King Groupie, 0011364A
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 4
    SpunkFuStopArHud called
    SpunkFuStopArHud done
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 5
    SpunkFuPostSexVarsCleanUp called on Alex, 00000014
    SpunkFuPostSexVarsCleanUp called on King Groupie, 0011364A
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 6
    SpunkSpEndHookScpt on King Groupie, 0011364A: stage 6
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 48
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 35
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 46
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 33
    SpunkQuTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkFuUpdateVolKeys called on King Groupie, 0011364A
    ** Dumping Array #63 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ spunk:vol ] : 0.000000
    [ spunk:vol:human ] : 0.000000
    [ spunk:vol:mouth ] : 0.000000
    [ spunk:vol:mouth:human ] : 0.000000
    [ spunk:vol:outside ] : 0.000000
    [ spunk:vol:outside:human ] : 0.000000
    SpunkQuTracking: dumping actorsrec
    ** Dumping Array #35 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 3 - Array: [spurtTracking from SpunkQuTrackingScpt] =====
    DD>> [0][0][Gender] = 2
    DD>> [0][0][LastEval] = 47.8546
    DD>> [0][0][Loc] = 'Mouth'
    DD>> [0][0][Race] = 00000019 Caucasian
    DD>> [0][0][RaceCat] = 'Caucasian'
    DD>> [0][0][species] = 'Human'
    DD>> [0][0][Vol] = 0
    DD>> [0][0][VolOr] = 54.611
    DD>> [0][0][When] = 47.8546
    DD>> [0][0][Whose] = 00000014 Alex
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 44
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 31
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.1 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    DD>> [2][Drip] = 4C01C1CA <no name>
    DD>> [2]
    = 47.8546

    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 42
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 29
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 40
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 27
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 38
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 25
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 36
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 23
    SpunkQuTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuTracking: removing spurt 0, neg is 0.500000, vol is 0.000000, when is 47.854649, GDP 47.859112
    SpunkFuReduxeNXVols called on King Groupie
    SpunkFuUpdateVolKeys called on King Groupie, 0011364A
    ** Dumping Array #60 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    SpunkQuTracking: dumping actorsrec
    ** Dumping Array #35 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 3 - Array: [spurtTracking from SpunkQuTrackingScpt] =====
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 34
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 21
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.1 - lust mult was 1.00, DTM was 7.0
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 32
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 19
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    DD>> [2][Drip] = 4C01C1CA <no name>
    DD>> [2]
    = 47.8546

    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 30
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 17
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 28
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 15
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 26
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 13
    SpunkQuTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuTracking: removing King Groupie, 0011364A, index 0: empty
    SpunkFuRemoveFromTracking: removing element 0 from option 2
    SpunkFuStopNWindBack operating on 'Spunk Semen Tracking' at index 0
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 24
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 11
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.2 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 22
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 9
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 20
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 7
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    DD>> [2][Drip] = 4C01C1CA <no name>
    DD>> [2]
    = 47.8546

    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 18
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 5
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 16
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 3
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 14
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: arousal lowered to 1
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.2 - lust mult was 1.00, DTM was 7.0
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 12
    SpunkSpPostSexCoolDown on King Groupie, 0011364A: dispelling
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 10
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 8
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    DD>> [2][Drip] = 4C01C1CA <no name>
    DD>> [2]
    = 47.8546

    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 6
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 4
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.2 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 2
    SpunkSpPostSexCoolDown on Alex, 00000014: arousal lowered to 0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkSpPostSexCoolDown on Alex, 00000014: dispelling
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    DD>> [2][Drip] = 4C01C1CA <no name>
    DD>> [2]
    = 47.8546

    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.2 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    SpunkQuLustTrackingScpt: checking actor 00000014, Alex, at index 0, lust is 0
    SpunkFuDrugsLustMult called on Alex, 00000014
    SpunkQuLustTracking: new lust for Alex is 0.3 - lust mult was 1.00, DTM was 7.0
    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A
    ** Dumping Array #55 **
    Refs: 2 Owner 4C: SexoutSpunk.esp
    [ 0.000000 ] : King Groupie (0011364A)
    DD>> ===== Deep dump mode 2 - Depth= 2 - Array: [shaders dump] =====
    DD>> [0]
    = 47.8135

    DD>> [0][Perm] = 4C03C324 <no name>
    DD>> [1]
    = 47.822

    DD>> [1][Perm] = 4C03C324 <no name>
    DD>> [2][Drip] = 4C01C1CA <no name>
    DD>> [2]
    = 47.8546

    SpunkQuShaderTracking: checking index 0, actor is King Groupie, 0011364A

     

    0

  7. Butch Deloria Companion for New Vegas (fully voiced)

    View / Download File

    Butch Deloria Companion for New Vegas
    (fully voiced)

     

    Description

    This mod brings back Butch Deloria from Fallout 3 to Fallout New Vegas as a player companion.
    Comes equipped with a brand-name Butch Deloria appearance, Tunnel Snakes outfit, Butch's Toothpick and a 10 mm pistol.
    Fully voiced, all badass, and cocky, and arrogant as ever!

     

    You can find him sitting at the bar in Prospector Saloon in Goodspring and after a short dialogue you can hire him.
    If fired, he'll return to the same place.

     

    I tried to voice all of the possible interactions, but regarding this comes from Fallout 3, there might be some slight inaccurancies, like him talking about going to Rivet City for a beer :)

     


    Installation

     

    It's a .fomod package, so just use FOMM :)
    There are two package files in the archive: Butch.esm and Butch Override.esp. The first one adds Buth the way he is in Fallout 3 by default. The second one adds some overrides:

    • karma checks removed so that you can hire him with any karma;
    • he's set to essential so that he surely won't get killed.

    The .esm file is obligatory, while the .esp is optional and should be unchecked if don't wish to use overrides.

     
    Uninstallation
     
    Delete all of the mod files from your game directories... meh, better use FOMM or any other mod manager to do all this boring stuff automatically :)
     

    ***
     
    This is actually my first and only try to make a game mod, and the version is 0.1, so there might be some bugs and stuff... However, I've been playing with him for some time already and haven't encountered any problems.


    • It's a (one and only) mod I've made a long time ago and had it posted on some Fallout mod site which I can't even remember, so I decided to give it a new life here :) As I remember, it was deleted from Nexus because it contains some audio files from the original Fallout 3 (Butch's dialogues, obviously).
    • I've been told by some people that Butch doesn't immediately appear in Prospector Saloon and may take some waiting and/or wandering off to other locations for a while for him to actually appear in the game. I've looked into it but couldn't find anything wrong, although I probably didn't really know what to look for...
    • Since the only actual work done by me consisted mostly of some extensive copy-pasting and file renaming, I don't claim any rights on this mod, and you can use or modify it in any way you want without asking for any permissions, although sharing a link to your will be appreciated, I'm curios :)


    1