From 3be474c0b807c6ee4bb01384a4359b50c601397f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 02 Sep 2021 17:21:37 -0400 Subject: openttd.cfg: Towns aren't allowed to build roads Or grade crossings. --- (limited to '.config') diff --git a/.config/openttd/openttd.cfg b/.config/openttd/openttd.cfg index 09376bd..4c6ba3b 100644 --- a/.config/openttd/openttd.cfg +++ b/.config/openttd/openttd.cfg @@ -138,9 +138,9 @@ distant_join_stations = true [economy] town_layout = 2 -allow_town_roads = true +allow_town_roads = false found_town = 0 -allow_town_level_crossings = true +allow_town_level_crossings = false town_cargogen_mode = 1 station_noise_level = false inflation = true -- cgit v0.9.1