AuthorTopic: Commercial Critique Challenge - Mock the Ocean's Sphere  (Read 65867 times)

Offline Panda

  • 0100
  • ***
  • Posts: 1008
  • Karma: +0/-0
  • 威風堂々
    • View Profile

Commercial Critique Challenge - Mock the Ocean's Sphere

on: February 05, 2009, 01:30:36 pm
This time's Commercial Critique Challenge is to study Blue Sphere's screens and create your own mockup following a similar style.

Now some points:

- Use GBC's Limitations
   - 8x8 Tiles
   - 8 four color palettes for the BG
   - 8 four color palettes for the sprites (one of the four being transparent)
   - RGB555 for the colors (optional for those who can't set the colors that way)
   - 160x144pxls
- Be clever with your tile usage!
- Animation is optional


Some references:



Find more screens in the Commercial Critique thread.
« Last Edit: March 08, 2019, 06:45:25 am by Kiana »

Offline Shrike

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #1 on: February 05, 2009, 02:45:34 pm
YAY FOR ACTIVITY!

Been waiting for another commercial critique (+cc challenge).  Thanks, Panda.  I'll have to try my hand at these!

Toodles!
Shrike

Offline Emtch

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #2 on: February 05, 2009, 05:15:44 pm
This looks interesting.
I'll try some.

Offline L___E___T

  • 0001
  • *
  • Posts: 40
  • Karma: +0/-0
  • -______'''''''_____TRO - P_¬
    • View Profile

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #3 on: February 05, 2009, 07:43:09 pm
 ???  Sorry, I'm confused - is the mockup a star ocean game or just a similar style RPG game in general?

I just wondered, as I'd love to make a Zelda style one of these, would that be allowed?  It may be a little unoriginal but would it be ok?
_¬-¬-¬-¬¬_`--_¬--__¬_-_¬_-____/

Offline Jad

  • 0100
  • ***
  • Posts: 1048
  • Karma: +0/-0
    • View Profile

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #4 on: February 05, 2009, 08:45:08 pm
That will be no problem, we encourage you to be original, but the main point is following the restrictions, the second is to try and see what makes the style tick and try to use it for yourself.

To actually make it a 'star ocean' mockup would be completely redundant in this case, so I'd definately reccommend you guys stray from that!

Oh, also I'd reeaaaallly like to try my hand at this : D
' _ '

Offline Shrike

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #5 on: February 06, 2009, 02:17:57 am
Can I do some characters and just post those?  I'll probably do a mock eventually, but I never have much time anymore.

By the way, 8 four color palettes.  That means you can have 8 total palettes of four colors (One for transparency) in the entire game for sprites?  Am I right?  I suck with limitations and such.  Also, RGB555.  What does the 555 signify?  Thanks in advance.

Shrike

Offline Shrike

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #6 on: February 06, 2009, 03:09:04 am
Does this follow restrictions?

Sorry, I couldn't wait.   ;)

Doing a mockup with tiles seems intimidating, I think I'll try though. 

Offline pixeltao

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #7 on: February 06, 2009, 05:29:48 am
@Shrike:
"8 four color palettes for the sprites" means each 8x8 tile used in a sprite must use only 1 palette of 4 colors from the 8 palettes loaded in the video memory of the GameBoy Color. It is not for an entire game, but for all gfx loaded for one level, for example. The same thing applies to the backgrounds.

RGB555 means the GBC can only display 32,768 different colors.

And yes, your sprite seem to follow restrictions.

Offline Shrike

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #8 on: February 06, 2009, 01:31:14 pm
Ah, thanks.  That's really helpful.  I'm going to try and make a desert mockup, but first I think I'll make a battle screen.  So long as that's OK.  :yell:
Loving this challenge.  Very clever stuff going on in this:

screenshot.
I especially love the way it looks and the way the ship is shaded.

Offline lollige

  • 0010
  • *
  • Posts: 183
  • Karma: +0/-0
  • MrLollige
    • View Profile
    • MrLollige blog

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #9 on: February 10, 2009, 02:44:53 pm
I still do not get the rgb555 thing. How do I know if the colors id like to use are useable on the GBC?

Offline PypeBros

  • 0100
  • ***
  • Posts: 1220
  • Karma: +2/-0
  • Pixel Padawan
    • PypeBros
    • View Profile
    • Bilou Homebrew's Blog.

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #10 on: February 10, 2009, 03:34:04 pm
I still do not get the rgb555 thing. How do I know if the colors id like to use are useable on the GBC?
You've got 5 bits for each channel. HTML colors are 8 bits/channel, comparatively. That means GBC valid colors would be #rXgXbX where X can only be 0 or 8. (so both R, G and B values must be multiples of 8. As HTML notation #rrggbb uses hexadecimal triplets, it makes them end with either 8 or 0 (multiple of 16 :) ))

So #cccc44 is not a valid GBC color. #c8c840 is, as is #d0d048.

HTH
« Last Edit: February 11, 2009, 11:13:12 am by PypeBros »

Offline Ryumaru

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #11 on: February 11, 2009, 05:10:22 am
I am also confused. Does that simply mean that the rgb values must either be multiples of 8 or 10( to end in zero)?

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: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #12 on: February 11, 2009, 06:34:44 am
Basically it means that you have 32 steps for each R,G and B instead of 256 like in 24 bit images.

So these would be your valid hexvalues in an unstretched (as in values stretched from 00 to FF) 15 bit picture.

00 08 10 18 20 28 30 38 40 48 50 58 60 68 70 78 80 88 90 98 A0 A8 B0 B8 C0 C8 D0 D8 E0 E8 F0 F8

There are no ugly colours, only ugly combinations of colours.

Offline skamocore

  • 0010
  • *
  • Posts: 174
  • Karma: +0/-0
    • http://pixeljoint.com/p/10442.htm
    • View Profile

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #13 on: February 11, 2009, 10:41:31 am
Been working on this for the last 4 hours and I think I'm ready to call this done :o



Heavily inspired by this sprite

Offline lollige

  • 0010
  • *
  • Posts: 183
  • Karma: +0/-0
  • MrLollige
    • View Profile
    • MrLollige blog

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #14 on: February 11, 2009, 11:11:22 am
I do get it now.
But I also need to know how to work with 'm. I do not know how to select these colors. At first I work with RGB, but if I divide 256 by 32 I should have the right thing right? the number every number should be able to get divided by. But, that would make it very hard creating colors. I would almost have to manually select every color. Is there a full (quite large) palette I can use? Or any (free, not pro-motion) tool that enables me to only use those colors? Or is there an easy way to select the right colors when working with MSpaint, MTpaint or GraphicsGale?
Thanks in advance.

Offline skw

  • 0010
  • *
  • Posts: 390
  • Karma: +0/-0
  • Stuck in the Nineties.
    • View Profile
    • Johnny Theodore Customs

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #15 on: February 11, 2009, 11:34:20 am
In ProMotion:



Search for something like this in your paint program.
Quote
Even a common man by obtaining knowledge becomes a Buddha.
sexual content, click at your own risk! https://www.facebook.com/szumprodukcje /also known as skurwy

Offline saimo

  • 0010
  • *
  • Posts: 164
  • Karma: +1/-0
    • R37R34M
    • View Profile
    • RETREAM

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #16 on: February 11, 2009, 11:38:30 am
I do get it now.
But I also need to know how to work with 'm. I do not know how to select these colors. At first I work with RGB, but if I divide 256 by 32 I should have the right thing right? the number every number should be able to get divided by. But, that would make it very hard creating colors. I would almost have to manually select every color. Is there a full (quite large) palette I can use? Or any (free, not pro-motion) tool that enables me to only use those colors? Or is there an easy way to select the right colors when working with MSpaint, MTpaint or GraphicsGale?
Thanks in advance.

Even if you don't have a suitable tool, just make sure that the values you choose for R, G and B are always multiple of 8.

saimo

Offline lollige

  • 0010
  • *
  • Posts: 183
  • Karma: +0/-0
  • MrLollige
    • View Profile
    • MrLollige blog

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #17 on: February 11, 2009, 01:00:43 pm
Thanks saimo and Johnny, ill figure it out now :). Ill hope to make some sprites and tiles soon :)

Offline L___E___T

  • 0001
  • *
  • Posts: 40
  • Karma: +0/-0
  • -______'''''''_____TRO - P_¬
    • View Profile

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #18 on: February 11, 2009, 02:16:29 pm
So how many individual colours is that in total then?

It would be really great to get/see a colour table.  I'm afraid I'm still quite confused by all this even after re-reading. 

I understand HEX and the theory etc, it's just not easy to work that way.  I'd make a colour table but thought I'd ask if there's more than 256 colours first, or whatever?
_¬-¬-¬-¬¬_`--_¬--__¬_-_¬_-____/

Offline saimo

  • 0010
  • *
  • Posts: 164
  • Karma: +1/-0
    • R37R34M
    • View Profile
    • RETREAM

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #19 on: February 11, 2009, 02:41:24 pm
So how many individual colours is that in total then?

It would be really great to get/see a colour table.  I'm afraid I'm still quite confused by all this even after re-reading. 

I understand HEX and the theory etc, it's just not easy to work that way.  I'd make a colour table but thought I'd ask if there's more than 256 colours first, or whatever?
RGB555 is 15 bits (hence the "555", meaning 5 bits per channel), so the total number of colours is 2^15 = 32768.
You can see this also from another perspective: as ptoing said above, you have 32 possible values per channel, so the number of combinations is 32*32*32 = 32768.

Deciding whether a normal RGB colour is "legal" is easy*: it is when all of its channels are multiple of 8. F.ex., the colour <255, 240, 72> (FFF048 in hexadecimal notation) is not an RGB555 one because the red channel value (255) is not multiple of 8. <248, 240, 72> (F8F048) would be the "correct" colour.
Picking colours requires a bit more work than usual, but it is not that difficult.

*Actually, this is a simplified method that most likely does not give 100% accurate results. For now I would rather not go into details not to make the matter even more confusing.

edit: well, after all, providing some handy ready-made palettes won't hurt ;)

"simplified" values palette:


"correct" values palette:

(no time to explain this, sorry...)

edit: I don't know what happened with Imageshack, but at some point the first palette disappeared... oh, well, I'm seizing the chance to post more useable palettes.

saimo
« Last Edit: February 13, 2009, 04:59:30 pm by saimo »

Offline lollige

  • 0010
  • *
  • Posts: 183
  • Karma: +0/-0
  • MrLollige
    • View Profile
    • MrLollige blog

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #20 on: February 11, 2009, 08:00:48 pm
The correct is indeed weird. It contains a lot of colors of numbers not divideable by 8. I would like to hear the idea behind that, I am interested :)
I do understand how the simplified works, but I believe I am better off just drawing, and correct my (not too much anyway) colors manually at the end :)

