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
Tutorials

questions about uploading downloaded art from this site

waterose56
Sunday, December 25, 2016 - 13:09

Hi, i'm new to this site and i am trying to use tiled to create maps for my game and i have been directed to this site as it it a good resourse for what i've been looking for. However when i attempt to import the art that i downloaded into the tile sheet on the program it fails to find the sheet. I was wondering if someone has the answer to my problem or can show me where i can find the answer. Additionally if someone could tell me what i need to look for so that the art i download will be compatiable with tiled that would be most helpful.

Thank you so much for any help you can offer.

  • Log in or register to post comments
isaiah658
joined 9 years 3 months ago
Sunday, December 25, 2016 - 19:59

That's going to depend on how the program wants the tilesheet to be formatted. What are you using to make the game? I would try searching for some tutorials on tilesheets for the program. You probably have to define the tile sizes, etc before it will work.

  • Log in or register to post comments
waterose56
joined 8 years 9 months ago
Monday, December 26, 2016 - 03:03

ahh okai, well i'm using Unity if that helps

  • Log in or register to post comments
Arcanorum
joined 11 years 3 weeks ago
Monday, December 26, 2016 - 06:52
Arcanorum's picture

I'm somewhat proficient with Tiled. Give a link to the tileset are you trying to import.

This is a good series of tutorials on Tiled that goes over the basics quite well. https://www.youtube.com/watch?v=ZwaomOYGuYo

Your thread title is a bit misleading. I thought it was going to be about uploading content to this site that was itself downloaded from this site.

Stay a while and listen.

  • Log in or register to post comments
DarkShroom
joined 8 years 9 months ago
Tuesday, December 27, 2016 - 05:51

you might need to chop it up with gimp?

you don't generally use tllesheets in Unity, you sorta can with the offset and more code but it often leaves lines aound things.

 

Normal in unity would be chop up the grafics, maybe upscale them 400-800% using Gimp/ImageMagick. I leave bilinear filtering, you want clamp for non-tiles.

Also, btw, you most likely need to replace things like black with transprency (GIMP: Colour to Alpha)

 

Might be a good idea to write a quick python to batch process a folder.

 

  • Log in or register to post comments