Concept Theme "Metro" - for the hardcore transport managers

Discuss, get help with, or post new graphics for TTDPatch and OpenTTD, using the NewGRF system, here. Graphics for plain TTD also acceptable here.

Moderator: Graphics Moderators

Alltaken
Tycoon
Tycoon
Posts: 1285
Joined: 03 Dec 2003 06:24
Location: Christchurch, New Zealand
Contact:

Concept Theme "Metro" - for the hardcore transport managers

Post by Alltaken »

Hi Guys,

I felt inspired this afternoon, so tried playing around with a concept theme for OTTD 32bpp EZ

I call it "Metro" as it would be intended to be based on the visual communication style shown in Metropolitan maps worldwide. A possible replacement to "Toyland" perhaps.

Image
Attachments
Metro-Concept.jpg
(148.07 KiB) Downloaded 3 times
peter1138
OpenTTD Developer
OpenTTD Developer
Posts: 1791
Joined: 30 Mar 2005 09:43

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by peter1138 »

Looks quite nice, but you wouldn't be able to have the "ambient occlusion" in game. Any soft shadows on buildings must stay within the tile boundary.
He's like, some kind of OpenTTD developer.
DeletedUser14
Tycoon
Tycoon
Posts: 1879
Joined: 21 Jan 2012 18:59

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by DeletedUser14 »

awesome :bow:
Je suis le patron et je vous emmerde!
User avatar
Emperor Jake
Tycoon
Tycoon
Posts: 3440
Joined: 24 Apr 2007 09:37
Skype: Discord: Emperor Jake #4106
Location: Not Actually Japan
Contact:

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by Emperor Jake »

I like the look of this. I once had a similar idea, but in 8bpp, and I got the idea fromthis Simutrans pak.

Personally, I would code it as a baseset (if this can be done) so that it's possible to run it in multiplayer games (now that OTTD fully supports 32bpp-EZ graphics), and in all climates. I'm not sure how snow should be depicted though...

Also, it would be a great project for people who are inexperienced at making 3d models, because the models are very simple and possible for someone with little modelling experience (like myself) to create.
maquinista
Tycoon
Tycoon
Posts: 1829
Joined: 10 Jul 2006 00:43
Location: Spain

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by maquinista »

Alltaken wrote:Hi Guys,

I felt inspired this afternoon, so tried playing around with a concept theme for OTTD 32bpp EZ

I call it "Metro" as it would be intended to be based on the visual communication style shown in Metropolitan maps worldwide. A possible replacement to "Toyland" perhaps.

attached image
You don't need to replace Toyland.

You can create a GRF file based on Action A sprites (replacement, very easy to code) and 32bpp PNG files.
Sorry if my english is too poor, I want learn it, but it isn't too easy.[/list][/size]
Alltaken
Tycoon
Tycoon
Posts: 1285
Joined: 03 Dec 2003 06:24
Location: Christchurch, New Zealand
Contact:

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by Alltaken »

petern wrote:Looks quite nice, but you wouldn't be able to have the "ambient occlusion" in game. Any soft shadows on buildings must stay within the tile boundary.
Yeah, I realise that would be a slight problem. Although i'm sure there are ways to still provide a convincing and clean experience without such features.

The key would be the ability to be consistent across the entire set. Something that would be easier without the need of any textures, colours or particularly fancy lighting.

Also with certain stacking orders, i wonder if there are any other possibilities to include some spillage of shadows to other tiles (not sure).
Alltaken
Tycoon
Tycoon
Posts: 1285
Joined: 03 Dec 2003 06:24
Location: Christchurch, New Zealand
Contact:

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by Alltaken »

I'm trying to think how long this might take to make a whole theme of.

Out of curiosity, is there a method of rendering only the Largest zoom level of any graphics and having them resized automatically down to the correct size for other zoom levels, or is this a relatively manual task.
Also do the edges handle anti-aliasing? (i assume not on tiles)

Cheers,
User avatar
Lord Aro
Tycoon
Tycoon
Posts: 2369
Joined: 25 Jun 2009 16:42
Location: Location, Location
Contact:

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by Lord Aro »

i use pngresize (http://www.tt-forums.net/viewtopic.php?f=36&t=48507) to get z1 and z2 sprites

Of course, OTTD now has support for 32bpp-ez sprites, but they are in a different format to what we are 'used' to :) (See more here: http://www.tt-forums.net/viewtopic.php?f=68&t=58421)
I believe we are waiting for NML to implement support for this format before we continue with the developement of the base set (FYI :) )
AroAI - A really feeble attempt at an AI

