Mindwerks / worldengine

World generator using simulation of plates, rain shadow, erosion, etc.
MIT License
982 stars 128 forks source link

Plate resolution #165

Closed esampson closed 8 years ago

esampson commented 8 years ago

There doesn't seem to be a command line option for this any more.

ftomassetti commented 8 years ago

I think we should really put this back

esampson commented 8 years ago

Why was it removed in the first place?

ftomassetti commented 8 years ago

I am not sure: perhaps it happened by mistake or it was thought we had too many options.

ftomassetti commented 8 years ago

Ok, the option is actually there, it just not in the generation section:

    parser.add_argument('-q', '--number-of-plates', dest='number_of_plates',
                        type=int,
                        help="N = number of plates [default = %(default)s]",
                        metavar="N", default='10')

I will perhaps just move it and then close this issue.

ftomassetti commented 8 years ago

I submitted a PR to put the option in the right section and updated the manual. I think we can consider this one closed. Feel free to reopen it if I missed something.