PeckyThePeacock Posted July 13, 2017 Share Posted July 13, 2017 I've run into the problem of SKSE memory fix not being active on my game. The solution given to me in the notification when I start a Skyrim game is simple: Make sure "Data/SKSE/SKSE.ini" has DefaultHeapInitialAllocMB=768 or higher under [Memory}. I would do this but I have no "Skyrim.ini" folder and therefore have no "DefaultHeapInitialAllocMB" meaning I cannot change the number to 768. Also I cannot even disable the message because "CrashFixPlugins.ini" doesn't exist either. Any suggestions? Link to comment Share on other sites More sharing options...
TheGreatFalro Posted July 13, 2017 Share Posted July 13, 2017 SKSE doesn't automatically create an SKSE.ini file, so you'll have to create one: Open up Notepad to create a new .txt file, and copy and paste these lines into it: [General]EnableDiagnostics=1ClearInvalidRegistrations=1[Display]iTintTextureResolution=2048[Memory]defaultHeapInitialAllocMB=768scrapHeapSizeMB=256 Then click "Save as". In the window that opens, find C:/Program Files (x86)/Steam/Steamapps/common/Skyrim/Data/SKSEThen change the name of the file you're saving to SKSE.ini Make sure to delete the ".txt". Then below that, where it says "Text document", click, and select "All file types". Then hit save. Don't worry if it comes up as just "SKSE" once done. Link to comment Share on other sites More sharing options...
Recommended Posts