BrickLand set(32bit) (WIP)

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

User avatar
Brianetta
Tycoon
Tycoon
Posts: 2567
Joined: 15 Oct 2003 22:00
Location: Jarrow, UK
Contact:

Post by Brianetta »

Purno wrote:Nice, but I still think the space between the coaches should be reduced...
They wouldn't be Lego trains if they had less space between the coaches. That's where the magnetic coupling goes. Lego trains rock.
PGP fingerprint: E66A 9D58 AA10 E967 41A6 474E E41D 10AE 082C F3ED
User avatar
Purno
Tycoon
Tycoon
Posts: 16659
Joined: 30 Mar 2004 12:30
Location: Almere, The Netherlands

Post by Purno »

Brianetta wrote:
Purno wrote:Nice, but I still think the space between the coaches should be reduced...
They wouldn't be Lego trains if they had less space between the coaches. That's where the magnetic coupling goes. Lego trains rock.
Not really. Look at my newest MU's. That's the same as an pretty old LEGO train (the grey one) had.
Contributor to the The 2cc Set and Dutch Trainset. Inventor of the Metro concept. Retired Graphics Artist.
Image Image
Download TT | Latest TTDPatch | OpenTTD | OpenTTDCoop | BaNaNaS: OpenTTD content system | 2048² OTTD scenario of the Netherlands
GRF Codec | GRF Crawler | GRF Maker | Usefull graphics & tools sites | NML Documentation Wiki | NFO Documentation Wiki
All my graphics are licensed under GPL. "Always remember you're unique, just like everyone else."
User avatar
webfreakz.nl
Director
Director
Posts: 627
Joined: 11 Aug 2005 08:22
Location: Localhost, 127.0.0.1, [The Netherlands: South Holland-> Westland]
Contact:

Post by webfreakz.nl »

how far is the lego-set done? when could we expected the first working one? :)
# Programming is like sex, one mistake and you have to support it for the rest of your life. (Michael Sinz)
Mek
TTDPatch Developer
TTDPatch Developer
Posts: 417
Joined: 13 Apr 2004 13:35
Location: Eindhoven, Netherlands
Contact:

Post by Mek »

webfreakz.nl wrote:how far is the lego-set done? when could we expected the first working one? :)
not before the first 32bpp ottd is finished?
Bjarni
Tycoon
Tycoon
Posts: 2088
Joined: 08 Mar 2004 13:10

Post by Bjarni »

Mek wrote:
webfreakz.nl wrote:how far is the lego-set done? when could we expected the first working one? :)
not before the first 32bpp ottd is finished?
before you show up with your next when question, I will say that right now nobody is working on it and while no work is done, the progress indicator says it will be far into the future

some initial coding started once, but it stopped again because the guy working on it left the project. I think I still got the diff if anybody is interested. I will have to say that it's 100% sure that it can't be applied to the current code without some coding and if it is applied, it's not playable anyway
Mek
TTDPatch Developer
TTDPatch Developer
Posts: 417
Joined: 13 Apr 2004 13:35
Location: Eindhoven, Netherlands
Contact:

Post by Mek »

Bjarni wrote:
Mek wrote:
webfreakz.nl wrote:how far is the lego-set done? when could we expected the first working one? :)
not before the first 32bpp ottd is finished?
some initial coding started once, but it stopped again because the guy working on it left the project. I think I still got the diff if anybody is interested. I will have to say that it's 100% sure that it can't be applied to the current code without some coding and if it is applied, it's not playable anyway
I'm quite sure some initial coding was started at least three (or i believe even four) times.
User avatar
bobingabout
Tycoon
Tycoon
Posts: 1850
Joined: 21 May 2005 15:10
Location: Hull, England

Post by bobingabout »

i think they were abandoned, since nobody can agree on a format...
JPG SUX!!! USE PNG!!!
There are times when JPG is useful, TTD screenshots is not one of them. Please use PNG instead.

[/url]
User avatar
webfreakz.nl
Director
Director
Posts: 627
Joined: 11 Aug 2005 08:22
Location: Localhost, 127.0.0.1, [The Netherlands: South Holland-> Westland]
Contact:

Post by webfreakz.nl »

what has to be done when coding a grf?
# Programming is like sex, one mistake and you have to support it for the rest of your life. (Michael Sinz)
User avatar
bobingabout
Tycoon
Tycoon
Posts: 1850
Joined: 21 May 2005 15:10
Location: Hull, England

Post by bobingabout »

this is a 32bpp mod.

can't do 32bpp in grf.
JPG SUX!!! USE PNG!!!
There are times when JPG is useful, TTD screenshots is not one of them. Please use PNG instead.

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

Post by Alltaken »

currently i can provide "standards" that you can meet which will get these GFX to a format the future game will understand.

but no they will not be playable untill that is done.

all that is happening in any 32bpp development is artists are creating all the objects needed so that when the cod is altered the work has already been done and it is playable.

so far i have not seen brickland items rendered in a way that would be able to be put into a game, so currently brickland is in a "model" collecting stage.

