Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Can I use the SFX() function?

A topic by Spyrentep created 94 days ago Views: 118 Replies: 2
Viewing posts 1 to 3

I know sprite and map editor data are not allowed, but am I allowed to use the SFX editor?

Submitted (2 edits) (+1)

You can use ALL the editors, you just can’t include ANY of the sfx/gfx data in the cart directly - it all has to be part of your source code - which you’d have to decode and put back in the sfx data area at startup.

Yes, you can use the function - once you’ve put some data there - or else I assume the function would do nothing but be silent.

HostSubmitted

What Josh said... ☝️🤓

Plus, if you want simple ways of producing sounds/notes then, per the Tips section of the Jam page...
PICO-8: 
- Play Audio - from a single beep to an entire series of notes.
Picotron:
- use note(pitch) each frame for cheap sfx.