fairland: Tweak progress messages
"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>
This commit is contained in:
parent
a6ac42d5f6
commit
581d1bae12
5 changed files with 4 additions and 24 deletions
|
@ -15,13 +15,11 @@ World dimensions: 64x32
|
|||
seed is 1
|
||||
placing capitals...
|
||||
growing continents...
|
||||
fairland: error -- continent h had no room to grow!
|
||||
Only managed to grow 33 out of 37 sectors.
|
||||
|
||||
try #2 (out of 10)...
|
||||
placing capitals...
|
||||
growing continents...
|
||||
fairland: error -- continent h had no room to grow!
|
||||
Only managed to grow 31 out of 37 sectors.
|
||||
|
||||
try #3 (out of 10)...
|
||||
|
@ -29,9 +27,6 @@ placing capitals...
|
|||
growing continents...
|
||||
growing islands: 1(14) 2(20) 3(11) 4(16) 5(14) 6(8) 7(2) 8(3) 9(4) 10(5) 11(14) 12(3)
|
||||
elevating land...
|
||||
designating sectors...
|
||||
adding resources...
|
||||
setting coastal flags...
|
||||
writing to sectors file...
|
||||
|
||||
. . # # # # . . % . . . . % % % % . . . . . . # # # # # # . . %
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue