-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
188 lines (188 loc) · 4.69 KB
/
Copy pathindex.json
File metadata and controls
188 lines (188 loc) · 4.69 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
[
{
"id": "avatar",
"name": "Avatar Controller",
"version": "1.1.0",
"description": "Possess the selected object: WASD drives it with a chase or first-person camera (Esc releases).",
"author": "theprototype-app",
"source": "modules/avatar",
"zip": "avatar.zip",
"category": "tool",
"tags": [
"camera",
"movement"
]
},
{
"id": "car",
"name": "Drivable Car",
"version": "1.2.0",
"description": "Spawn a jointed demo car; click its body to claim it, then drive with WASD in Play mode while a simulation runs.",
"author": "theprototype-app",
"source": "modules/car",
"zip": "car.zip",
"category": "game",
"tags": [
"vehicle",
"physics"
]
},
{
"id": "collectible",
"name": "Collectibles",
"version": "1.0.0",
"description": "One node makes an object collectible: click it or walk into it, it hides and counts. Shared or per-player score, with respawn and never-hiding checkpoints.",
"author": "theprototype-app",
"source": "modules/collectible",
"zip": "collectible.zip",
"category": "game",
"tags": [
"game",
"score",
"flow"
]
},
{
"id": "door-keypad",
"name": "Door & Keypad",
"version": "1.0.0",
"description": "A combination-lock keypad that opens an actuated door. Replicated, VR and desktop, with late-joiner catch-up.",
"author": "theprototype-app",
"source": "modules/door-keypad",
"zip": "door-keypad.zip",
"category": "example",
"tags": [
"puzzle",
"vr",
"replication"
]
},
{
"id": "dungeon",
"name": "Dungeon Generator",
"version": "1.1.0",
"description": "Seed-replicated procedural dungeon (rooms, corridors, torches) with a key-and-door objective; publishes userData.play so the app walks it in play mode.",
"author": "theprototype-app",
"source": "modules/dungeon",
"zip": "dungeon.zip",
"category": "tool",
"tags": [
"procedural",
"level design"
]
},
{
"id": "dungeon-realms",
"name": "Dungeon Realms",
"version": "1.0.0",
"description": "Co-op dungeon crawl: seeded multi-floor generator, gem-gated portals, P1/P2 play - every rule editable as flow nodes.",
"author": "theprototype-app",
"source": "modules/dungeon-realms",
"zip": "dungeon-realms.zip",
"category": "game",
"tags": [
"vr",
"co-op",
"procedural"
],
"template": "games/dungeon-realms"
},
{
"id": "essentials",
"name": "VR Essentials",
"version": "1.1.0",
"description": "Clickable starter interactables: button, lever, spawner, teleport pad, sound tile, target.",
"author": "theprototype-app",
"source": "modules/essentials",
"zip": "essentials.zip",
"category": "tool",
"tags": [
"vr",
"interactables"
]
},
{
"id": "flow-toolkit",
"name": "Flow Toolkit",
"version": "1.0.0",
"description": "Example module: ships code-editable flow nodes (registerNodeDefs) that pair with per-object flows.",
"author": "theprototype-app",
"source": "modules/flow-toolkit",
"zip": "flow-toolkit.zip",
"category": "example",
"tags": [
"nodes",
"authoring"
]
},
{
"id": "fps-player",
"name": "FPS Player",
"version": "1.0.0",
"description": "Walk mode: mouse look with WASD, sprint, jump and crouch, on a capsule that peers can see.",
"author": "theprototype-app",
"source": "modules/fps-player",
"zip": "fps-player.zip",
"category": "tool",
"tags": [
"movement",
"first person"
]
},
{
"id": "piano",
"name": "Piano",
"version": "1.1.0",
"description": "One-octave synth keyboard - every peer hears and sees your notes.",
"author": "theprototype-app",
"source": "modules/piano",
"zip": "piano.zip",
"category": "example",
"tags": [
"audio",
"vr"
]
},
{
"id": "sabers",
"name": "Sabers",
"version": "1.0.0",
"description": "A glowing blade held wherever you point - VR controller or desktop mouse - with hit sparks and peers seeing your blade.",
"author": "theprototype-app",
"source": "modules/sabers",
"zip": "sabers.zip",
"category": "game",
"tags": [
"vr",
"rhythm"
]
},
{
"id": "tutorial-room",
"name": "Tutorial Room",
"version": "1.0.0",
"description": "An in-scene onboarding room: signs and clickable stations teaching select, build, connect, flow and VR.",
"author": "theprototype-app",
"source": "modules/tutorial-room",
"zip": "tutorial-room.zip",
"category": "example",
"tags": [
"onboarding",
"vr"
]
},
{
"id": "untangle",
"name": "Untangle",
"version": "1.0.0",
"description": "Untangle the graph: drag the dots until no edges cross. Procedural, replicated, with generative audio - built purely on the module SDK.",
"author": "theprototype-app",
"source": "modules/untangle",
"zip": "untangle.zip",
"category": "game",
"tags": [
"puzzle",
"co-op"
]
}
]