I don't know exactly how to increase the time for despawning bodies, but you can experiment with the values in XEngine.ini, DecalCullDistanceScale increase by 1.5-2 times and see how it affects performance, TimeBetweenPurgingPendingKillObjects increase by 2-4 times. You can try DecalCullDistanceScale=2.000000 and TimeBetweenPurgingPendingKillObjects=90, but I haven't tested it and maybe it won't affect anything.
For some reason as soon as I launch the game all the settings get reverted to the old ones. For example MaxResolutionUpScale=1.0 gets reverted back to 0.
Thanks for reporting the issue, I released an update that fixes it. The developers changed the ini version of the files, so the game overwrote the files after launch. If this problem reoccurs after another ini version update, you can replace the last 1 or 2 lines at the end of the file yourself, depending on the file, with the current ones. For example, you see that the file is being overwritten and the last 2 lines are now [IniVersion] 0=1737474849.000000 1=1737474849.000000 and in my mod [IniVersion] 0=1687395808.000000 1=1687395808.000000 Replace them with new ones and the file will not be overwritten, your solution with Read only should also work.
I really love the mod. For the UI part, is there a way to make the subtitles bigger? As well as like, the inventory screen. All of that is so very small.
Inventory and subtitles, like the entire UI, are tied to the MaxResolutionUpScale value in the XUI.ini file, in the mod they are already increased, if you want to increase them even more, you can change the value to 1.5 or 2, but keep in mind that the UI will also increase, you cannot change them separately.
They made their own custom dlls to add all these features, just by changing the default ini I can't add hold to aim. You can use their mod to add hold to aim, they did a great job.
17 comments
cheers thx
If this problem reoccurs after another ini version update, you can replace the last 1 or 2 lines at the end of the file yourself, depending on the file, with the current ones. For example, you see that the file is being overwritten and the last 2 lines are now
[IniVersion]
0=1737474849.000000
1=1737474849.000000
and in my mod
[IniVersion]
0=1687395808.000000
1=1687395808.000000
Replace them with new ones and the file will not be overwritten, your solution with Read only should also work.