AuthorTopic: [WIP] [C+C] Pixel Pirate in Bits of Eight  (Read 47110 times)

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

[WIP] [C+C] Pixel Pirate in Bits of Eight

on: January 24, 2015, 03:07:48 pm
I'm just getting started on this, following this as a guide 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/




(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!
« Last Edit: March 02, 2015, 10:07:21 am by hawken »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline ptoing

  • 0101
  • ****
  • Posts: 3063
  • Karma: +0/-0
  • variegated quadrangle arranger
    • the_ptoing
    • http://pixeljoint.com/p/2191.htm
    • View Profile
    • Perpetually inactive website

Re: [WIP] [C+C] Pirate platformer game - Strict NES emulation

Reply #1 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 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.


And here is what you could do without any sprites, but it would need a lot more tiles, for the animation.


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.


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.
There are no ugly colours, only ugly combinations of colours.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pirate platformer game - Strict NES emulation

Reply #2 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)


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.
« Last Edit: January 25, 2015, 05:50:36 am by hawken »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Angelonias

  • 0001
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pirate platformer game - Strict NES emulation

Reply #3 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.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pirate platformer game - Strict NES emulation

Reply #4 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.



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.
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline ptoing

  • 0101
  • ****
  • Posts: 3063
  • Karma: +0/-0
  • variegated quadrangle arranger
    • the_ptoing
    • http://pixeljoint.com/p/2191.htm
    • View Profile
    • Perpetually inactive website

Re: [WIP] [C+C] Pirate platformer game - Strict NES emulation

Reply #5 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!
There are no ugly colours, only ugly combinations of colours.

Offline Gil

  • 0100
  • ***
  • Posts: 1543
  • Karma: +1/-0
  • Too square to be hip
    • http://pixeljoint.com/p/475.htm
    • View Profile
    • My Portfolio

Re: [WIP] [C+C] Pirate platformer game - Strict NES emulation

Reply #6 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!

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pirate platformer game - Strict NES emulation

Reply #7 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!!)





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.)

« Last Edit: January 27, 2015, 09:09:52 am by PixelPiledriver »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline surt

  • 0011
  • **
  • Posts: 570
  • Karma: +0/-0
  • Meat by-product
    • not_surt
    • http://pixeljoint.com/p/2254.htm
    • View Profile
    • Uninhabitant

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #8 on: January 27, 2015, 11:59:01 am
Ship is pretty awesome.

Had a goat an edit of the rest:

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.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #9 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:


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
« Last Edit: January 28, 2015, 01:43:43 am by hawken »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline ptoing

  • 0101
  • ****
  • Posts: 3063
  • Karma: +0/-0
  • variegated quadrangle arranger
    • the_ptoing
    • http://pixeljoint.com/p/2191.htm
    • View Profile
    • Perpetually inactive website

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #10 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.
There are no ugly colours, only ugly combinations of colours.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #11 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?

twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Gil

  • 0100
  • ***
  • Posts: 1543
  • Karma: +1/-0
  • Too square to be hip
    • http://pixeljoint.com/p/475.htm
    • View Profile
    • My Portfolio

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #12 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.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #13 on: January 29, 2015, 06:00:41 pm
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...

« Last Edit: January 30, 2015, 05:22:40 am by hawken »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline ptoing

  • 0101
  • ****
  • Posts: 3063
  • Karma: +0/-0
  • variegated quadrangle arranger
    • the_ptoing
    • http://pixeljoint.com/p/2191.htm
    • View Profile
    • Perpetually inactive website

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #14 on: January 29, 2015, 07:46:26 pm
I think using the black like surt did gives things more togetherness.
There are no ugly colours, only ugly combinations of colours.

Offline Mr. Fahrenheit

  • 0010
  • *
  • Posts: 326
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #15 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.



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

I'd also agree with ptoing

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #16 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.

« Last Edit: January 30, 2015, 05:16:37 am by hawken »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline surt

  • 0011
  • **
  • Posts: 570
  • Karma: +0/-0
  • Meat by-product
    • not_surt
    • http://pixeljoint.com/p/2254.htm
    • View Profile
    • Uninhabitant

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #17 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.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #18 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.



Next tileset is inside the ship.
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Ryumaru

  • Moderator
  • 0100
  • *
  • Posts: 1683
  • Karma: +0/-0
  • to be animated soonly
    • ChrisPariano
    • View Profile

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #19 on: January 30, 2015, 01:04:40 pm
That is stupid simple, but actually looks really damn nice.  :y:

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #20 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.


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.

« Last Edit: February 01, 2015, 03:19:00 pm by hawken »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #21 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:



