Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Primary tabs

  • View
  • Collections
  • Comments(active tab)
  • Followers
  • Friends
  • Favorites
Re: Weekly Challenge: Public Treasure Hunt (due June 28th)
Friday, July 2, 2010 - 10:59

LFA's magnificent "The Sun" find sweeps this week!  Congrats LFA!

http://opengameart.org/content/the-sun

 

Re: Weekly Challenge: Public Treasure Hunt (due June 28th)
Monday, June 28, 2010 - 08:20

Time to vote!  We got a lot of great entries this week:

http://opengameart.org/category/art-tags/public-treasure-hunt

Find your favorite entries and "Add to Favorites" to vote!

Re: Collecting links to other free "content" websites
Tuesday, June 22, 2010 - 06:42

NASA 3D Resources

http://www.nasa.gov/multimedia/3d_resources/index.html

Note: these items are not copyrighted (i.e., Public Domain) but you can't use the actual NASA logos any way you want.

Re: Weekly Challenge: Player Emblems (due June 21st)
Monday, June 21, 2010 - 06:07

Time to vote!  Mark the ones that are your Favorite(s).  The entry with the most favorites after a few days will be declared the winner!

http://opengameart.org/category/art-tags/player-emblems

One perk of winning: you get to declare a future Weekly Challenge!  This is great if you have a game project that needs a small boost of art.

Re: robot thing...
Sunday, June 20, 2010 - 17:05

biglew, qubodup, here's a helpful link:
http://wiki.creativecommons.org/Frequently_Asked_Questions#What_are_mora...

Re: Abuse Art
Saturday, June 19, 2010 - 14:41

ceninan you should post a write-up (with code) of what you found about the .spe file format. Don't know what other old art might be locked away in .spe format

Re: Abuse Character Art
Friday, June 18, 2010 - 21:58

I am working on exporting all the art for Abuse!

The repo at http://abuse.zoy.org/ contains spaint.exe (Satan Paint), a weird little DOS sprite editor. I dug out some documentation on it (see archives at http://www.ibiblio.org/pub/linux/apps/graphics/draw/!INDEX.html ) and found these two crucial commands:

Command 1: open the file ant.spe (or whatever .spe file you want) in spaint (this is done via command line)
spaint ant.spe

Command 2: inside spaint, write out all these image files to PCX format
hit / to bring up the command menu, and input:
with all write_pcx

The result is a bunch of indexed image that can be opened in GIMP. The color at index 0 is the background and can safely be deleted or made transparent. The images seem to be exported at a larger size (320x240) so they would also need to be cropped to be useful.

It will be a bit tedious but I should be able to get all the images as PCX. Then it's a matter of more scripting or tedious work to combine the images into sprite sheets.

(edit)
the ImageMagick script I used:
montage -trim -geometry "1x1<" * sprites.png

Then in GIMP I convert any white or black-index-0 areas to alpha 0.

Re: Reverse Engineering "Ultima VII" Isometrics: WIP
Friday, June 18, 2010 - 13:48

amiga500, hopefully this will give you a starting point for development.  http://opengameart.org/content/perspective-walls-template

Re: Bounty Board
Friday, June 18, 2010 - 07:05

I like this idea.  I have commissions I'd like done for my game, and routing that through OGA makes sense for me.

One concern I have: what to do about poor-quality art?  If someone tries to fulfill a request and their art doesn't meet the requester's standard, what happens?  What if 20 people go after a nice bounty and only 1 wins it?  Maybe we need to assign bounties to a specific artist, after that artist requests it and shows via portfolio that they are capable.

Re: OSARE - Feedback
Thursday, June 17, 2010 - 13:44

>> Really needs a COOP mode once it reaches a more mature state :p

That would be fantastic.  Multiplayer is something I'm not addressing in 1.0, though if the project becomes popular it will be a serious consideration. 

 

>> Have you considered pets, henchmen, or other allies?

I did consider pets.  Before I had the antlion attack/death animations working, I made his attack chance 0% and he followed me around like a loyal dog.

Pets/henchment/allies that attack enemies is not currently on my to do list (only cause I rarely use them in games where they're offered).  It's something I can always add later.

Pages

  • « first
  • ‹ previous
  • …
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • …
  • next ›
  • last »