River graphics needed! (8bpp)

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
Maedhros
OpenTTD Developer
OpenTTD Developer
Posts: 603
Joined: 30 Mar 2006 18:24
Location: Durham, UK

Post by Maedhros »

boekabart wrote:Sounds good... But how does my patch know what spriteID's to use?
Have a look at how drive-through roadstops did it in gfxinit.cpp:393 and table/sprites.h:215.
No-one's more important than the earthworm.
User avatar
George
Tycoon
Tycoon
Posts: 4363
Joined: 16 Apr 2003 16:09
Skype: george-vb
Location: Varna, Bulgaria
Contact:

Post by George »

lepkka wrote:i've got an idea to make de color cycle appear faster.. i'll try it later, let's wait boekabart solve the assigment of the sprites less stones, more water
I'd suggest even less stones.
Image Image Image Image
User avatar
Born Acorn
Tycoon
Tycoon
Posts: 7595
Joined: 10 Dec 2002 20:36
Skype: bornacorn
Location: Wrexham, Wales
Contact:

Post by Born Acorn »

There should be 3-5 rocks per tile. (per Ben's example) Any more, and it really does look silly.
Image
boekabart
Transport Coordinator
Transport Coordinator
Posts: 333
Joined: 25 Aug 2005 09:44
Location: Eindhoven, Netherlands

Post by boekabart »

OK, the sprite numbers:

RoadStop starts at 6026, and has 8 sprites, so that makes the first sprite for downhill water 6034. I hope someone can make a GRF file now!
User avatar
Ben_K
Tycoon
Tycoon
Posts: 1166
Joined: 01 Jun 2006 15:15
Location: Sydney, AUS

Post by Ben_K »

lepkka wrote:less stones, more water
Lepkka, looks good :D
sc79 wrote:M...shouldn't the tiles have a lot more 'white-water', covering most of the rocks, rather than the rocks being mostly visible?
That was going to be my next comment - it just needs somethign to indicate the flow. :)
Rubidium
OpenTTD Developer
OpenTTD Developer
Posts: 3815
Joined: 09 Feb 2006 19:15

Post by Rubidium »

boekabart wrote:OK, the sprite numbers:

RoadStop starts at 6026, and has 8 sprites, so that makes the first sprite for downhill water 6034. I hope someone can make a GRF file now!
These numbers are totally useless. Primarily because they could change and secondly the GRF that needs to be created does not care about the sprite numbers because it IS NOT A NEWGRF that needs to replace some sprite.
boekabart
Transport Coordinator
Transport Coordinator
Posts: 333
Joined: 25 Aug 2005 09:44
Location: Eindhoven, Netherlands

Post by boekabart »

Rubidium wrote:
boekabart wrote:OK, the sprite numbers:

RoadStop starts at 6026, and has 8 sprites, so that makes the first sprite for downhill water 6034. I hope someone can make a GRF file now!
These numbers are totally useless. Primarily because they could change and secondly the GRF that needs to be created does not care about the sprite numbers because it IS NOT A NEWGRF that needs to replace some sprite.
Conclusion: Please just make a grf file then, so i can implement it's using!! The world is waiting for it!! :)
User avatar
lepkka
Engineer
Engineer
Posts: 117
Joined: 18 Jan 2005 12:32
Location: Barcelona

Post by lepkka »

the world can stop waiting
just for testing purposes, this are same graphics posted,
I declared the sprites with action 5 as canals
Attachments
target.grf
(4.04 KiB) Downloaded 189 times
target.gif
target.gif (4 KiB) Viewed 3841 times
boekabart
Transport Coordinator
Transport Coordinator
Posts: 333
Joined: 25 Aug 2005 09:44
Location: Eindhoven, Netherlands

Post by boekabart »

Excellent, working on it!
Frostregen
Transport Coordinator
Transport Coordinator
Posts: 340
Joined: 06 Feb 2006 23:58

Post by Frostregen »

One hint:
As those are new sprites you should not need any action at all...

