nanochess #426 Posted October 12, 2013 Illya is the best! You know that last sprite was me, right? I'm pretty sure this topic has turned into a sprite request / presentation oriented affair. Sometimes coders can't sprite and vice versa Yep, of course I saw the last sprite is from you, a good one BTW Quote Share this post Link to post Share on other sites
PAC-MAN-RED #427 Posted October 13, 2013 I was absolutely astonished reviewing each page of artwork. Illya, you're an amazing artist! Thank you very much! I enjoy making sprites and wish It could be a full time hobby. 1 Quote Share this post Link to post Share on other sites
+Gemintronic #428 Posted October 14, 2013 Someone's probably already done this. But, as long as we're on a 'Troid theme 1 Quote Share this post Link to post Share on other sites
Rabbit 2600 #429 Posted October 16, 2013 Kickass sprites! =D Quote Share this post Link to post Share on other sites
+Gemintronic #430 Posted October 24, 2013 Here's one technique I use for my title screens: Take a photo of a subject you like such as this awesome fellow cosplaying Luigi. Resize it to your target, er, size (in this case he needs to fit in 46x62): Place it in your title screen and draw over the major areas of dark and light. Fill in the details and adjust pixels until they feel right. Use VisualbBs title screen editor to add color and serve! 4 Quote Share this post Link to post Share on other sites
+RevEng #431 Posted October 24, 2013 Careful on the copyright infringement there... Freddie Mercury's estate might sue! Nice tip! I did something similar when I helped out Philsan with L.E.M.'s title screen. 3 Quote Share this post Link to post Share on other sites
ZippyRedPlumber #432 Posted November 4, 2013 (edited) I'm new here, so I'm a complete noob at making Atari sprites. It's a minor request, can anybody make a 2600 sprite of my Character, Stryke the Hedgehog? The character is being used as my icon for now. Edited November 4, 2013 by ZippyRedPlumber Quote Share this post Link to post Share on other sites
PAC-MAN-RED #433 Posted March 20, 2014 (edited) Greetings to one and all! A few days ago Zuujin was scouring the pages of Google and deviant art searching for a pixelated dragon or dragon head for his project. Disappointed by what he found, he pressed on and soon discovered this thread full of free sprites.He joined the AA forums and fired off his first message in my direction. Intrigued by his request at making a 20x16 sprite to be displayed on an LCD screen, I accepted the challenge. WARNING! Beyond here... there be dragons: Project pictures: Zuujin has a thread in a German forum documenting his excellent quadcopter project. Check it out here. illya P.S. - As a very kind and thoughtful gesture, Zuujin has included my name and website in his source code. When his project is complete he will share the source code with his community in the aforementioned forum. Edited March 20, 2014 by PAC-MAN-RED 5 Quote Share this post Link to post Share on other sites
+Gemintronic #434 Posted May 10, 2014 I've been fooling around with score fonts more. Here is a calculator-like (i.e. six-segment) score font for bB: score_graphics.asm 3 Quote Share this post Link to post Share on other sites
+iesposta #435 Posted May 10, 2014 I've been fooling around with score fonts more. Here is a calculator-like (i.e. six-segment) score font for bB: Always like & need different fonts!(The 1 is usually centered, so it doesn't stand out.) 1 Quote Share this post Link to post Share on other sites
+Gemintronic #436 Posted May 12, 2014 Always like & need different fonts! (The 1 is usually centered, so it doesn't stand out.) I totally see your point. Would not be offended if someone modified it. One of the projects I'm working on needs to feel like an LCD game. Since 6 segment displays have the one offset to the right I made the call for authenticity. Not even sure how I'm going to simulate the horrible refresh on those cheap Radio Shack portable games Quote Share this post Link to post Share on other sites
pacgreg #437 Posted May 13, 2014 Can I request a nes Metal Gear sprite sheet in DPC+ 8x16? There is some magic being done in this thread. Quote Share this post Link to post Share on other sites
+Gemintronic #438 Posted May 13, 2014 Can I request a nes Metal Gear sprite sheet in DPC+ 8x16? There is some magic being done in this thread. Is that 8 wide and 16 tall? Does it have that limitation where you can't really use the far left or right column of pixels? Quote Share this post Link to post Share on other sites
pacgreg #439 Posted May 14, 2014 I don't know what you mean, like this is an example of what I mean, but this is about the only one that looked halfway like the target, movement and the enemies are pretty difficult. player0: %00001100 %00001100 %00010010 %01111010 %10111110 %10111110 %01011101 %00101110 %00111110 %00111111 %00011011 %00110110 %00110110 %01101100 %01111111 %00110000 end player0color: $00 $D6 $00 $00 $D6 $D6 $D6 $D6 $00 $D6 $D6 $D6 $D6 $00 $00 $00 end Quote Share this post Link to post Share on other sites
+Gemintronic #440 Posted May 14, 2014 I don't use DPC+ so it's pretty foreign to me. But, it looks like you can use the full 8x16 for the characters. I'll start fiddling with it. Quote Share this post Link to post Share on other sites
pacgreg #441 Posted May 15, 2014 DPC+ just makes each pixel half as tall as regular sprites, and thank you very much. Quote Share this post Link to post Share on other sites
+Gemintronic #442 Posted May 15, 2014 What you're requesting looks like the Arcade Commando font I already done did: Commando_Score.zip I'll see if I can make a DPC+ version.. 2 Quote Share this post Link to post Share on other sites
+atari2600land #443 Posted May 18, 2014 I want a banana sprite for my game I'm working on. Quote Share this post Link to post Share on other sites
+Gemintronic #444 Posted May 18, 2014 I want a banana sprite for my game I'm working on. player0: %11011000 %01101100 %00101110 %00010110 %00010110 %00001100 %00011000 end 1 Quote Share this post Link to post Share on other sites
+atari2600land #445 Posted May 18, 2014 I know I said 7, but I just thought I'd try 8, and this is the result I got. It works rather nicely. 2 Quote Share this post Link to post Share on other sites
pacgreg #446 Posted May 19, 2014 Oh, I meant more than the font, that's what I've been using. I was hoping for some well done DPC+ sprites width 8 height 16 of these http://www.spriters-resource.com/nes/mg/index.html Quote Share this post Link to post Share on other sites
grafixbmp #447 Posted May 20, 2014 I did one once for a game I've been working on and off for years. it is 6 pixels wide and 11 pixels tall. single pixel height. 1 Quote Share this post Link to post Share on other sites
pacgreg #448 Posted May 22, 2014 (edited) Ok so I made some decent player sprites by myself but if someone could help with these weird ones, I would greatly appreciate it. I need the 6th, 8th, 11th and 12th rows. They are 8 wide and 16 tall, since I am using them in DPC+. Thanks! Edited May 22, 2014 by pacgreg Quote Share this post Link to post Share on other sites
+Gemintronic #449 Posted June 4, 2014 Here is my take on the Metal Gear / Commando score font for DPC+ MetalGearDPCplus.zip Please note that I've never actually used DPC+ so I'm just guessing these score font sprites are the correct format. 1 Quote Share this post Link to post Share on other sites
piders7 #450 Posted July 29, 2014 (edited) I would like a Link sprite for the Zelda homebrew I'm making. Here's a Link sprite sheet for reference. Edited July 30, 2014 by piders7 Quote Share this post Link to post Share on other sites