Changed default server to unfa.xyz and disabled SSAO, SSR and volumetric fog.

test/collision-test 0.1.1.2-pre-alpha
unfa 2022-01-02 18:17:19 +01:00
parent aa340bc628
commit 3e5b39d92c
2 changed files with 1 additions and 4 deletions

View File

@ -12,7 +12,7 @@ func _ready():
else: # apply defaults
settings = {'Fullscreen':true,
'Sensitivity':0.5,
'ip':'liblast.unfa.xyz',
'ip':'unfa.xyz',
'player color':Color(1, 1, 1, 1),
'username':'player',
'GraphicsRenderScale':1.0,

View File

@ -26,8 +26,6 @@ ambient_light_source = 3
ambient_light_sky_contribution = 0.1
tonemap_mode = 2
tonemap_white = 2.0
ss_reflections_enabled = true
ssao_enabled = true
ssao_radius = 8.0
ssao_intensity = 1.0
sdfgi_use_occlusion = true
@ -47,7 +45,6 @@ glow_intensity = 2.0
glow_hdr_threshold = 2.0
glow_hdr_scale = 4.0
glow_hdr_luminance_cap = 5.0
volumetric_fog_enabled = true
volumetric_fog_density = 0.0
volumetric_fog_gi_inject = 0.1