Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Sprite map builder?

  1. #1

    Sprite map builder?

    I'm playing around with SDL and sprites and I'm going to make a sprite map of all my sprites. Instead of figuring out the optimal placement of sprites on the sprite map manually, does anybody know of a program (preferably free!) that can do it for me? Googling turned up a program called Sprite Builder, but none of the many links actually lead to a working download site.
    Laserbrain Studios - Currently developing Hidden Asset!
    Ascii Sector
    - Real-time roguelike in space!

  2. #2
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Re: Sprite map builder?

    You can try Tile Studio? http://tilestudio.sourceforge.net/
    Jason McMillen
    Pascal Game Development
    Co-Founder





  3. #3

    Re: Sprite map builder?

    Quote Originally Posted by PP2005
    I'm playing around with SDL and sprites and I'm going to make a sprite map of all my sprites. Instead of figuring out the optimal placement of sprites on the sprite map manually, does anybody know of a program (preferably free!) that can do it for me? Googling turned up a program called Sprite Builder, but none of the many links actually lead to a working download site.
    Hi
    Are you talking about trying to fit all sprites into a larger rectangle?

    If so, you can try my image packer program I wrote:

    http://www.pascalgamedevelopment.com...p?topic=4974.0

    It allows you to import and pack multiple smaller images into one big image which you can then export as a single image.

    You can also save as xml or ini, the locations in the larger rectangle of all the smaller sprites for easy access later on

    cheers,
    Paul

  4. #4

    Re: Sprite map builder?

    That seems to be what I'm looking for, paul. I'll take a look at it. Thanks!
    Laserbrain Studios - Currently developing Hidden Asset!
    Ascii Sector
    - Real-time roguelike in space!

  5. #5

    Re: Sprite map builder?

    That's a very cool program, paul. It works perfectly, except it would be nice if the "packed image" tab used the source file names instead of "Image#0", "Image#1" and so on, which forces me to figure out manually which image has been placed where.
    Laserbrain Studios - Currently developing Hidden Asset!
    Ascii Sector
    - Real-time roguelike in space!

  6. #6

    Re: Sprite map builder?

    Quote Originally Posted by PP2005
    That's a very cool program, paul. It works perfectly, except it would be nice if the "packed image" tab used the source file names instead of "Image#0", "Image#1" and so on, which forces me to figure out manually which image has been placed where.
    I just updated the online code with the latest source + exe.

    Try it again...I obviously hadn't uploaded the latest version, sorry.

    http://fpc4gp2x.eonclash.com/downloads/Image Packer.7z

    cheers,
    Paul

  7. #7

    Re: Sprite map builder?

    That seems to be the same, v0.1. It still says "Image#0" and so on.
    Laserbrain Studios - Currently developing Hidden Asset!
    Ascii Sector
    - Real-time roguelike in space!

  8. #8

    Re: Sprite map builder?

    try this one

    http://fpc4gp2x.eonclash.com/downloads/imagepacker.exe

    Somehow the ftp or something got confused when I tried reloading it

    cheers,
    Paul

  9. #9

    Re: Sprite map builder?

    Absolutely awesome! This does everything I was hoping to find. Thanks a bunch!
    Laserbrain Studios - Currently developing Hidden Asset!
    Ascii Sector
    - Real-time roguelike in space!

  10. #10

    Re: Sprite map builder?

    Quote Originally Posted by PP2005
    Absolutely awesome! This does everything I was hoping to find. Thanks a bunch!
    Glad I could help

    cheers,
    Paul

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •