Skip to content

Commit 96d2e88

Browse files
Merge pull request #178 from spatialos/0.10.0-rc
Release 0.10.0
2 parents c8ba083 + d0c86fa commit 96d2e88

File tree

170 files changed

+1038
-575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+1038
-575
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
**/Intermediate/
1616
**/Saved/
1717

18+
# Built data for maps
19+
*_BuiltData.uasset
20+
1821
# SpatialOS files
1922
logs
2023
build/

DeployGame.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set deploymentname=%gamename%%formatdate%
1414
cd spatial/
1515
spatial build build-config || goto :error
1616
spatial cloud upload %deploymentname% --force || goto :error
17-
spatial cloud launch %deploymentname% one_worker_test.json %deploymentname% --snapshot=snapshots/default.snapshot --cluster_region=eu || goto :error
17+
spatial cloud launch %deploymentname% one_worker_test.json %deploymentname% --snapshot=snapshots/default.snapshot --cluster_region=eu --runtime_version=0.4.3 || goto :error
1818
spatial project deployment tags add %deploymentname% dev_login || goto :error
1919
spatial project deployment tags add %deploymentname% status_lobby || goto :error
2020

Game/Config/DefaultEngine.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[/Script/EngineSettings.GameMapsSettings]
2-
GameDefaultMap=/Game/Maps/Deployments.Deployments
3-
EditorStartupMap=/Game/Maps/FPS-Start_Tiny.FPS-Start_Tiny
4-
GlobalDefaultGameMode=/Game/GameMode/BP_DeathmatchGameMode.BP_DeathmatchGameMode_C
5-
GameInstanceClass=/Script/SpatialGDK.SpatialGameInstance
2+
GameDefaultMap=/Engine/Maps/Entry.Entry
3+
EditorStartupMap=/Game/Maps/Control_Small.Control_Small
4+
GlobalDefaultGameMode=/Game/GameMode/BP_ControlGameMode.BP_ControlGameMode_C
5+
GameInstanceClass=/Game/GameMode/BP_GDKShooterGameInstance.BP_GDKShooterGameInstance_C
66
GlobalDefaultServerGameMode=None
7-
ServerDefaultMap=/Game/Maps/FPS-Start_Medium.FPS-Start_Medium
7+
ServerDefaultMap=/Game/Maps/Control_Small.Control_Small
88

99
[/Script/IOSRuntimeSettings.IOSRuntimeSettings]
1010
MinimumiOSVersion=IOS_11

Game/Config/DefaultGame.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ ProjectName=SpatialOS Unreal GDK Shooter
44
CopyrightNotice=Copyright (c) Improbable Worlds Ltd, All Rights Reserved
55
bSpatialNetworking=True
66

7-
[/Script/UnrealEd.ProjectPackagingSettings]
8-
+DirectoriesToAlwaysCook=(Path="Spatial")
9-
107
[/Script/Engine.RendererSettings]
118
r.LightPropagationVolume = 1
129

1310
[/Script/Engine.GameSession]
1411
MaxPlayers=100
1512
MaxSpectators=100
13+
14+
[/Script/UnrealEd.ProjectPackagingSettings]
15+
+MapsToCook=(FilePath="/Game/Maps/Control_Medium")
16+
+MapsToCook=(FilePath="/Game/Maps/Control_Small")
17+
+DirectoriesToAlwaysCook=(Path="/Game/Spatial")

Game/Config/DefaultSpatialGDKSettings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ UdpServerUpstreamUpdateIntervalMS=1
4343
UdpServerDownstreamUpdateIntervalMS=1
4444
UdpClientUpstreamUpdateIntervalMS=1
4545
UdpClientDownstreamUpdateIntervalMS=1
46-
SpatialDebugger=BlueprintGeneratedClass'/Game/Blueprints/LoadBalancing/BP_VerboseSpatialDebugger.BP_VerboseSpatialDebugger_C'
46+
SpatialDebugger=None
4747

Game/Content/AI/BB_NPC.uasset

-2.13 KB
Binary file not shown.

Game/Content/AI/BB_Wander.uasset

2.46 KB
Binary file not shown.

Game/Content/AI/BT_Wander.uasset

70 Bytes
Binary file not shown.
826 KB
Binary file not shown.
4.26 KB
Binary file not shown.

0 commit comments

Comments
 (0)