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

Abuse Art

Author: 
Clint Bellanger
Friday, June 18, 2010 - 17:42
Flattr this item
Art Type: 
2D Art
Tags: 
alien
shooter
creature
explosion
robot
abuse
Weekly Challenge
Public Treasure Hunt
Action
Sci-Fi
Raster Art
Sprite
Character
Effects
Enemy
Vehicle
License(s): 
CC0
Favorites: 
25
Share: 
Preview: 
Preview (537 downloads)
Preview (701 downloads)
Preview (579 downloads)
Preview (738 downloads)
Preview (829 downloads)
Preview (804 downloads)
Preview (580 downloads)
Preview (488 downloads)
Preview (418 downloads)
Preview (331 downloads)
Preview (236 downloads)
Preview (298 downloads)
Preview (302 downloads)

Sprites from the excellent sidescrolling action platformer Abuse.

The game art was released into the Public Domain, as noted here:

http://web.archive.org/web/20030610094112/abuse2.com/public_domain.php3

Attached zip "abuse_images.zip" has all the raw PCX files exported from Satan Paint.

Attached zip "abuse_png.zip" has the interesting graphic sets converted to alpha PNG files.

File(s): 
characters.gif (441 downloads)
abuse_images.zip (318 downloads)
abuse_png.zip (378 downloads)
  • Log in or register to post comments

Comments

LFA
2010-06-18 17:45

aww man i loved that game! ^_^

  • Log in or register to post comments
Clint Bellanger
2010-06-19 00:58
Clint Bellanger's picture

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.

  • Log in or register to post comments
ceninan
2010-06-19 07:22
ceninan's picture

Dang pfunked, I just went and began to reverse engineer the file formats because I couldn't find that program: http://img341.imageshack.us/img341/4776/atlas.png (783 downloads)

  • Log in or register to post comments
ceninan
2010-06-19 17:09
ceninan's picture

Doh. I should have downloaded the archive to see what was actually in it rather than only look at the preview if things were missing. Good job pfunked! That must have been tedious :)

  • Log in or register to post comments
Clint Bellanger
2010-06-19 17:41
Clint Bellanger's picture

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

  • Log in or register to post comments
ceninan
2010-06-20 09:47
ceninan's picture

@pfunked I'll try to at least document the bytes, but I'm not done yet :D

As I'm continuously discovering more about the formats I've moved info and discussion here: http://opengameart.org/forumtopic/abuse-art-and-fileformats

  • Log in or register to post comments
snowdrop
2010-07-05 00:45
snowdrop's picture

That game was a gem and pretty unique when it came out. Played it for days, and it was even easy to build new levels for it.

Art in it was great, still is. Parts of it are very moody.

  • Log in or register to post comments
Theoden
2013-02-22 08:59

Classic game!

  • Log in or register to post comments