0 of 0

File information

Last updated

Original upload

Created by

Citachi

Uploaded by

Citachi0

Virus scan

Safe to use

Tags for this mod

About this mod

Collection of generic INI solutions to some infamous game bugs.Especially fixing the random lighting crash for real.

Permissions and credits
Collection of generic INI solutions to some infamous game bugs.Some solutions are said to be experimental but I have tested them with no buggy results.As this is a plugin with INI so you can avoid the ini changes to be badly sorted:

The following are the detailed ini changes in this mod,you can decide if to copy some of them into your ini instead of using this mod:

Improved Papyrus Scripting:
bBackgroundLoadVMData=1

Disable Tamriel's Border Limit for some quest mods:
bBorderRegionsEnabled=0

Minimize Cell Buffer and Unload Some Buffer When Changing Cell to Fix the Random Lighting Crashes When Entering Cells:
uInterior Cell Buffer=0
uExterior Cell Buffer=0
bPreemptivelyUnloadCells=1
(Note: 3 of them is necessary or the random crash cannot be fixed totally;set the buffer as 0 should not let it just be none just set it as minimum value
If you use Lux ,u should also make sure these things are done:
I.the cell's lighting setting are correctly Lux-like.
II.all the light markers in this cell are of Lux-defined bases.
III.no bad meshes in this cell.
)


Fix Mismatched Vanilla Faces:
bLoadFaceGenHeadEGTFiles=1
(Note:Not really fixing FaceGen dismatching Bug,let it be here and correctly sort your loading order)

Unlock your CPU Power:
;Set it to your CPU Thread amounts and then delete";"
;iNumHWThreads=16;
(Note:Read the describition to delete the ";" in this line:";iNumHWThreads=16;")

Improved Loading Cell:
bBackgroundCellLoads=1

Reduce Fast Travel Bugs:(Experimental)
bSelectivePurgeUnusedOnFastTravel=0

Disable Horizontal Lens Flare Effect For ENB users and else:
bIBLFEnable=0

Make Game Screen as Borderless to Avoid bugs with some mods:
bBorderless=1

Disable the Ugly Snow Effect Especially With Snow Mods:
bEnableImprovedSnow=0