Switching off automatic citygrowth March 06, 2009, 02:56:35 pm Is there an easy way to switch off this phenomena. I looked around in cityrules.tab but without result. Quote Selected
Re: Switching off automatic citygrowth Reply #1 – March 06, 2009, 02:59:47 pm I think no. Quote Selected
Re: Switching off automatic citygrowth Reply #2 – March 06, 2009, 03:11:11 pm Try to use:Code: [Select]renovation_percentage = 100Then it shouldn't build new houses. (Only renovation).But I don't believe that there never would been a new house, but there should not build so much new houses.Propably it helps... but I don't have tested it! Quote Selected
Re: Switching off automatic citygrowth Reply #3 – March 07, 2009, 05:03:24 am You can specify where the city will build new houses or even none with this:http://forum.simutrans.com/index.php?topic=286.0 Quote Selected
Re: Switching off automatic citygrowth Reply #4 – March 07, 2009, 01:01:34 pm Quote from: isidoro – on March 07, 2009, 05:03:24 amYou can specify where the city will build new houses or even none with this:http://forum.simutrans.com/index.php?topic=286.0I have already seen this post, I answered that I would give it a try but it didn't solve my problem.I will try to explain the reason of my question and I like to know the opinion of other players about this subject. Maybe this topic should therefore be moved to General Discussions.With the availability of the industry-buildertool and the city-buildingstool , the way I start a new game has changed considerably.I now start with one or zero cities, immediately building the required number on the locations I prefer.Then I carefully create the layout of the roads and the busstops, so that the stationcoverage is optimal (no uncovered areas, no overlap.)Next step is building the houses, offices, industrial buildings, etc. I put most offices in the centre, large appartmenthouses somewhat further away, streets with identical houses in a row on various locations, cinema's, casino's, restaurants in a recreation area, villas and bungalows in the outskirts on the Southwest side, industrial buildings on the Northeast side. (This because of the dominating S-W winddirection!)All this as “government player” and urban planner.After the city layouts are completed I change to “human player” and start making the necessary railway and roadconnections and also the industries, supermarkets, shopping centres, etc.What happens now is that after a few years the program made a mess of my carefully created world, houses of the wrong type are build, existing houses are replaced by other types, roads are made at places I don't want them and highspeed roads are replaced by lowspeed ones.Hope to hear your comments! Quote Selected
Re: Switching off automatic citygrowth Reply #5 – March 07, 2009, 04:31:09 pm Quote from: wipi35 – on March 07, 2009, 01:01:34 pmWhat happens now is that after a few years the program made a mess of my carefully created worldI haven't found parameters in simuconf.tab/cityrules.tab that allow global control over automatic building, but I can be wrong (or they exist, but are not listed in the files).Quotehouses of the wrong type are build, existing houses are replaced by other typesHave you tried the combination of1) setting renovation percentage to 02) commenting out all house rules?Quoteroads are made at places I don't want themFor that, commenting out the road rules should help.Quoteand highspeed roads are replaced by lowspeed ones.To prevent that, they need to be separated from city roads. Some people use fences or walls (not in pak-sets, but from add-ons) to accomplish that. Quote Selected Last Edit: March 07, 2009, 05:20:46 pm by whoami
Re: Switching off automatic citygrowth Reply #6 – March 07, 2009, 05:01:49 pm A global configuration parameter or several different ones (one for roads, other for buildings, etc.) wouldn't be difficult to implement to prevent all that. Quote Selected
Re: Switching off automatic citygrowth Reply #7 – March 08, 2009, 01:51:43 pm Quote from: isidoro – on March 07, 2009, 05:01:49 pmA global configuration parameter or several different ones (one for roads, other for buildings, etc.) wouldn't be difficult to implement to prevent all that.That sounds nice! But will it ever happen Quote Selected
Re: Switching off automatic citygrowth Reply #8 – March 08, 2009, 05:22:20 pm It doesn't depend on me. Quote Selected
Re: Switching off automatic citygrowth Reply #9 – March 09, 2009, 05:58:24 pm May this topic be moved to Extension requests? Quote Selected
Re: Switching off automatic citygrowth Reply #10 – March 10, 2009, 07:23:46 am @Whoami: thanks for moving this topic. Quote Selected
Re: Switching off automatic citygrowth Reply #11 – March 18, 2009, 09:41:08 am After moving this topic to Extension requests there have been no comments.I tried all the suggestions but none of them stopped my cities from growing.Must I consider this request as denied? Quote Selected
Re: Switching off automatic citygrowth Reply #12 – March 18, 2009, 09:52:55 am One option I have used in the past is to ban cities from building new roads (comment out all of the road-building rules in cityrules.tab). I think it will still upgrade buildings, but if no new roads are built, there is a limit on city sprawl. If you want to expand the city, lay new roads! Quote Selected
Re: Switching off automatic citygrowth Reply #13 – March 18, 2009, 02:59:04 pm Quote from: wipi35 – on March 18, 2009, 09:41:08 amAfter moving this topic to Extension requests there have been no comments.I tried all the suggestions but none of them stopped my cities from growing.Must I consider this request as denied?I think it's fairly easy to change if you can edit the sources and compile Simutrans yourself - well, ****uming the code there didn't change so much, there should be only one or two lines to comment out, so that the city code does not trigger the house and road building steps anymore.It should be easy - if there is no repsonse, it just seems no developer is really interested in this change (must not mean denied, may just mean "not important/interesting enough").It's a bit against the ideas of Simutrans ... I wouldn't mind that switch though, because I know how many people want to recreate areas or cities in a more realistic way, and therefore need more control. Quote Selected
Re: Switching off automatic citygrowth Reply #14 – March 18, 2009, 03:54:16 pm Quote from: The Hood – on March 18, 2009, 09:52:55 am....... I think it will still upgrade buildings, ......That's exactly what I try to avoid. I build a number of houses of the same type in a certain area and I don't like that one of them will be replaced by a random, but mostly quite different type of house. Quote Selected
Re: Switching off automatic citygrowth Reply #15 – April 29, 2009, 11:13:33 pm This request has now been implemented in the latest version of Simutrans-Experimental. To use it, set city_weight_factor=0 in simuconf.tab when using the new version. Quote Selected