forked from Epic-Quest/LocalQuest-Data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRoomData.json
More file actions
75 lines (74 loc) · 1.68 KB
/
RoomData.json
File metadata and controls
75 lines (74 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"CreationTime": null,
"RoomId": 1,
"Name": "TestRoom",
"Description": "testing rooms on LocalQuest",
"ImageName": "DefaultPFP",
"Sandbox": true,
"CreatorPlayerId": 1,
"AllowScreenMode": true,
"Scenes": [
{
"SceneId":1,
"UnitySceneId": "a75f7547-79eb-47c6-8986-6767abcb4f92",
"Name": "silliest",
"DataBlob": null
}
]
},
{
"CreationTime": null,
"RoomId": 2,
"Name": "gribblytheater",
"Description": "Performance Hall\r\n\r\nFun fact: This is the first ever UGC room! [|=)]",
"ImageName": null,
"Sandbox": true,
"CreatorPlayerId": 1,
"AllowScreenMode": true,
"Scenes": [
{
"SceneId":1,
"UnitySceneId": "9932f88f-3929-43a0-a012-a40b5128e346",
"Name": "Home",
"DataBlob": "Unm-BHhnYUq04YOhhRY8pg"
}
]
},
{
"CreationTime": null,
"RoomId": 3,
"Name": "splootybean",
"Description": "i just lost my dog",
"ImageName": null,
"Sandbox": true,
"CreatorPlayerId": 1,
"AllowScreenMode": true,
"Scenes": [
{
"SceneId":1,
"UnitySceneId": "a75f7547-79eb-47c6-8986-6767abcb4f92",
"Name": "Home",
"DataBlob": "RoomFile555565706.room"
}
]
},
{
"CreationTime": null,
"RoomId": 4,
"Name": "HappyBirthdayGabe!",
"Description": "Happy 18th Birthday Gabe!",
"ImageName": null,
"Sandbox": true,
"CreatorPlayerId": 1,
"AllowScreenMode": true,
"Scenes": [
{
"SceneId":1,
"UnitySceneId": "0a864c86-5a71-4e18-8041-8124e4dc9d98",
"Name": "Home",
"DataBlob": "RoomFile355724916.room"
}
]
}
]