dotnet7 compat, DLSS, network manager rewrite and other fixes

This commit is contained in:
2023-01-27 16:24:11 +02:00
parent 36c09efac0
commit 51dcad2cc4
54 changed files with 767 additions and 821 deletions

View File

@@ -1,7 +1,7 @@
{
"ID": "3c7bc3854d42f9b1b0fea9ba0d7fa8e9",
"TypeName": "FlaxEditor.Content.Settings.GameSettings",
"EngineBuild": 6331,
"EngineBuild": 6335,
"Data": {
"ProductName": "Goake",
"CompanyName": "GoaLitiuM",
@@ -16,6 +16,7 @@
"Physics": "4bd8a4cc460399b5f1975fbe0a668e3f",
"Input": "8ec53dba4c238bfbea1d62922e612a4d",
"Graphics": "f94d5aae457aeba67033a8a4ca753214",
"Network": "0c69a0c7471f8d0805965caf343d2f27",
"Navigation": null,
"Localization": null,
"GameCooking": "af2e52554f7faed7b4937181dd22d166",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,7 +1,7 @@
{
"ID": "194e05f445ece24ec5448d886e1334df",
"TypeName": "FlaxEngine.SceneAsset",
"EngineBuild": 6332,
"EngineBuild": 6335,
"Data": [
{
"ID": "194e05f445ece24ec5448d886e1334df",
@@ -55,7 +55,7 @@
}
},
"Data": {
"Text": "2133 tris\n 186 drawcalls\n60fps"
"Text": "3506 tris\n 358 drawcalls\n94fps"
}
},
{
@@ -73,12 +73,6 @@
"ParentID": "ff6b6db54b5aa08e7286ef86246149ef",
"Name": "SpeedWidget"
},
{
"ID": "9dc0648c43fc1553b23af188179c704f",
"TypeName": "Game.SpeedWidget",
"ParentID": "ebb8c92a4ff8ec3219a072b394accc0b",
"V": {}
},
{
"ID": "2fe5467d4e92726e24227cbcbcbd2844",
"TypeName": "FlaxEngine.UIControl",

View File

@@ -1,7 +1,7 @@
{
"ID": "f94d5aae457aeba67033a8a4ca753214",
"TypeName": "FlaxEditor.Content.Settings.GraphicsSettings",
"EngineBuild": 6332,
"EngineBuild": 6340,
"Data": {
"UseVSync": false,
"AAQuality": 3,
@@ -11,11 +11,13 @@
"ShadowsQuality": 3,
"ShadowMapsQuality": 3,
"AllowCSMBlending": true,
"DefaultProbeResolution": 128,
"UseHDRProbes": false,
"EnableGlobalSDF": true,
"GlobalSDFQuality": 2,
"GenerateSDFOnModelImport": true,
"GIQuality": 2,
"GIProbesSpacing": 300.0,
"GIQuality": 0,
"GIProbesSpacing": 500.0,
"GlobalSurfaceAtlasResolution": 2048,
"PostProcessSettings": {
"AO": {
@@ -37,7 +39,7 @@
"FallbackIrradiance": {
"R": 1.0,
"G": 0.0,
"B": 0.836574554,
"B": 0.83657455,
"A": 1.0
}
},
@@ -258,6 +260,7 @@
"SSR": {
"OverrideFlags": 1,
"Intensity": 0.0,
"TraceMode": 0,
"DepthResolution": 2,
"RayTracePassResolution": 2,
"BRDFBias": 0.82,

View File

@@ -1,7 +1,7 @@
{
"ID": "8ec53dba4c238bfbea1d62922e612a4d",
"TypeName": "FlaxEditor.Content.Settings.InputSettings",
"EngineBuild": 6331,
"EngineBuild": 6335,
"Data": {
"ActionMappings": [
{
@@ -85,7 +85,7 @@
"PositiveButton": 0,
"NegativeButton": 0,
"DeadZone": 0.0,
"Sensitivity": 0.022,
"Sensitivity": 0.11,
"Gravity": 1.0,
"Scale": 1.0,
"Snap": false
@@ -97,7 +97,7 @@
"PositiveButton": 0,
"NegativeButton": 0,
"DeadZone": 0.0,
"Sensitivity": 0.022,
"Sensitivity": 0.11,
"Gravity": 1.0,
"Scale": 1.0,
"Snap": false

View File

@@ -0,0 +1,13 @@
{
"ID": "0c69a0c7471f8d0805965caf343d2f27",
"TypeName": "FlaxEditor.Content.Settings.NetworkSettings",
"EngineBuild": 6335,
"Data": {
"MaxClients": 100,
"ProtocolVersion": 1,
"NetworkFPS": 60.0,
"Address": "127.0.0.1",
"Port": 59183,
"NetworkDriver": "FlaxEngine.Networking.ENetDriver"
}
}

Binary file not shown.

View File

@@ -1,5 +1,7 @@
// comment
r_shadows 1
r_lighting 0
r_shadows 0
r_lighting 1
cl_maxfps 0
r_upscaling 0
r_gi 0
r_staticbatch 0