For (1), you first need to cd to the directory where mapgen.py is located. And use python27. Please post the error.MisterX wrote:1 gives still an error, i think a do still something wrong, but with 2 i can make maps. But then he used the predefined sizes. Standard 256x256, so the first time i tried 2, i get a 256x256 map. But in mapgen.py, i easiely can change the standard, so as second a 2048 x 2048 was made. So i can make some heightmaps with it.On windows platform, you have 2 choices:
1.
In a command line terminal, type
c:\python23\python xxxx.py
2.
Open the python editor IDLE from the menu, and open xxxx.py, then press F5 to run it.
For (2), there is no way to pass command-line arguments withing idle as far as I know. Your solution to change them in the script itself seems best to me.
I believe the limit would be as big as python's ints go (around 10^18)MisterX wrote:How big could you choose seedstart and seedend? Are there some limits?