18th Century London WIP:

« Last Edit: February 18, 2015, 09:23:43 am by hawken »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Mr. Fahrenheit

  • 0010
  • *
  • Posts: 326
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #22 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?

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pirate Platformer - late NES style

Reply #23 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 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.





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

1.


2.


3.
« Last Edit: February 19, 2015, 08:48:16 am by hawken »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline rikfuzz

  • 0010
  • *
  • Posts: 427
  • Karma: +1/-0
    • View Profile
    • twitter @hot_pengu

Re: [WIP] [C+C] NES Pirate

Reply #24 on: February 19, 2015, 09:36:38 am
Looks super beautiful! 

My one comment:  "Bits O' Eight" sounds more pirate.  Right? 

Offline wzl

  • 0010
  • *
  • Posts: 298
  • Karma: +1/-0
    • View Profile

Re: [WIP] [C+C] NES Pirate

Reply #25 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  ::)

Offline Kazuya Mochu

  • 0010
  • *
  • Posts: 436
  • Karma: +0/-0
  • ^thx Larwick
    • View Profile
    • my portfolio website

Re: [WIP] [C+C] NES Pirate

Reply #26 on: February 19, 2015, 10:21:23 am
^^ Ditherbeard is awesome!
Image size doesn't matter! It's what you do with your pixels that counts!

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] NES Pirate

Reply #27 on: February 19, 2015, 11:24:18 am
First name Floyd:D
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Decroded

  • 0100
  • ***
  • Posts: 1285
  • Karma: +3/-0
  • Oh hai
    • View Profile

Re: [WIP] [C+C] NES Pirate

Reply #28 on: February 19, 2015, 12:09:48 pm
dat london tileset  :o
great tone and variation :-)

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] NES Pirate

Reply #29 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.

twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Cyangmou

  • 0011
  • **
  • Posts: 929
  • Karma: +3/-0
    • cyangmou
    • http://pixeljoint.com/p/32234.htm
    • cyangmou
    • View Profile
    • Pixwerk Homepage

Re: [WIP] [C+C] NES Pirate

Reply #30 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.

"Because the beauty of the human body is that it hasn't a single muscle which doesn't serve its purpose; that there's not a line wasted; that every detail of it fits one idea, the idea of a man and the life of a man."

Dev-Art
Twitter

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] NES Pirate

Reply #31 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.



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".

twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline ptoing

  • 0101
  • ****
  • Posts: 3063
  • Karma: +0/-0
  • variegated quadrangle arranger
    • the_ptoing
    • http://pixeljoint.com/p/2191.htm
    • View Profile
    • Perpetually inactive website

Re: [WIP] [C+C] NES Pirate

Reply #32 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.
There are no ugly colours, only ugly combinations of colours.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] NES Pirate

Reply #33 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:



  • Side view (metroidvania)
  • Oblique 45 (rivercity rampage)
  • Oblique 90 (final fantasy)
  • Isometric (solstice)

Any opinions? I'm not really drawn to isometric :-X
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Kazuya Mochu

  • 0010
  • *
  • Posts: 436
  • Karma: +0/-0
  • ^thx Larwick
    • View Profile
    • my portfolio website

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #34 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
Image size doesn't matter! It's what you do with your pixels that counts!

Offline AlcopopStar

  • 0010
  • *
  • Posts: 153
  • Karma: +0/-0
    • View Profile
    • https://ramheadedgirl.com/folio/

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #35 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. :)

Offline rikfuzz

  • 0010
  • *
  • Posts: 427
  • Karma: +1/-0
    • View Profile
    • twitter @hot_pengu

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #36 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.

Offline Mr. Fahrenheit

  • 0010
  • *
  • Posts: 326
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #37 on: March 02, 2015, 01:16:41 pm
Yeah I was thinking oblique 45 would look cool too.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #38 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.
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #39 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.

twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Kazuya Mochu

  • 0010
  • *
  • Posts: 436
  • Karma: +0/-0
  • ^thx Larwick
    • View Profile
    • my portfolio website

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #40 on: March 07, 2015, 01:09:22 pm
really nice!
is there a roof over the bar? feels a bit odd.
Image size doesn't matter! It's what you do with your pixels that counts!

Offline Cyangmou

  • 0011
  • **
  • Posts: 929
  • Karma: +3/-0
    • cyangmou
    • http://pixeljoint.com/p/32234.htm
    • cyangmou
    • View Profile
    • Pixwerk Homepage

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #41 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


Hotline Miami:


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



and inbetween are the

"Zelda" projection (more topdown, 3rd vanishing point implied - strognly breaks a projection, most symbolic approach of all these here)


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.)