Offline HughSpectrum

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #21 on: February 12, 2009, 05:45:04 am
Graphics Gale seems to allow making new images in 15bpp, but I'm not sure if it's the same as RGB555.

Also, does anyone know how Visualboy Advance accomplishes its "Gameboy Mode" like the example compared to the video Ptong made in the other thread?  Is it simply a brightness increase?

Offline Conzeit

  • 0100
  • ***
  • Posts: 1448
  • Karma: +3/-0
  • Camus
    • conzeit
    • View Profile
    • CONZEIT

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #22 on: February 12, 2009, 06:44:16 am
video? I dont think it was ptoing that posted that youtube video....and no, it's not just brightness...it lowers the saturation too. might be a tricky thing, I think some colors get more desaturated than others...give it a whirl tho!

Offline HughSpectrum

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #23 on: February 12, 2009, 06:54:53 am
*checks other topic*

Oh, YOU'RE the one that posted the comparison pics.  I got confused.

Offline saimo

  • 0010
  • *
  • Posts: 164
  • Karma: +1/-0
    • R37R34M
    • View Profile
    • RETREAM

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #24 on: February 12, 2009, 02:36:04 pm
The correct is indeed weird. It contains a lot of colors of numbers not divideable by 8. I would like to hear the idea behind that, I am interested :)
OK. I'm not sure where to start from - there are lots of ways of explaining this simple (yes, it is simple) thing -, so I'll sort of resume from where I left.

