The map fairland shows has absolute 0,0 in the top-left corner, while POGO's map * has it in the center. Shift fairland's map to match POGO's. The map shows sea as '.', island sectors as '%', capitals as '#', mountains as '^', and other continental sectors as a letter or digit that encodes the continent number modulo 62. When a continent has no "other" sectors, its continent number is not shown. Remove this pathological case by using letter/digit for capitals, and '#' for other continental sectors. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
58 lines
2.7 KiB
Text
58 lines
2.7 KiB
Text
Creating a planet with:
|
|
|
|
10 continents
|
|
continent size: 30
|
|
number of islands: 10
|
|
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(11) 2(25) 3(9) 4(21) 5(29) 6(16) 7(23) 8(18) 9(7) 10(4)
|
|
elevating land...
|
|
designating sectors...
|
|
adding resources...
|
|
setting coastal flags...
|
|
writing to sectors file...
|
|
|
|
% % % . # # # d d # . . . . . . . # # # # # # . % % % % . . . .
|
|
% % % . # # # # # # . . . . . . # # # # # # . . % % % . . . . .
|
|
% . % % . # # # # # . . # # . . # # # j j # # # . . . . . . . .
|
|
. . % . . # . . # . . . # # . . # # # # # . . . . . # # . . . .
|
|
. . . . . . . . . . . . . # # . . # # # # . . . . . . # # # # #
|
|
. . . . . . . . . . . . . # # . . . . . . . . . # # # # # # # .
|
|
. . . # # . . . . . . . . # # # . . . . . . . . . . # # # # . .
|
|
. . . # # # # . . . . . h h # # # # # . . . . . . # # f f # . .
|
|
. . . . # # # . . . % % . # # # # . . . . . . . . . # # # # # .
|
|
. . # c c # . . . . % . # # # # . . . . . . . . . . . . . # # .
|
|
. . # # # # # # . % % % . # # # # . . . . . . . . . . . . . . .
|
|
. . # # # # # . . % % . . . . . . . . . # # . % % % . . . . . .
|
|
. . . # # # # . . . % % . % % . . . . # # # # . % % . . . . . .
|
|
. . . . # # . . . . % . % % % . . . # e e # . % % . . . . . # .
|
|
# . . . . . . . . . . . . . % % . . # # # # # . % % % . # # # #
|
|
# . . . . . . % % % . . % . . . # # # # # # . % % % % . # # # #
|
|
# . . . . . % % % % . . . % % . . # # # # # . % % % % . . i i #
|
|
. . . . . . % % . . . . . % % % . # # # . # . % % % % . # # # #
|
|
. . # # # . . . . . . . . % % % % . . . . . . % % % . . # # # #
|
|
. # # # # . . . . . . . % % % % % . % % % % . . . . . . # # # .
|
|
. # # # # # # . . . . % % % . . % . % % % % % % % % . . . # # .
|
|
# # # g g # # . % % . % % . # . . % % % . . . % . . . . # # . .
|
|
. # # # # # . . % % . . . . # # # . % % . . # . . # # . . . . %
|
|
. # # # # . . . . . . # # # # # # . . . . # # # # # . . . . % %
|
|
% . . . . # . . . . . # # b b # # # . . . # # a a . . . . . % %
|
|
% % % % . . . . . . # # # # # # # . . . # # # # # # . . . % % %
|
|
% % % % % % % . . . . # # # # . . . . . . . # # # # # # . . % %
|
|
% % % % % . . . . . . . # # . . . . . . . # # # # # # . . . % %
|
|
. . . . . . # . . . . . . . . . . . . . . . . . . . . . . . . .
|
|
% % % % . . # . . . . . . . . . . . . . . . . . . . . . . . . %
|
|
% % % % . # . # # # . . . . . . . . . . . . . . . . % % % % . .
|
|
% % % . # # # # # . . . . . . . . . # . . . . . % % % % % . . %
|
|
|
|
A script for adding all the countries can be found in "sandbox/newcap_script".
|