I need sprites and images, such as characters, landscapes and others. Where can I find them?
|
closed as not constructive by Josh Petrie, Tetrad♦ Jan 21 '12 at 20:21
As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
Lost Garden has lots of free graphics that you can use in your games. For RPG Games you have a cool 32x32 tileset and lots of free to use sprites, objects, icons, etc.. |
|||||
|
http://www.opengameart.org has lots of art available under many licenses |
||||
|
You can find 2D art, including textures and others at a number of sites:
Google is your friend, but always read the license agreements carefully. Even if you are careful, there is a chance that the source of any texture found online might indirectly come from a copyrighted source. |
||||
|
Sprites
Tile Map Editors 3D models
Fonts Music Most of them are probably old and not mantained, but should find lots of resources in those. Have fun! |
||||
|
No it's not. If you use a texture, you should be sure that you have the rights to use it, or you open yourself up to lawsuits. Most of the images you'll find via a google image search will not be free for use in a game. Here is a texture generation tool: http://www.filterforge.com/ You can tweak the settings of every texture, to generate a unique texture for your game. Most textures can create an associated normal map, ambient occlusion map, diffuse map, specular power map, specular exponent map, etc. This means that you can generate a rock texture, and then composite the various maps for that texture together to form dynamic specular highlights in your game engine, instead of having a picture of real-life rocks, which may have specular highlights for the particular angle that the camera took the picture from -- this is less convincing in the game world. A de-facto place to go for textures is http://www.cgtextures.com/ You'll even find textures from CGTextures in AAA games! And finally, a good method for getting textures, is to take a picture yourself, and then open your favorite image editing tool and make the image tile. In photoshop, you would do this by cropping the image to the portion that you want to tile, and then Filter->Offset, and choose an offset that is half the width and half the height of the image. Now your image seam is at the horizontal and vertical center of the image. Pull out the healing brush or clone stamp tool, and smooth out the seams. Voila, a tiling texture. |
|||||||||
|
The pygame site has tons of links to resources. Be very careful though...I'm not sure how well they vet the links, some might have content which you are not legally allowed to use. It's fine to use them for your little game clone, but if you put it online & it gets popular, you might run into trouble. |
||||
|
SpriteLib is a GPL-licensed library of sprites that you can use in your game. A big (but now slightly outdated) public domain texture set is the Golgotha texture pack. You can also browse an artist storefront such as Turbo Squid for free stuff. |
||||
|
Go take some pictures of the sky, ground, and trees. Really. Grab a part of the image that looks like it would make for a good texture, then just make it tileable (in Photoshop: just offset the image 50% horizontally and vertically, and remove the seams using the patch and healing tools). |
||||
Check out TIGSource's Assemblee competition! Part one asked people to create graphics and audio assets while part two asked people to create games with only materials provided in part one. All assets were released under a creative commons non-commercial license. |
||||
|
There doesn't seem to be one central hub for this unfortunately. A few examples that I've come across though: http://www.gamepoetry.com/blog/2008/06/27/free-rpg-tilesheets/ http://www.flyingyogi.com/fun/spritelib.html http://www.lostgarden.com/2007/04/free-game-graphics-tyrian-ships-and.html |
||||
|
Here is another site where you can find free sprites for your games. |
||||
|
Mayang's Free Texture Library is other site with free textures. |
||||
|
A good collection of completely free 2D and 3D art, all by the same artist with the same look and feel: |
||||
|
Sprite Database is pretty good. |
||||
|
Some sites I found: |
||||
|
You can also ask beginner artists to make some stuff. I know a lot of them would love to work on a game. You may even find some who are very talented. There are many sites out there where you can find people like this. |
||||
|
I have made some assets available as well as compiled a list of other assets I know about/techniques for finding artwork: Sorry since my rank is low I apparently can't link more stuff. You should be able to get to it from the above though. |
||||
|
People on the pasted site are people willing to make art for free... They prefer to make logos, but some do sprites too. |
||||
|
Here's a great resource for writing a roguelike that nobody has mentioned yet: http://rltiles.sourceforge.net/ |
||||
|
These aren't "free" but they might help during developmental stages... http://www.gsarchives.net/index2.php (Don't release your game to public with these in them... you might get a sued, who knows) |
||||
|
Similar to this question that also has some good resources. |
||||
You should check out the Yoyo games Game Maker resources page. They have tons of sprites, including explosions. I used some before I went over to particle physics explosions, which I strongly recommend you consider doing also. Other than that, Google is your friend and turbosquid have some 2d images too. |
||||
|
If you're looking for effects, then using a particle editor might be better. Most of them come with explosion effect example. And many of them can export the final effect to spritesheet that can be used for 2d games. TimelineFX : http://www.rigzsoft.co.uk/ |
||||
|
You could try CGTextures.com. |
||||
|
protected by Tetrad♦ Nov 24 '11 at 18:01
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.