Empty Tile GRF

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
planetmaker
OpenTTD Developer
OpenTTD Developer
Posts: 9432
Joined: 07 Nov 2007 22:44
Location: Sol d

Re: Empty Tile GRF

Post by planetmaker »

Pyoro wrote:Alright, thanks, I'll take a look at that. :)

Also, I've again been too naive with coastal tiles - they don't work as hoped, at least not for any nightly at least from 24448 onwards. Only works for some revs around 24110 - 24309. I guess the sprite numbers changed somewhere in-between ...
Coast tiles don't have normal sprite numbers. You cannot use replace on all of them. Some require replacenew.
User avatar
Pyoro
Tycoon
Tycoon
Posts: 2558
Joined: 17 Oct 2008 12:17
Location: Virgo Supercluster

Re: Empty Tile GRF

Post by Pyoro »

Alright, steep slopes were simply missing tile_check - really odd, could swear I tried that yesterday unsuccessfully. Works today though ...

...as for the coast tiles; doing this in a reliable way is probably beyond me, so I simply made 2 different views - one should work for ~R24309 and some older revs, the other one for anything newer (as far as I can tell).
coasts.png
coasts.png (73.07 KiB) Viewed 6205 times
Not exactly satisfying, but well, I can't really think of anything better ^^;
Attachments
EmptyGRF.grf
(10.08 KiB) Downloaded 198 times
User avatar
SkiddLow
Route Supervisor
Route Supervisor
Posts: 390
Joined: 09 Jul 2012 00:44
Location: Surabaya
Contact:

Re: Empty Tile GRF

Post by SkiddLow »

Do it :?
zooks
Transport Coordinator
Transport Coordinator
Posts: 262
Joined: 29 Jun 2006 08:36

Re: Empty Tile GRF

Post by zooks »

Great GRF! Makes my towns look so much better! Thanks :bow:
Attachments
Atlas, 2254-08-29.png
Atlas, 2254-08-29.png (294.05 KiB) Viewed 790 times
User avatar
Pyoro
Tycoon
Tycoon
Posts: 2558
Joined: 17 Oct 2008 12:17
Location: Virgo Supercluster

Re: Empty Tile GRF

Post by Pyoro »

I'm thinking about adding some sort of "borders" for scenarios -
Henfingburg Transport, 14. Jan 2000.png
Henfingburg Transport, 14. Jan 2000.png (61.23 KiB) Viewed 5768 times
- but aside from the obvious issues with how this currently looks, how do company colors work with NewObjects? Do I need to do more than setting the OBJ_FLAG_2CC flag and choosing the correct color? ^^;
Transportman
Tycoon
Tycoon
Posts: 2781
Joined: 22 Feb 2011 18:34

Re: Empty Tile GRF

Post by Transportman »

I think if you use the company colors from the palette, the recoloring should happen automatically (someone confirm please). If I read the specs correctly, OBJ_FLAG_2CC is not needed, unless you also want to use the 2nd company color.
Coder of the Dutch Trackset | Development support for the Dutch Trainset | Coder of the 2cc TrainsInNML
User avatar
Pyoro
Tycoon
Tycoon
Posts: 2558
Joined: 17 Oct 2008 12:17
Location: Virgo Supercluster

Re: Empty Tile GRF

Post by Pyoro »

Mh, can't seem to get that to work. Well, not that important, at least I saw the baseset sprite number for coastal tiles in new OTTD versions changed so they're broken again \o/ I suppose it's more worthwhile fixing that first anyways ...

€: added one with a coastal sprite that should work with the newest nightly. Also added some FIRS like fruit plantation tiles -
Staufertransporte, 12. Mai 1940#1.png
Staufertransporte, 12. Mai 1940#1.png (64.72 KiB) Viewed 5638 times
Also attached the source, should it ever need a quick sprite number change again. Or for whatever other reason anyone would be interested ;)
Attachments
EmptyGRF.grf
(11.58 KiB) Downloaded 175 times
EmptyGRF_src.7z
(6.58 KiB) Downloaded 148 times
User avatar
trainman1432
Transport Coordinator
Transport Coordinator
Posts: 316
Joined: 05 Jan 2013 02:34
Location: at home

Re: Empty Tile GRF

Post by trainman1432 »

Pyoro wrote:Good to hear :)

Bit of playing with them actually quickly found me annoyed by #3 being rather limited, so I made another version with more farming related sprites, including references to some FIRS animals (obviously those will only load properly when playing with FIRS).
Example of a rather dirty sheep farm:
farm.png
What roadset?
Jetrain
YATTC
User avatar
Pyoro
Tycoon
Tycoon
Posts: 2558
Joined: 17 Oct 2008 12:17
Location: Virgo Supercluster