« Last Edit: March 07, 2015, 01:28:32 pm by Cyangmou »
"Because the beauty of the human body is that it hasn't a single muscle which doesn't serve its purpose; that there's not a line wasted; that every detail of it fits one idea, the idea of a man and the life of a man."

Dev-Art
Twitter

Offline Kazuya Mochu

  • 0010
  • *
  • Posts: 436
  • Karma: +0/-0
  • ^thx Larwick
    • View Profile
    • my portfolio website

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #42 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!
Image size doesn't matter! It's what you do with your pixels that counts!

Offline Cheetah

  • 0001
  • *
  • Posts: 48
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #43 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.
« Last Edit: March 07, 2015, 06:05:39 pm by Cheetah »

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #44 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.
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Cheetah

  • 0001
  • *
  • Posts: 48
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #45 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

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #46 on: March 16, 2015, 09:26:12 am


based on new concept art



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

« Last Edit: March 17, 2015, 09:52:57 am by hawken »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Ambivorous

  • 0010
  • *
  • Posts: 365
  • Karma: +2/-0
  • If you can't do; inspire.
    • ambivorous
    • ambivorous
    • http://pixeljoint.com/p/47949.htm
    • ambivorous
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #47 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.
* may contain misinformation

Offline rikfuzz

  • 0010
  • *
  • Posts: 427
  • Karma: +1/-0
    • View Profile
    • twitter @hot_pengu

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #48 on: March 17, 2015, 02:11:09 pm
Prefer the limited palette too - only real loss is the stubble-grey, for me.

Offline Cheetah

  • 0001
  • *
  • Posts: 48
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #49 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.

Offline BatElite

  • 0010
  • *
  • Posts: 117
  • Karma: +1/-0
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #50 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.
Quote from: Cure
Well you tried your best.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #51 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.



« Last Edit: March 18, 2015, 08:33:23 am by hawken »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #52 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.

twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Cheetah

  • 0001
  • *
  • Posts: 48
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #53 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.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #54 on: April 09, 2015, 10:17:19 am
Bit more walkcycle:



Weapons:



Booty:



Booty system confirmed:

« Last Edit: April 09, 2015, 10:26:54 am by hawken »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline ||||

  • 0010
  • *
  • Posts: 341
  • Karma: +0/-0
  • The brand with four stripes
    • llll_lijj
    • http://pixeljoint.com/pixels/new_icons.asp?owner=30996&ob=search&dosearch=1
    • Lijj
    • View Profile
    • rawbetty.com

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #55 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.

Offline rikfuzz

  • 0010
  • *
  • Posts: 427
  • Karma: +1/-0
    • View Profile
    • twitter @hot_pengu

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #56 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).

Offline Kazuya Mochu

  • 0010
  • *
  • Posts: 436
  • Karma: +0/-0
  • ^thx Larwick
    • View Profile
    • my portfolio website

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #57 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!
Image size doesn't matter! It's what you do with your pixels that counts!

Offline Seiseki

  • 0011
  • **
  • Posts: 915
  • Karma: +1/-0
  • Starmancer
    • OminuxGames
    • http://pixeljoint.com/p/35207.htm
    • StarmancerGame
    • View Profile
    • Starmancer Patreon

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #58 on: April 10, 2015, 03:13:30 pm
Awesome job!
Love the animations, this has come really far since page 1 :D

Offline Skaz

  • 0010
  • *
  • Posts: 111
  • Karma: +0/-0
    • View Profile
    • My DeviantArt

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #59 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.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #60 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...
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Seiseki

  • 0011
  • **
  • Posts: 915
  • Karma: +1/-0
  • Starmancer
    • OminuxGames
    • http://pixeljoint.com/p/35207.htm
    • StarmancerGame
    • View Profile
    • Starmancer Patreon

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #61 on: April 11, 2015, 06:34:03 am
Don't forget the parrot   :lol:

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #62 on: April 11, 2015, 09:25:09 am
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Skaz

  • 0010
  • *
  • Posts: 111
  • Karma: +0/-0
    • View Profile
    • My DeviantArt

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #63 on: April 11, 2015, 09:54:13 am
Ahahah. Awesome.  ;D

Keep up!

Offline Seiseki

  • 0011
  • **
  • Posts: 915
  • Karma: +1/-0
  • Starmancer
    • OminuxGames
    • http://pixeljoint.com/p/35207.htm
    • StarmancerGame
    • View Profile
    • Starmancer Patreon

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #64 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..

