Thread: Tiles

  1. #1
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326

    Tiles

    Where can I find 32x32 character and map tiles for an RPG?

  2. #2
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    you mean like pics... or.. what?
    What is C++?

  3. #3
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    Yeah, 32x32 pixel bitmaps or 'tiles' for an RPG game. I need some to work on the engine before I get to make my own.

  4. #4
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    You could make some... or ...

    something like this "desert" tile i made?

    or floor or grass? they should be easy to make.
    What is C++?

  5. #5
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    Yes, that is nice. I would need a grass, tree, water, bridge (with the same water tile in the background), and road. My RPG engine in Allegro is coming along nicely. I might even get a compilable version soon ;-).

  6. #6
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    -_-;

    I can make some of those for you...
    not all... :P

    Let me know if you want my help!
    What is C++?

  7. #7
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    maybe you can use these
    What is C++?

  8. #8
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    Thank you, now I get to code a function to get the different tiles out of one file

  9. #9
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    lol, you could just open paint and drag a 32 x 32 box over an area...
    What is C++?

  10. #10
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    It would be easier to code that function, plus using one file might make it load a bit faster.

  11. #11
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    Hey, Josh, here you go. Here's a 32x32 grass tile for you. The look is supposed to be a green grass that kind of has a yellow tint to it (aka it's not the healthiest of grass ). I'm not that much of artist myself, but over the past year I have been fiddling around creating a bunch of pictures. In my opinion the quality is good enough for an 'indie' style game. Tell me what ya think.

    32x32

  12. #12
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    Here is a 160x160 version of it, so you can see what it would like if a bunch of these tiles were joined together on the map.

    160x160

  13. #13
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    Here is another one I just created (I got bored). It is more of a lush green type of grass. Again, tell me what ya think.

    32x32

  14. #14
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    160x160 version of the lush green grass.

  15. #15
    Registered User red_baron's Avatar
    Join Date
    May 2002
    Posts
    274
    wow you got a lot of time on your hands....
    with exams and everything (which are next week ahhhhhhhhhh!!!) i dont know how i have time to even go through these forums.
    ¿Red Baron?

    "Imagination is more important than knowledge"
    -Albert Einstein (1879-1955)

    Check out my games!

    [code] /* dont forget code tags! */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Hexagonal vs square tiles
    By OnionKnight in forum Game Programming
    Replies: 2
    Last Post: 04-26-2007, 08:46 PM
  2. 2d Tiles Tutorial?
    By Dark Dude in forum Game Programming
    Replies: 4
    Last Post: 10-17-2006, 11:52 PM
  3. text on 2d tiles in DirectX?
    By Quantum1024 in forum Game Programming
    Replies: 4
    Last Post: 04-26-2006, 11:40 PM
  4. Splitting an image into tiles
    By cboard_member in forum Game Programming
    Replies: 5
    Last Post: 02-22-2006, 02:29 PM
  5. Array of Tiles
    By Okiesmokie in forum Game Programming
    Replies: 5
    Last Post: 05-29-2002, 10:14 PM