Skip to content

Instantly share code, notes, and snippets.

@sciboy12
sciboy12 / HatinTimeSystemSettings.ini
Created March 16, 2024 20:00
High performance A Hat in Time config (make sure to set as Read-only before starting AHiT, to prevent changes being overwritten)
[SystemSettings]
bAllowShadowMeshGeneration=False
PrimaryWholeSceneShadowSplitSize=2048
bViewPrePass=False
bAllowShadowFrustumCulling=True
ShadowFrustumCullingAmount=0.075000
bAllowDecalDotCulling=True
PPDownSampleFactor=6
MotionBlurSamples=5
bAllowStereoSpatialization=True
@sciboy12
sciboy12 / TASystemSettings.ini
Last active June 7, 2023 02:59
High performance Rocket League config (make sure to set as Read-only before starting RL, to prevent changes being overwritten)
[SystemSettings]
UseDirectSound=True
StaticDecals=False
DynamicDecals=True
UnbatchedDecals=False
DecalCullDistanceScale=0.000000
DynamicLights=False
DynamicShadows=False
LightEnvironmentShadows=False
CompositeDynamicLights=False
@sciboy12
sciboy12 / 20-intel.conf
Created February 27, 2020 18:37
Fix for DirectX-based games not running on Proton 4.11 or newer
# Enable DRI3 on Intel GPUs
# Place this file in /etc/X11/xorg.conf.d/
Section "OutputClass"
Identifier "my intel driver settings"
MatchDriver "i915"
Option "DRI" "3"
EndSection