They wouldn't be Lego trains if they had less space between the coaches. That's where the magnetic coupling goes. Lego trains rock.Purno wrote:Nice, but I still think the space between the coaches should be reduced...
BrickLand set(32bit) (WIP)
Moderator: Graphics Moderators
Not really. Look at my newest MU's. That's the same as an pretty old LEGO train (the grey one) had.Brianetta wrote:They wouldn't be Lego trains if they had less space between the coaches. That's where the magnetic coupling goes. Lego trains rock.Purno wrote:Nice, but I still think the space between the coaches should be reduced...
Contributor to the The 2cc Set and Dutch Trainset. Inventor of the Metro concept. Retired Graphics Artist.

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."
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."
- webfreakz.nl
- Director
- Posts: 627
- Joined: 11 Aug 2005 08:22
- Location: Localhost, 127.0.0.1, [The Netherlands: South Holland-> Westland]
- Contact:
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 futureMek wrote:not before the first 32bpp ottd is finished?webfreakz.nl wrote:how far is the lego-set done? when could we expected the first working one?
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
-
- TTDPatch Developer
- Posts: 417
- Joined: 13 Apr 2004 13:35
- Location: Eindhoven, Netherlands
- Contact:
I'm quite sure some initial coding was started at least three (or i believe even four) times.Bjarni wrote: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 anywayMek wrote:not before the first 32bpp ottd is finished?webfreakz.nl wrote:how far is the lego-set done? when could we expected the first working one?
- bobingabout
- Tycoon
- Posts: 1850
- Joined: 21 May 2005 15:10
- Location: Hull, England
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]
There are times when JPG is useful, TTD screenshots is not one of them. Please use PNG instead.
[/url]
- webfreakz.nl
- Director
- Posts: 627
- Joined: 11 Aug 2005 08:22
- Location: Localhost, 127.0.0.1, [The Netherlands: South Holland-> Westland]
- Contact:
- bobingabout
- Tycoon
- Posts: 1850
- Joined: 21 May 2005 15:10
- Location: Hull, England
this is a 32bpp mod.
can't do 32bpp in grf.
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]
There are times when JPG is useful, TTD screenshots is not one of them. Please use PNG instead.
[/url]
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
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
http://wiki.ttdpatch.net/tiki-index.php ... phicsSpecswebfreakz.nl wrote:what has to be done when coding a grf?
(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
...
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
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
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.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
Alltaken
How many times must I tell you that there's already a perfectly good system for storing copyright info, credits, &c.Alltaken wrote: i also want things like artist credits to be in place before things are distributed.
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
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
- bobingabout
- Tycoon
- Posts: 1850
- Joined: 21 May 2005 15:10
- Location: Hull, England
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.
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]
There are times when JPG is useful, TTD screenshots is not one of them. Please use PNG instead.
[/url]
- White Rabbit
- Tycoon
- Posts: 1734
- Joined: 22 Jun 2005 19:15
Who is online
Users browsing this forum: No registered users and 3 guests