Re: Empty Tile GRF

Post by Pyoro »

TTRS roads, "old style". Don't know when exactly they change, around 1950 maybe? ^^
User avatar
Pyoro
Tycoon
Tycoon
Posts: 2558
Joined: 17 Oct 2008 12:17
Location: Virgo Supercluster

Re: Empty Tile GRF

Post by Pyoro »

Well, didn't expect to do another update for this, but here it is - base_sprite_shores instead of using explicit sprite numbers for coast tiles so hopefully this'll stay compatible to all future OpenTTD versions ;) You'll need at least r25230 for this to work properly. Other than that there's really no big differences and the old coast tiles should (currently) still work anyways - it did however free up the other coast views so it's now possible to manually build lakes again -
lake.png
lake.png (103.71 KiB) Viewed 5486 times
(it's not possible to use them for ships though, just eye-candy ... )
Attachments
EmptyGRF.grf
(11.46 KiB) Downloaded 201 times
User avatar
Pyoro
Tycoon
Tycoon
Posts: 2558
Joined: 17 Oct 2008 12:17
Location: Virgo Supercluster

Re: Empty Tile GRF

Post by Pyoro »

New version. This now has officially more public releases than DBSet ... alright, just kidding, didn't actually count ;)
Anyways. Removed the farm fields since they can be found in this GRF now (along with other farm stuff). Everything else pretty much stays the same.

I'll also upload the source in case anyone needs to reduce the number of GRFs loaded for a game; since this one is super-easy to merge it shouldn't be much trouble ;)
EmptyGRF.grf
(6.94 KiB) Downloaded 155 times
EmptyGRFSource.zip
(7.59 KiB) Downloaded 126 times
User avatar
Pyoro
Tycoon
Tycoon
Posts: 2558
Joined: 17 Oct 2008 12:17
Location: Virgo Supercluster

Re: Empty Tile GRF

Post by Pyoro »

Yet another new version. Heh. You'd think with something as simple as this, one would be enough ... clearly not, at least if you are as "organized" as I am ;)

- removed the forest tiles. They'll be found somewhere else some time soon (right after Half Life 2 Episode 3 is released)
- properly uses the MISC category now

Basically it's gone full circle back to version 2 or something ;) (alright, alright, the coastal tiles actually work properly in this one. Not like I'm always being chaotic for NO reason).
Still the GRF to do pointless things with.
rite.png
rite.png (12.35 KiB) Viewed 4892 times
...rite.
Attachments
emptygrf.7z
(1 KiB) Downloaded 138 times
emptygrf_source.7z
(11.42 KiB) Downloaded 110 times
User avatar
GarryG
Tycoon
Tycoon
Posts: 5870
Joined: 14 Feb 2015 00:44
Location: Newcastle, Australia

Re: Empty Tile GRF

Post by GarryG »

I like the emptygrf at the beginning. The grass along side rivers makes them look like a canal and drains. Makes them excellent it have rivers passing through towns.

The roads used in the pic .. what roads are they? I like the tunnel entrances as also have a pedestrian walkway too.
Soot Happens
Screenshot Of The Month Winner March 2020
All my projects are GPLv2 License unless stated.
Auz Road Sets: viewtopic.php?f=29&t=87335
Auz Project Releases: viewtopic.php?f=67&t=84725
Auz Trains: http://www.tt-forums.net/viewtopic.php?f=26&t=74193
Auz Industry Sets: http://www.tt-forums.net/viewtopic.php?f=26&t=74471
Auz Objects: viewtopic.php?f=26&t=75657
Auz Bridges: viewtopic.php?f=26&t=75248
Auz Stations: viewtopic.php?f=26&t=76390
Auz Tracks: viewtopic.php?f=26&t=82691
Auz Subway Stations: viewtopic.php?f=26&t=85335
Auz Eyecandy TramTracks: viewtopic.php?t=89908
User avatar
Pyoro
Tycoon
Tycoon
Posts: 2558
Joined: 17 Oct 2008 12:17
Location: Virgo Supercluster

Re: Empty Tile GRF

Post by Pyoro »

That save is so ancient I'm not even sure anymore:
BK Enhanced Tunnels 1.1 and Total Town Replacement Set I think.
User avatar
GarryG
Tycoon
Tycoon
Posts: 5870
Joined: 14 Feb 2015 00:44
Location: Newcastle, Australia

Re: Empty Tile GRF

Post by GarryG »

Thanks for your reply, but unfortunate what you suggested don't work. Maybe it because I using the latest in OpenTTD 1.5.