It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration. --Edsger Dijkstra
peter1138
OpenTTD Developer
OpenTTD Developer
Posts: 1791
Joined: 30 Mar 2005 09:43

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by peter1138 »

Alltaken wrote:Also do the edges handle anti-aliasing? (i assume not on tiles)
Indeed not for tiles. Translucency requires a background, and tiles are the background. Fine for (probably) anything else, though.
He's like, some kind of OpenTTD developer.
Michi_cc
OpenTTD Developer
OpenTTD Developer
Posts: 619
Joined: 14 Jun 2004 23:27
Location: Berlin, Germany
Contact:

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by Michi_cc »

Alltaken wrote:Out of curiosity, is there a method of rendering only the Largest zoom level of any graphics and having them resized automatically down to the correct size for other zoom levels, or is this a relatively manual task.
If you are fine with dropping every second pixel, OpenTTD will do it for you (also nearest-neighbor for zoom in).

-- Michael Lutz
Alltaken
Tycoon
Tycoon
Posts: 1285
Joined: 03 Dec 2003 06:24
Location: Christchurch, New Zealand
Contact:

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by Alltaken »

Yeah I was afraid of dropping every second pixel (except maybe on the zoom-outs from standard zoom level)

It's the anti-aliased/bi-cubic resize downwards and the 1-bit equivalent transparency on the ground tiles that will be the killer.

I originally (many years ago) set up a multi-resolution rendering mask that would dynamically cut-out each tile as it was rendered in Blender (i.e. hit animate to render all tiles). However it was a massive task to set up for each zoom level and i'd dread setting that up again for a new tile-setup (although it is possible). I only created 64 and 128pixel wide masks.

Cheers,
Michi_cc
OpenTTD Developer
OpenTTD Developer
Posts: 619
Joined: 14 Jun 2004 23:27
Location: Berlin, Germany
Contact:

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by Michi_cc »

You might simply want to try out your favourite image editor and check the various resize algorithms. Gimp for example is fully scriptable.

-- Michael Lutz
Alltaken
Tycoon
Tycoon
Posts: 1285
Joined: 03 Dec 2003 06:24
Location: Christchurch, New Zealand
Contact:

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by Alltaken »

Sample of Ingame ground sprites at 128 zoom:

Image
Attachments
in-game-ground.jpg
in-game-ground.jpg (29.87 KiB) Viewed 1321 times
DeletedUser14
Tycoon
Tycoon
Posts: 1879
Joined: 21 Jan 2012 18:59

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by DeletedUser14 »

Any updates on this? It looked very promising :)
Je suis le patron et je vous emmerde!
Jupix
Chief Executive
Chief Executive
Posts: 683
Joined: 19 Feb 2005 09:08
Location: Finland
Contact:

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by Jupix »

For what it's worth I love the idea of this.
Perhaps the most attractive quality of a minimalist theme like this is that it emphasizes gameplay and leaves the "look" to the imagination of the player.

I would totally love to see and play a complete set.
#################
Alltaken
Tycoon
Tycoon
Posts: 1285
Joined: 03 Dec 2003 06:24
Location: Christchurch, New Zealand
Contact:

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by Alltaken »

Yeah I tried to load the sprites into the actual game and play, but they were all-over-the-show.

I figure it needs some definite time to get right.

P.s. is anyone happy to code sprites if they are supplied as renders? I'd be happy to supply renders and then have these coded by someone.
DeletedUser14
Tycoon
Tycoon
Posts: 1879
Joined: 21 Jan 2012 18:59

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by DeletedUser14 »

I wish I could code NML, but I simply can't and don't have the time to learn :(
Je suis le patron et je vous emmerde!
Alberth
OpenTTD Developer
OpenTTD Developer
Posts: 4765
Joined: 09 Sep 2007 05:03
Location: home

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by Alberth »

Steal the code of OpenGFX :p
DeletedUser17
Engineer
Engineer
Posts: 47
Joined: 15 Mar 2012 23:48

Re: Concept Theme "Metro" - for the hardcore transport manag

Post by DeletedUser17 »

This actually looks really nice! I know that I would play it.
Post Reply

Return to “Graphics Development”

Who is online

Users browsing this forum: No registered users and 17 guests