Sid Meier's Civilization V

Sid Meier's Civilization V

Fantasy Map Script
目前顯示第 1-10 項,共 20 項
< 1  2 >
更新:2014 年 4 月 27 日 @ 下午 6:58

rename "Map Type" to "Scope" ("Map Type" is already taken by civ, it's the script)

更新:2014 年 4 月 27 日 @ 下午 3:12

-- revert to relative continent sizes
-- use Map.Rand instead of math.random, which should fix multiplayer sync issues
-- add 1 Billion Years as a World Age option
-- adjust World Age config
-- remove one Continent Shape option
-- replace Latitude-Sensitive Climate option with Map Type option
-- add option to create non-wrapping map ("realm")
-- nearly copy civ 5's native coast generator, to prevent wrapping coast tiles on nonwrapping maps
-- increase lake chance when pangaea is active (because of ismuthchance)
-- randomize (and reduce) polar ice slightly
-- add "realistic realm" map option with randomized latitude range

更新:2014 年 4 月 15 日 @ 下午 10:30

regions of one terrain type can have patches of a wider variety of terrains. a few small optimizations.

更新:2014 年 4 月 11 日 @ 下午 7:22

Added Mountain Clumpiness option, the default of which makes mountains more evenly distributed around the map.

更新:2014 年 4 月 9 日 @ 下午 10:18

Mountainousness has been reduced to about 1/3 of what it once was, to approximate native Continents script amount of mountains.

更新:2013 年 5 月 25 日 @ 下午 12:37

- continent size is now absolute, no longer dependent upon map area & ocean size
- control over amount of islands as a ratio of the land area
- islands now seperate from pangaea landmass
- pangaea shape much improved (less patchy, fewer tiny isthmuses)

更新:2013 年 5 月 16 日 @ 上午 2:54

- randomized latitudes if random climate
- region sizes lessened slightly and have slightly less variability
- climates tweaked a lot. no more terrain types completely excluded from any climate, and hot and cool latitudes less extreme.
- map options rearranged and renamed (Mountains is now World Age, Water Depth is now Coast Width)
- most map options have a Random option
- latitude-sensitive climate more strictly delineates where terrain can and cannot be
- region sizes: the maximum is no larger than the largest continent and no smaller than 10 tiles, and the minimum is no larger than 1/2 the largest continent and no smaller than 5 tiles
- maps of almost entirely one terrain type should no longer be possible

更新:2013 年 5 月 11 日 @ 上午 12:40

- mountain ranges larger & fewer
- continent shapes somewhat less predictable

更新:2013 年 5 月 6 日 @ 上午 11:58

- jungle now only on plains (but near grassland), as it should be

更新:2013 年 5 月 4 日 @ 下午 9:11

- forgot to rename map type from "Fantasy testing" to "Fantasy" in the last version. fixed, i think.