Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I get freely available audio, graphics, and other resources for games? [closed]

Tags:

graphics

audio

I've done a google search of this topic, but so far haven't found anything satisfactory.

From your experience, what's the best place to get game resources, like sprites, backgrounds, sound effects, music, etc.? To be more specific, I'm looking for more of sound effects and music, which I'm currently lacking more than graphics. However, for graphics, I've tried getting random graphics from different sites, but they just don't match. I don't want to copy one entire graphics package either.

The resources should be free and easy to obtain. The products I intend to make are free if not open source, and are unlikely to receive widespread attention or produce profit for myself, so I'd like something that I can use and distribute freely.

I don't have enough graphics and musical knowledge to attempt to create resources from scratch and don't know anyone willing to do so.

I'm working with Java. I'm sure I can read all kinds of file formats with it, or if not, I can always use software to convert resources.

like image 389
Bai Li Avatar asked Apr 12 '09 22:04

Bai Li


3 Answers

In terms of graphics, Daniel Cook of Lost Garden produces some seriously high quality, reusable game art that is free for both personal and commercial work (read his license details). Here's the index of his free graphics related posts, just hit the "read more" link at the bottom of an article and you'll find links to the downloads.

edit: in terms of sound effects, Soundrangers is pretty decent if you have something specific in mind, but it can quickly get expensive. For a complex game, if you're wanting a rich user experience you'll need dozens, if not hundreds of sound effects. At a couple of bucks a pop, that adds up real quick. A lot of places (including Soundrangers) offer thematic sound packs which give you a little more bang for your buck, but it's still not free. GameDev also has a listing of audio resources.

For music, I think your options are better. Depending on what kind of thing you're looking for (ambient, instrumental, vocal etc). I would seriously think about approaching local independent musicians and using existing tracks that they have. They're likely to let you use their music for free (properly accredited of course) or at a reasonable cost.

like image 77
ninesided Avatar answered Jan 01 '23 22:01

ninesided


There's http://www.freesound.org/

Most stuff there has a license that is incompatible with, say, Fedora, for instance, though if you ask the copyright holder sometimes they'll license things under a different license.

Music is harder to come by than sound effects. you could try digging around on archive.org, say here: http://www.archive.org/details/muzic

Also check out sfxr http://www.cyd.liu.se/~tompe573/hp/project_sfxr.html though the sounds that it makes are pretty old school sounding -- and if that's what you're looking for, it's cool, otherwise, it can make some place holder sound effects.

like image 38
smcameron Avatar answered Jan 01 '23 21:01

smcameron


If you're looking for interesting textures, I would suggest checking out Filter Forge. You can download the filters for use in Adobe Photoshop, or you can potentially use the sample images on the site to create texture maps for various types of terrains and materials.

like image 41
gnovice Avatar answered Jan 01 '23 20:01

gnovice