Understanding the Configuration Lines
To begin with, you’ll need to navigate to the Engine.ini file located at “C:\Users\YourUserName\Saved Games\CrimeBoss\Steam\Saved\Config\WindowsNoEditor”. Here, you’ll add a set of configuration lines under the [SystemSettings] section. These lines are designed to tweak various graphical settings, primarily focusing on TAA and other visual enhancements. Let’s break down what each line does:
- r.TemporalAA.HistoryScreenpercentage=200
- Increases the screen percentage used in TAA history, enhancing temporal stability.
- r.BasePassForceOutputsVelocity=1
- Forces velocity output in the base pass, aiding TAA effectiveness.
- r.DefaultFeature.AntiAliasing=2
- Sets the default anti-aliasing feature to TAA.
- r.TemporalAAPauseCorrect=1
- Enables pause correction for TAA, improving image quality during camera pauses.
- r.TemporalAA.Upsampling=1
- Enables TAA upsampling, enhancing the quality of the final image.
- r.TemporalAACatmullRom=1
- Activates Catmull-Rom interpolation for TAA, improving image smoothness.
- r.TemporalAA.Algorithm=0
- Sets the TAA algorithm to default (0), optimizing performance and quality.
- r.TemporalAASamples=4
- Defines the number of samples used for TAA. Higher values reduce aliasing but may impact performance.
- r.PostProcessAAQuality=6
- Sets the quality level for post-processing anti-aliasing.
- r.AntialiasingMethod=2
- Specifies the anti-aliasing method used.
- r.TemporalAA.Quality=2
- Sets the quality level for temporal anti-aliasing.
- r.VelocityOutputPass=1
- Enables velocity output pass, improving motion blur and TAA effectiveness.
- foliage.DitheredLOD=1
- Improves LOD (Level of Detail) for foliage rendering.
- r.Tonemapper.Sharpen=0
- Adjusts the sharpening effect applied by the tonemapper.
- r.SceneColorFringeQuality=0
- Sets the quality level for scene color fringe.
- r.MotionBlur.Amount=0
- Disables motion blur in the game.
- r.MotionBlurQuality=0
- Sets the quality level for motion blur.
- r.Tonemapper.GrainQuantization=0
- Disables grain quantization.
- r.DepthOfFieldQuality=0
- Disables depth of field effects.
Customizing Your Experience
- Adjusting TAA Samples: Modify r.TemporalAASamples to adjust the balance between sharpness and smoothness. A higher value reduces aliasing but may impact performance.
- Experimenting with Sharpening: Alter r.Tonemapper.Sharpen to fine-tune image sharpness to your preference.
How To Remove Visual Noise/Blur
To improve the image quality in your game, open the Engine.ini file located at “C:\Users\YourUserName\Saved Games\CrimeBoss\Steam\Saved\Config\WindowsNoEditor”. Add the following lines at the end of the file:
Under [SystemSettings], add:
- “r.Postprocessing.disablematerials=1”
This change reduces visual noise in the game. However, it disables the outlining effect when pinging a guard. This trade-off aims to improve visual comfort.
Note:
- Making other tweaks may make the game unstable.
- Adding lines could potentially cause crashes.
- Avoid adding tweaks that have minimal effect or may destabilize the game.
Various adjustments to combat blur and other undesirable effects may have limited impact or cause instability, such as settings related to atmosphere, bloom quality, depth of field, motion blur, and tonemapping.
Always proceed cautiously when modifying these settings to maintain a stable gaming experience.
Applying Beyond Crime Boss: Rockay City
These settings aren’t exclusive to just Crime Boss: Rockay City. They can also be applied to other Unreal Engine 4 (UE4) and Unreal Engine 5 (UE5) games, albeit with potential adjustments based on the specific game’s requirements and engine version.
Conclusion
Enhancing visual fidelity in games like Crime Boss: Rockay City involves understanding and tweaking settings to achieve optimal performance and visual quality. By experimenting with these configuration lines and understanding their impact, you can tailor your gaming experience to strike the perfect balance between stunning graphics and smooth gameplay. Remember, the key is to find settings that suit your hardware capabilities while delivering the visual experience you desire. Happy gaming!