Offline Kazuya Mochu

  • 0010
  • *
  • Posts: 436
  • Karma: +0/-0
  • ^thx Larwick
    • View Profile
    • my portfolio website

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #65 on: April 11, 2015, 02:06:35 pm
you could have an electric eel attack!
Image size doesn't matter! It's what you do with your pixels that counts!

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #66 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..



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.
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Decroded

  • 0100
  • ***
  • Posts: 1285
  • Karma: +3/-0
  • Oh hai
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #67 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

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #68 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
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Daimoth

  • 0010
  • *
  • Posts: 140
  • Karma: +0/-0
  • I Am Tooth
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #69 on: April 17, 2015, 05:35:53 pm
...Excellent.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #70 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.

twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Cheetah

  • 0001
  • *
  • Posts: 48
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #71 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.

Offline yrizoud

  • 0010
  • *
  • Posts: 330
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #72 on: April 26, 2015, 04:41:21 pm
The hat feather changes sides during the rotation :)

Offline Decroded

  • 0100
  • ***
  • Posts: 1285
  • Karma: +3/-0
  • Oh hai
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #73 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.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #74 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

Will think about how to do 1 heart status, originally had him shirtless like Arthur from G&G but looked a bit odd...
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Decroded

  • 0100
  • ***
  • Posts: 1285
  • Karma: +3/-0
  • Oh hai
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #75 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
does he ever use a sword?
also can we sail/explore around the ocean?

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #76 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:
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline kriss

  • 0010
  • *
  • Posts: 124
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #77 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

Offline Decroded

  • 0100
  • ***
  • Posts: 1285
  • Karma: +3/-0
  • Oh hai
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #78 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.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #79 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.
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline kriss

  • 0010
  • *
  • Posts: 124
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #80 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 :)

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #81 on: April 29, 2015, 02:41:49 pm
Thanks for all the replies and suggestions.

Let's go with sleevelessness  ;D

twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline jams0988

  • 0010
  • *
  • Posts: 346
  • Karma: +0/-1
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #82 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.
« Last Edit: April 30, 2015, 05:46:15 pm by jams0988 »

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #83 on: April 30, 2015, 12:14:54 pm
Thanks, I agree the shark should have his own deal.

some humble townsfolk

twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Cheetah

  • 0001
  • *
  • Posts: 48
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #84 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.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #85 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.

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



Heres an early video of the gameplay, from early May.
« Last Edit: May 31, 2015, 06:40:52 am by hawken »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Cheetah

  • 0001
  • *
  • Posts: 48
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #86 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.

Offline Gil

  • 0100
  • ***
  • Posts: 1543
  • Karma: +1/-0
  • Too square to be hip
    • http://pixeljoint.com/p/475.htm
    • View Profile
    • My Portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #87 on: May 31, 2015, 02:52:18 pm
Haha, I love the reference to the mission impossible theme song when the kraken appears :D

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #88 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.
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline HarveyDentMustDie

  • 0010
  • *
  • Posts: 469
  • Karma: +0/-0
  • I dream too much.
    • View Profile
    • Deviant Art

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #89 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. :)

Offline kullenberg

  • 0001
  • *
  • Posts: 92
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #90 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

Offline kullenberg

  • 0001
  • *
  • Posts: 92
  • Karma: +0/-0
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #91 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"...

Offline Motrox

  • 0001
  • *
  • Posts: 14
  • Karma: +0/-0
  • g
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #92 on: June 01, 2015, 09:44:00 pm
I thought the addition of the 3d model was quite unique  ???

Offline Decroded

  • 0100
  • ***
  • Posts: 1285
  • Karma: +3/-0
  • Oh hai
    • View Profile

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #93 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).

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #94 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

« Last Edit: June 30, 2015, 03:21:27 pm by hawken »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #95 on: June 30, 2015, 03:18:58 pm
Currently in crunch on the game for showing at BitSummit2015, but thought I'd share this. Comments welcome as always  :y:

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



(A map from the game)
« Last Edit: June 30, 2015, 03:28:35 pm by hawken »
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline Gil

  • 0100
  • ***
  • Posts: 1543
  • Karma: +1/-0
  • Too square to be hip
    • http://pixeljoint.com/p/475.htm
    • View Profile
    • My Portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #96 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.

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #97 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.



(palette is NES PAL - as opposed to NTSC btw)
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!

Offline hawken

  • 0010
  • *
  • Posts: 214
  • Karma: +0/-0
  • 8bit fantasy
    • hawkun
    • View Profile
    • my portfolio

Re: [WIP] [C+C] Pixel Pirate in Bits of Eight

Reply #98 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
twitter: https://twitter.com/hawkun
Pirate Pop Plus for 3DS, WiiU & Steam!