"fairland: unstable drift -- try increasing DRIFT_MAX" is confusing: it looks like an error, but isn't, and increasing DRIFT_MAX requires a recompile. I'm not sure it can happen. Replace by just "unstable drift". "fairland: error -- continent %c had no room to grow!" is pretty redundant: it's always followed by "Only managed to grow %d out of %d sectors." and then "ERROR: World not large enough to hold continents". All it adds is which of the continents failed to grow, and that's not actionable. Drop the message. The message sequence "designating sectors...", "adding resources...", "setting coastal flags...", and "writing to sectors file..." is a bit of a lie as these four tasks aren't actually done one after the other. Replace by just "writing to sectors file..." Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
55 lines
2.6 KiB
Text
55 lines
2.6 KiB
Text
Creating a planet with:
|
|
|
|
5 continents
|
|
continent size: 30
|
|
number of islands: 5
|
|
average size of islands: 15
|
|
spike: 10%
|
|
0% of land is mountain (each continent will have 0 mountains)
|
|
minimum distance between continents: 2
|
|
minimum distance from islands to continents: 1
|
|
World dimensions: 64x32
|
|
|
|
#*# ...fairland rips open a rift in the datumplane... #*#
|
|
|
|
seed is 1
|
|
placing capitals...
|
|
growing continents...
|
|
growing islands: 1(15) 2(21) 3(11) 4(13) 5(9)
|
|
elevating land...
|
|
writing to sectors file...
|
|
|
|
. . . . . . . . . . . . . . . . . . # # # . . . . . . . . . . .
|
|
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
|
. . . # # # . . . . . . . . . . . . . . . . . . . . . . . . . .
|
|
. . # # # # # . . . . . . . . . . . . . . . . . . . . . . . . .
|
|
. . # # # # # # . . . . . . . . . . . . . . . . . . . . . . . .
|
|
. . # # # e e # . . % % . . . . . . . . . . . . . . . . . . . .
|
|
. . . # # # # # . % % % % % . . . . . . . . . . . . . . . . . .
|
|
. . # # # # # . % % % . . . . . . . # . . . . . . . . . . . . .
|
|
. . . . . . . . . % % % . . . . . . # # . . . . . . . . . . . .
|
|
. . . . . . . . . % % % . . . . . # # # # . . . . . . . . . . .
|
|
. . . . . . . . . % % % . . . . . # # # # . . . . . . . . . . .
|
|
. . . . . . . . % . % . . . . . . # # # # . . . . . . . . . . .
|
|
. . . . . . . . . . . . . . . . # # c c # . . . . . . . . . . .
|
|
. . . . . . . . . . . . . . . . # # # # . . . . . . . . . . . .
|
|
# . . . . . . . . . . . . % . . . # # # # . . . . . . . . . # .
|
|
# . . . . . . . . . . . % % . . . # # . . . . . . . . . # # # #
|
|
# # . . . . . . . . . . % % % . . . . . . . . . . . . . # # # #
|
|
# # . . . . . . . . . % % % . . . . . . . . . . . . . . # a a #
|
|
# # # . . . . . . # . . . . . . . . . . . . . . . . . . # # # #
|
|
# . . . . . # . # # # # . . . . . . . . . . . . . . . . # . # #
|
|
. . . . . . . # # # # # # . . . . . . . . . . . . . . . . . . .
|
|
. . . . . . # # # # # # # . . . . . . . . . . . . . . . . . . .
|
|
. . . . . . . # # d d # # . . . . . . . . . . . . . . . . . . .
|
|
. . . . . . . . # # . . . . . . . . . . . . . . . . . . . . . .
|
|
. . . . . . . . . # # . . . . . . . . . . . . . . . . . . . . .
|
|
. . % % . . . . . # . . . . . . . . . # . . . . . . . . . % . .
|
|
. % % % . . . . . . . . . . . . . . . # # . . . . . . . . % % %
|
|
. . % % % . . . . . . . . . . . . # # # # . % % % % . . % % % %
|
|
% . . % % . . . . . . . . . . . . # # # # # . % % % . . . % % %
|
|
. . . % . . . . . . . . . . . . # # # # # # . % % % % . . % % .
|
|
. . . % % . . . . . . . . . . . . # # # b b . . . . . . . . . %
|
|
. . . . . . . . . . . . . . . . . # # # # . . . . . . . . . . .
|
|
|
|
A script for adding all the countries can be found in "sandbox/plain-newcap_script".
|