@dcl-regenesislabs/opendcl 0.1.3-22334161920.commit-0b218cb → 0.1.3-22336024830.commit-25ca9bb
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/context/audio-catalog.md +97 -0
- package/package.json +2 -2
- package/skills/audio-video/SKILL.md +27 -0
- package/skills/create-scene/SKILL.md +3 -2
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ The result: **more creators building more scenes, faster.**
|
|
|
31
31
|
- **18 built-in skills** — scaffolding, 3D models, interactivity, UI, animations, multiplayer, authoritative server, audio/video, deployment (Genesis City & Worlds), optimization, smart items, camera control, lighting, player/avatar, NFT/blockchain, advanced rendering, advanced input
|
|
32
32
|
- **Integrated commands** — `/init` to scaffold, `/preview` to launch the dev server, `/tasks` to manage running processes, `/review` to audit code
|
|
33
33
|
- **TypeScript validation** — catches type errors immediately after writing code
|
|
34
|
-
- **Free
|
|
34
|
+
- **Free asset catalogs** — 2,700+ Creator Hub 3D models, 900+ CC0-licensed models, and 50 audio files the agent proactively suggests when building scenes
|
|
35
35
|
- **Permission gate** — prompts for confirmation before destructive bash commands or writes to sensitive files
|
|
36
36
|
- **Compact tool output** — write shows path + size instead of file content, read shows a 5-line preview instead of 10
|
|
37
37
|
- **Session persistence** — pick up where you left off across sessions
|
|
@@ -134,7 +134,7 @@ OpenDCL is built on [pi-coding-agent](https://github.com/badlogic/pi-mono), the
|
|
|
134
134
|
- **System prompt** with SDK7 architecture knowledge (ECS, QuickJS sandbox, parcel constraints)
|
|
135
135
|
- **Extensions** that detect your project, inject context, validate TypeScript, and provide slash commands
|
|
136
136
|
- **Skills** with detailed guides for every common scene development task
|
|
137
|
-
- **Reference docs** (87KB SDK reference, component tables, code examples, 3D asset catalogs)
|
|
137
|
+
- **Reference docs** (87KB SDK reference, component tables, code examples, 3D asset and audio catalogs)
|
|
138
138
|
|
|
139
139
|
The agent has full access to standard coding tools (read, write, edit, bash, grep, find) and uses them to understand and modify your scene code.
|
|
140
140
|
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# Decentraland Audio Catalog
|
|
2
|
+
|
|
3
|
+
Free audio files from the official Decentraland Creator Hub asset packs. All sounds are free to use in Decentraland scenes.
|
|
4
|
+
|
|
5
|
+
**Total**: 50 sounds across 5 categories
|
|
6
|
+
|
|
7
|
+
**How to use**:
|
|
8
|
+
1. Find a sound below that matches your scene
|
|
9
|
+
2. Download it: `curl -o sounds/filename.mp3 "URL"`
|
|
10
|
+
3. Reference it: `AudioSource.create(entity, { audioClipUrl: 'sounds/filename.mp3', playing: true, loop: false })`
|
|
11
|
+
|
|
12
|
+
> **Important**: `AudioSource` only works with local files. Always download audio into the scene's `sounds/` directory first.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## Music (16 sounds)
|
|
17
|
+
|
|
18
|
+
| Name | Download As | Tags | Download |
|
|
19
|
+
|------|-------------|------|----------|
|
|
20
|
+
| Ambient 1 | ambient_1.mp3 | ambient, music, atmospheric, background, relaxing | `curl -o sounds/ambient_1.mp3 "https://builder-items.decentraland.org/contents/bafybeic4faewxkdqx67dloyw57ikgaeibc2e2dbx34hwjubl3gfvs2r4su"` |
|
|
21
|
+
| Ambient 2 | ambient_2.mp3 | ambient, music, atmospheric, background, relaxing | `curl -o sounds/ambient_2.mp3 "https://builder-items.decentraland.org/contents/bafybeieacous2r32mksrm5pfchkqdx3cr2fmi4kqoqfg6amqawmgqbl7fm"` |
|
|
22
|
+
| Ambient 3 | ambient_3.mp3 | ambient, music, atmospheric, background, relaxing | `curl -o sounds/ambient_3.mp3 "https://builder-items.decentraland.org/contents/bafybeiaqntn2bbz7zim2yknrxqvdio4fbsvrzebxjc5vvbplog27w2ldke"` |
|
|
23
|
+
| Dance Club 1 | dance_club_1.mp3 | dance, club, music, electronic, party | `curl -o sounds/dance_club_1.mp3 "https://builder-items.decentraland.org/contents/bafybeichm74dfce2eg2yvlswnycqm3gfze3jonzwxpelcmnenfke4q5rha"` |
|
|
24
|
+
| Dance Club 2 | dance_club_2.mp3 | dance, club, music, electronic, party | `curl -o sounds/dance_club_2.mp3 "https://builder-items.decentraland.org/contents/bafybeid26wrmsnr7ipiotq2eb5kpeuabc2iiuwaqfjnhlomfg4m65seajm"` |
|
|
25
|
+
| Dance Club 3 | dance_club_3.mp3 | dance, club, music, electronic, party | `curl -o sounds/dance_club_3.mp3 "https://builder-items.decentraland.org/contents/bafybeidwlpepugim4l5lvvkodwwyl2uskuiczgrbqo7jc4xtxg3ksdnpvm"` |
|
|
26
|
+
| Lo-Fi 1 | low-fi_1.mp3 | lo-fi, music, chill, relaxing, study | `curl -o sounds/low-fi_1.mp3 "https://builder-items.decentraland.org/contents/bafybeih7o2fy5b5ycpnj4tgobiebhvzi2jx2nbzvs2wjgzeomqhoogd3je"` |
|
|
27
|
+
| Lo-Fi 2 | low-fi_2.mp3 | lo-fi, music, chill, relaxing, study | `curl -o sounds/low-fi_2.mp3 "https://builder-items.decentraland.org/contents/bafybeiayjocpmonxwbhotjzfunhyfxeghdqslerzwhch4i3vzp3v52e7dq"` |
|
|
28
|
+
| Medieval 1 | medieval_1.mp3 | medieval, music, fantasy, historical, period | `curl -o sounds/medieval_1.mp3 "https://builder-items.decentraland.org/contents/bafybeidjn6livlyd5zaggmzmcu3cxrlgntiusjg37atvsuf2blene56sii"` |
|
|
29
|
+
| Medieval 2 | medieval_2.mp3 | medieval, music, fantasy, historical, period | `curl -o sounds/medieval_2.mp3 "https://builder-items.decentraland.org/contents/bafybeihfy3k4ratx3bi4543swlojrkgjlim2pzlvnbl665par4lsi3ripa"` |
|
|
30
|
+
| Puzzle 1 | puzzle_1.mp3 | puzzle, music, game, intellectual, thinking | `curl -o sounds/puzzle_1.mp3 "https://builder-items.decentraland.org/contents/bafybeibhsv5amqjxd3teoulwh2ypknrg5wpqfhhza6lwpxa252rd6aumui"` |
|
|
31
|
+
| Puzzle 2 | puzzle_2.mp3 | puzzle, music, game, intellectual, thinking | `curl -o sounds/puzzle_2.mp3 "https://builder-items.decentraland.org/contents/bafybeifilpjamoof5bgphkxrmcawjkphbtswgtzqqvzoatlzpqwyaye2q4"` |
|
|
32
|
+
| Sci-Fi Adventure 1 | sci-fi_adventure_1.mp3 | sci-fi, adventure, music, space, futuristic | `curl -o sounds/sci-fi_adventure_1.mp3 "https://builder-items.decentraland.org/contents/bafybeic4vat46w5it6ehddxjfsrs24nudw5lhqrufmsamqafsul4xbrtre"` |
|
|
33
|
+
| Sci-Fi Adventure 2 | sci-fi_adventure_2.mp3 | sci-fi, adventure, music, space, futuristic | `curl -o sounds/sci-fi_adventure_2.mp3 "https://builder-items.decentraland.org/contents/bafybeiekvrs6hgau63k4bwcnyqgw7wqettpnrlqeoz6e2mjlwxlw6u4fee"` |
|
|
34
|
+
| Upbeat 1 | upbeat_1.mp3 | upbeat, music, energetic, positive, happy | `curl -o sounds/upbeat_1.mp3 "https://builder-items.decentraland.org/contents/bafybeigjz3xmuv3zhrbfgbrqdnnotrz5hjyqjglrf27ng7jgvkebr4pp3u"` |
|
|
35
|
+
| Upbeat 2 | upbeat_2.mp3 | upbeat, music, energetic, positive, happy | `curl -o sounds/upbeat_2.mp3 "https://builder-items.decentraland.org/contents/bafybeigzn2c5te3pilflwkentm4fszvsqwone2cqxxk6guvw6ckhkpg2sy"` |
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## Ambient Sounds (6 sounds)
|
|
40
|
+
|
|
41
|
+
| Name | Download As | Tags | Download |
|
|
42
|
+
|------|-------------|------|----------|
|
|
43
|
+
| Forest Birds | birds.mp3 | birds, nature, ambient, sound, soundscape | `curl -o sounds/birds.mp3 "https://builder-items.decentraland.org/contents/bafkreibe6k3y3alhohcsqrbnsuznnacx47gajfmiwlu6uoch2kfwde2api"` |
|
|
44
|
+
| City Traffic | city.mp3 | city, ambient, sound, soundscape | `curl -o sounds/city.mp3 "https://builder-items.decentraland.org/contents/bafkreicmi2xfzrg2xq4qkzcevgo5ka7x3dwjpbgwimbvbjdiespor4upk4"` |
|
|
45
|
+
| Factory | factory.mp3 | factory, ambient, sound, soundscape | `curl -o sounds/factory.mp3 "https://builder-items.decentraland.org/contents/bafkreibcetvcemf4ukfcswlfolszw4bycg2nz7ynsewhvavt6gocdcyyxu"` |
|
|
46
|
+
| Meadow Birds | field.mp3 | birds, nature, ambient, sound, soundscape | `curl -o sounds/field.mp3 "https://builder-items.decentraland.org/contents/bafkreicztuvsqj6nkee76kzocfj2335puepx52p7mbqzhttzs56vdbyfgm"` |
|
|
47
|
+
| Crickets | swamp.mp3 | crickets, nature, ambient, sound, soundscape | `curl -o sounds/swamp.mp3 "https://builder-items.decentraland.org/contents/bafkreicrc5c6v6bihmkudw7ou5s6f72xnnih6w3jxp2qzydl5ymx4ozffi"` |
|
|
48
|
+
| Market | town.mp3 | town, ambient, sound, soundscape | `curl -o sounds/town.mp3 "https://builder-items.decentraland.org/contents/bafkreibdhdarvbcb4f64fnmpx5savczz4gojn5lalwh7slq27zqrswoiti"` |
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## Interaction Sounds (15 sounds)
|
|
53
|
+
|
|
54
|
+
| Name | Download As | Tags | Download |
|
|
55
|
+
|------|-------------|------|----------|
|
|
56
|
+
| Padlock | button_press.mp3 | padlock, lock, puzzle, interactive, genesis | `curl -o sounds/button_press.mp3 "https://builder-items.decentraland.org/contents/bafkreiharw4cgog5gdjplmf7tdqnrkvt63fvzgiuiwjrsmkwnrjcjpm6ca"` |
|
|
57
|
+
| Button Chest | button-chest-close.mp3 | chest, metal, button, switch | `curl -o sounds/button-chest-close.mp3 "https://builder-items.decentraland.org/contents/bafkreidczh3kzyrk4tcmkjoveuotf6tseb7e7b7ed5ppatzvdj5zaen6ku"` |
|
|
58
|
+
| Button Chest | button-chest-open.mp3 | chest, metal, button, switch | `curl -o sounds/button-chest-open.mp3 "https://builder-items.decentraland.org/contents/bafkreidgqczqmgcq5kcybi7yy2er7ai6crwn3qufwfm3aqhwhy7kk3hytu"` |
|
|
59
|
+
| Black Button + 13 more | button-sound.mp3 | button, switch, toggle, activate, photo | `curl -o sounds/button-sound.mp3 "https://builder-items.decentraland.org/contents/bafkreifzmhe2n6lslneawyejfdurlk43oiuqygt523fva7k46irgahlwza"` |
|
|
60
|
+
| Chests sound (4 variants) | chest-close.mp3 | chest, treasure, loot, open, fuse box | `curl -o sounds/chest-close.mp3 "https://builder-items.decentraland.org/contents/bafkreia56qk3ve572n7afqsw5b64mprlohlnp2xdgdxpyaklofnlekohau"` |
|
|
61
|
+
| Chests sound (4 variants) | chest-open.mp3 | chest, treasure, loot, open, fuse box | `curl -o sounds/chest-open.mp3 "https://builder-items.decentraland.org/contents/bafkreihm7mbapjtv4d642d34pjclamohqykh7ekxyglltaeqh3xqvezizy"` |
|
|
62
|
+
| Doors sound (10 variants) | door-sound.mp3 | door, cyberpunk, neon, sliding, hatch | `curl -o sounds/door-sound.mp3 "https://builder-items.decentraland.org/contents/bafkreigsbmn4irzhgeeodmisbab4plhqkez6sau4vvgjcriej27yurnpxu"` |
|
|
63
|
+
| Fantasy Lever | fantasy-lever-sound.mp3 | lever, handle, pull, push | `curl -o sounds/fantasy-lever-sound.mp3 "https://builder-items.decentraland.org/contents/bafkreidau4zhmal6tavfyeegbbnqgsrrvf5bav64po22efb4nmivglqi3i"` |
|
|
64
|
+
| Keyboard | keyboard.mp3 | keyboard, button, switch, toggle, activate | `curl -o sounds/keyboard.mp3 "https://builder-items.decentraland.org/contents/bafkreifzbkehod7os4exq5s3nlh2grdvv75spftr3ivi6ox4x75kc4vlbm"` |
|
|
65
|
+
| Pirate Lever / Toy Lever | lever-sound.mp3 | lever, handle, pull, push, open | `curl -o sounds/lever-sound.mp3 "https://builder-items.decentraland.org/contents/bafkreif46fywk4uq3efsmo4k4ryvvs4lglww4slzhykmcq7axjmpody55e"` |
|
|
66
|
+
| Padlock | resolve.mp3 | padlock, lock, puzzle, interactive, genesis | `curl -o sounds/resolve.mp3 "https://builder-items.decentraland.org/contents/bafkreiazk2acgeqscwl57r5qrycal2hhkdsgr7kh7surtizzuwanq7a4t4"` |
|
|
67
|
+
| Rising Pillar Genesis City / Rising Pillar Temple | rising-pillar.mp3 | platform, rising, pillar, elevator, lift | `curl -o sounds/rising-pillar.mp3 "https://builder-items.decentraland.org/contents/bafkreigpw6yuaam3t7owfwbei2kno27cygzage26lgwfunl7uouiuvnbye"` |
|
|
68
|
+
| SciFi Chest | sci-fi-chest-close.mp3 | chest, sci-fi, open, close | `curl -o sounds/sci-fi-chest-close.mp3 "https://builder-items.decentraland.org/contents/bafkreierkhf2ez2rp3lfak7slsmwtxnf4nzstzxezhbeweb7zhgttnuqni"` |
|
|
69
|
+
| SciFi Chest | sci-fi-chest-open.mp3 | chest, sci-fi, open, close | `curl -o sounds/sci-fi-chest-open.mp3 "https://builder-items.decentraland.org/contents/bafkreihaewwvrhf5qf7quc7pdqe5tphh5rcf23zyovbzrbknm6dwyvpetm"` |
|
|
70
|
+
| SciFi Lever / SciFi Lever Console | sci-fi-lever-sound.mp3 | lever, handle, pull, push, open | `curl -o sounds/sci-fi-lever-sound.mp3 "https://builder-items.decentraland.org/contents/bafkreiefmfeg27qf6ym3omdne6iyfmco5ymbecl2owidph3sa2bq5dk6ie"` |
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## Sound Effects (7 sounds)
|
|
75
|
+
|
|
76
|
+
| Name | Download As | Tags | Download |
|
|
77
|
+
|------|-------------|------|----------|
|
|
78
|
+
| Bell | bell.mp3 | bell, sound, alarm, church | `curl -o sounds/bell.mp3 "https://builder-items.decentraland.org/contents/bafkreidmnbdd6rsvrposfh5izdvofkslb7zvgxdyotkunskeylusv2yzg4"` |
|
|
79
|
+
| explosion / Sunny Spinner | explosion.mp3 | explosion, detonation, boom, blast, light | `curl -o sounds/explosion.mp3 "https://builder-items.decentraland.org/contents/bafkreigc4xzu3bo3zyqq3tc6t3ciosgevpgq54oza26aukphjvbqozwbn4"` |
|
|
80
|
+
| Confetti / Fireworks | fireworkexplode.mp3 | confetti, explosion, party, fireworks, celebration | `curl -o sounds/fireworkexplode.mp3 "https://builder-items.decentraland.org/contents/bafkreidnd4er62s3riligyrfyyleigd3vhzgcnlfgpu5rdz4qbgc2iehvu"` |
|
|
81
|
+
| Fireworks | fireworklaunch.mp3 | explosion, party, celebration | `curl -o sounds/fireworklaunch.mp3 "https://builder-items.decentraland.org/contents/bafkreicxhfwepx43y4lkztx5avfi2ajjj5recfziuzshaencnmzz3pqrlm"` |
|
|
82
|
+
| Open/Closed Sign | neon-tube.mp3 | sign, open, closed | `curl -o sounds/neon-tube.mp3 "https://builder-items.decentraland.org/contents/bafkreigkyzfpdrvkeo3ublm7z527dzvpqyeucoyfi227r7lhj6eimo3x3m"` |
|
|
83
|
+
| Parrot | parrot.mp3 | parrot, bird, sound, alarm, warning | `curl -o sounds/parrot.mp3 "https://builder-items.decentraland.org/contents/bafkreiemcubbbqlzycmoidn7tlmthg3lira2qio63xdb3wdamrpvao7mi4"` |
|
|
84
|
+
| Siren / Siren Sci-fi | siren.mp3 | alarm, siren, warning, alert, sci-fi | `curl -o sounds/siren.mp3 "https://builder-items.decentraland.org/contents/bafkreiat5ij5buolim3hcsgknmiq4a4zguahlcsy7axobq4e3mx7dicot4"` |
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
## Game Mechanics (6 sounds)
|
|
89
|
+
|
|
90
|
+
| Name | Download As | Tags | Download |
|
|
91
|
+
|------|-------------|------|----------|
|
|
92
|
+
| Wooden Fence | fall.mp3 | health, damage, breakable, wood, wooden | `curl -o sounds/fall.mp3 "https://builder-items.decentraland.org/contents/bafkreidpbmyl6obtzmbfp4loa7qybv5uug3ljxq634edijqgethue543vi"` |
|
|
93
|
+
| Game Over | gameover.mp3 | game mechanics, defeat, loss | `curl -o sounds/gameover.mp3 "https://builder-items.decentraland.org/contents/bafkreiddpbqdki2qkenqe4dfxk7gnx7tumuklyj5g2iar3nghkjyypobuq"` |
|
|
94
|
+
| Healing Pad | heal.mp3 | health, healing, pad | `curl -o sounds/heal.mp3 "https://builder-items.decentraland.org/contents/bafkreicbpz6d5mjdzebwgp7dq33f5ezjphth23v4ova5xp4d436hjus4ai"` |
|
|
95
|
+
| Respawn Pad | spawn.mp3 | health, respawn, spawn, pad | `curl -o sounds/spawn.mp3 "https://builder-items.decentraland.org/contents/bafkreig7ndrpblob577zmuokv5kjvxbxdin2qdia742bgpbotdeplyfowa"` |
|
|
96
|
+
| Spikes | spikes.mp3 | health, enemy, damage | `curl -o sounds/spikes.mp3 "https://builder-items.decentraland.org/contents/bafkreicyb3fdwmyjmmgvgg4cisttzeu4codckr2qakfjxwwvfnqd7zizfi"` |
|
|
97
|
+
| You Win | wingame.mp3 | game mechanics, victory, celebration, announcement, announce | `curl -o sounds/wingame.mp3 "https://builder-items.decentraland.org/contents/bafkreifboogkwotg3qz4hyssbvruy5murtsjxrv5vbrhi6n66y6772waci"` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl-regenesislabs/opendcl",
|
|
3
|
-
"version": "0.1.3-
|
|
3
|
+
"version": "0.1.3-22336024830.commit-25ca9bb",
|
|
4
4
|
"description": "AI coding assistant for Decentraland SDK7 scene development",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"prompts/",
|
|
67
67
|
"context/"
|
|
68
68
|
],
|
|
69
|
-
"commit": "
|
|
69
|
+
"commit": "25ca9bb8d37e779a6f340e2045fbfe5e88bb6e59"
|
|
70
70
|
}
|
|
@@ -200,6 +200,33 @@ Audio in Decentraland is **spatial by default** — it gets louder as the player
|
|
|
200
200
|
|
|
201
201
|
To make audio non-spatial (same volume everywhere), there's no built-in flag — keep the volume low and place the audio at the scene center.
|
|
202
202
|
|
|
203
|
+
## Free Audio Files
|
|
204
|
+
|
|
205
|
+
Always check the audio catalog before creating placeholder sound file references. It contains 50 free sounds from the Creator Hub asset packs.
|
|
206
|
+
|
|
207
|
+
Read `context/audio-catalog.md` for music tracks (ambient, dance, medieval, sci-fi, etc.), ambient sounds (birds, city, factory, etc.), interaction sounds (buttons, doors, levers, chests), sound effects (explosions, sirens, bells), and game mechanic sounds (win/lose, heal, respawn, damage).
|
|
208
|
+
|
|
209
|
+
To use a catalog sound:
|
|
210
|
+
```bash
|
|
211
|
+
# Download from catalog
|
|
212
|
+
mkdir -p sounds
|
|
213
|
+
curl -o sounds/ambient_1.mp3 "https://builder-items.decentraland.org/contents/bafybeic4faewxkdqx67dloyw57ikgaeibc2e2dbx34hwjubl3gfvs2r4su"
|
|
214
|
+
```
|
|
215
|
+
```typescript
|
|
216
|
+
// Reference in code — must be a local file path
|
|
217
|
+
AudioSource.create(entity, { audioClipUrl: 'sounds/ambient_1.mp3', playing: true, loop: true })
|
|
218
|
+
```
|
|
219
|
+
|
|
220
|
+
### How to suggest audio
|
|
221
|
+
|
|
222
|
+
1. Read the audio catalog file
|
|
223
|
+
2. Search for sounds matching the user's description/theme
|
|
224
|
+
3. Suggest specific sounds with download commands
|
|
225
|
+
4. Download selected sounds into the scene's `sounds/` directory
|
|
226
|
+
5. Reference them in code with local paths
|
|
227
|
+
|
|
228
|
+
> **Important**: `AudioSource` only works with **local files**. Never use external URLs for the `audioClipUrl` field. Always download audio into `sounds/` first.
|
|
229
|
+
|
|
203
230
|
## Important Notes
|
|
204
231
|
|
|
205
232
|
- Audio files must be in the project's directory (relative paths from project root)
|
|
@@ -26,8 +26,9 @@ Before writing scene code, check both asset catalogs for free models that match
|
|
|
26
26
|
|
|
27
27
|
1. Read `context/asset-packs-catalog.md` (2,700+ Creator Hub models — furniture, structures, decorations, nature, etc.)
|
|
28
28
|
2. Read `context/open-source-3d-assets.md` (991 CC0 models — cyberpunk, medieval, nature, sci-fi, etc.)
|
|
29
|
-
3.
|
|
30
|
-
4.
|
|
29
|
+
3. Read `context/audio-catalog.md` (50 free sounds — music, ambient, SFX, game mechanics, etc.)
|
|
30
|
+
4. Suggest matching models and sounds to the user
|
|
31
|
+
5. Download selected models into the scene's `models/` directory:
|
|
31
32
|
```bash
|
|
32
33
|
mkdir -p models
|
|
33
34
|
curl -o models/arcade_machine.glb "https://builder-items.decentraland.org/contents/bafybei..."
|