then it will need to go to rendering, coding (item info...)

the rendering part could be done now, but the item info coding can't really be done till a format is found.

Alltaken
DaleStan
TTDPatch Developer
TTDPatch Developer
Posts: 10285
Joined: 18 Feb 2004 03:06
Contact:

Post by DaleStan »

webfreakz.nl wrote:what has to be done when coding a grf?
http://wiki.ttdpatch.net/tiki-index.php ... phicsSpecs

(There is/was discussion of 32bbp using grf files (with filenames instead of realsprites[0]), but I digress.)

[0]eg:

Code: Select all

0*0 01 00 01 48
0*0 FC 0F 12 "view000.png" 00
0*0 FC 0C 13 "view001.png" 00
...
instead of

Code: Select all

0*0 01 00 01 48
0 view000.pcx 0 0 01 ...
0 view001.pcx 0 0 01 ...
...
To get a good answer, ask a Smart Question. Similarly, if you want a bug fixed, write a Useful Bug Report. No TTDPatch crashlog? Then follow directions.
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
Bjarni
Tycoon
Tycoon
Posts: 2088
Joined: 08 Mar 2004 13:10

Post by Bjarni »

it's more a question to how the game itself handles the new sprites. Once the graphic engine can actually display them, the question on how to store them, the question of storing them is rather simple in comparison
Alltaken
Tycoon
Tycoon
Posts: 1285
Joined: 03 Dec 2003 06:24
Location: Christchurch, New Zealand
Contact:

Post by Alltaken »

Bjarni wrote:it's more a question to how the game itself handles the new sprites. Once the graphic engine can actually display them, the question on how to store them, the question of storing them is rather simple in comparison
the game engine already handles them AFAIK. i have a build here that runs 32bpp sprites. i have asked for it not to be made public untill we decide how to store them. i (personally) don't want lots of GFX being distributed in an incomplete/incorrect format. i also want things like artist credits to be in place before things are distributed.

Alltaken
DaleStan
TTDPatch Developer
TTDPatch Developer
Posts: 10285
Joined: 18 Feb 2004 03:06
Contact:

Post by DaleStan »

Alltaken wrote: i also want things like artist credits to be in place before things are distributed.
How many times must I tell you that there's already a perfectly good system for storing copyright info, credits, &c.
To get a good answer, ask a Smart Question. Similarly, if you want a bug fixed, write a Useful Bug Report. No TTDPatch crashlog? Then follow directions.
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
Alltaken
Tycoon
Tycoon
Posts: 1285
Joined: 03 Dec 2003 06:24
Location: Christchurch, New Zealand
Contact:

Post by Alltaken »

yes i know the patch has it (in their GFX GUI) but OTTD doesn't.

it needs to be visable, not somthing you need to read code to see.

Alltaken
User avatar
bobingabout
Tycoon
Tycoon
Posts: 1850
Joined: 21 May 2005 15:10
Location: Hull, England

Post by bobingabout »

note, most things won't simply have a single sprite image like GRFs do, for what i've been told, each sprite will include 3 images.

the image itself, the shadow mask, and the tri-remap layer for the company colours.

the tri-remap is required because you can't add the remap information to a true colour image the same way to do to a palleted image by reserving colours in that pallete to be remapable, so, the company colours is in a sepereate image. tri-remap allows us to have upto 3 company colours.
JPG SUX!!! USE PNG!!!
There are times when JPG is useful, TTD screenshots is not one of them. Please use PNG instead.

[/url]
User avatar
ssmit132
Engineer
Engineer
Posts: 62
Joined: 09 Jul 2005 07:31
Location: Queensland, Austraila.

Post by ssmit132 »

I made a large frieght plane. (Idea from that big six-engined antonov.)
Attachments
lfp.zip
ZIP
(1.39 KiB) Downloaded 137 times
PICTURE
PICTURE
Largefrieghtplane.png (38.9 KiB) Viewed 4092 times
User avatar
ssmit132
Engineer
Engineer
Posts: 62
Joined: 09 Jul 2005 07:31
Location: Queensland, Austraila.

Post by ssmit132 »

I made a large frieght plane. (Idea from that big six-engined antonov.)
Attachments
lfp.zip
ZIP
(1.39 KiB) Downloaded 134 times
PICTURE
PICTURE
Largefrieghtplane.png (38.9 KiB) Viewed 4090 times
dmh_mac
Transport Coordinator
Transport Coordinator
Posts: 278
Joined: 25 Apr 2005 18:18

Post by dmh_mac »

Looks more like a small private jet.
User avatar
White Rabbit
Tycoon
Tycoon
Posts: 1734
Joined: 22 Jun 2005 19:15

Post by White Rabbit »

You need to give it a better sense of scale. If the plane is so huge, give it MUCH smaller windows. And makes its body wider/fatter (like with Antonovs ;)).
Post Reply

Return to “Graphics Development”

Who is online

Users browsing this forum: No registered users and 3 guests