Okay, regarding the pixelated skyboxes, which I can't see from the image you posted, try to create a totally new
profile WITHOUT ANY mods and see if it is the same. Using NPI should NOT be the cause.
After looking in your game log I would suggest 2 things for you to change.
1. First in the Steam Launch Options you can make the following change, as you have 16GB memory.
Code: Select all
From:
-mm_pool_size 4000
To:
-mm_pool_size 8000
experience when driving. From game log I assume you have a 144Hz monitor and therefor the following value of 3,
giving you a constant FPS of 48. A value of 4 would give you FPS of 36, but only use that if the 48 doesn't get stable.
Of course you shouldn't do this change if you limit the FPS in another way!
Code: Select all
From:
uset r_vsync "0"
uset t_averaging_window_length "60"
To:
uset r_vsync "3"
uset t_averaging_window_length "96" //If using "3" for r_vsync, "72" if using "4".