With the simplified RGB555->RGB888 transformation we have seen that a "full" channel in RGB555 becomes 248 = F8 in 24-bit RGB (RGB888 from now on). However, F8 < FF: if we consider full white, it is easy to see that the simplified method does not allow a real full white, F8F8F8 being the maximum possible (which is slightly darker than FFFFFF).
Looking at this from a more practical point of view, hardware issues aside, ideally GBC's full white is supposed to be equivalent to FFFFFF, not the almost-but-not-quite-white F8F8F8.
The same goes for all the other colors, of course.
In other words, RGB555's range should cover RGB888's range - the difference being only the bigger grain.

In RGB888 a channel value goes from 0 to 255 = FF.
In RGB555 a channel value goes from 0 to 31 = 1F.
RGB888's 0 must look the same as RGB555's 0 (and viceversa).
RGB888's 255 must look the same as RGB555's 31 (and viceversa).

This gives us a strong hint about how to do the RGB555->RGB888 transformation: it must sort of "stretch" the 0...31 values to 0...255. To do this, all that is needed is this simple formula (where C5 = 5-bit Channel and C8 = 8-bit channel):

C8 = (C5 * 255) / 31

Not only this converts correctly the extremes (full black and full white), but it also maps proportionally all the values in between.

saimo

Offline lollige

  • 0010
  • *
  • Posts: 183
  • Karma: +0/-0
  • MrLollige
    • View Profile
    • MrLollige blog

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #25 on: February 12, 2009, 05:18:54 pm
Thanks for your explanation! I wont work with it, but I always like these kinds of background information!
Also, I don't think using the correct palette is very important. Of course, you can for example indeed not use full white in the simple version, but who says you could on the gameboy itself? Screen settings make the difference (a lot actually)
Or am I wrong and do all LCDs(which I do not know much about, I have a thick oldschool CRT) show colors exactly the same?

