SkyRanger are there any ini changes that you would recommend for taking a bit of strain off the processor? I don't care much if it's buggy or questionable, I just would like to take some of the strain off my CPU which is holding me back a bit.
Ravin
turning on heap replacement: Helps me a lot, some people have stability issues.
On OSR3 that is changing iHeapMode from 0 to 1, 3, or 5. On OSR4 that is changing bReplaceHeap from 0 to 1, and possibly adjusting the settings in the Heap section.
suppressing critical section @ Renderer+0x80: Does not produce a noticable improvement for me, but logs suggest it does slightly reduce stutter slightly. Some users have no trouble with this, others get crashes on interior->exterior cell transitions IIRC.
On OSR 3 that is changing iCriticalSectionSuppression (or something like that) from 1 to 3. On OSR4 that is finding the line that says "CallerAddress = 0x70172A" and adding a line right after it that says "Mode = 5" (case may be important).
dynamically resizing hashtables: I haven't tested it much yet, but users report noticable FPS improvements. Unfortunately this has a tendency to screw up certain kinds of scripts if they run at the wrong time, and possibly other harmful side effects.
This is not supported in OSR 3. In OSR 4 you can turn this on by changing bHookHashtables from 0 to 1, and changing Hashtables\bAllowDynamicResizing from 0 to 1.
edit:
Im using the stutter remover but everything is at default, im not sure if i can get any better and didnt
want to risk changing anything so left it at normal
If you're using OSR 3 beta 6, change bFix64Hertz from 0 to 1, and consider changing iHeapMode from 0 to 1, 3, or 5.
If you're using OSR 4, consider changing bReplaceHeap from 0 to 1.