# Looking to make a soundpack and need help on a few things

**URL:** https://discourse.cataclysmdda.org/t/looking-to-make-a-soundpack-and-need-help-on-a-few-things/25734
**Category:** The Lab
**Tags:** mod
**Created:** [January 17, 2021, 8:22pm UTC](https://discourse.cataclysmdda.org/t/looking-to-make-a-soundpack-and-need-help-on-a-few-things/25734 "2021-01-17T20:22:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Fluffy\_Memes](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/fluffy_memes/32/9662_2.png) [@Fluffy\_Memes](https://discourse.cataclysmdda.org/u/Fluffy_Memes)
#### Post date: [January 17, 2021, 8:22pm UTC](https://discourse.cataclysmdda.org/t/looking-to-make-a-soundpack-and-need-help-on-a-few-things/25734/1 "2021-01-17T20:22:48Z")

</div>

Ok so I want to add sounds to spells from magiclysm but first I want to see if I can do it issue is I seem to have an issue with my coding or something can someone tell me if this looks right?

[  
{  
“type”: “sound\_effect”,  
“id” : “fire\_gun”,  
“variant” : “point\_flare”,  
“volume” : 70,  
“files” : [  
“Pyro/Point\_Flare/5x50\_1.ogg”  
]  
}  
]

Yes the sound effect is taken from Otopack  
However I’m more just trying to learn how to do this right now.

---

<div class="post-metadata">

### Author: ![Theawesomeboophis](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/theawesomeboophis/32/11202_2.png) [@Theawesomeboophis](https://discourse.cataclysmdda.org/u/Theawesomeboophis)
#### Post date: [June 4, 2021, 4:52pm UTC](https://discourse.cataclysmdda.org/t/looking-to-make-a-soundpack-and-need-help-on-a-few-things/25734/2 "2021-06-04T16:52:20Z")

</div>

I can throw it into the linter if you want.

---

<div class="post-metadata">

### Author: ![Theawesomeboophis](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/theawesomeboophis/32/11202_2.png) [@Theawesomeboophis](https://discourse.cataclysmdda.org/u/Theawesomeboophis)
#### Post date: [June 4, 2021, 4:54pm UTC](https://discourse.cataclysmdda.org/t/looking-to-make-a-soundpack-and-need-help-on-a-few-things/25734/3 "2021-06-04T16:54:51Z")

</div>

> [@Fluffy\_Memes](#):
>
> [  
> {  
> “type”: “sound\_effect”,  
> “id” : “fire\_gun”,  
> “variant” : “point\_flare”,  
> “volume” : 70,  
> “files” : [  
> “Pyro/Point\_Flare/5x50\_1.ogg”  
> ]  
> }  
> ]

[  
{  
“type”: “sound\_effect”,  
“id”: “fire\_gun”,  
“variant”: “point\_flare”,  
“volume”: 70,  
“files”: [“Pyro/Point\_Flare/5x50\_1.ogg”]  
}  
]  
linted and fixed syntax error
