[DX11] Help regarding Nvidia Profile Inspector (NPI)

Make your game even better
User avatar
BenganJ
Moderator
Posts: 9589
Joined: December 15th, 2018, 11:54 am
Location: Gothenburg, Sweden

Re: [DX11] Help regarding Nvidia Profile Inspector (NPI)

Post by BenganJ » May 8th, 2021, 8:00 pm

@Provinat

Tell me, what is this line from?

Code: Select all

-64bit -nointro -cpuCount=2 -exThreads=2 -maxMem=8192 -mm_pool_size 1200
It looks damn odd. I always reccommend the following Steam Launch Options for a 16GB machine.

Code: Select all

-64bit -nointro -unlimitedlog  -mm_pool_size 8000 -mm_max_resource_size 32 -mm_max_tmp_buffers_size 1000
---------------------------------------------------------------------------------------------------------------------------------------------
System: Windows 8.1
Processor: Intel Core i7-4790@
Memory: 16GB
Graphics: ASUS GeForce GTX1660Ti
Image
User avatar
Provinat
PPM
Posts: 64
Joined: December 16th, 2018, 10:40 am

Re: [DX11] Help regarding Nvidia Profile Inspector (NPI)

Post by Provinat » May 8th, 2021, 8:20 pm

BenganJ wrote:
May 8th, 2021, 8:00 pm
@Provinat

Tell me, what is this line from?

Code: Select all

-64bit -nointro -cpuCount=2 -exThreads=2 -maxMem=8192 -mm_pool_size 1200
It looks damn odd. I always reccommend the following Steam Launch Options for a 16GB machine.

Code: Select all

-64bit -nointro -unlimitedlog  -mm_pool_size 8000 -mm_max_resource_size 32 -mm_max_tmp_buffers_size 1000
I'm from memory. I haven't forgotten much. I'm just out of town, the Internet is not good. And the game lags. And want to play.
If I understand you correctly, this value will help me?
-64bit -nointro -unlimitedlog -mm_pool_size 8000 -mm_max_resource_size 32 -mm_max_tmp_buffers_size 1000
In config.cfg I also changed to 30 -uset r_buffer_page_size "30"

Thank you for your help.
User avatar
BenganJ
Moderator
Posts: 9589
Joined: December 15th, 2018, 11:54 am
Location: Gothenburg, Sweden

Re: [DX11] Help regarding Nvidia Profile Inspector (NPI)

Post by BenganJ » May 8th, 2021, 8:23 pm

@Provinat

Yes, that's the correct Steam Launch Options to use and it's good that you changed r_buffer_page_size to "30"
in config.cfg to avoid random crashes when using map combos.
---------------------------------------------------------------------------------------------------------------------------------------------
System: Windows 8.1
Processor: Intel Core i7-4790@
Memory: 16GB
Graphics: ASUS GeForce GTX1660Ti
Image
User avatar
Provinat
PPM
Posts: 64
Joined: December 16th, 2018, 10:40 am

Re: [DX11] Help regarding Nvidia Profile Inspector (NPI)

Post by Provinat » May 8th, 2021, 8:26 pm

BenganJ wrote:
May 8th, 2021, 8:23 pm
@Provinat

Yes, that's the correct Steam Launch Options to use and it's good that you changed r_buffer_page_size to "30"
in config.cfg to avoid random crashes when using map combos.
Thank you. I wish you all the best.
RunnyPilot
Posts: 23
Joined: December 2nd, 2020, 3:55 pm

Re: [DX11] Help regarding Nvidia Profile Inspector (NPI)

Post by RunnyPilot » May 9th, 2021, 8:25 pm

I have just found another discovery. This time, revolving around SSAO. Although if already discovered, let me know. :grin:

It seems that disabling SSAO adds the fake shadows around objects and enabling SSAO, removes them.

Pointing this out, enabling SSAO makes the colors more vibrant at least from my perspective.

I feel I should keep SSAO on. In terms of FPS, I'm not sure as I am playing on a strict 30 FPS through in-game V-Sync.

Off
Image

On
Image

Off
Image

On
Image
0xExtern
Posts: 14
Joined: April 3rd, 2021, 10:33 am

Re: [DX11] Help regarding Nvidia Profile Inspector (NPI)

Post by 0xExtern » May 10th, 2021, 11:28 am

What is the hud bro? I like it
User avatar
JHTrucker
Expert
Posts: 1351
Joined: February 7th, 2020, 3:19 pm
Location: UK

Re: [DX11] Help regarding Nvidia Profile Inspector (NPI)

Post by JHTrucker » May 10th, 2021, 4:45 pm

@RunnyPilot - That's why SSAO should be off... that canopy above the pumps should be dark underneath.
SSAO is currently making dark area's light, which is the opposite to what it should do.
But if you like it, there's no problem using it.

Note: SSAO is applied after AA, the AA messes with the depth buffer and so SSAO can't work out what needs to be dark.
multimon_config.sii files: viewtopic.php?p=17658#p17658
controls.sii edits: viewtopic.php?p=24744#p24744
TrackIR Driving Enhancements: viewtopic.php?p=46613#p46613
Extra Cameras: viewtopic.php?p=46034#p46034
Playgue
Posts: 1
Joined: May 10th, 2021, 7:59 pm

Re: [DX11] Help regarding Nvidia Profile Inspector (NPI)

Post by Playgue » May 10th, 2021, 8:16 pm

Hey guys, I have been trying to get these settings work on my game. After a while I was able to get it working but with very low fps of 20 when i use 4x. When i use 2x fps goes upto 40.

I am using 1050ti 4gb with 16gb of RAM, i5 7th gen 4 core and SSD. Am i bound to play with 2x anti aliasing due to my system or am I doing something wrong with the setup.
User avatar
BenganJ
Moderator
Posts: 9589
Joined: December 15th, 2018, 11:54 am
Location: Gothenburg, Sweden

Re: [DX11] Help regarding Nvidia Profile Inspector (NPI)

Post by BenganJ » May 10th, 2021, 8:22 pm

@Playgue

I don't think you should have to use 2xAA, but it is hard to tell without any other information.
Please, post your latest game log together with as many screenshots it takes to show the whole
of NPI! You might have set some parameters too high that also causes drops in FPS.
---------------------------------------------------------------------------------------------------------------------------------------------
System: Windows 8.1
Processor: Intel Core i7-4790@
Memory: 16GB
Graphics: ASUS GeForce GTX1660Ti
Image
iberks
Posts: 17
Joined: April 27th, 2021, 7:10 pm
Location: UK

Re: [DX11] Help regarding Nvidia Profile Inspector (NPI)

Post by iberks » May 11th, 2021, 2:08 am

iberks wrote:
April 27th, 2021, 7:33 pm
Arayas wrote:
April 27th, 2021, 7:23 pm
where do you drive when this is taken place?
Promods, regardless of the location. Its same on all heavy under light conditions except highway poles/lights or roads between high amount of trees or when I pass another trucks (not cars or busses)
@benjang can you help me regarding this issue? I dont know whether its because of my laptop honestly
PC Specs
i7 9750H
RTX 2060 mobile
16 GB Ram
512 GB SSD
Post Reply