VAST Development

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
kamnet
Moderator
Moderator
Posts: 8705
Joined: 28 Sep 2009 17:15
Location: Eastern KY
Contact:

Re: VAST Development

Post by kamnet »

I like it as well, I'm not sure I'd like it a part of VAST specifically, but it's not my set :D
User avatar
Lord Aro
Tycoon
Tycoon
Posts: 2369
Joined: 25 Jun 2009 16:42
Location: Location, Location
Contact:

Re: VAST Development

Post by Lord Aro »

:shock:
YES.
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
Kogut
Tycoon
Tycoon
Posts: 2493
Joined: 26 Aug 2009 06:33
Location: Poland

Re: VAST Development

Post by Kogut »

What about passenger overpass made using method from here: http://www.tt-forums.net/viewtopic.php? ... rain+sheds.
It would be useful here:
Attachments
Przechwytywanie.PNG
Przechwytywanie.PNG (157.16 KiB) Viewed 5130 times
Correct me If I am wrong - PM me if my English is bad
AIAI - AI for OpenTTD
User avatar
zero.eight
Traffic Manager
Traffic Manager
Posts: 128
Joined: 15 Jun 2007 01:14

Re: VAST Development

Post by zero.eight »

Could be done. I will need to test for glitchyness. It will have to go somewhere else since there is no room in Paths (one space left, need two). Possibly an extension with a load of other tiles.
OpenTTD: VAST - station tiles and objects | MICS - urban monorail graphical conversion | Universal Rail Type - easier train replacement
User avatar
Irwe
Chief Executive
Chief Executive
Posts: 763
Joined: 25 May 2007 16:31
Location: Sweden

Re: VAST Development

Post by Irwe »

I think this set is really good! Just a funny thing I noticed about Koguts pic.

Playground station tile and playground house :P
Attachments
Przechwytywanie.PNG
Przechwytywanie.PNG (158.47 KiB) Viewed 5045 times
Swedish Houses Version 1.1 Released
Swedish Road Vehicles Work in Progress
Kogut
Tycoon
Tycoon
Posts: 2493
Joined: 26 Aug 2009 06:33
Location: Poland

Re: VAST Development

Post by Kogut »

House is yours, tile from Red*Star.
Correct me If I am wrong - PM me if my English is bad
AIAI - AI for OpenTTD
User avatar
Irwe
Chief Executive
Chief Executive
Posts: 763
Joined: 25 May 2007 16:31
Location: Sweden

Re: VAST Development

Post by Irwe »

Kogut wrote:tile from Red*Star.
Oh I thought it was from VAST, oh well.
Swedish Houses Version 1.1 Released
Swedish Road Vehicles Work in Progress
User avatar
zero.eight
Traffic Manager
Traffic Manager
Posts: 128
Joined: 15 Jun 2007 01:14

Re: VAST Development

Post by zero.eight »

Kogut wrote:What about passenger overpass [..]
The only possible way of doing this currently is to use an object with a fake road underneath. It isn't enough to use an adjacent tile and extend the sprite over the road because it will glitch. MLSS works because it draws sprites "above" the current tile in such a way that they appear to be on the tiles above. Objects that can be entered by vehicles would allow this, but we aren't there yet. The current Overpass tiles already provide something like a fake road overpass.

Currently working on temperate seasonal changes for parks and the like. No snooow drawn yet, but maybe I can work on that since I can't get a train into London :)
vast-p-01.png
vast-p-01.png (254.92 KiB) Viewed 4913 times
OpenTTD: VAST - station tiles and objects | MICS - urban monorail graphical conversion | Universal Rail Type - easier train replacement
Kogut
Tycoon
Tycoon
Posts: 2493
Joined: 26 Aug 2009 06:33
Location: Poland

Re: VAST Development

Post by Kogut »

zero.eight wrote:
Kogut wrote:What about passenger overpass [..]
The only possible way of doing this currently is to use an object with a fake road underneath. It isn't enough to use an adjacent tile and extend the sprite over the road because it will glitch. MLSS works because it draws sprites "above" the current tile in such a way that they appear to be on the tiles above.
So maybe it is possible to place "bridge tile" not on the left/right side (as I suggested) but on the tile below?

PS: Your picture is amazing!
Correct me If I am wrong - PM me if my English is bad
AIAI - AI for OpenTTD
User avatar
zero.eight
Traffic Manager
Traffic Manager
Posts: 128
Joined: 15 Jun 2007 01:14

Re: VAST Development

Post by zero.eight »

Kogut wrote:So maybe it is possible to place "bridge tile" not on the left/right side (as I suggested) but on the tile below?
Good point :)

Something like this would do the job:
Attachments
vast-overpass.png
vast-overpass.png (18.18 KiB) Viewed 4784 times
OpenTTD: VAST - station tiles and objects | MICS - urban monorail graphical conversion | Universal Rail Type - easier train replacement
User avatar
Zhall
Tycoon
Tycoon
Posts: 1237
Joined: 17 Jul 2007 01:36
Skype: moonray_zdo
Location: Teh matrix, duh.
Contact:

Re: VAST Development

Post by Zhall »

This is starting to look like loller... erm Roller Coaster tycoon, with all the different types of pathways...

