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
Thanks for this, it looks
Tuesday, December 9, 2014 - 05:00

Thanks for this, it looks great!

For anyone else hoping to get these merged spritesheets I wrote a Ruby script to combine each animation (in all directions). It uses convert and probably will only work on linux system but someone might find it useful:

 http://pastebin.com/eFfgpFWq

Usage is:

ruby script.ruby path/to/source/files desintination/file.png

Basically you gotta run it for each directory:
ruby script.ruby Isometric/Walk/ knight_walking.png

ruby script.ruby Isometric/Attack_01/ knight_attacking1.png 

etc. 

Just wanted to contribute
Friday, March 7, 2014 - 10:03

Just wanted to contribute back a bit. I plan on using this tileset and before I started coding I wanted to compress it and make sure it was grid aligned. So here's the final product after duplicates were removed and a few rotated variations of dirt tiles were added. The non-tile objects start on at row 81 and are aligned to a 20 by 20 grid. The characters and box are bigger than 20 so they start at the top or left of the 20 by 20 grid.