Results 1 to 9 of 9

Thread: What is a sprite editor ?

  1. #1

    Thread Starter
    Member 1dumbguy's Avatar
    Join Date
    Oct 1999
    Location
    Rootstown Ohio USA
    Posts
    63

    Question What is a sprite editor ?

    Does it come with vb6. Or some kind of paint programs ?

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Well, sprites are just pictures used to represent characters in games.
    For example, the game called 'Craft' on my website, or Duke Nukem 3D, Sentience, or any other game that uses pictures/bitmaps to represent characters.

    And what a sprite editor does is just allow you to edit them.

    There may be specific requirements for sprites in certain games, thus the reason there are specific sprite editors created for some games.

    That help ?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3
    Zaei
    Guest
    Usually sprites are any 2d graphic in a game. Health meters, crosshairs, characters, trees sometimes, toilets in Duke 3D... they are all sprites. Most often, sprites ALWAYS face directly at the player, so it looks the same, no matter from what angle you are looking at it (go behind the toilet in Duke, you'll see what i mean =).

    Z.

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    spites are billboarded surfaces
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  5. #5
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Thats a pretty broad description ya got there ked
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  6. #6

    Thread Starter
    Member 1dumbguy's Avatar
    Join Date
    Oct 1999
    Location
    Rootstown Ohio USA
    Posts
    63
    Good , I was hoping I wouldn't need anything else. I found a game tutorial I was going to try it this weekend. When it stated he put the sprites in a sprite editor I hit the panic button.
    Thanks
    Bob

  7. #7
    Behemoth
    Guest
    Originally posted by plenderj
    Well, sprites are just pictures used to represent characters in games.
    For example, the game called 'Craft' on my website, or Duke Nukem 3D, Sentience, or any other game that uses pictures/bitmaps to represent characters.

    And what a sprite editor does is just allow you to edit them.

    There may be specific requirements for sprites in certain games, thus the reason there are specific sprite editors created for some games.

    That help ?
    ho hum

    *whistles inconspicuously*

  8. #8
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  9. #9
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

Posting Permissions

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



Click Here to Expand Forum to Full Width