Announcement

Collapse
No announcement yet.

Makespr issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Makespr issue

    Ok, I finally got things going on Martin's great sprite editor. The one problem, if you havent read it, was that you are limited to previous made sprites, especially there sizes. As I'm trying to convert a lot of units I run into other tools not letting me reduce sizes. SOOOOO I wanted to make a standard sprite thats 240x240 that I can use to import images of all sizes. That made me dig up the old makespr program. I used it a long time ago but only for cities so now I'm having a problem trying to make a unit. I think it may be the script. Can anyone help out here?


    Makespr program is here:
    Attached Files
    Formerly known as "E" on Apolyton

    See me at Civfanatics.com

  • #2
    First one thing to note, E. There is no need to attch the sprite script here I have a lot of them on my hard drive. However to bypass our laziness you should post next time the content of the sprite script insteat of the file itsself. Then there would a lot more people here to help you, because the asnwer you are looking for is contained in the script. To be precise it is:

    Code:
            SPRITE_WIDTH         96    # the width of each sprite image
            SPRITE_HEIGHT        72    # the height of each sprite image
    It should be selfexplainatory, if I remember correctly the maximum size is 255x255 an unsigned short.

    -Martin
    Civ2 military advisor: "No complaints, Sir!"

    Comment


    • #3
      I got a good script from stankarp and things are going fine. Not having a alpha channel for my shadow was the problem (the instructions implied that i didnt need too)
      Formerly known as "E" on Apolyton

      See me at Civfanatics.com

      Comment

      Working...
      X