Author Topic: Sprite Request: Nyan Cat  (Read 18260 times)

0 Members and 1 Guest are viewing this topic.

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Sprite Request: Nyan Cat
« on: August 18, 2011, 06:44:23 pm »
What the title says.

Hmm I might be able to do it, tho i would prolly port this first :P
All I'd need to do it would be a bunch of food sprites (and a nyan cat animation in some grayscale or another)

• Any size ranging from 8*8 to 16*16, tho the smaller the more stuff can be put on-screen (in a word, better)
• Any level of grays supported by axe: mono, 3-lvl or 4-lvl
• For reference:
Spoiler For Spoiler:

I plan on doing the rainbow manually, so all I'll need is the cat.
TIA ;D

« Last Edit: August 18, 2011, 06:53:29 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
Re: Sprite Request: Nyan Cat
« Reply #1 on: August 18, 2011, 08:42:16 pm »
Want it animated, too? Like 3 frames of animation?
There's something about Tuesday...


Pushpins 'n' stuff...


Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Sprite Request: Nyan Cat
« Reply #2 on: August 18, 2011, 08:43:13 pm »
Awesome, 83P Nyan Cat? Remember to do a blue background :D




Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
Re: Sprite Request: Nyan Cat
« Reply #3 on: August 18, 2011, 08:43:50 pm »
Unless you get to troubadour mode!
There's something about Tuesday...


Pushpins 'n' stuff...


Offline ingalls

  • LV3 Member (Next: 100)
  • ***
  • Posts: 49
  • Rating: +4/-0
  • :)
    • View Profile
Re: Sprite Request: Nyan Cat
« Reply #4 on: August 18, 2011, 08:56:34 pm »
Make sure you add the timer too!

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Sprite Request: Nyan Cat
« Reply #5 on: August 18, 2011, 09:19:35 pm »
This is for a game, there's already a nyan.cat-esque thing on the calc ;)
http://ourl.ca/12215

And yes, animated please, I guess up to 8 frames or something.

EDIT: I'll just copy the link from the quote: the game I plan on porting using the animation.
http://www.mylostgames.com/play/nyan_cat_lost_in_space
« Last Edit: August 18, 2011, 09:20:20 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline Stefan Bauwens

  • Creator of Myst 89 - סטיבן
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1799
  • Rating: +162/-24
  • 68k programmer
    • View Profile
    • Portfolio
Re: Sprite Request: Nyan Cat
« Reply #6 on: August 19, 2011, 11:36:03 am »
Here is something. What do you think? It's 11*16.


Very proud Ticalc.org POTY winner (2011 68k) with Myst 89!
Very proud TI-Planet.org DBZ winner(2013)

Interview with me

Offline GreenFreak

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +16/-1
    • View Profile
Re: Sprite Request: Nyan Cat
« Reply #7 on: August 19, 2011, 05:12:10 pm »
I made a 16x32 sprite, but I lost it because of the Axe bug -.-".

Offline GreenFreak

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +16/-1
    • View Profile
Re: Sprite Request: Nyan Cat
« Reply #8 on: August 19, 2011, 05:53:31 pm »
wait, i remember that i have a back-up on my pc! But ATM i'm here with my phone...

Thats why i must double-post because i cant edit with the wap page...

If i find the sprite tomorrow, i will upload them here!