Just something like this:

Code: Select all

0 sprites/copypaste.pcx 18 8 01 20 20 0 0
1 sprites/copypaste.pcx 50 8 01 20 20 0 0
2 sprites/copypaste.pcx 82 8 01 20 20 0 0
etc...
Last edited by Frostregen on 07 May 2007 12:51, edited 1 time in total.
User avatar
Purno
Tycoon
Tycoon
Posts: 16659
Joined: 30 Mar 2004 12:30
Location: Almere, The Netherlands

Post by Purno »

Both the texture and the shape of those tiles do not connect correctly to each other.
Attachments
rivertilesnotgood.PNG
rivertilesnotgood.PNG (15.4 KiB) Viewed 3828 times
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."
maartena
Route Supervisor
Route Supervisor
Posts: 470
Joined: 11 Jul 2003 04:53
Location: California, U.S.A.

Post by maartena »

Now for the big question: Will boats be able to ride the rivers, and how do they get past all them rocks! ;)
Guess what! I got a fever! And the only prescription...... is MORE COWBELL!
User avatar
Ailure
Route Supervisor
Route Supervisor
Posts: 435
Joined: 26 Apr 2005 19:06
Location: Sweden

Post by Ailure »

No, as states earlier in this thread it would make locks worthless.

You usually don't see huge boats travelling up/down waterfalls anyway. The poor hull of the boat would take lots of damage... ;)
User avatar
Ben_Robbins_
Tycoon
Tycoon
Posts: 1234
Joined: 20 Nov 2005 01:56
Location: Abu Dhabi, UAE

Post by Ben_Robbins_ »

lepkka: Could you created some animated tiles and/or mock up, just to make it easy to see what works/doesn't work?. I like that amount of stones, and I love the smoothness of the stones, and it's fitting as the water would smooth them off. I'm just concerned that there's no sign of rapid choppy water movement, and the slopes may appear flat as if there more than 1 wide, there will be little for your eye to pick out the angle of the tile from. i.e. no shading/no tile outlines etc. I also noticed what Purno has already stated, so won't say it again, but just agree with that. There very nice, but do still need work.
Ben
User avatar
lepkka
Engineer
Engineer
Posts: 117
Joined: 18 Jan 2005 12:32
Location: Barcelona

Post by lepkka »

well, that grf is unfinished, i post it because of boekabart's impatience :) of course the tiles will be properly conected, and the use of the light water color cycle may improve the rapid effect, not sure about this, i'll make some attemps.

about making an animated gif, well, its tedious, but i'll try
User avatar
lepkka
Engineer
Engineer
Posts: 117
Joined: 18 Jan 2005 12:32
Location: Barcelona

Post by lepkka »

without flash water, the effect is weak
Attachments
riverflow4d.gif
riverflow4d.gif (50.4 KiB) Viewed 3459 times
User avatar
Ben_K
Tycoon
Tycoon
Posts: 1166
Joined: 01 Jun 2006 15:15
Location: Sydney, AUS

Post by Ben_K »

It looks nice. Didnt notice it at first, but its subtle and looks effective... sadly however, I think it does need to have white water parts/foaming etc.

Great work though! 8)
User avatar
Nickman
Engineer
Engineer
Posts: 66
Joined: 27 Jun 2006 23:07

Post by Nickman »

Looking good there ;).
Only needs some splashing water and it'll look great! :)
boekabart
Transport Coordinator
Transport Coordinator
Posts: 333
Joined: 25 Aug 2005 09:44
Location: Eindhoven, Netherlands

Post by boekabart »

NICE! The white splashes should be doable: The original ottd water has a color that cycles through white now and then, doesn't it?
Red.xiii
Engineer
Engineer
Posts: 93
Joined: 11 Jan 2005 13:33

Post by Red.xiii »

lepkka wrote:without flash water, the effect is weak
But it's a great start!! :o
Image
Post Reply

Return to “Graphics Development”

Who is online

Users browsing this forum: No registered users and 7 guests