Jump to content

Slow and long delay for scripts


wacky

Recommended Posts

I recently encountered an issue where scripts were taking a long time to execute in game. For example SexLab animations or sanguine debauchary enslavement phase would take 15-30sec before executing. This happens during PC to NPC interactions, NPC to NPC interactions are usually ok.

 

Does anyone know how to resolve this? I never had this problem before until maybe last week.

 

Below is my modlist

 

 

 

    (0 -> 0)    Skyrim.esm
    (1 -> 1)    Update.esm
    (2 -> 2)    ApachiiHair.esm
    (3 -> 3)    Dawnguard.esm
    (4 -> 4)    Dragonborn.esm
    (5 -> 5)    HearthFires.esm
    (6 -> 6)    Evil Lair of Hydra.esm
    (7 -> 7)    ZaZAnimationPack.esm
    (8 -> 8)    JSwords.esm
    (9 -> 9)    SexLab.esm
    (10 -> 10)    AmazingFollowerTweaks.esp
    (11 -> 11)    ASIS-Dependency.esp
    (12 -> 12)    TemptressVixen.esp
    (13 -> 13)    SexLabDefeat.esp
    (14 -> 14)    Unofficial Skyrim Patch.esp
    (15 -> 15)    Unofficial Dawnguard Patch.esp
    (16 -> 16)    Unofficial Dragonborn Patch.esp
    (17 -> 17)    Unofficial Hearthfire Patch.esp
    (18 -> 18)    mslZaZArachnophobia.esp
    (19 -> 19)    Ig-lee.esp
    (20 -> 20)    SkyUI.esp
    (21 -> 21)    xazPrisonOverhaul.esp
    (22 -> 22)    zarias_restraints.esp
    (23 -> 23)    SexLab Romance.esp
    (24 -> 24)    SexLab Theft and Seduction.esp
    (25 -> 25)    Kamille.esp
    (26 -> 26)    FollowerHuntingbowFix.esp
    (27 -> 27)    LSAR_Underwear.esp
    (28 -> 28)    sextoys-calyps-2.esp
    (29 -> 29)    NoWeaponDraw.esp
    (30 -> 30)    CraftablePantysCBBEv3M.esp
    (31 -> 31)    Lock Overhaul.esp
    (32 -> 32)    Better Vampires.esp
    (33 -> 33)    Sweet&Sexy Lingerie.esp
    (34 -> 34)    Remodeled Armor.esp
    (35 -> 35)    SBF Mjoll CBBE.esp
    (36 -> 36)    SBF Lydia CBBE.esp
    (37 -> 37)    SBF Jenassa CBBE.esp
    (38 -> 38)    SBF Jordis CBBE.esp
    (39 -> 39)    SBF Iona CBBE.esp
    (40 -> 40)    SBF Aela CBBE.esp
    (41 -> 41)    SBF Serana CBBE.esp
    (42 -> 42)    ZaZAnimationPackConfig.esp
    (43 -> 43)    NoNakedComments.esp
    (44 -> 44)    LoversHook.esp
    (45 -> 45)    LoversComfort.esp
    (46 -> 46)    RaceMenu.esp
    (47 -> 47)    RaceMenuPlugin.esp
    (48 -> 48)    zzEstrus.esp
    (49 -> 49)    Estrus Chaurus.esp
    (50 -> 50)    Estrus Chaurus DG.esp
    (51 -> 51)    MaintainingVampireAppearance.esp
    (52 -> 52)    FNISspells.esp
    (53 -> 53)    SDpatch - dawnguard.esp
    (54 -> 54)    SDpatch - frostfall.esp
    (55 -> 55)    SDpatch - dragonborn.esp
    (56 -> 56)    sanguinesDebauchery.esp

 

 

Link to comment

Did you edit your skyrim.ini in any way ??

Scripts execution is done by this line:

 

fPostLoadUpdateTimeMS=500.0

 

I think lowering this value will increase and speed up scripts updating. Make that value higher will decrease the speed of executions of scripts.

 

There are some more papyrus ini tweaks you can change to have speed up but you need to check those tips site.

Link to comment

Did you edit your skyrim.ini in any way ??

Scripts execution is done by this line:

 

fPostLoadUpdateTimeMS=500.0

 

I think lowering this value will increase and speed up scripts updating. Make that value higher will decrease the speed of executions of scripts.

 

There are some more papyrus ini tweaks you can change to have speed up but you need to check those tips site.

 

I have tried it with no improvements. I went around searching and currently am using this.

 

[Papyrus]

fUpdateBudgetMS=1.6

fExtraTaskletBudgetMS=1.6

fPostLoadUpdateTimeMS=1000.0

bEnableLogging=0

bEnableTrace=0

bLoadDebugInformation=0

iMaxMemoryPageSize=8192

iMinMemoryPageSize=256

iMaxAllocatedMemoryBytes=8388608

Link to comment

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...