Pixelation

Critique => Pixel Art => Topic started by: hawken on January 24, 2015, 03:07:48 pm

Title: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on January 24, 2015, 03:07:48 pm
I'm just getting started on this, following this as a guide http://noelberry.ca/nes (http://noelberry.ca/nes) on hardware limitations, and going for some extended features with MMC5 chip (making 16,384 different tiles available per screen rather than only 256, and allowing each individual 8x8-pixel background tile to have its own color assignment instead of being restricted to one color set per 2x2 tile group)

The waves infront of the posts here are sprites.

The only unfaithful constraint is that I can't pull tiles from rom and colour them on the fly, so tilesheets will probably be larger with duplicates to emulate palette shifting.

Here's a shot of the game running, some videos here: http://hawkenking.tumblr.com/ (http://hawkenking.tumblr.com/)

(https://dl.dropboxusercontent.com/u/1336763/port-town-01.png)

(http://41.media.tumblr.com/4936733545fc3a6c0882d3e7936c7780/tumblr_nios18AlD21qicfybo2_250.png)
(the green waves in this sheet is just for reference in the editor, those are swapped out)

The pirate sprite uses 2 palettes which probably isn't going to leave much variation for other sprites.

Any feedback or complains about me not being pure enough are gladly received!
Title: Re: [WIP] [C+C] Pirate platformer game - Strict NES emulation
Post by: ptoing on January 24, 2015, 04:10:22 pm
OK, the lots of tiles and the 8x8 colour thing is ok, if you assume known hardware addage. You can only have 4 tile palettes though, 3 colours each + 1 shared bg colour.

You used a funky palette. http://bisqwit.iki.fi/utils/nespalette.php (http://bisqwit.iki.fi/utils/nespalette.php) will give you the most physically accurate NES palettes to date. And they are way less subtle than what you have.

Please do not post upscaled stuff with blur, since that will make crits harder.

I made an edit, where I reconstructed it from your tilesheet and adjusted the palette:

This is your tiles without any sprites. You can see I added the 4 palettes into the image, just to make them clear.
(https://dl.dropboxusercontent.com/u/15588722/edits/hawken_nes.png)

And here is what you could do without any sprites, but it would need a lot more tiles, for the animation.
(https://dl.dropboxusercontent.com/u/15588722/edits/hawken_nes2.png)

Or you could do it with a raster split where from the top of the water surface you set the palette so that white is the bg and you can use just white in all the palettes as a wave overlay.
(https://dl.dropboxusercontent.com/u/15588722/edits/hawken_nes3.png)

For this to work without changing the palette back at the bottom of the wave overlay youwould also have to edit some stuff to not look weird. Such as the reflections on the lighter beams, the barnacles and the single pixel corners on the crates.
Title: Re: [WIP] [C+C] Pirate platformer game - Strict NES emulation
Post by: hawken on January 25, 2015, 05:48:17 am
Hey ptoing thanks for the input! Some really great ideas here, especially about the raster split, I'll have to look in to the limitations of using these, still need to think about the hud and how to handle 8 way scrolling. I'm basing a lot of the planning on what I see possible in Kirby and other later titles.

For the palette, I tried to use that tool but the .pal file won't open in pixen. Asesprite, PyxelEdit and photoshop can't read .pal files. If anyone has a photoshop readable .aco that would be fabulous. Also noticing this is NTSC ppu output - I think PAL was brighter? (I'm from the UK  ;D)

(https://dl.dropboxusercontent.com/u/1336763/port-town-01.png)
Sorry for the crappy screengrab before. Output from Tiled.

I think for now I'll give your raster split idea a shot, theres no real limit on tiles but I'll try to stick to palette hardware limitations.
Title: Re: [WIP] [C+C] Pirate platformer game - Strict NES emulation
Post by: Angelonias on January 25, 2015, 09:52:06 am
Use PrtSc(Print Screen) when you find a pallet you desire then paste it on any of the programms you use. You don't have to download .pal files.
Title: Re: [WIP] [C+C] Pirate platformer game - Strict NES emulation
Post by: hawken on January 25, 2015, 10:18:19 am
bit more progress on the base tiles for the tileset, I screengrabbed the .pal maker website. Went for something with a tiny bit more saturation than the base settings.

(https://dl.dropboxusercontent.com/u/1336763/pirate-ship-progress01.png)

The background is split from the waves down, using 13 colours per split.

Please let me know if you can see any tiles that break the colour rules! Any comments welcome.
Title: Re: [WIP] [C+C] Pirate platformer game - Strict NES emulation
Post by: ptoing on January 25, 2015, 03:39:04 pm
The tiles where the planks of the pier are broken and the bit where the ship hits the water surface (tile with the dither on it) are too many colours.

Not sure if I like the dither on the bg, I liked the simpler older version better. The ship looks great though, reminds me of Gimmick!
Title: Re: [WIP] [C+C] Pirate platformer game - Strict NES emulation
Post by: Gil on January 26, 2015, 11:46:35 am
The ship is a winner in any case. I assume you did it last? If so, you're just starting to explore this design and the best is yet to come :). Keep trucking!
Title: Re: [WIP] [C+C] Pirate platformer game - Strict NES emulation
Post by: hawken on January 26, 2015, 05:04:21 pm
Thanks Gil!

After doing a bit of digging, and asking around on the NESDEV forums, they think splitscreen palette swapping is going to be too hard. So I have resumed ptoing's original suggestion of just using lighter shades as waves and hoping for the best.

here's some current progress (always seems like I need more tiles!!)

(https://dl.dropboxusercontent.com/u/1336763/port-harbor02.png)



Would you guys say this is too much detail or not enough (or just enough?) I want this to look "late NES" but not SNES or any other platform.
(shown here without crates as they are a destructible item, not yet decided how to implement so taken out of tiles.)

(https://dl.dropboxusercontent.com/u/1336763/pirateship-progress02.png)
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: surt on January 27, 2015, 11:59:01 am
Ship is pretty awesome.

Had a goat an edit of the rest:
(http://img.uninhabitant.com/hawken_pirateship_edit.png)
Mainly removed dither, also aligned palettes to attribute grid, drop water edge so don't need a separate water edge tile for every material, tried to give a bit more depth.
It is my understanding that dither on NTSC can get rather ugly plus less dither is generally better.
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: hawken on January 28, 2015, 01:30:54 am
Thank you surt! I came across your NES tile dump recently and it's a really fascinating body of work.

A lot of food for thought here, I like how you have made it so there are less wave tiles to deal with, this is actually a point of contention with the engine I am using, as each 8x8 tile needs to be replaced by a special setup if it is animated.

I'm not really sure what you mean by attribute grid, care to elaborate?
Black in the green palette really does help but not sure if I can afford it. Current palette limit below:
(https://dl.dropboxusercontent.com/u/1336763/harbor-palette.png)

I like the depth aspect (wasn't this called 2.5D back in the day?). In the early stages still, so it's something I'm going to try and implement. It does create a lot of work though and I had cut it out of another project before.

As for dithering... On PAL CRT's 1px horizontal lines flicker like crazy, you can't win them all. The chances are slim that this will find it's way to a CRT so it really does come down to preference of style.

Towards the end of the life cycle of the NES, games used a lot of black and dithering (batman anyone?). I'm not really going for the black look, although I do like and appreciate your "tile-tennis"!

I'm totally going to steal the hanging vegetation technique you did!!  ;D
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: ptoing on January 28, 2015, 06:06:52 am
With attribute grid he means the 2x2 tile colour grid.

Dither is tricky. I know that on the C64 certain colours when dithered result in "pixel crawl" which looks pretty ugly. This is worst with colours that are far apart on the colourwheel. So magenta and green right next to each other cause the most fringing and crawl since they are diametrically opposite of each other.

That is for PAL anyway. I am not sure how it is with NTSC.
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: hawken on January 29, 2015, 09:10:30 am
latest update, decided to work with an easier tile set so need to replace all the tiles.

Trying to cut down on dither, implement 2.5d, black waterline and vegetation. Surt I tried to drawn my own version of your tile but yours is perfect, can I steal it?

(https://dl.dropboxusercontent.com/u/1336763/port-harbor-progress.png)
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: Gil on January 29, 2015, 12:45:56 pm
Just a minor comment: I wouldn't call this 2.5D. 2.5D is a very confusing term that means a lot of things, but none of them mean what you mean with it.

Just call it perspective.
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: hawken on January 29, 2015, 06:00:41 pm
http://en.wikipedia.org/wiki/2.5D (http://en.wikipedia.org/wiki/2.5D) Gil according to wikipedia it's any game that has depth but is 2d. I do remember back in the nes / snes days we used that term. It may have changed since then.

A bit more progress, trying to find/lock down a style...

(https://dl.dropboxusercontent.com/u/1336763/port-out-06.png)
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: ptoing on January 29, 2015, 07:46:26 pm
I think using the black like surt did gives things more togetherness.
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: Mr. Fahrenheit on January 29, 2015, 07:46:52 pm
Dang man, this looks sexy. I love all the details you're adding.

I'm not sure about the brown around the torches underwater, it doesnt go with the blue well. Maybe you could use some of the green palette.

(http://i.imgur.com/iGNO6oP.png)

that maybe? and the blue isnt a bad color for some bright lights down there.

I'd also agree with ptoing
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: hawken on January 30, 2015, 05:13:55 am
Thats a really good suggestion about using the green. Stolen.  :lol:

I'll have darker levels with more black, going to have to call this done and move on. Thanks for all the input on this set.

(https://dl.dropboxusercontent.com/u/1336763/pirateship-progress03.png)
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: surt on January 30, 2015, 09:26:40 am
can I steal it?
I'm cool with that.

I still think you should respect the typical NES attribute grid. I consider that to be one of the key defining traits of the NES look.

The area with the torches is meant to be dry isn't it? It doesn't look it.
(http://img.uninhabitant.com/hawken_pirateship_edit_2.png)
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: hawken on January 30, 2015, 12:32:59 pm
cheers surt.

here's some giffage of the wave tile cycling effect ingame. Skipped the ladders and posts for today, takes ages to implement.

(https://dl.dropboxusercontent.com/u/1336763/pixpirate1.gif)

Next tileset is inside the ship.
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: Ryumaru on January 30, 2015, 01:04:40 pm
That is stupid simple, but actually looks really damn nice.  :y:
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: hawken on January 31, 2015, 03:14:35 am
That is stupid simple, but actually looks really damn nice.  :y:

Cheers! It's 10 tiles that are cycled, the only pain is actually implementing. A lot of grunt work there.

Implemented some basic controls, however it's like opening a can of worms so I'll focus on arts for a bit and get some more levels down.





can I steal it?
I'm cool with that.

I still think you should respect the typical NES attribute grid. I consider that to be one of the key defining traits of the NES look.

The area with the torches is meant to be dry isn't it? It doesn't look it.
(http://img.uninhabitant.com/hawken_pirateship_edit_2.png)

Very nice! Once again I find this very inspirational, shall revisit the tiles and see if I can't make it look a bit drier.

Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: hawken on February 17, 2015, 07:03:58 am
Well I've been a bit quiet hard at work on the game. Pixel dailies had the theme cactus and it is now a level in the game

Desert set:

(https://dl.dropboxusercontent.com/u/1336763/desert121.png)

18th Century London WIP:

(https://dl.dropboxusercontent.com/u/1336763/london-inprogress121.png)
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: Mr. Fahrenheit on February 18, 2015, 10:08:44 pm
Damn, the london one looks amazing!

The leftmost cactus looks a little funky ... :lol:

Are you sticking to the tile limit for this?
Title: Re: [WIP] [C+C] Pirate Platformer - late NES style
Post by: hawken on February 19, 2015, 01:57:21 am
Damn, the london one looks amazing!

The leftmost cactus looks a little funky ... :lol:

Are you sticking to the tile limit for this?

Thanks! Still need to add a thing that goes into the black space on the right.

Regarding tiles; I'm "using" the MMC5 (http://en.wikipedia.org/wiki/Memory_management_controller#MMC5) chip in this game, which gives single tile palette assignments and has a tile limit of 16,384 per screen (rather than 256). In real terms this means you can use a tileset of 1024x1024px instead of 128x128px - not that I'm using that many, the scene above is using half a tileset of 256x256px.

I'm flipping and rotating all over the place, which the NES couldn't do, but also I have to fake palette assignments so it's a trade off.

(https://dl.dropboxusercontent.com/u/1336763/london-tileset-wip.png)



thinking of some ways to do a multicoloured title screen using tiles and the same NES restrictions...

1.
(https://dl.dropboxusercontent.com/u/1336763/splash-01.png)

2.
(https://dl.dropboxusercontent.com/u/1336763/splash-02.png)

3.
(https://dl.dropboxusercontent.com/u/1336763/splash-03.png)
Title: Re: [WIP] [C+C] NES Pirate
Post by: rikfuzz on February 19, 2015, 09:36:38 am
Looks super beautiful! 

My one comment:  "Bits O' Eight" sounds more pirate.  Right? 
Title: Re: [WIP] [C+C] NES Pirate
Post by: wzl on February 19, 2015, 10:19:10 am
Personally, I'm never a big fan of things like pixel, bits or similar buzzwords in a game title. Bits of eight though sounds original and descriptive enough. I'd go for that as main title, as pixel pirate seems very generic, while bits of eight seem like an actual title a game could carry.

Maybe give your main char a less generic name like capn ditherbeard  ::)
Title: Re: [WIP] [C+C] NES Pirate
Post by: Kazuya Mochu on February 19, 2015, 10:21:23 am
^^ Ditherbeard is awesome!
Title: Re: [WIP] [C+C] NES Pirate
Post by: hawken on February 19, 2015, 11:24:18 am
First name Floyd (http://en.wikipedia.org/wiki/Floyd%E2%80%93Steinberg_dithering)?  :D
Title: Re: [WIP] [C+C] NES Pirate
Post by: Decroded on February 19, 2015, 12:09:48 pm
dat london tileset  :o
great tone and variation :-)
Title: Re: [WIP] [C+C] NES Pirate
Post by: hawken on February 23, 2015, 08:46:37 am
dat london tileset  :o
great tone and variation :-)

Cheers! Hope to finish it soon.

Heres an update on the title screen (@2x) with the crossbones, running in the game engine.

(https://dl.dropboxusercontent.com/u/1336763/title.gif)
Title: Re: [WIP] [C+C] NES Pirate
Post by: Cyangmou on February 23, 2015, 10:23:14 am
Logo is really nice.

Depending on how strict you go on restrictions it might be an idea to use the blue you have in your ramp for some additional AA.
Also try to use cleaner lines in a lot of spots. The jaggyness and roughness is especially clear at the upper bone.
I also would suggest to add a little shadow at the lower end of each letter.

Quick edit of the left side. White line at the top of each letter would need more AA, but you should get the overall idea what I mean.

(http://abload.de/img/2015_2_23_pixel_pirat27p0p.gif)
Title: Re: [WIP] [C+C] NES Pirate
Post by: hawken on February 23, 2015, 02:38:58 pm

Quick edit of the left side. White line at the top of each letter would need more AA, but you should get the overall idea what I mean.

(http://abload.de/img/2015_2_23_pixel_pirat27p0p.gif)

Like what you've done on the skull there! May have to steal. AA on the letters may be nice, will have to think on it.

Finally got the London pub roughed out. The "Alias Arms".

(https://dl.dropboxusercontent.com/u/1336763/nespirate/london-aliasarms121.png)
Title: Re: [WIP] [C+C] NES Pirate
Post by: ptoing on February 23, 2015, 04:13:08 pm
Pub looks very nice so far.

About the AA on the letters, I am not sure if it does a lot, since the AA colour and the bg-colour are very close. So the effect is pretty minimal.
Title: Re: [WIP] [C+C] NES Pirate
Post by: hawken on March 02, 2015, 10:06:49 am
So I'm thinking to have the interiors a little different to the exteriors, 4 options as follows:

(https://dl.dropboxusercontent.com/u/1336763/interior.jpg)


Any opinions? I'm not really drawn to isometric :-X
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Kazuya Mochu on March 02, 2015, 10:24:47 am
what you call "oblique 90" I usually call "top-down"

I think considering the outside view had this slight depth with the houses, you could do the oblique 45. It would fall closer in terms of style
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: AlcopopStar on March 02, 2015, 10:25:10 am
You'll want your assets to be transferable so Horizontal or Oblique 45 would be best for that. As for those two I guess it depends how much you want break the flow of gameplay between exterior and interior spaces.

This is to say a horizontal interior will have more constancy in a gameplay sense with the outside world, but oblique 45 could work really well as a visual indicator for a mechanically different space, such as a place to interact with NCP's and buy things.

Beyond that just wanted to pop in and say this project is looking fantastic. :)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: rikfuzz on March 02, 2015, 12:51:16 pm
I've always had a fondness for 'oblique 45', but there's no real pros or cons to any of the projections, except keeping it at horizontal where it's a lot less work obviously.  :)

Congo Bongo has used all kinds of projections, depending on the port, so I was looking at screenshots to see if any were better for depth vs height, but I couldn't really notice anything significant. These kind of projections are definitely more interesting to look at when there's lots of height levels though. 

Control is a bit annoying for me if the joypad axis is rotated (ie. up goes map-north vs away-from-the-camera) and perhaps the inverse is true for other players, but that's up to you, and not hugely problematic if the indoors parts aren't action orientated anyway.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Mr. Fahrenheit on March 02, 2015, 01:16:41 pm
Yeah I was thinking oblique 45 would look cool too.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on March 03, 2015, 01:07:59 am


Control is a bit annoying for me if the joypad axis is rotated (ie. up goes map-north vs away-from-the-camera) and perhaps the inverse is true for other players, but that's up to you, and not hugely problematic if the indoors parts aren't action orientated anyway.

This is a very valid point, it has been mentioned that I shouldn't change the input too much when changing from outside to inside so maybe oblique45 is the way to go.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on March 07, 2015, 10:37:43 am
Well it turned out Oblique looked like too much work in the long run. So I'm going with "top down" (Oblique90)

Here's a little mockup of the ground floor of Alias Arms.

(https://dl.dropboxusercontent.com/u/1336763/pub-anim.gif)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Kazuya Mochu on March 07, 2015, 01:09:22 pm
really nice!
is there a roof over the bar? feels a bit odd.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Cyangmou on March 07, 2015, 01:18:38 pm
what you call "oblique 90" I usually call "top-down"

Top down means something completely different than what you imagine:

top-down:
viewing angle 90°
third vanishing point can't be seen because it's like a map seen from above.

Super Swiv
(http://www.generation-snes.fr/Tests/Swiv/SuperSwiv%283%29.png)

Hotline Miami:
(http://gfbrobot.com/wp-content/uploads/2013/01/hotline-miami-guns.jpg)

"RPG"-view
viewing angle 45°
third vanishing point is infinite, means straight z-axis

(http://www.emuparadise.me/fup/up/35238-Seiken_Densetsu_3_%28Japan%29_%5BEn_by_LNF+Neill_Corlett+SoM2Freak_v1.01%5D-24.png)

and inbetween are the

"Zelda" projection (more topdown, 3rd vanishing point implied - strognly breaks a projection, most symbolic approach of all these here)
(http://vignette4.wikia.nocookie.net/zelda/images/6/6a/Gameplay_%28The_Minish_Cap%29.png/revision/latest?cb=20091027062108)

and Golden sun: (more RPG view, third vanishing point implied, only breaks the perpective/projection slightly (houses), but their cliffs are still drawn with an infinite third vanishing point.)
(http://ocremix.org/files/images/games/gba/3/golden-sun-gba-ingame-27194.png)

Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Kazuya Mochu on March 07, 2015, 01:33:19 pm
I always though RPGs were drawing in a top down view, and that what you show as topdown was called birds-view. That's why I started that thread. cause there's no one place where that information is laid down in an unmistakable way. "RPG-view" sounds vague to me. Sounds like "Oh its a sort of like this kind of thing".
Anyway, don0t want to derail this any further. if you have a link to some of that info, I'm be more than appreciated!
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Cheetah on March 07, 2015, 06:02:18 pm
The bar interior looks pretty good, but I really feel like you should just stick with one perspective for the majority of the game. Here are some quick thoughts on what having two perspectives would do to your game:

Cons:
-Way more pixeling
-No reuse of tiles
-Jarring for the player
-More coding
-Multiple control schemes (not good)
-You might be able to reuse characters sprites, but part of the successful illusion of pixel art is maintaining a consistent perspective. The same character sprite might look good in both perspectives in isolation, but the player will notice with constantly switching between the two and then it will start breaking the logic behind the illusion.

Pros
-Varied gameplay (but not really if it is just a different way of walking around and talking to people)
-More distinction between outdoor and indoor environments (for what purpose?)
-Better visuals with the new perspective (if it looks better than why wouldn't you use it everywhere?)

Food for thought, I would like to hear your rational. I'm digging the art style and the esthetic. Love your perspective post Cyangmou. There should be a thread devoted to getting a consensus on terminology for various types of perspectives/projection with examples and then make it into a tutorial/guide/lexicon.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on March 08, 2015, 01:22:18 pm
The bar interior looks pretty good, but I really feel like you should just stick with one perspective for the majority of the game. Here are some quick thoughts on what having two perspectives would do to your game:

Cons:
-Way more pixeling
-No reuse of tiles
-Jarring for the player
-More coding
-Multiple control schemes (not good)
-You might be able to reuse characters sprites, but part of the successful illusion of pixel art is maintaining a consistent perspective. The same character sprite might look good in both perspectives in isolation, but the player will notice with constantly switching between the two and then it will start breaking the logic behind the illusion.

Pros
-Varied gameplay (but not really if it is just a different way of walking around and talking to people)
-More distinction between outdoor and indoor environments (for what purpose?)
-Better visuals with the new perspective (if it looks better than why wouldn't you use it everywhere?)

Food for thought, I would like to hear your rational. I'm digging the art style and the esthetic. Love your perspective post Cyangmou. There should be a thread devoted to getting a consensus on terminology for various types of perspectives/projection with examples and then make it into a tutorial/guide/lexicon.

Some good points! Jury is not out yet, just seeing if it works before deciding.

Worked for Zelda2 & TMNT on the NES so lets see.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Cheetah on March 08, 2015, 11:40:23 pm


Some good points! Jury is not out yet, just seeing if it works before deciding.

Worked for Zelda2 & TMNT on the NES so lets see.

I was going to use those as examples of the multiple perspective not working... Nothing wrong with experimenting, I'm just so digging your horizontal tiles.

I will let the Angry Video Game nerd make my points.
https://www.youtube.com/watch?v=XjUz8IT0CYg
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on March 16, 2015, 09:26:12 am
(https://dl.dropboxusercontent.com/u/1336763/pete16-12-8.png)

based on new concept art



Just out of interest, do you guys like the left or right versions? (generous palette vs limited palette)

(https://dl.dropboxusercontent.com/u/1336763/pete16-12-8-2.png)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Ambivorous on March 17, 2015, 01:04:20 pm
I can't say I outright prefer either, so I'd suggest going with the ones on the right.
Having fewer colours to deal with will make your life easier, give it more of a NESsy effect, and still keep all the charm; so from that perspective I see no reason to go for more colours.

By the by, this all looks amazeballs, so please do keep it up.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: rikfuzz on March 17, 2015, 02:11:09 pm
Prefer the limited palette too - only real loss is the stubble-grey, for me.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Cheetah on March 17, 2015, 02:22:59 pm
I'm liking the new character design. In terms of colors, I prefer the higher color count. However, I think the more important thing is how the character looks in the environment he is in and having him at last closely match the palette restrictions. So that would likely mean the more restricted character palette is better.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: BatElite on March 17, 2015, 04:43:03 pm
I think the limited palette ones would look better if you used the darkest blue rather than the mid-tone, since the character lacks depth otherwise.

I don't really prefer either, by the way.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on March 18, 2015, 04:24:19 am
Thanks for the feedback folks, most interesting.

I'm liking the new character design. In terms of colors, I prefer the higher color count. However, I think the more important thing is how the character looks in the environment he is in and having him at last closely match the palette restrictions. So that would likely mean the more restricted character palette is better.

This is probably very true, I'll need to see how well he fits in the environment.



(https://dl.dropboxusercontent.com/u/1336763/desert-test.png)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on March 24, 2015, 09:02:54 am
Finalised on a 6 colour palette, he is probably all good for animation now. Lot's of layers al-la Arthur style health.

(https://dl.dropboxusercontent.com/u/1336763/desert2.png)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Cheetah on March 24, 2015, 03:44:40 pm
New designs are an excellent improvement and balance of the previous iterations. Just from a design point, you might think of giving him a white shirt and maybe a bandana. More pirate themed instead a random shirtless guy. Plus having the bandana be blue would make the color scheme more consistent across his evolution. I like the ghost and goblins armor mechanic used in this way.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on April 09, 2015, 10:17:19 am
Bit more walkcycle:

(https://dl.dropboxusercontent.com/u/1336763/walkcycle2.gif)

Weapons:

(https://dl.dropboxusercontent.com/u/1336763/pete-weapons.gif)

Booty:

(https://dl.dropboxusercontent.com/u/1336763/booty-sprites.png)

Booty system confirmed:

(https://dl.dropboxusercontent.com/u/1336763/booty2.gif)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: |||| on April 09, 2015, 10:57:10 am
That looks so good; all the pixels are great. The walk and run cycle look perfect.
All the treasure and booty look enticing, but maybe when they vanish the smoke's 1st frame could burst more and the smoke could wave or something as as it disperses; right now it looks too bubbly I think.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: rikfuzz on April 09, 2015, 11:22:00 am
Wow - really nice animation!

May need a skid/slide/stumble for stopping from running. Mario has a special animation for skidding while switching directions which I always thought looked cool.

(Not sure I'm too keen on the dithered sky gradient as an aside).
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Kazuya Mochu on April 10, 2015, 08:54:33 am
I mean, yeah whatever... the real question is: WHEN CAN I PLAY IT???? it looks so freaking juicy and cool!
you did an excellent job in the animation. Looks really cool!
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Seiseki on April 10, 2015, 03:13:30 pm
Awesome job!
Love the animations, this has come really far since page 1 :D
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Skaz on April 10, 2015, 06:50:45 pm
I really like your style. The walk/run cycle is really cool ! Weapons are awesome too, but no Molotov cocktail made out of a rum bottle with a treasure map instead of a piece of cloth ? :p A wooden leg could do a really cool weapon too. Especially if the leg owner is still attached to it.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on April 11, 2015, 05:57:45 am
Thanks for the comments guys! Feedback like this gets the pixels flowing!

I really like your style. The walk/run cycle is really cool ! Weapons are awesome too, but no Molotov cocktail made out of a rum bottle with a treasure map instead of a piece of cloth ? :p A wooden leg could do a really cool weapon too. Especially if the leg owner is still attached to it.

I think you just won a free mention in the credits! I think shark was mentioned somewhere too...
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Seiseki on April 11, 2015, 06:34:03 am
Don't forget the parrot   :lol:
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on April 11, 2015, 09:25:09 am
Don't forget the parrot   :lol:

Parrot is in :D https://twitter.com/hawkun/status/586460321356718080/photo/1 (https://twitter.com/hawkun/status/586460321356718080/photo/1)

Molotov cocktail is in...

(https://dl.dropboxusercontent.com/u/1336763/shark.png)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Skaz on April 11, 2015, 09:54:13 am
Ahahah. Awesome.  ;D

Keep up!
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Seiseki on April 11, 2015, 09:58:54 am
Nice! :D

I think you could give the shark more personality though, it doesn't look very menacing..

I gave it a try..

(http://share.cherrytree.at/showfile-20113/piracyshark.png)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Kazuya Mochu on April 11, 2015, 02:06:35 pm
you could have an electric eel attack!
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on April 12, 2015, 01:55:17 am
Nice! :D

I think you could give the shark more personality though, it doesn't look very menacing..

I gave it a try..

(http://share.cherrytree.at/showfile-20113/piracyshark.png)

Thanks! I'm thinking of showing his full "smile" during the attack animation. When Sharks open their mouths the whole shape of their heads change, it was more Shark-like to show this solemn, grumpy, disinterested look they usually have about them when idle.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Decroded on April 12, 2015, 03:27:53 am
for a second I thought he had a piranha launcher and lold coz that would be cool.
might not br ocean/piratey enough though
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on April 17, 2015, 09:20:12 am
Here is a video I showed at an Indie game night here in Tokyo the other day, and serves as the official preview of the levels and music I guess. Enjoy!



HD here (http://"https://www.youtube.com/watch?v=Ljec2Ggo1OI")
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Daimoth on April 17, 2015, 05:35:53 pm
...Excellent.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on April 26, 2015, 09:13:02 am
needed some frames from all angles so put into a handy diagram showing how Pete changes as he loses health.

(http://dl.dropbox.com/s/1ryvwxcodpyfzkg/pete-spin.gif)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Cheetah on April 26, 2015, 03:53:19 pm
I'm always impressed by smooth pixel 3D rotations for some reason. I think the difference between 1 and 2 hearts is too subtle, it wont be clear from all angles and if there is action going on. I would recommend he loose the jacket at 1 heart as well. Otherwise loving this, though I guess I'm still not a huge fan of the gray outfit.

Do you have a TIG devlog going too?

You are developing in Unity correct? It looks like they just released an alpha build of their new 2D tools, including a tile map editor.

Last. For the anchor swing, perhaps have him carry it around on his shoulder and then swing it down from there. I think that would look a lot better and would provide a more unique animation too, so he kind of bends down to slam it down.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: yrizoud on April 26, 2015, 04:41:21 pm
The hat feather changes sides during the rotation :)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Decroded on April 26, 2015, 11:41:40 pm
+1 lose the jacket or something on 1 heart.

the project is great and I love the music but I thought it didn't seem very piratey. perhaps needs at least one straight-up swashbuckling tune played at the start.

Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on April 27, 2015, 03:57:58 am
Thanks all for the feedback, the game is built using Unity + 2dtoolkit for all the tilemaps etc.

Running a TIG devlog here: http://forums.tigsource.com/index.php?topic=46419.0 (http://forums.tigsource.com/index.php?topic=46419.0)

Will think about how to do 1 heart status, originally had him shirtless like Arthur from G&G but looked a bit odd...
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Decroded on April 27, 2015, 04:27:38 am
i'm curious how well unity 2d handles the pixel upscaling these days?
r u having trouble with it or is it pretty good now at upscale with no blur/artifacts?


u could just give him a pirate shirt if shirtless is too much - http://www.asia.ru/upload_images/143/142448/1587105.jpg (http://www.asia.ru/upload_images/143/142448/1587105.jpg)
does he ever use a sword?
also can we sail/explore around the ocean?

Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on April 27, 2015, 11:58:44 am
i'm curious how well unity 2d handles the pixel upscaling these days?
r u having trouble with it or is it pretty good now at upscale with no blur/artifacts?

Unity has been able to do sprites since 4.3 and point filtering since forever, so it's been handling 2d quite well for about 1.5 years now. You should check it out ;)

The tech demo won't feature swords but will feature ships. The early access may feature swords  :y:
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: kriss on April 27, 2015, 03:59:51 pm
If i understand well.. you're using unity and make some objects with illustrator / cinema 4d to make animation for complex objects ?
I'm just lost about how you make all  sprites for the complete animation : do you print the screen for each frame as guide to draws each frame ?

i'm using unity too and photoshop for animation, and this method could save me lot of time ^^ like make coin spin around

Graphism are really good, it's just a shame you only use few colors.. inn for exemple could really smash our head with more than 4 colours (just my opinion  ;D )

btw i'm a fan of this project  ;D
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Decroded on April 28, 2015, 02:39:29 am
from what I've seen only some objects like logo and anchor r done using those tools where as most of the items and sprites r raw pixel art.
I could be wrong though.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on April 28, 2015, 12:39:16 pm
from what I've seen only some objects like logo and anchor r done using those tools where as most of the items and sprites r raw pixel art.
I could be wrong though.


Ah actually the logo is all freehand... well, with the help of illustrator, did a write up of how on the TIG thread if interested.

If i understand well.. you're using unity and make some objects with illustrator / cinema 4d to make animation for complex objects ?
I'm just lost about how you make all  sprites for the complete animation : do you print the screen for each frame as guide to draws each frame ?

i'm using unity too and photoshop for animation, and this method could save me lot of time ^^ like make coin spin around

Graphism are really good, it's just a shame you only use few colors.. inn for exemple could really smash our head with more than 4 colours (just my opinion  ;D )

btw i'm a fan of this project  ;D

Thanks!

For the frames, it depends on the 3D software (photoshop can also do it!) but in my case, I just selected the frame and made Cinema4D render that to a PNG without transparency. Then I put each frame into photoshop, cropped an area for the character and animated.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: kriss on April 29, 2015, 06:38:34 am
Ok so you can save an animation frame by frame with cinema4D ?
I'll make a try, thanks for the advice :)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on April 29, 2015, 02:41:49 pm
Thanks for all the replies and suggestions.

Let's go with sleevelessness  ;D

(http://dl.dropbox.com/s/jqwbojgopn72b81/pete-spin-h1%401x.png)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: jams0988 on April 30, 2015, 07:00:49 am
I like the look of this project. Your shark and barracuda weapons made me smile. I disagree that the shark's face needs changing. I love the look of bored contempt you gave him. Looks like he's thinking "wtf is this shit? = \" Much more fitting for a shark that's been plucked out of the water and carried around than a generic "evil" face, I think.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on April 30, 2015, 12:14:54 pm
Thanks, I agree the shark should have his own deal.

some humble townsfolk

(http://dl.dropbox.com/s/a5icpjz3473nu7c/townsfolk.png)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Cheetah on April 30, 2015, 10:26:50 pm
New sleeveless main pirate is a great thought for the base health state. Making the jacket a bit more ragged would be an extra touch, but might not read well at such a low resolution and would add a lot of extra animation.

Generally I'm loving the new characters. I'm digging the colors in general and appreciate the ethnic variation. There are a few things that could improve with another pass:
1) The hands and lower arms of #2 & #3. I guess they are supposed to be resting their fists on their hips, but their hands look a bit twisted and dumpy. Perhaps open hands around their hips would read better.
2) There are a few odd blocks of color, particularly on #5's hat rim and body, and #6's apron.
3) Your white shades may be too similar, with your shader needing to be darker. On bright monitors (like mine) I think the contrast is almost nonexistent.

Keep up the great work, I'm loving this project.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on May 31, 2015, 06:30:59 am
It's been a busy time for Pixel Pirate. Did a trade show, with a playable demo! Full write up about that here (http://dadakostudios.tumblr.com/post/118669520372/tokyo-indie-fest-2015).

Working on lots of new things, and finally getting the pixel art 3D look done.

(https://38.media.tumblr.com/422d0fccfd7706ec9d04d30c14a5d202/tumblr_np7b8ekD7l1sciyebo1_500.gif)

Heres an early video of the gameplay, from early May.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Cheetah on May 31, 2015, 01:44:10 pm
Good to see more of this. Art style wise, everything is getting a bit too dark and muddy, not sure when this happened. Definitely feel that palette needs to be brightened or more contrast. The ladders are nearly invisible, since they can be interacted with they should stand out more from the background. I like how you used the 3D to help with the anchor animations, but I'm not a fan of it with the eggs and the octopus. But it is a style choice so as long as you make it looks good and consistent hopefully it will work. Oh and the best part about having the cool visual change as you take damage is that you can get ride of the cliche heart health system and just having the player himself be the indicator of how much health the player has.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Gil on May 31, 2015, 02:52:18 pm
Haha, I love the reference to the mission impossible theme song when the kraken appears :D
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on May 31, 2015, 03:33:26 pm
Art style wise, everything is getting a bit too dark and muddy, not sure when this happened.

That might just be the compression on the video, it's kinda low quality for now. I'll put a 1080p one up soon. The palette is strict PAL NES.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: HarveyDentMustDie on June 01, 2015, 12:46:05 am
I think that 3d art doesn't belong with the rest of the art here. It ruins the atmosphere that game have until that boss moment. I think that you can do something like this even without 3d or with drawing over it. It will require additional effort but I think it will look 10x better.  :)

Also birds look a bit stiff maybe you should add falling animation.

Overall great character design and nice progress so far. :)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: kullenberg on June 01, 2015, 12:32:07 pm
Dude that looks fucking sweet. I was surprised how good the music and audio were, I'm sitting here with goosebumps :D
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: kullenberg on June 01, 2015, 12:35:23 pm
Btw, I had a laugh about the "kill the menacing monsters for free drinks on fridays" bit. It's like the pirate version of "you'll get great exposure"...
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Motrox on June 01, 2015, 09:44:00 pm
I thought the addition of the 3d model was quite unique  ???
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Decroded on June 08, 2015, 05:48:00 am
i love the way you've made the 3D render with limited palette.
personally i dont think the 3d should be in there but i think it would appeal to a wider/common audience.

either way if ur going to have it i think u should remodel and be careful of those polygons.
IMO they ruin the aesthetic when u have all these random and arbitrary angles on the kraken's head. If anything I would say add MORE polygons to smooth it out and keep the same cool rendering you have (even though im not that into NES art).
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on June 13, 2015, 12:57:40 pm
Thanks again for all the great comments, really helps fuel the passion for this project. I'll be showing the game again publicly on July 11th, lots of new things.

We have an NPC system, here they are

(http://dl.dropbox.com/s/c2ya1csdj5tqzxa/modularnpc.png)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on June 30, 2015, 03:18:58 pm
Currently in crunch on the game for showing at BitSummit2015 (http://bitsummit.org/2015/), but thought I'd share this. Comments welcome as always  :y:

(Plants, backgrounds & some spot effects get added in game. This is a tilemap)

(http://dl.dropbox.com/s/ab7mj36ki1qg07i/PortRoyal.png)

(A map from the game)
(http://dl.dropbox.com/s/wz72b8l3o9kabee/mapbase.png)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: Gil on July 03, 2015, 08:29:57 am
The contrast on the city game seems a bit high. The characters seem to get lost in it. Seems like the orange in the floors is the main culprit, it's a bit too high contrast with the pure white.

The assets look pretty good though, so you can just tweak the palette. You're using NES palette IIRC, right? If you post your palette, I'll have a go at an edit.
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on July 05, 2015, 08:40:19 am
The contrast on the city game seems a bit high. The characters seem to get lost in it. Seems like the orange in the floors is the main culprit, it's a bit too high contrast with the pure white.

The assets look pretty good though, so you can just tweak the palette. You're using NES palette IIRC, right? If you post your palette, I'll have a go at an edit.

We've scrapped the town view point for now. Everything is now side-on, much easier on the eye.

(http://dl.dropbox.com/s/qsxq0ezlswyfxf0/PortRoyal-side.png)

(palette is NES PAL - as opposed to NTSC btw)
Title: Re: [WIP] [C+C] Pixel Pirate in Bits of Eight
Post by: hawken on July 18, 2015, 02:37:44 am
So we did another trade show! The game has come along quite a bit, video here:



More info on the game and an interview of me playing it can be found on the http://dadako.com/about page