Interesting though. Helps add A LOT of variety to citys, and cut down their cookie cutter appearance.
Absolutis
Transport Coordinator
Transport Coordinator
Posts: 356
Joined: 16 Oct 2009 17:39

Re: VAST Development

Post by Absolutis »

zero.eight wrote:Could be done. I will need to test for glitchyness. It will have to go somewhere else since there is no room in Paths (one space left, need two). Possibly an extension with a load of other tiles.
Hmm, what about having a new "track type" called paths (0kmh limit mby?) and then a new bridge, which looks like the other paths?
ImageImage
Kogut
Tycoon
Tycoon
Posts: 2493
Joined: 26 Aug 2009 06:33
Location: Poland

Re: VAST Development

Post by Kogut »

Custom bridgeheads are still TODO, so bridge would have to be 3 tiles long to allow road below.

@zero.eight It looks great!
Correct me If I am wrong - PM me if my English is bad
AIAI - AI for OpenTTD
User avatar
zero.eight
Traffic Manager
Traffic Manager
Posts: 128
Joined: 15 Jun 2007 01:14

Re: VAST Development

Post by zero.eight »

I am redeveloping the Paths class from scratch. For end users, this will result in seasonal changes (for plants at least), proper ground sprite highlighting (catchment area and construction grid) and, for the Objects branch, use of the views feature. For me it means a more consistent approach to coding and arranging sprites (= less time looking for things and more time making new stuff).

Since now is a good time for redrawing sprites, what should happen to shrubs, trees, flowers etc. in climates other than temperate?

A few possibilities:

1) No difference from temperate e.g. An oak tree built in a desert will look like any other oak tree.
2) Allow construction in different climates and use "realistic" graphics e.g. Oak trees in the desert will be drawn as dead.
3) Don't allow construction in climates that wouldn't support a particular plant e.g. No oak trees in tropical.
OpenTTD: VAST - station tiles and objects | MICS - urban monorail graphical conversion | Universal Rail Type - easier train replacement
User avatar
SwissFan91
Tycoon
Tycoon
Posts: 2401
Joined: 08 Feb 2009 18:36
Location: Alberta, Canada

Re: VAST Development

Post by SwissFan91 »

Option 2 sounds good to me, but obviously requires more work on your part. There are other station sets that employ this seasonality quite well, such as NewStations. Is enabling graphics to be snow-covered part of this update? :P
Total Alpine Replacement Set: Industry, Town, Objects
User avatar
kamnet
Moderator
Moderator
Posts: 8705
Joined: 28 Sep 2009 17:15
Location: Eastern KY
Contact:

Re: VAST Development

Post by kamnet »

If it's an ornamental plant and would be able to survive the climate, then leave it. If not, then replace it with one that can. Since we're going for realism and all :-)
Dante123
Chief Executive
Chief Executive
Posts: 672
Joined: 11 Aug 2009 16:10
Location: The Nederlands
Contact:

Re: VAST Development

Post by Dante123 »

4) make a separate set for other climates ?
User avatar
zero.eight
Traffic Manager
Traffic Manager
Posts: 128
Joined: 15 Jun 2007 01:14

Re: VAST Development

Post by zero.eight »

SwissFan91 wrote:Is enabling graphics to be snow-covered part of this update? :P
Possibly :P If I can complete the rewrite soon I will work on snow and get it into 0.3.0.
Dante123 wrote:4) make a separate set for other climates ?
That would mean a lot more work given that the differences would only be related to plants. I would consider it if IDs were running out, and currently only about 30/~250 are being used.
kamnet wrote:If it's an ornamental plant and would be able to survive the climate, then leave it. If not, then replace it with one that can. Since we're going for realism and all :-)
Seems like the best approach.

Regarding snow: would you like it to be enable-able (uh have a parameter to turn it on) in temperate?
OpenTTD: VAST - station tiles and objects | MICS - urban monorail graphical conversion | Universal Rail Type - easier train replacement
User avatar
George
Tycoon
Tycoon
Posts: 4364
Joined: 16 Apr 2003 16:09
Skype: george-vb
Location: Varna, Bulgaria
Contact:

Re: VAST Development

Post by George »

Dante123 wrote:4) make a separate set for other climates ?
Imho bad idea
Image Image Image Image
User avatar
zero.eight
Traffic Manager
Traffic Manager
Posts: 128
Joined: 15 Jun 2007 01:14

Re: VAST Development

Post by zero.eight »

Regarding trees in different climates, I'll make everything appear the same in all climates in 0.3.0 and decide what to do after everything has been playtested for a while.



Meanwhile I wanted to try drawing a glassy highrise HQ. I think the result is quite nice. Unfortunately anything higher would glitch. Oh well.

I will put it in a NewGRF with some other base graphics modifications. Ideally this would include the whole HQ range.

Any tweakage required?
Attachments
Company HQ Stage 5
Company HQ Stage 5
vastinfr1.png (16.46 KiB) Viewed 4268 times
OpenTTD: VAST - station tiles and objects | MICS - urban monorail graphical conversion | Universal Rail Type - easier train replacement
Post Reply

Return to “Graphics Development”

Who is online

Users browsing this forum: Ahrefs [Bot], Baidu [Spider], Bing [Bot] and 0 guests