diff --git a/Game/Content/GameMode/BP_GDKGameState.uasset b/Game/Content/GameMode/BP_GDKGameState.uasset index f7db39b6..a321b05b 100644 Binary files a/Game/Content/GameMode/BP_GDKGameState.uasset and b/Game/Content/GameMode/BP_GDKGameState.uasset differ diff --git a/spatial/one_worker_test.json b/spatial/one_worker_test.json index d80ebb09..f88c5036 100644 --- a/spatial/one_worker_test.json +++ b/spatial/one_worker_test.json @@ -1,49 +1,50 @@ { "template": "small", "world": { - "dimensions": { - "x_meters": 2000, - "z_meters": 2000 + "chunkEdgeLengthMeters": 50, + "snapshots": { + "snapshotWritePeriodSeconds": 0 }, - "chunk_edge_length_meters": 50, - "streaming_query_interval": 4, "legacy_flags": [ - { - "name": "streaming_query_diff", - "value": "true" - }, - { - "name": "bridge_qos_max_timeout", - "value": "0" - }, { "name": "bridge_soft_handover_enabled", "value": "false" }, { - "name": "worker_start_connection_timeout_ms", - "value": "60000" + "name": "enable_chunk_interest", + "value": "false" } ], - "snapshots": { - "snapshot_write_period_seconds": 0 + "dimensions": { + "xMeters": 2000, + "zMeters": 2000 } }, + "load_balancing": { + "layer_configurations": [ + { + "layer": "UnrealWorker", + "rectangle_grid": { + "cols": 1, + "rows": 1 + } + }, + { + "layer": "DeploymentManager", + "rectangle_grid": { + "cols": 1, + "rows": 1 + }, + "options": { + "manual_worker_connection_only": true + } + } + ] + }, "workers": [ { "worker_type": "UnrealWorker", - "flags" : [], - "load_balancing": { - "points_of_interest": { - "num_workers": 1, - "points" : [ - { - "x": 0, - "z": 0 - } - ] - } - }, + "flags": [], "permissions": [ { "all": {} @@ -52,6 +53,7 @@ }, { "worker_type": "UnrealClient", + "flags": [], "permissions": [ { "all": {}