Offline L___E___T

  • 0001
  • *
  • Posts: 40
  • Karma: +0/-0
  • -______'''''''_____TRO - P_¬
    • View Profile

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #26 on: February 12, 2009, 05:55:56 pm
Ok, but it's quite feasible to just invent my own colours for this and correct them at the end right??

I was concerned that this 'correction' would result in a strong difference in colours, which can make or break sometimes.
If the correction is just minor (as it seems) and won't make much difference then I'll shut up :)

I just mean that, if we were to do that with a NES/Famicom palette it would change things greatly.
« Last Edit: February 19, 2009, 07:30:21 pm by L___E___T »
_¬-¬-¬-¬¬_`--_¬--__¬_-_¬_-____/

Offline Schu

  • 0001
  • *
  • Posts: 89
  • Karma: +0/-0
  • The front is a lemon avenue flying straightly
    • View Profile
    • Eyegore-net

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #27 on: February 12, 2009, 08:04:47 pm
Been a while...
(Hope these work, I'm using a new location to store them. If they don't work, I'll move them when I get home).




« Last Edit: February 13, 2009, 10:52:57 pm by Schu »

Offline sfried

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #28 on: February 13, 2009, 06:55:23 am
In ProMotion:


Search for something like this in your paint program.
Err...I do I find something similar in GraphicsGale?

Offline surt

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #29 on: February 13, 2009, 07:55:43 am
I'm quite confident GGale lacks any such feature. We'll have to do it the hard way.  :(

Offline sfried

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #30 on: February 13, 2009, 08:13:23 am
I'm quite confident GGale lacks any such feature. We'll have to do it the hard way.  :(
Um...what exactly is the "hard way"? I'm kind of confused where to input the hex/deci values mentioned in this thread.

Offline lollige

  • 0010
  • *
  • Posts: 183
  • Karma: +0/-0
  • MrLollige
    • View Profile
    • MrLollige blog

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #31 on: February 13, 2009, 09:08:30 am
I'm quite confident GGale lacks any such feature. We'll have to do it the hard way.  :(
Um...what exactly is the "hard way"? I'm kind of confused where to input the hex/deci values mentioned in this thread.

You should enter the RGB values (those that should be divideable by 8) in here:

Offline rdcarvallo

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #32 on: February 13, 2009, 02:31:25 pm
In GGale you can set the color depth to 15bit color.

The you can set the RGB value to anything and GGale will paint with the nearest valid color.

To see the real RGB used, just pick the color from the image.





Offline marcoaslak

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #33 on: February 20, 2009, 04:28:58 pm
are in some ways a basic way to create them so they are the same style as the original Star Ocean Sprite? ???

Offline xhunterko

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #34 on: March 02, 2009, 09:12:23 am
I found this off of wiki-pedia. Some may find this useful.



I'm pretty sure this has all the useable colors here. Since this is the exact palette that the Game boy color used. If I'm wrong here please let me know.

Offline saimo

  • 0010
  • *
  • Posts: 164
  • Karma: +1/-0
    • R37R34M
    • View Profile
    • RETREAM

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #35 on: March 02, 2009, 11:40:13 am
I found this off of wiki-pedia. Some may find this useful.



I'm pretty sure this has all the useable colors here. Since this is the exact palette that the Game boy color used. If I'm wrong here please let me know.
Actually no, that palette does not contain even half of all the possible colors. The bottom area, being 255x65, contains only 16575 pixels, less than 32768 (for which a 256x128 area would be needed); moreover, it contains repeated colors.
This, however, does not mean that it is not useable - indeed, it is much more useable than those I posted above.

saimo

Offline Endpiece

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #36 on: July 26, 2009, 12:28:00 am
I'm having a go at this challenge, but I've hit a point of indecision. Typical.



(1) shows where the foliage and gravestones will be place, (2) shows the cut-off point for player movement, and (3) shows the general area of movement. Question - what sort of textures should I be going for concerning (3)? More grass, soil/dirt, a brick footpath, or something else?

Edit: I should add that the only things considered 'complete' in this picture are the gravestones and foliage. Everything else is expendable!
« Last Edit: July 26, 2009, 12:32:12 am by Endpiece »

Offline Animated Toupee

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

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #37 on: August 12, 2009, 05:51:15 am
Been a while...
(Hope these work, I'm using a new location to store them. If they don't work, I'll move them when I get home).






I had to register for this board just to say how awesome I thought these were.  AWESOME!!!!

Offline EkbatDeSebat

  • 0001
  • *
  • Posts: 45
  • Karma: +0/-0
  • daydreamer
    • View Profile
    • portfolio

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #38 on: August 25, 2009, 07:22:05 pm
I thought I'd give this a go  :)



I know I'm missing Crais and Pilot! Actually, I think I'll do some screens, if I can find the time. But for now, I think Jool and Sikozu are pretty cute. What do you guys think?

Offline Atnas

  • Moderator
  • 0100
  • *
  • Posts: 1074
  • Karma: +2/-0
  • very daijōbs
    • paintbread
    • paintbread
    • View Profile

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #39 on: August 25, 2009, 08:58:23 pm
omfg farscape <3 <3 <3 <3

One thing that strikes me as off are the legs. From the characters I've seen in SOBS the legs are usually colored, but you've got a kind of lego thing going on, and the poses in some of them are lego too. Though there does seem to be an abundance of black leather pants in Farscape... Scorpy's head could probably do with more face, less cooling suit. I don't know what's going on with Jool but Sikozu is awesome!

Offline RadiationGloves.Drugs

  • 0001
  • *
  • Posts: 24
  • Karma: +0/-0
  • All praise the holy Flying Spaghetti Monster
    • View Profile

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #40 on: October 24, 2009, 11:22:20 am
Been a while...
(Hope these work, I'm using a new location to store them. If they don't work, I'll move them when I get home).






Fifth FTW! :y: :y: :y:

BTW can I use your TARDIS for one of my own?
« Last Edit: October 24, 2009, 01:53:06 pm by RadiationGloves.Drugs »
Iamaminimalist.

Offline Schu

  • 0001
  • *
  • Posts: 89
  • Karma: +0/-0
  • The front is a lemon avenue flying straightly
    • View Profile
    • Eyegore-net

Re: Commercial Critique Challenge - Mock the Ocean's Sphere

Reply #41 on: October 29, 2009, 04:41:00 pm
Fifth FTW! :y: :y: :y:

BTW can I use your TARDIS for one of my own?
Sure I guess. Only 'cause you got the Brig in your avatar ;)