Page 5 of 7

Re: TaI - introducing the scrabble board

Posted: 06 Jul 2011 11:21
by Eddi
At the start of the game, the earliest house that appears is calculated, and all houses introduced at that date will be available from the beginning of the game. "Old" house sets usually define houses from 1930 onwards. So if one set defines houses before 1930, then only those houses will be available before 1930.

Re: TaI - introducing the scrabble board

Posted: 04 Mar 2012 23:32
by PikkaBird
Population limits!
popn1.png
popn1.png (26.06 KiB) Viewed 4627 times
The current linear model.
popn2.png
popn2.png (34.62 KiB) Viewed 4627 times
The planned exponential model.

Gotta knock over the last few vehicles for UKRS, then work begins on proper 19th century buildings. :) And those town halls we mentioned...

Re: TaI - introducing the scrabble board

Posted: 05 Mar 2012 02:10
by Michi_cc
Played around with it a bit, and yes, it is very nice that not every town will grow like crazy just because of some buses driving around :)

Can't think of much else that wasn't mentioned already, but I do think taking the OpenTTD city flag into account to profit from the different grow rates would be nice. And it would also indirectly allow players to balance the amount of TaI cities and towns. (A matching GameScript that controls town growth would be the absolute best, but of course a lot more work).

-- Michael Lutz

Re: TaI - introducing the scrabble board

Posted: 05 Mar 2012 03:41
by PikkaBird
Michi_cc wrote:but I do think taking the OpenTTD city flag into account to profit from the different grow rates would be nice.
Sure, I would love to make sure every "(City)" was one of the "City" classes, but that flag isn't exposed to newgrf (or if it is, it isn't in the spec). Anyone seen an OpenTTD Developer around here? :D

Re: TaI - introducing the scrabble board

Posted: 05 Mar 2012 03:47
by Eddi
so what does var40 do then if not giving the city flag?

Re: TaI - introducing the scrabble board

Posted: 05 Mar 2012 05:25
by PikkaBird
Huh. Perhaps. :)

Re: TaI - introducing the scrabble board

Posted: 14 Mar 2012 06:21
by PikkaBird
Ladies, Gentlemen, and Filth,

One of the most common complaints about TaI is the way in which towns keep building roads, even when the set prevents them from building houses. The resulting "empty network" of roads surrounding the town, while not necessarily unrealistic, is an eyesore and a pain to build around, critics say.

Today I did a little experiment with TaI to see if I could reduce that over-production of roads. I built 3 identical towns in the scenario editor like so, each a "medium" town with 3x3 road network;
testcase.png
testcase.png (54.44 KiB) Viewed 4699 times
and each with a different grf-coded behaviour.

One town grew as normal, as a control.
One town would stop building houses after one year, using the current TaI method.
One town would stop building houses after one year, use the new experimental code.

Each town was provided with 4 bus stops and a bus, to stimulate growth.

Please find the results of the experiment, after running the game on fast-forward for 30 years, attached below. :)

Re: TaI - introducing the scrabble board

Posted: 14 Mar 2012 07:40
by FooBar
The experimental code appears to be doing what it's supposed to do. Well done!

Re: TaI - introducing the scrabble board

Posted: 14 Mar 2012 07:47
by planetmaker
Sweet, the result indeed looks much better (yes, I'm probably one of those mentioned critics of the empty road networks ;-) ). How does your new method work? Destroying houses at the same pace?

Re: TaI - introducing the scrabble board

Posted: 14 Mar 2012 08:30
by PikkaBird
planetmaker wrote:How does your new method work? Destroying houses at the same pace?
Indeed. It builds "non-houses" which it immediately* removes via callback. I had my doubts that this would prevent road construction, but it turns out it does. :)

*where "immediately" means "within 256 ticks". At the moment I'm using the rough ground sprite as the graphics for the non-house in TaI, and there is a slight chance that players could "bump into" them while constructing around towns. Whether it would be better to use a more distinctive graphic I'm not sure; making them more obtrusive might make them even more confusing!

(note that the rough ground in the screenshots above is actual rough ground from cleaning up in the scenario editor, not a profusion of non-houses).

Re: TaI - introducing the scrabble board

Posted: 14 Mar 2012 18:11
by bokkie
Make it a caravan? That way it's not weird if it's temporary and unbuildable. Just a random thought :)

Re: TaI - introducing the scrabble board

Posted: 14 Mar 2012 18:15
by Leanden
Or brown ground tile with an excavator, so its like landscaping?

Re: TaI - introducing the scrabble board

Posted: 15 Mar 2012 21:14
by supermop
Fenced or other otherwise marked vacant lot - to simulate owned but undeveloped land?

Re: TaI - introducing the scrabble board

Posted: 15 Mar 2012 21:55
by FooBar
I'm not sure how long 'max 256 ticks' is in real time, but on average it's probably just a few seconds. That means anything put on the tile will be gone very quickly. I'd put nothing on it, or maybe a small marker of sorts in transparent mode.

Re: TaI - introducing the scrabble board

Posted: 15 Mar 2012 22:34
by PikkaBird
FooBar wrote:I'm not sure how long 'max 256 ticks' is in real time, but on average it's probably just a few seconds. That means anything put on the tile will be gone very quickly. I'd put nothing on it, or maybe a small marker of sorts in transparent mode.
Indeed, that's my thinking.

If you know it's happening, you can see it - the rough ground tile appears, then it goes brown as the house is removed. If you don't know it's happening, it's probably best that it's as unnoticeable as possible, right?

Re: TaI - introducing the scrabble board

Posted: 15 Mar 2012 22:45
by andythenorth
Put a UFO on it.

Or a dust devil (whirlwind).

:twisted:

Re: TaI - introducing the scrabble board

Posted: 15 Mar 2012 22:53
by PikkaBird
Or a dust devil (vacuum cleaner).

Re: TaI - introducing the scrabble board

Posted: 07 Apr 2012 19:36
by PikkaBird
Image

Welcome to the rookery; come for the filth, stay because you died of cholera.

Re: TaI - introducing the scrabble board

Posted: 07 Apr 2012 21:08
by Comm Cody
Slums?

1860-1900 London, Here I come!

Re: TaI - introducing the scrabble board

Posted: 07 Apr 2012 21:58
by Bob_Mackenzie
Nice sprites :)