Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit 3e73189

Browse files
version 9.0.0
1 parent 88bf0b7 commit 3e73189

File tree

83 files changed

+2505
-1344
lines changed

Some content is hidden

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

83 files changed

+2505
-1344
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
*Copyright Improbable 2016*
55

6-
- *Accompanying Tutorial*: [improbable.io/docs/latest/tutorials/pirates/lesson1](https://improbable.io/docs/latest/tutorials/pirates/lesson1)
6+
- *Accompanying Tutorial*: [spatialos.improbable.io/docs/latest/tutorials/pirates/lesson1](https://spatialos.improbable.io/docs/latest/tutorials/pirates/lesson1)
77

88
- *GitHub Repository*: [github.com/spatialos/PiratesTutorial](https://github.com/spatialos/PiratesTutorial)
99

@@ -13,11 +13,11 @@
1313

1414
The PiratesTutorial is a [SpatialOS](https://improbable.io/) project with an implementation of a basic pirates game.
1515

16-
You can follow the [accompanying tutorial](https://improbable.io/docs/latest/tutorials/pirates/lesson1) to:
16+
You can follow the [accompanying tutorial](https://spatialos.improbable.io/docs/latest/tutorials/pirates/lesson1) to:
1717
* Learn the concepts underpinning SpatialOS.
1818
* Learn how to set up and use SpatialOS.
1919
* Add new functionality to the game.
2020

21-
To build this project, you will need access to the [SpatialOS SDK](https://spatial.improbable.io/setup), and to have set it up on your machine.
21+
To build this project, you will need access to the [SpatialOS SDK](https://spatialos.improbable.io/get-spatialos), and to have set it up on your machine (see the setup guides for [Windows](https://spatialos.improbable.io/docs/latest/setup-spatialos/win) or [Mac](https://spatialos.improbable.io/docs/latest/setup-spatialos/mac)).
2222

2323
To report bugs or to give feedback on this project, please contact SpatialOS Support.

default_launch.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"template": "small",
3+
"world": {
4+
"chunkEdgeLengthMeters": 50,
5+
"snapshots": {
6+
"snapshotWritePeriodSeconds": 0
7+
},
8+
"dimensions": {
9+
"xMeters": 8000,
10+
"zMeters": 8000
11+
},
12+
"legacyFlags": [
13+
{
14+
"name": "load_snapshot_at_startup",
15+
"value": "true"
16+
},
17+
{
18+
"name": "snapshot_storage_type",
19+
"value": "file"
20+
},
21+
{
22+
"name": "snapshot_source_file",
23+
"value": "snapshots/initial_world.snapshot"
24+
}
25+
]
26+
},
27+
"workers": [
28+
{
29+
"worker_type": "UnityFSim",
30+
"load_balancing": {
31+
"static_hex_grid": {
32+
"worker_radius_meters": 2500.0,
33+
"grid_width": 2,
34+
"grid_height": 2
35+
}
36+
}
37+
}
38+
]
39+
}

default_launch.pb.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

deploy-large.pb.json

Lines changed: 0 additions & 144 deletions
This file was deleted.

deploy-medium.pb.json

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)