DB Config tips w/ adetonian

So there seem to be some questions about replacing config files and the config not loading properly.

There seems(not confirmed) to be a problem when loading some configs into your game. Where you replaced the ShooterEngine.ini to a new (fps)config but it not being loaded/nothing changes. The problem seems to be the config being ignored by the game as there are some new cvar restrictions added.

The fix:
- Remove the ShooterEngine.ini completely from the Config folder and start the game after doing so. This forces DB to make a new .ini
- Close the game
- Open your (fps) config(the config you want the settings from) and CTRL+F '[SystemSettings] and copy that section.
- Open the fresh ShooterEngine.ini that DB made and paste the [SystemSettings] you copied over the section in the fresh config.
- Save the file and put it on Read-Only

Should fix the problem, worked for some others who asked me. (if you have this problem and it worked for you please confirm in the replies so I have some idea if it really works for everyone :P)
Comments
5
worked :D
still haven't motivated myself enough to try one of those 'good fps' configs out, maybe tomorrow.
If i get this problem i'll let you know.
I've viewed some of your twitch casts while you played DB. I noticed you have a yellow dot crosshair, and a drawn fps on the right.

I've done exactly what you said above, i think i'm using your cfg, but I don't have the crosshair, or the fps. Is the yellow crosshair a command, and what are you using to draw fps?
"stat fps" is the command for fps counter
I think you have to enter this command every time you start the game so I use a bind for it(this bind also sets some visual settings. According to twidi, it improves the fps a little and makes the colors "better".

QuoteBindings=(Name="F8",Command="PostprocessAAType 0 | BloomSize 0 | stat fps | togglemusic | FogDensity 0 | ColorGrading 2 | Show POSTPROCESS | RawInputUpdateTest True | TEXTUREDEFRAG",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

For the stat fps without the other settings use
QuoteBindings=(Name="F8",Command="stat fps",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)



the crosshair can be set via the menu->game
Parent
Where would I put these binds?
Back to top