Author Topic: SPRITES  (Read 7958 times)

0 Members and 2 Guests are viewing this topic.

+ZERO+

  • Guest
SPRITES
« on: December 14, 2005, 05:46:00 am »
I need sprites for buildings and a small character, with source codes.

Specs:: ALL must be 8px wide by at least 6px high...


Thanks alot

Offline necro

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1295
  • Rating: +17/-2
  • +3 vaporal mustache
    • View Profile
SPRITES
« Reply #1 on: December 14, 2005, 06:57:00 am »
errr...what sprites are you going to need?
I'm like a woot burger with awesome fries


VB.Net, C#, C++, Java, Game Maker

+ZERO+

  • Guest
SPRITES
« Reply #2 on: December 14, 2005, 10:15:00 am »
Buildings and 2 or 3 characters. :demon:demon.gif <- could you incorperate that into a building, like a billboard?

Offline necro

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1295
  • Rating: +17/-2
  • +3 vaporal mustache
    • View Profile
SPRITES
« Reply #3 on: December 14, 2005, 04:37:00 pm »
err...what kind of style?  Futuristic, modern, greco-roman, gothic barbarian, abstraction of emotion, ect.

What kind of characters?  A beatnick, a zomby, a chibi mage...is it gray scale or b/w (as this is asm, correct?)
I'm like a woot burger with awesome fries


VB.Net, C#, C++, Java, Game Maker

CDI

  • Guest
SPRITES
« Reply #4 on: December 15, 2005, 12:12:00 am »
hmm... I'd like post-modren chibi 5lv GS that are 10x10!... acually...

+ZERO+

  • Guest
SPRITES
« Reply #5 on: December 15, 2005, 02:37:00 am »
Modern, Black and White (z80 Calc)
Character:: Rocker

Rock Out!
:drum:rockband.gif

BCTurk

  • Guest
SPRITES
« Reply #6 on: December 15, 2005, 01:28:00 pm »
Some buildings, not very good, but some buildings none the less...

user posted image

+ZERO+

  • Guest
SPRITES
« Reply #7 on: December 16, 2005, 05:32:00 am »
THanks, those will look good on the title screen for images!!  Can you post the Source or PM it to me?

Now, I need BIG Sprites for The Game, and A main character sprite, with 2 bosses.   Thanks alot, Id Do this myself, but I am NOT an artist

Rock Out
:drum:rockband.gif

BCTurk

  • Guest
SPRITES
« Reply #8 on: December 16, 2005, 10:16:00 am »
Source?  Just right-click and save that image.  I did it in paint, so just open it with whatever your favorite image program.

tenniskid493

  • Guest
SPRITES
« Reply #9 on: December 17, 2005, 02:51:00 pm »
I think he meant the .8xi image file but since you did it in paint that doesn't exist.

BCTurk

  • Guest
SPRITES
« Reply #10 on: December 17, 2005, 06:47:00 pm »
Oh, ok, sorry about that.

http://home.att.net/~mlbr24/PIC2.8xi

+ZERO+

  • Guest
SPRITES
« Reply #11 on: December 19, 2005, 02:36:00 am »
No, No... I need the source as in
c1-->
CODE
ec1
building1:
.db %00011000
.db %10111101
.db etc....
c2
ec2
Since it is in ASM.

Rock Out
:drum:rockband.gif

tenniskid493

  • Guest
SPRITES
« Reply #12 on: December 19, 2005, 03:04:00 am »
sorry about that.  Here they are:

.db %11111111
.db %11111111
.db %11111111
.db %11111111
.db %11111111
.db %11111111
.db %11111111
.db %11111111

.db %01001010
.db %11111111
.db %10101011
.db %11111111
.db %10101011
.db %11111111
.db %10001001
.db %11111001

.db %00101000
.db %01111100
.db %01010100
.db %01111100
.db %01010100
.db %01111100
.db %01010100
.db %01110100

.db %00000000
.db %00000000
.db %01100010
.db %11111111
.db %11000011
.db %11111111
.db %11000101
.db %11111101

.db %00000000
.db %00010000
.db %00111000
.db %01101100
.db %11111110
.db %01111100
.db %01010100
.db %01011100

.db %00011000
.db %00111100
.db %01100110
.db %11111111
.db %01111110
.db %01001010
.db %01001110
.db %01001110

.db %00000000
.db %01110110
.db %11111111
.db %11010101
.db %10101011
.db %11111111
.db %10110101
.db %10111111

.db %00000000
.db %11111111
.db %10101011
.db %11111111
.db %11010101
.db %11111111
.db %10100101
.db %11100111

.db %00001000
.db %00011100
.db %00001000
.db %00001000
.db %01111110
.db %11111111
.db %11011011
.db %11011111

.db %00001000
.db %00011100
.db %00001000
.db %00001000
.db %00011100
.db %00111110
.db %01010101
.db %01110111


Thats from right to left.  I hope those are right, I did them in like 1 min.

+ZERO+

  • Guest
SPRITES
« Reply #13 on: December 20, 2005, 02:39:00 am »
Thanks, later, when I get home, I will post a demo of the gameplay in Pongwars.  


Notes:: It only has a simple menu, and Tenniskid and xLib have played it as it is a clone of my previous release, 8xPong.


Rock Out
:drum:rockband.gif

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
SPRITES
« Reply #14 on: December 20, 2005, 04:36:00 am »
will this new version allow the ball in different directions when hit with the edge of the paddle, like breakout for the 83+?