Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Wider rivers, bigger/more lakes etc.
\steamapps\workshop\content\446800\794729114\config\config.lua
Create a new map and it will follow the config specified in that file.
Remember to edit the config file to set the various map parameters before generating the map.
C:\Program Files (x86)\Steam\steamapps\workshop\content\446800\794729114\config\config.lua
All .lua files are plain text files. You can open and edit it with for example Notepad.
If you look at the bottom of the mod description (here), you will find:
"Edit the parameters in the mod's config file.
C:\Program Files (x86)\Steam\steamapps\workshop\content\446800\794729114\config\config.lua"
..OR the pinned thread "How to configure the map mod":
https://steamhost.cn/steamcommunity_com/workshop/filedetails/discussion/794729114/224446432325144060/
There is a configuration file where you can select what kind of map generator you want. The default is "Flatt".
"Edit the parameters in the mod's config file.
C:\Program Files (x86)\Steam\steamapps\workshop\content\446800\794729114\config\config.lua"
2) If you set modConfig.generator = '00' you get the original map generator.
The list of generators are documented in the mod's config file.
2. Can you include the original random map terrain (hills & mountains) in the choices?
I tried this, but it doesn't work:
{pos = { ####, #### }, name = _("$$$$$$"), sizeFactor = 2, useMainConnections = false},
But as fares I know you can slow them down to 1 km/h per hour the problem than is some of them still would use the car and that will cause some mayor problems.
-- Town parameters
modConfig.townArea = 10 -- Town density
modConfig.townInitSize = 2.0 -- Initial town size
modConfig.townGrowthSpeed = 1.5 -- Town growth speed
modConfig.townGrowthExponent = 0.95 -- Towne growth exponent (factor)
modConfig.majorStreetAngle = 10.0 -- Angle within town major street directions are randomized (in degrees)
modConfig.maxTownSize = 0 -- 0 (unlimited) or a number >= 500 (limits all land use counts)
Initial town size was ~700-800 for the biggest ones and they still remained at 700-800.
Can anyone help?
On windows the file is located here:
C:\Program Files (x86)\Steam\steamapps\workshop\content\446800\794729114\config\config.lua
Maybe it is somewhere else on a Mac, you have to search for it.
Sorry but I don't speak German...
Check the description tab to locate the configuration file.
See the Description to find the mod's config file.
ps: I'm on a mac plz don't h8
What error do you get?
Have you added some other mods? The order of mods may be important.