Custom Tunnel Entrance will give that tunnel for rail but not for road. I thinking maybe be Canada roads, but none of the Canadian NewGRFs will work for me as all the graphics to them are pixelated.

I will keep experimenting and let you know if successful.
Soot Happens
Screenshot Of The Month Winner March 2020
All my projects are GPLv2 License unless stated.
Auz Road Sets: viewtopic.php?f=29&t=87335
Auz Project Releases: viewtopic.php?f=67&t=84725
Auz Trains: http://www.tt-forums.net/viewtopic.php?f=26&t=74193
Auz Industry Sets: http://www.tt-forums.net/viewtopic.php?f=26&t=74471
Auz Objects: viewtopic.php?f=26&t=75657
Auz Bridges: viewtopic.php?f=26&t=75248
Auz Stations: viewtopic.php?f=26&t=76390
Auz Tracks: viewtopic.php?f=26&t=82691
Auz Subway Stations: viewtopic.php?f=26&t=85335
Auz Eyecandy TramTracks: viewtopic.php?t=89908
User avatar
Pyoro
Tycoon
Tycoon
Posts: 2558
Joined: 17 Oct 2008 12:17
Location: Virgo Supercluster

Re: Empty Tile GRF

Post by Pyoro »

Sucks.
grfs.png
grfs.png (11.16 KiB) Viewed 4494 times
That's the full GRF list for that game in the original screenshot. Don't forget that some of those GRFs have parameters.

Whatever it is, it's definitely not Canadian ;)


As a remote PS: on the topic: I haven't forgotten about my promise for trees. I simply got hit with a severe case of real-life. I suspect I'll get over it at some point though ^^;
User avatar
PaulC
Director
Director
Posts: 616
Joined: 31 Jul 2006 12:40
Location: Lancs, England
Contact:

Re: Empty Tile GRF

Post by PaulC »

I believe those are the "modern" style roads in TTRS3. They only appear after 1950, though I think you can change that with a parameter.
User avatar
GarryG
Tycoon
Tycoon
Posts: 5870
Joined: 14 Feb 2015 00:44
Location: Newcastle, Australia

Re: Empty Tile GRF

Post by GarryG »

PaulC and Pyoro, thank you both kindly for your suggestions. This allowed me to experiment more and found that these tunnels are from TTRS3 and they become available from 1970 if not set any parameters.

If change the "Time Era Used" parameters can make these tunnels become available a lot sooner. I tried "ignore eras and use house from any at random" and set date when start game to 1930 and these tunnels were available, but unfortunately modern buildings also available early and seems a bit strange old vehicles running around a modern town.

I want to try building a scenario from Sydney to Newcastle in Australia including suburban stations to scale (25 squares per km). There are many underpasses (subways) where roads pass under the railway line in Sydney so these tunnels with subways just make some locations look better .. I hope. I will experiment the next few days and see what I can do. Again thank you for your help.
Soot Happens
Screenshot Of The Month Winner March 2020
All my projects are GPLv2 License unless stated.
Auz Road Sets: viewtopic.php?f=29&t=87335
Auz Project Releases: viewtopic.php?f=67&t=84725
Auz Trains: http://www.tt-forums.net/viewtopic.php?f=26&t=74193
Auz Industry Sets: http://www.tt-forums.net/viewtopic.php?f=26&t=74471
Auz Objects: viewtopic.php?f=26&t=75657
Auz Bridges: viewtopic.php?f=26&t=75248
Auz Stations: viewtopic.php?f=26&t=76390
Auz Tracks: viewtopic.php?f=26&t=82691
Auz Subway Stations: viewtopic.php?f=26&t=85335
Auz Eyecandy TramTracks: viewtopic.php?t=89908
User avatar
Pyoro
Tycoon
Tycoon
Posts: 2558
Joined: 17 Oct 2008 12:17
Location: Virgo Supercluster

Re: Empty Tile GRF

Post by Pyoro »

Apparently someone is interested in snow. So:
snow_in_summer.png
snow_in_summer.png (64.06 KiB) Viewed 3894 times
Like this, maybe? ^^;
Attachments
emptygrf.7z
(7.3 KiB) Downloaded 114 times
emptygrf_source.7z
(11.49 KiB) Downloaded 112 times
User avatar
planetmaker
OpenTTD Developer
OpenTTD Developer
Posts: 9432
Joined: 07 Nov 2007 22:44
Location: Sol d

Re: Empty Tile GRF

Post by planetmaker »

I can encourage anyone who feels like to add the empty ground tiles as objects to OpenGFX+Landscape. It would be a good addition indeed. I'd happily accept such patches or pull requests.
Post Reply

Return to “Graphics Development”

Who is online

Users browsing this forum: Google Adsense [Bot] and 44 guests