Here’s a pack to get you started making SFX for your games. I tried making it as varied as possible.
If you’re interested, I have even more SFX packs and tutorials on how to make your own SFX available on my Patreon.
Here’s the full list, including where they were originally used:
Jumps:
00 Bathos
01 Bombers Run
02 Kid Bludd
03 Nanoman
04 Shoot Stuff
05 Witch n Wiz
06 Secret Santa
07 The Lair
UI Scroll
08 Alpine Alpaca
09 Kid Bludd
10 The Lair
UI Select
11 Alpine Alpaca
12 Bombers Run
13 Witch n Wiz
14 Kid Bludd
UI Appearence
15 Menu Open (Low Mem Sky)
16 Menu Closed (Low Mem Sky)
17 Slipways
Explosions
18 Alpine Alpaca
19 Bombers Run
20 Bombers Run
21 Low Mem Sky
22 Shoot Stuff
23 Shoot Stuff
24 Shoot Stuff
25 Witch n Wiz
26 Spaceman Splorf
27 Rey's Scavenger Run
Lasers, Guns and Projectiles
28 Throw (Bombers Run)
29 Laser (Bombers Run)
30 Fire (Dragon Dell)
31 Shoot (Low Mem Sky)
32 Laser Loop (Low Mem Sky)
33 Shoot (Shoot Stuff)
34 Shoot(Super Mario Bros)
35 Shoot (Nanoman)
36 Shoot (Omega Enforcer)
Footsteps / Movement
37 Footstep (Bathos)
38 Footstep (Dank Tomb)
39 Stairs down (Curse of the Lich King)
40 Movement blocked (Curse of the Lich King)
41 Movement blocked (Dragon Dell)
42 Level Up (Curse of the Lich King)
43 Consume Item (Curse of the Lich King)
Death
44 Enemy Death (Witch n Wiz)
45 Enemy Death (Curse of the Lich King)
46 Enemy Death (The Lair)
47 Enemy Stomp (Super Mario Bros)
48 Player Death (Bombers Run)
49 Player Death (Dragon Dell)
Text
50 Text / Dialogue (Witch n Wiz)
Error / Wrong
51 Wrong (Bathos)
52 Nope (Dragon Dell)
53 Alarm Loop (Secret Santa)
Items / Chests
54 Item Drop (Bathos)
55 Item Pickup (Bathos)
56 Item Pickup (Bombers Run)
57 Coin Pickup (Super Mario Bros)
58 Open Chest (Dragon Dell)
59 Open Chest (Shoot Stuff)
Attacks / Hits
60 Attack (Curse of the Lich King)
61 Hit (The Lair)
62 Hit (The Lair)
Misc
63 Dog bark (Secret Santa)
You can copy and paste the snippets above, or, if you prefer to download the whole cart (not playable):
Ahh, my bad. Here's Green Hill Zone.
btw, Pico-8's tracker has changed a bit since I made this. I'd recommend maybe lowering a few volume values (maybe in the melody) to get rid of that slight distortion whenever the kick drum hits
Hi Gruber, Love your work. Is there a download link for the cart? or can I find it in 'splore'
Every cart on the bbs can be downloaded by the small link titled "Cart" on the bottom left corner of the player! You can also find it in splore, then escape to console and run "save somename".
@zep the new player looks great but somehow doesn’t work for me at the top of the page, but the ones in subsequent messages do!
firefox 115.7.0esr, usual privacy options and extensions, get a bunch of warnings in the console because sfxp.php seems to return HTML2 ;) and can’t have an AudioContext start automatically before a user gesture
more from cart_tools.js:
wasm streaming compile failed: TypeError: WebAssembly: Response has unsupported MIME type '' expected 'application/wasm'
falling back to ArrayBuffer instantiation
@merwok Thanks -- for now I've fallen back to a player that loads inside a gesture event (which seems to be more reliable than only creating / waking up the webaudio object :/ ). I'll try to remove the loading step later.
[Please log in to post a comment]