EDIT: Here it is (but I think, it's too big for you... :( )
Code: [Select]
:[000102F29ACE6232→Pic11
:[FF00094004200288→Pic12
:[FF0430494443C080→Pic13
:[80402C3222C20309→Pic14
:[1E0602020708090F→Pic15
:[0400421000FFA438→Pic16
:[8C80844720FF241C→Pic17
:[590191F204F89060→Pic18
:For(A,0,3)
:Pt-Off(A*8+{36+L1}r,{38+L1}r,A*8+Pic11
:Pt-Off(A*8+{36+L1}r,{38+L1}r+8,A*8+Pic15
:End

while {36+L1}^r and {38+L1}^r are the x and y coordinates

I hope, it helps you...
« Last Edit: August 20, 2011, 05:32:38 pm by GreenFreak »

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Sprite Request: Nyan Cat
« Reply #9 on: August 22, 2011, 01:12:59 am »
Thanks for the base stefan, I'll try my hand at animating it :)
And yeah, GreenFreak, 32*16 is a bit large :( but thanks anyway.

* Darl181 opens AxePaint

EDIT.
First attempt.  Not with axepaint, but with a combo of paint.net and gimp. :P Head movement looks pretty artificial but w/e.  I made it 4-level gs because it looks kind of better IMO.  Also if I'm using grayscale I might as well go for it...
btw this is twice the normal size, so it can be seen better.

EDIT2: second attempt.  This one looks like it could be "Bobble-head Cat" or something..idk

See poll.
« Last Edit: August 22, 2011, 02:39:37 am by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline GreenFreak

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +16/-1
    • View Profile
Re: Sprite Request: Nyan Cat
« Reply #10 on: August 22, 2011, 08:31:58 am »
WOW these sprites are very nice  :o

Maybe you can add light grey pixels on the "body" like it's on the original nyan cat  ;)

Offline Stefan Bauwens

  • Creator of Myst 89 - סטיבן
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1799
  • Rating: +162/-24
  • 68k programmer
    • View Profile
    • Portfolio
Re: Sprite Request: Nyan Cat
« Reply #11 on: August 22, 2011, 09:09:58 am »
Thanks for the base stefan, I'll try my hand at animating it :)
And yeah, GreenFreak, 32*16 is a bit large :( but thanks anyway.

* Darl181 opens AxePaint

EDIT.
First attempt.  Not with axepaint, but with a combo of paint.net and gimp. :P Head movement looks pretty artificial but w/e.  I made it 4-level gs because it looks kind of better IMO.  Also if I'm using grayscale I might as well go for it...
btw this is twice the normal size, so it can be seen better.

EDIT2: second attempt.  This one looks like it could be "Bobble-head Cat" or something..idk

See poll.
Glad I could help. I personally think the 1st one is the most nyan cat like. The second one might be better when nyan cat(in your game) eats something special.


Very proud Ticalc.org POTY winner (2011 68k) with Myst 89!
Very proud TI-Planet.org DBZ winner(2013)

Interview with me

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Sprite Request: Nyan Cat
« Reply #12 on: August 22, 2011, 01:42:17 pm »
The second one might be better when nyan cat(in your game) eats something special.
Hm yeah, maybe the cracknyan pill XD
Tho for the pill I was thinking of how to make it wide-eyed and the like but oh well.
* Darl181 opens the game
* Darl181 lost

Hmm imma just make a to-do list for this

Milk bottle (adds to multiplier)
RocketNyan/SuperNyan (maybe only one, they're pretty much the same thing anyway)
BubbleNyan (infinite jump for some time)
MagnetNyan (may or may not do b/c of complexity, tho I have an idea of how to simplify it)
CrackNyan pill (already done, I guess?  I might edit the second one a bit for this)
One type of diamond (gray?) (invincibility for a large # of frames)
Another diamond (black) (adds to multiplier for same time as other diamond)
Another diamond (white) ("long life milk" afaict this makes milk last until you hit an enemy, I'll have to look into it)

Enemies of some sort (UFO, dog in spaceship thingy, evil nyan cat (a waffle apparently), running dog)

Platforms (static, bouncy, disappearing)

Maybe I'll do achievements but first things first :P
For that I think I would just use a generic trophy, if even that

background sprites, maybe?  planets, comets and stuff (it is a space theme after all, unless...?  easier to keep as-is tho :P)

chat bubble: things like "FOOD!!!" "MAGNET LOL" "NYAN LOST THE GAME" "STUPID DOG!" etc (maybe can be customized, yay custom-made input thing) 9not high priority, I could see this taking up a lot of space even if I use crabcake so yeah)

I should be able to do the majority of these on my own, tho some I might need help with these..

EDIT: looking at the poll ppl seem to like the second one better...maybe I'll use that one and an edited version of it for the pill
« Last Edit: August 22, 2011, 01:49:04 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline GreenFreak

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 191
  • Rating: +16/-1
    • View Profile
Re: Sprite Request: Nyan Cat
« Reply #13 on: August 22, 2011, 03:33:46 pm »
I can't stop playing this game on my PC, you'll finish soon. :D

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Sprite Request: Nyan Cat
« Reply #14 on: August 22, 2011, 06:33:14 pm »
Haven't gotten too much spriting done yet (school starting tmw so I'll work on it then) so in the meantime I've been working on a userbar for this.
(also getting used to GIMP yay)

Thing is, i'm still not too sure of what to call it.."NyanCalc" or something?
« Last Edit: August 22, 2011, 06:33:43 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue